Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved MyBB Forum Announcement Bar
#3
Not Solved
These are the style declarations for the bars:

Class: alert (Yellow)

.alert {
background: #FFF6BF;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
}

Class: notice (Blue)

.notice {
background: #ADCBE7;
border-top: 2px solid #0F5C8E;
border-bottom: 2px solid #0F5C8E;
}

Class: notice2 (Green)

.notice2 {
background: #D6ECA6;
border-top: 2px solid #8DC93E;
border-bottom: 2px solid #8DC93E;
}

For RED you can use:
Class: notice3 (Red)

.notice3 {
background: #FFC5C5;
border-top: 2px solid #FF5959;
border-bottom: 2px solid #FF5959;
}

... and the common declarations (for all):

.alert, .notice, .notice2, .notice3 {
text-align: center;
margin: 10px auto;
padding: 5px 20px;
}


Messages In This Thread
MyBB Forum Announcement Bar - by Chamimnya - 2014-01-28, 05:15 AM
RE: MyBB Forum Announcement Bar - by Destroy666 - 2014-01-28, 05:37 AM
RE: MyBB Forum Announcement Bar - by effone - 2014-01-28, 05:39 AM
RE: MyBB Forum Announcement Bar - by Chamimnya - 2014-01-28, 05:59 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)