MediaWiki:Monobook.css: Difference between revisions
From LGPedia
Jump to navigationJump to search
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;
}