MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
1.157 Bytes hinzugefügt ,  15:45, 28. Jun. 2019
keine Bearbeitungszusammenfassung
K
 
(11 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 170: Zeile 170:
     background: #D1EFFF; border: 2px solid #a0a0a0;  
     background: #D1EFFF; border: 2px solid #a0a0a0;  
  }
  }
 
.wissentable { /* xxx  cellspacing:0; cellpadding:4; rules:all; margin:1em 1em 1em 0; */
    border-color: #aaaaaa;
    border-width: 5px;
    border-collapse:collapse;
    empty-cells:show;
    caption-side:top;
}


/* ***********************************************************************************************************************
/* ***********************************************************************************************************************
Zeile 186: Zeile 192:
table, tr, td {
table, tr, td {
  border:none;
  border:none;
}
/* ***********************************************************************************************************************
  Weitere Layoutanpassung pro clima
  von Marcus
  *********************************************************************************************************************** */
table.toc {background-color:#EFEF;}
/* Inhaltsverzeichnis nie anzeigen
table.toc {display:none;}
#toctitle {display:none;}
.tocnumber {display:none;}
*/
/*  ***********************************************************************************************************************
  Weitere Layoutanpassung MOBILE
  von Anna
  *********************************************************************************************************************** */
#startseitelinks{
float: left;
        vertical-aligh:top;
width:55%;
min-width:17em;
}
#startseiterechts{
float: left;
vertical-aligh:top;
max-width:45%;
min-width:17em;
}
}

Navigationsmenü