MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Wiki-Langen
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
| − | . | + | .InfoboxKr |
{ | { | ||
| − | position: absolute; | + | position: relative; |
| − | top: 2px; | + | margin: 1px 0px; |
| − | left: 0px; | + | border-left: none !important; |
| − | padding: 1px; | + | border-right: none !important; |
| + | padding: 0; | ||
| + | min-height: 70px; | ||
| + | border: 1px solid #bbb; | ||
| + | } | ||
| + | |||
| + | |||
| + | .InfoboxKrBild | ||
| + | { | ||
| + | position: absolute; | ||
| + | top: 2px; | ||
| + | left: 0px; | ||
| + | padding: 1px; | ||
} | } | ||
Version vom 14. Mai 2017, 22:26 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.InfoboxKr
{
position: relative;
margin: 1px 0px;
border-left: none !important;
border-right: none !important;
padding: 0;
min-height: 70px;
border: 1px solid #bbb;
}
.InfoboxKrBild
{
position: absolute;
top: 2px;
left: 0px;
padding: 1px;
}