MediaWiki:Oxygen.css: Difference between revisions

From KDE TechBase
No edit summary
No edit summary
Line 6: Line 6:
border-bottom: 1px solid #bcbcbc;
border-bottom: 1px solid #bcbcbc;
}
}
.stream {margin-left: -10px;}


.stream:after {
.stream:after {
    content: ".";  
content: ".";  
    display: block;  
display: block;  
    height: 0;  
height: 0;  
    clear: both;  
clear: both;  
    visibility: hidden;
visibility: hidden;
}
}



Revision as of 23:44, 11 November 2006

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

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

.stream {margin-left: -10px;}

.stream:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

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