MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Denis (Diskussion | Beiträge) |
Denis (Diskussion | Beiträge) |
||
| Zeile 21: | Zeile 21: | ||
.float-right { | .float-right { | ||
float:right; | float:right; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
.box.Seite { | .box.Seite { | ||
| − | display: inline- | + | display: inline-grid; |
| − | width: 32.5% | + | width: 32.5%; |
| − | |||
} | } | ||
| − | |||
| − | |||
| − | |||
| − | |||
.Liste { | .Liste { | ||
width:100%; | width:100%; | ||
Version vom 15. Dezember 2020, 02:34 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.box {
margin-bottom: 1em;
border: 1px solid #8898bf;
}
.box h2 {
background: #d8e8ff;
border-bottom: 1px solid #8898bf;
font-family: inherit;
font-size: 1em;
font-weight: bold;
line-height: 1.5;
margin: 0;
padding: .1em 0;
text-align:center;
}
.box .inhalt {
padding: 0 1em;
}
.float-right {
float:right;
}
.box.Seite {
display: inline-grid;
width: 32.5%;
}
.Liste {
width:100%;
display:block;
}
div.NavFrame {
border: 0.15em solid #aaa;
clear: both;
font-size: 95%;
margin-top: 1.5em;
min-height: 0;
padding: 0.2em;
text-align: center;
}
div.NavPic {
float: left;
padding: 2px;
}
div.NavHead {
background: #efefef;
font-weight: bold;
}