MediaWiki:Oxygen.css: Difference between revisions

From KDE TechBase
No edit summary
No edit summary
Line 13: Line 13:
.stream li {
.stream li {
text-align: center;
text-align: center;
vertical-align: center;
font-size: 150%;
font-size: 150%;
font-weight: bold;
font-weight: bold;

Revision as of 22:24, 11 November 2006

/*<pre>*/
#body {border-left: 1px solid #bcbcbc;}

#footer {
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
}

.stream {
	border: 1px solid red;/*#2090ff;*/
}

.stream li {
	text-align: center;
	vertical-align: center;
	font-size: 150%;
	font-weight: bold;
	border: 1px solid #b0b0b0;
	background-color:#f8f8ff;
	list-style-type: none;
	padding: 10px auto 10px auto;
	margin: 0px 0px 0px 0px;
	width: 256px;
	float: left;
}
/*</pre>*/