MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus Coldwar Games
Zeile 14: | Zeile 14: | ||
#contentwrapper { | #contentwrapper { | ||
padding-top: 100px; | padding-top: 100px; | ||
+ | } | ||
+ | div.floatright .floatcenter { | ||
+ | border:none; | ||
} | } | ||
.list-type3 { | .list-type3 { | ||
Zeile 29: | Zeile 32: | ||
color:#grey; /* textfarbe */ | color:#grey; /* textfarbe */ | ||
border: 1px solid grey; | border: 1px solid grey; | ||
− | |||
− | |||
− | |||
} | } | ||
Version vom 13. Dezember 2018, 10:02 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .navbar-brand img { height: 70px; width: 160px; } .navbar { min-height: 85px; vertical-align:baseline; } .navbar-default { /* background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); */ background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); } #contentwrapper { padding-top: 100px; } div.floatright .floatcenter { border:none; } .list-type3 { width:600px; /* breite der liste */ } .list-type3 div { background: #0E5654; /* hintergrundfarbe background:#0E5654;*/ color:#fff; /* textfarbe */ } .author-box { width:600px; /* breite der liste */ } .author-box div { background: #fff; /* hintergrundfarbe background:#0E5654;*/ color:#grey; /* textfarbe */ border: 1px solid grey; } /* Other stuff #mw-head { line-height: 80px; } end of other stuff*/