Difference between revisions of "MediaWiki:Common.css"

From FireSpeakerWiki
Jump to navigationJump to search
(blockquote like pre)
Line 16: Line 16:
 
}
 
}
 
blockquote {
 
blockquote {
  background-color: light-gray;
+
padding: 1em;
  border: 1px solid black;
+
border: 1px dashed #2f6fab;
 +
color: black;
 +
background-color: #f9f9f9;
 +
/* line-height: 1.1em; */
 
}
 
}

Revision as of 05:56, 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 {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	/* line-height: 1.1em; */
}