MediaWiki:Oxygen.css: Difference between revisions

From KDE TechBase
No edit summary
No edit summary
Line 13: Line 13:
background-color:#f8f8ff;
background-color:#f8f8ff;
list-style-type: none;
list-style-type: none;
padding: 10px 10px 10px 10px;
spadding: 10px 10px 10px 10px;
smargin: 0px 0px 0px 0px;
smargin: 0px 0px 0px 0px;
width: 256px;
width: 256px;

Revision as of 22:03, 11 November 2006

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

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

.stream li {
	text-align: center;
	font-size: 200%;
	border: 1px solid #2090ff;
	background-color:#f8f8ff;
	list-style-type: none;
	spadding: 10px 10px 10px 10px;
	smargin: 0px 0px 0px 0px;
	width: 256px;
	float: left;
}
/***********
.stream {text-align:center;}

.stream div span {
    display:table-cell;
    display:inline-block;
    padding:8px 0;
    width:205px;
    vertical-align:top;
}
div.stream div span span {
    vertical-align:middle;
    _line-height:150px;
    display:table-cell;
    height:165px;
    padding-left:0 !important;
    padding-right:0 !important;
    background-repeat:no-repeat;
    background-position:center;
}


div.stream div span span::after {
    display:none;
    display:-moz-inline-block;
    content:" ";
    width:205px;
    height:1px;
    overflow:hidden;
}

div.stream div {display:inline;} */
/*</pre>*/