MediaWiki:Monobook.css: Unterschied zwischen den Versionen

K
Zeile 5: Zeile 5:
#p-cactions li a {
#p-cactions li a {
text-transform: none;
text-transform: none;
}
body {
font: x-small sans-serif;
Background: #a992c6;
color: black;
margin: 0;
padding: 0;
}
#globalWrapper {
        position: absolute;
        top: 100px;
font-size: 127%;
width: 100%;
margin: 0;
padding: 0;
}
#column-content {
width: 100%;
float: right;
margin: 0 0 .6em -12.2em;
padding: 0;
}
#content {
margin: 2.8em 0 0 12.2em;
padding: 0 1em 1.5em 1em;
position: relative;
z-index: 2;
}
#column-one {
padding-top: 21px;
}
#content {
Background: white;
color: black;
border: 1px solid #aaa;
border-right: none;
line-height: 1.5em;
}
** Logo properties
*/
#p-logo {
top: 0;
left: 0;
position: absolute; /*needed to use z-index */
z-index: 3;
height: 0px;
width: 12em;
overflow: visible;
}
#p-logo h5 {
display: none;
}
#p-logo a,
#p-logo a:hover {
display: block;
height: 0px;
width: 12.2em;
Background-repeat: no-repeat;
Background-position: 35% 50% !important;
text-decoration: none;
}
#footer {
        display:none;
}
}

Version vom 18. Dezember 2008, 15:00 Uhr

/** Do not force 'lowercase' */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}