MediaWiki:Common.css: Unterschied zwischen den Versionen

957 Bytes hinzugefügt ,  15:45, 28. Jun. 2019
keine Bearbeitungszusammenfassung
K
 
(8 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 {
  .wissentable { /* xxx  cellspacing:0; cellpadding:4; rules:all; margin:1em 1em 1em 0; */
    cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0;  
     border-color: #aaaaaa;
     border: 1px #aaaaaa solid;  
    border-width: 5px;
     border-collapse:collapse;  
     border-collapse:collapse;  
     empty-cells:show; caption-side:top;"
     empty-cells:show;  
    caption-side:top;
  }
  }


Zeile 191: 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;
}
}