MediaWiki:Common.css

De Biodivers
Révision datée du 8 février 2017 à 18:51 par VB (discussion | contributions)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac)
  • Google Chrome : appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac)
  • Internet Explorer : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5
  • Opera : allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d’exploration → Images et fichiers en cache.
/* 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;
}
*/