MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus SGPGGB Wiki
Wechseln zu: Navigation, Suche
Zeile 11: Zeile 11:
  
 
.toc1 .toclevel-1 u1 {display: table; }
 
.toc1 .toclevel-1 u1 {display: table; }
 +
 +
.commandtable {
 +
  text-align: center;
 +
  width: 100%;
 +
}
 +
 +
.commandtable th {
 +
  text-decoration: bold;
 +
  background: yellow;
 +
  width: 40%;
 +
}

Version vom 16. Oktober 2020, 12:29 Uhr

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

.noautonum .tocnumber { display: none; }

.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {display: none;}

.toc1 .toclevel-1 u1 {display: table; }

.commandtable {
  text-align: center;
  width: 100%;
}

.commandtable th {
  text-decoration: bold;
  background: yellow;
  width: 40%;
}