MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
| Zeile 29: | Zeile 29: | ||
{ | { | ||
height: 90px !important; | height: 90px !important; | ||
| + | } | ||
| + | |||
| + | br.clear | ||
| + | { | ||
| + | clear: left; | ||
} | } | ||
Version vom 29. Dezember 2017, 22:23 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
div.kachelfloatleft
{
height: 150px !important;
width: 250px !important;
float: left;
margin-right:20px;
background-color: #f2c4ff;
margin-bottom: 20px;
}
div.kachelabsatzend
{
height: 150px !important;
width: 250px !important;
margin-right:20px;
background-color: #f2c4ff;
margin-bottom: 20px;
}
.before::before, .after::after
{
content: "\A";
white-space: pre;
}
div.kachel pre
{
height: 90px !important;
}
br.clear
{
clear: left;
}