MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus KIF
Trublu (Diskussion | Beiträge) K (→languagelink) |
Trublu (Diskussion | Beiträge) K (→languagelink) |
||
Zeile 38: | Zeile 38: | ||
*/ | */ | ||
#languagelink { | #languagelink { | ||
position:absolute; z-index:1; | position:absolute; z-index:1; | ||
border:none; | border:none; | ||
background:none; | background:none; | ||
right:12px; | right:12px; | ||
top: | top:1.3em; | ||
float:right; | float:right; | ||
margin:0.0em; | margin:0.0em; | ||
Zeile 53: | Zeile 53: | ||
text-transform:none; | text-transform:none; | ||
white-space:normal; | white-space:normal; | ||
} | } |
Version vom 19. Mai 2007, 18:22 Uhr
/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
/* Navigation höher setzen */
#p-logo,
#p-logo a,
#p-logo a:hover {
height: 135px;
}
#column-one { padding-top: 135px; }
/* background image */
body {
background: #f9f9f9 url( ) 0 0 repeat;
}
/*
== plusminus ==
*/
.mw-plusminus-pos {
color: green;
}
.mw-plusminus-neg {
color: red;
}
/*
== languagelink ==
*/
#languagelink {
position:absolute; z-index:1;
border:none;
background:none;
right:12px;
top:1.3em;
float:right;
margin:0.0em;
padding:0.0em;
line-height:1.5em;
text-align:right;
text-indent:0;
font-size:85%;
text-transform:none;
white-space:normal;
}