MediaWiki:Oxygen.css: Difference between revisions

From KDE TechBase
No edit summary
No edit summary
Line 5: Line 5:
border-top: 1px solid #bcbcbc;
border-top: 1px solid #bcbcbc;
border-bottom: 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;
margin: 10px 10px 10px 10px;
width: 200px;
height: 2em;
float: left;
}
.stream li:hover {
color: black !important;
}
.stream a {
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
height: 100%;
display: block;
text-decoration: none;
}
}
/*</pre>*/
/*</pre>*/

Revision as of 19:57, 24 January 2007

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

#footer {
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
}
/*</pre>*/