MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus TUEpedia
Wechseln zu:Navigation, Suche
(test)
Keine Bearbeitungszusammenfassung
 
Zeile 14: Zeile 14:
.slideshow div div {
.slideshow div div {
   _position: static;
   _position: static;
}
.mw-body h1, .mw-body h2, .mw-body #firstHeading {
font-family: "Linux Libertine", Georgia, Times, serif;
}
}

Aktuelle Version vom 3. Februar 2015, 18:04 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.randomPages_level1
{
padding:2px 3px 2px 3px;margin:5px 0 5px 3px;
display:list-item;background-color:#cdc;
list-style-type:none
}

.slideshow div {
  _position: absolute;
}

.slideshow div div {
  _position: static;
}

.mw-body h1, .mw-body h2, .mw-body #firstHeading {
font-family: "Linux Libertine", Georgia, Times, serif;
}