Difference between revisions of "MediaWiki:Vector.css"
From NEStalgia
| Line 5: | Line 5: | ||
} | } | ||
div.vectorTabs li a { | div.vectorTabs li a { | ||
| + | background-image: url(../nes_custom/tab-break.png); | ||
| + | } | ||
| + | #mw-head div.vectorMenu h5 { | ||
| + | background-image: url(../nes_custom/tab-break.png); | ||
| + | } | ||
| + | div.vectorMenu h5 a { | ||
| + | background-image: url(../nes_custom/tab-break.png); | ||
| + | } | ||
| + | div.vectorTabs ul { | ||
background-image: url(../nes_custom/tab-break.png); | background-image: url(../nes_custom/tab-break.png); | ||
} | } | ||
Revision as of 03:49, 9 June 2012
/* CSS placed here will affect users of the Vector skin */
div.vectorTabs {
background-image: url(../nes_custom/tab-break.png);
}
div.vectorTabs li a {
background-image: url(../nes_custom/tab-break.png);
}
#mw-head div.vectorMenu h5 {
background-image: url(../nes_custom/tab-break.png);
}
div.vectorMenu h5 a {
background-image: url(../nes_custom/tab-break.png);
}
div.vectorTabs ul {
background-image: url(../nes_custom/tab-break.png);
}