Thursday, August 15, 2013

How to Make Stack Alert Image On xenForo

How to Make Stack Alert Image On xenForo. Stack alerts are those little popups that appear at the bottom left of your forum when you've stayed on one page for a long time and something is posted that you have opted to be alerted for.

Usually they look like this:


How to Make Stack Alert Image On xenForo


 The CSS I've used is as follows:
#StackAlerts .stackAlert {

border: 3px solid #262C34;

border-radius: 5px;

-webkit-box-shadow: 0 8px 6px -6px #E9E9E9;

-moz-box-shadow: 0 8px 6px -6px #E9E9E9;

box-shadow: 0 8px 6px -6px #E9E9E9;



}



#StackAlerts .stackAlertContent {

color:#000;

text-align: right;

padding-right: 10px !important;

border-radius: 4px;

border-width:3px 0;

background: url("@imagePath/xenforo/misc/Information.png") no-repeat #F5F4F6 !important;

}

Sample image :


It is How to Make Stack Alert Image On xenForo, good luck and hopefully useful for you!

thumbnail Title: How to Make Stack Alert Image On xenForo
Posted by:Stuard Van
Published :2013-08-15T10:00:00-07:00
Rating: 5
Reviewer: 5 Reviews
How to Make Stack Alert Image On xenForo
Share :
Related articles:

0 comments :

Post a Comment