MediaWiki:Common.css

Aus Biodivers
Wechseln zu: Navigation, Suche

Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Zum Import der Schriftart "Open Sans" ist folgendes ausreichend */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
/* Mit folgenden Zeilen hat es zwar auch funktioniert, aber das ist offenbar überflüssig */
/* 
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
*/

/* 200 Pixel (13.33 em) breite Navigationsleiste links */
div#mw-panel { width: 13.33em; }
div#footer, #mw-head-base, div#content { margin-left: 13.33em; }
#left-navigation { margin-left: 13.33em; }

h3 {
  font-size: 1.07em;
  font-weight: 600;
}

table {
  align: left;
  border-collapse: collapse;
  font-size: 0.93em;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-right: 0em;
  margin-left: 0em;  
}

/* Allow limiting of which header levels are shown in a TOC;
<div class="toclimit-3">, for instance, will limit to
showing ==headings== and ===headings=== but no further
(as long as there are no =headings= on the page, which
there shouldn't be according to the MoS).
*/
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }

table.steckbrief {
  font-size: 0.93em;
  margin-top: 0em;
  margin-bottom: 1.5em;
  margin-right: 0em;
  margin-left: 1.5em;  
}

table.fotogalerie {
  font-size: 0.93em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-right: 1.5em;
  margin-left: 0em;  
}

th {
  background-color: #dddddd;
  border-color: #aaaaaa;
  border-style: solid;
  border-width: 1px;
  font-size: 0.93em;
  padding-top: 0.26em;
  padding-bottom: 0.26em;
  padding-left: 0.66em;
  padding-right: 0.66em;
  text-align: left;
}

td {
  background-color: #efefef;
  border-color: #aaaaaa;
  border-style: solid;
  border-width: 1px;
  font-size: 0.93em;
  padding-top: 0.26em;
  padding-bottom: 0.26em;
  padding-left: 0.66em;
  padding-right: 0.66em;
}

/*
td.steckbrief {
  background-color: #efefef;
  font-size: 0.87em;
  padding-top: 0.26em;
  padding-bottom: 0.26em;
  padding-left: 0.66em;
  padding-right: 0.66em;
}

td.fotogalerie {
  background-color: #efefef;
  font-size: 0.87em;
  padding-top: 0.26em;
  padding-bottom: 0.26em;
  padding-left: 0.66em;
  padding-right: 0.66em;
}
*/