MediaWiki:Oxygen.css: Difference between revisions

From KDE TechBase
No edit summary
No edit summary
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*<pre>*/
#body {border-left: 1px solid #bcbcbc;}
#body {border-left: 1px solid #bcbcbc;}


Line 7: Line 6:
}
}


.stream {margin-left: -10px;}
.navlist {float: left;}
 
.navlist li {list-style-type: none;}
.stream:after {
.navlist li img {vertical-align: middle;}
content: ".";
.allpagesredirect a {font-size: .5em; color: grey !important;}
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: 0px;
padding-bottom: 0px;
margin: 10px 10px 10px 10px;
width: 200px;
float: left;
}
 
.stream li:hover {
color: black !important;
}
 
.stream a {
width: 100%;
height: 100%;
display: block;
text-decoration: none;
}
/*</pre>*/

Latest revision as of 21:16, 9 September 2007

#body {border-left: 1px solid #bcbcbc;}

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

.navlist {float: left;}
.navlist li {list-style-type: none;}
.navlist li img {vertical-align: middle;}
.allpagesredirect a {font-size: .5em; color: grey !important;}