MediaWiki:Common.css: Difference between revisions

From FirespeakerWiki
Jump to navigationJump to search
blockquote like pre
No edit summary
Line 21: Line 21:
background-color: #f9f9f9;
background-color: #f9f9f9;
/* line-height: 1.1em; */
/* line-height: 1.1em; */
}
.tbl {
border: 1px solid #227788;
border-collapse: collapse;
}
.tbl td,th {
border: 1px solid #227788;
padding: 0.3em;
}
.tbl td {
text-align: right;
}
}

Revision as of 10:13, 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; */
}
.tbl {
	border: 1px solid #227788;
	border-collapse: collapse;
}

.tbl td,th {
	border: 1px solid #227788;
	padding: 0.3em;
}

.tbl td {
	text-align: right;
}