MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 37: | Zeile 37: | ||
float:right; | float:right; | ||
margin-left:1em; | margin-left:1em; | ||
} | } |
Version vom 3. Mai 2019, 14:21 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.cb {
clear:both;
}
.underline {
text-decoration:underline;
}
.blue {
color:#0099ff;
}
.orange{
color:#ef7f00;
}
.red{
color:#ff0000;
}
table.standardtable {
border: 1px solid black;
border-collapse:collapse;
}
table.standardtable td, table.standardtable th{
padding:5px;
border: 1px solid black;
}
ul.widegallery {
text-align:left;
}
.specsBoxRight {
width:320px;
float:right;
margin-left:1em;
}