Difference between revisions of "MediaWiki:Monobook.css"
From LGPedia
OwenIsCool (Talk | contribs) (testing) |
OwenIsCool (Talk | contribs) (adding code for Template:VidExpand) |
||
| Line 4: | Line 4: | ||
.aphidblock a {font-weight: bold; color: #627d6d; text-decoration: none;} .aphidblock a:hover {text-decoration: underline;} | .aphidblock a {font-weight: bold; color: #627d6d; text-decoration: none;} .aphidblock a:hover {text-decoration: underline;} | ||
| + | |||
| + | .vidExpandDiv { | ||
| + | display: none; | ||
| + | } | ||
| + | .vidExpandDiv:target { | ||
| + | display: block; | ||
| + | } | ||
Revision as of 05:36, 19 March 2007
/* CSS placed here will affect users of the Monobook skin */
body {background: #C1BEC2 url("/bg.png")}
.aphidblock a {font-weight: bold; color: #627d6d; text-decoration: none;} .aphidblock a:hover {text-decoration: underline;}
.vidExpandDiv {
display: none;
}
.vidExpandDiv:target {
display: block;
}