The Arcive of vBulletin Modifications Site. |
|
YJD - Change color of notice Details »»
|
|||||||||||||||||||||||||||||
Demo:
![]() Open template additional.css and add: Code:
#notices .restore {
background-color: #D0EDFE;
border: 1px solid black;
font-family:arial, verdana, sans-serif;
margin-bottom: 10px;
font-size:13px;
font-weight: bold;
text-align:center;
line-height:16px;
padding: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#notices .restore a:link, #notices .restore a:visited {
color:{vb:stylevar lastposttitle_link_color};
font-weight: bold;
}
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Благодарность от: | ||
| Dr.osamA | ||
| Comments |
|
#2
|
|||
|
|||
|
Your title suggests that you can control the color of your notice background by applying your code in additional css template.
4.1.10 stylevar notices_background all ready does this! |
| 4 благодарности(ей) от: | ||
| foudu1030, FReeSTER, K4GAP, puertoblack2003 | ||
|
#3
|
|||
|
|||
|
Sorry, I'm not english.
I'm from Belgium and I speak not good english. Can you described your comment? Thanks |
|
#4
|
|||
|
|||
|
Quote:
stylevar notices_background (stylvar controls this) |
|
#5
|
|||
|
|||
|
Ah ! Okay !
I did not know
|
|
#6
|
|||
|
|||
|
awesome !!!!!
changed |
|
#7
|
||||
|
||||
|
Thank you...
|
|
#8
|
|||
|
|||
|
The code works just fine for those who don't wanna mess with style variables... my comment is remove the text-align:center; in the code... you can use html when making a notice and add an image using html also...
|
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
||||
|
||||
|
rated = Excellent
installed tank you bro keep it up bro |
![]() |
|
|