MediaWiki:Common.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
2.284 Bytes hinzugefügt ,  09:23, 10. Okt. 2025
K
keine Bearbeitungszusammenfassung
K
K
 
(12 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;
}
/*  ***********************************************************************************************************************
  Weitere Layoutanpassung anlässlich "Vorlage Klappleiste"
  von Marcus
  *********************************************************************************************************************** */
div.klappleiste {
border: 1px solid var(--dewiki-rahmenfarbe1);
clear: both;
font-size: 95%;
box-sizing: border-box;
margin-top: 1.5em;
padding: 2px;
}
div.klappleiste:after {
clear: both;
content: "";
display: block;
}
div.klappleiste-bild {
float: left;
padding: 2px;
}
div.klappleiste-kopf {
background: var(--dewiki-hintergrundfarbe5);
color: var(--color-base, #202122);
text-align: center;
font-weight: bold;
}
div.klappleiste.mw-collapsed .klappleiste-bild {
display: none;
}
/* Automatisches Verschmelzen benachbarter Klappleisten */
div.klappleiste + div.klappleiste,
div.klappleiste + link + div.klappleiste,
div.klappleiste + link + link + div.klappleiste,
div.klappleiste + style + div.klappleiste,
div.klappleiste + style + style + div.klappleiste {
margin-top: -1px;
}
}

Navigationsmenü