The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
^ Replying to SS's question will lead you in the right direction.
On a side note though, I did want to let everyone know who stubles across this thread making changes to their style that, some of the css definitions in vB4 are shared by different parts of the site so simply overwriting a default definition such as .restore will not work... some think ohh .restore {css definitions here} controls the notices, well it does but that is also used on the blog page so instead you must take the time to find the correct css to overwrite i.e. If you pasted this in additional.css: Code:
.restore { background:#5babe3 !important; background-color:#5babe3 !important; border:1px solid #005c9e !important; color:#ffffff !important; text-shadow:1px 1px 1px #1b1b1b !important; } .restore a { text-shadow:1px 1px 1px #ffffff !important; } .restore a:hover { color:#ffffff !important; text-shadow:1px 1px 1px #ff0000 !important; } Code:
.notices .restore { background:#5babe3 !important; background-color:#5babe3 !important; border:1px solid #005c9e !important; color:#ffffff !important; text-shadow:1px 1px 1px #1b1b1b !important; } .notices .restore a { text-shadow:1px 1px 1px #ffffff !important; } .notices .restore a:hover { color:#ffffff !important; text-shadow:1px 1px 1px #ff0000 !important; } ![]() *All of the above is a rough example but its to show that you must be careful when modifying/overwriting css when styling as one change on a certain page to achieve the look you want could be detrimental to the look or another page. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|