MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus KIF
Trublu (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
(Foo mit URL) |
||
(11 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/** Kleinschreibung nicht erzwingen */ | |||
.portlet h5, | .portlet h5, | ||
.portlet h6, | .portlet h6, | ||
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( ) 0 0 | 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; | |||
} | } |
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;
}