MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
| Zeile 24: | Zeile 24: | ||
content: "\A"; | content: "\A"; | ||
white-space: pre; | white-space: pre; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Version vom 29. Dezember 2017, 22:04 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;
}