MediaWiki:Common.css: Difference between revisions
From FirespeakerWiki
Jump to navigationJump to search
Firespeaker (talk | contribs) New page: →* CSS placed here will be applied to all skins: .masc { background-color: teal; } .fem { background-color: pink; } .neut { background-color: yellow; } .fempl { background-c... |
Firespeaker (talk | contribs) blockquote |
||
| Line 14: | Line 14: | ||
.nogender { | .nogender { | ||
background-color: white; | background-color: white; | ||
} | |||
blockquote { | |||
background-color: gray; | |||
border 1px solid black; | |||
} | } | ||
Revision as of 09:50, 14 January 2008
/** CSS placed here will be applied to all skins */
.masc {
background-color: teal;
}
.fem {
background-color: pink;
}
.neut {
background-color: yellow;
}
.fempl {
background-color: #FF00F1;
}
.nogender {
background-color: white;
}
blockquote {
background-color: gray;
border 1px solid black;
}