Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* Formatdefinitionen für das Skin */ | |||
/* Seitentitel */ | /* Seitentitel */ | ||
.mw-body h1 { | .mw-body h1 { | ||
font-family: sans-serif; | font-family: sans-serif; | ||
Zeile 6: | Zeile 7: | ||
/* Schriftgröße */ | /* Schriftgröße */ | ||
div#mw-panel div.portal div.body ul li, | div#mw-panel div.portal div.body ul li, | ||
div#mw-panel div.portal h3, | div#mw-panel div.portal h3, | ||
Zeile 17: | Zeile 17: | ||
/* Rahmen */ | /* Rahmen */ | ||
div#content, | div#content, | ||
fieldset { | fieldset { | ||
Zeile 24: | Zeile 23: | ||
/* Menüzwischenraum */ | /* Menüzwischenraum */ | ||
div.vectorTabs, | div.vectorTabs, | ||
div.vectorTabs span, | div.vectorTabs span, | ||
div#mw-head div.vectorMenu h3 { | div#mw-head div.vectorMenu h3 { | ||
background-image: url(https://wiki.llz.uni-halle.de/skins/custom/images/tab-break.png); | background-image: url(https://wiki.llz.uni-halle.de/skins/custom/images/tab-break.png); | ||
} | } | ||
/* Menühintergrund */ | /* Menühintergrund */ | ||
div.vectorTabs ul li { | div.vectorTabs ul li { | ||
background-image: url(https://wiki.llz.uni-halle.de/skins/custom/images/tab-normal-fade.png); | background-image: url(https://wiki.llz.uni-halle.de/skins/custom/images/tab-normal-fade.png); | ||
} | } | ||
/* Türkise Elemente */ | /* Türkise Elemente */ | ||
div.vectorTabs li a, | div.vectorTabs li a, | ||
div.vectorMenu li a, | div.vectorMenu li a, | ||
Zeile 67: | Zeile 61: | ||
/* Rote Elemente */ | /* Rote Elemente */ | ||
li.new a, | li.new a, | ||
li.new a:visited, | li.new a:visited, |
Version vom 12. Juli 2023, 15:42 Uhr
/* Formatdefinitionen für das Skin */
/* Seitentitel */
.mw-body h1 {
font-family: sans-serif;
}
/* Schriftgröße */
div#mw-panel div.portal div.body ul li,
div#mw-panel div.portal h3,
#p-personal li,
div.vectorTabs li a,
div.vectorMenu li a,
.mw-body-content {
font-size: 0.8em;
}
/* Rahmen */
div#content,
fieldset {
border: 1px solid #008aa3;
}
/* Menüzwischenraum */
div.vectorTabs,
div.vectorTabs span,
div#mw-head div.vectorMenu h3 {
background-image: url(https://wiki.llz.uni-halle.de/skins/custom/images/tab-break.png);
}
/* Menühintergrund */
div.vectorTabs ul li {
background-image: url(https://wiki.llz.uni-halle.de/skins/custom/images/tab-normal-fade.png);
}
/* Türkise Elemente */
div.vectorTabs li a,
div.vectorMenu li a,
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited,
#preftoc a,
#preftoc a:active,
.wikiEditor-ui-tabs div a,
.wikiEditor-ui-toolbar .tabs span.tab a,
.wikiEditor-ui-toolbar .booklet .index div,
.wikiEditor-toolbar-dialog .ui-widget-header,
.mw-body a.external,
.mw-body a.external:visited,
div#content a.external,
div#content a.external:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited
div#p-personal li a,
div#p-personal li a:visited,
div#mw-content-text a.extiw,
div#mw-content-text a.extiw:visited,
a,
a:visited {
color: #008aa3;
}
/* Rote Elemente */
li.new a,
li.new a:visited,
a.new,
a.new:visited,
.mw-plusminus-neg {
color: #dd4b39 !important;
}