MediaWiki:Vector.css: Unterschied zwischen den Versionen

MediaWiki-Schnittstellenseite
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


.mw-body h1 {
.mw-body h1 {
   font-family: "Titillium Web", sans-serif;
   font-family: sans-serif;
}
}



Version vom 31. Mai 2023, 17:44 Uhr

/* 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 {
  /* @embed */
  background-image: url(https://wiki.llz.uni-halle.de/skins/custom/images/tab-break.png);
}

/* Menühintergrund */

div.vectorTabs ul li {
  /* @embed */
  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;
}