Hinweis: Zum Anlegen oder Ändern von Seiten ist ein Benutzerkonto mit einer überprüften E-Mail-Adresse notwendig.
Benutzer:Curilias/monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 9: | Zeile 9: | ||
div.ib_container { | div.ib_container { | ||
margin: 0px; | margin: 0px; | ||
padding: | padding: 2px; | ||
border: 1px solid #aaaaaa; | border: 1px solid #aaaaaa; | ||
text-align: center; | text-align: center; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
font-size: 95%; | font-size: 95%; | ||
clear:both; | |||
} | } | ||
| Zeile 21: | Zeile 22: | ||
font-size: 100%; | font-size: 100%; | ||
background-color: #efefef; | background-color: #efefef; | ||
} | } | ||
.ib_toggle { | .ib_toggle { | ||
font-size: x-small; | |||
float:right; | |||
} | } | ||
Version vom 23. Juli 2008, 00:15 Uhr
/* Einzelnachweise (Referenzen) kleiner darstellen */
ol.references {
font-size: 85%;
}
sup.reference {font-size: 50%;}
/* sup.reference { display:none; } */
div.ib_container {
margin: 0px;
padding: 2px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
clear:both;
}
div.ib_container div.ib_head {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
}
.ib_toggle {
font-size: x-small;
float:right;
}