Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus Arbeitsschutz Wiki

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#toc {position: absolute;
#toc {position: absolute;
   top: 80px;
   top: 1600px;
   right: 0px;
   right: 0px;
   width: 200px;
   width: 200px;
Zeile 7: Zeile 7:


#addthistoolbar {position: absolute;
#addthistoolbar {position: absolute;
   top: 160px;
   top: 80px;
   right: 0px;
   right: 0px;
   width: 200px;
   width: 200px;
}
}

Version vom 24. Februar 2021, 18:48 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#toc {position: absolute;
  top: 1600px;
  right: 0px;
  width: 200px;
}

#addthistoolbar {position: absolute;
  top: 80px;
  right: 0px;
  width: 200px;
}