MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus KIF
Trublu (Diskussion | Beiträge) K (→languagelink) |
(Foo mit URL) |
||
(8 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 7: | Zeile 7: | ||
} | } | ||
/* Navigation | /* Navigation höher setzen */ | ||
#p-logo, | #p-logo, | ||
#p-logo a, | #p-logo a, | ||
Zeile 19: | Zeile 19: | ||
body { | body { | ||
background: #f9f9f9 url( ) | background: #f9f9f9; | ||
} | |||
.ns-3400 #p-logo a { | |||
background-image: url( https://wiki.kif.rocks/w/images/6/6b/Am_klein.png ); | |||
} | } | ||
Zeile 38: | Zeile 43: | ||
*/ | */ | ||
#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:2.0em; | ||
float:right; | float:right; | ||
margin:0.0em; | margin:0.0em; | ||
Zeile 53: | Zeile 58: | ||
text-transform:none; | text-transform:none; | ||
white-space:normal; | white-space:normal; | ||
} | } |
Aktuelle Version vom 16. Februar 2019, 00:09 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;
}
.ns-3400 #p-logo a {
background-image: url( https://wiki.kif.rocks/w/images/6/6b/Am_klein.png );
}
/*
== 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:2.0em;
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;
}