MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
| Zeile 3: | Zeile 3: | ||
div.kachelfloatleft | div.kachelfloatleft | ||
{ | { | ||
| − | height: | + | height: 150px !important; |
width: 250px !important; | width: 250px !important; | ||
float: left; | float: left; | ||
| Zeile 22: | Zeile 22: | ||
div.kachel pre | div.kachel pre | ||
{ | { | ||
| − | height: | + | height: 95px !important; |
} | } | ||
Version vom 29. Dezember 2017, 22:30 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;
}
div.kachel pre
{
height: 95px !important;
}
br.clear
{
clear: both;
line-height: 0em;
height: 0px;
}