Difference between revisions of "MediaWiki:Common.css"

From FireSpeakerWiki
Jump to navigationJump to search
(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...)
 
(blockquote)
Line 14: Line 14:
 
.nogender {
 
.nogender {
 
   background-color: white;
 
   background-color: white;
 +
}
 +
blockquote {
 +
  background-color: gray;
 +
  border 1px solid black;
 
}
 
}

Revision as of 05: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;
}