MediaWiki:Common.css: Difference between revisions
From FirespeakerWiki
Jump to navigationJump to search
Firespeaker (talk | contribs) blockquote |
Firespeaker (talk | contribs) No edit summary |
||
| Line 16: | Line 16: | ||
} | } | ||
blockquote { | blockquote { | ||
background-color: gray; | background-color: light-gray; | ||
border 1px solid black; | border: 1px solid black; | ||
} | } | ||
Revision as of 09:53, 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: light-gray;
border: 1px solid black;
}