MediaWiki: Common.css: Unterschied zwischen den Versionen
Aus Coldwar Games
Zeile 7: | Zeile 7: | ||
} | } | ||
#navbar { | #navbar { | ||
− | |||
padding-top: 30px; | padding-top: 30px; | ||
/* Firefox */ | /* Firefox */ | ||
Zeile 13: | Zeile 12: | ||
-moz-box-pack:center; | -moz-box-pack:center; | ||
-moz-box-align:center; | -moz-box-align:center; | ||
+ | /* W3C */ | ||
+ | display:box; | ||
+ | box-pack:center; | ||
+ | box-align:center; | ||
} | } | ||
.navbar-header { | .navbar-header { | ||
Zeile 20: | Zeile 23: | ||
-moz-box-pack:center; | -moz-box-pack:center; | ||
-moz-box-align:center; | -moz-box-align:center; | ||
+ | /* W3C */ | ||
+ | display:box; | ||
+ | box-pack:center; | ||
+ | box-align:center; | ||
} | } | ||
.nav { | .nav { | ||
Zeile 27: | Zeile 34: | ||
-moz-box-pack:center; | -moz-box-pack:center; | ||
-moz-box-align:center; | -moz-box-align:center; | ||
+ | /* W3C */ | ||
+ | display:box; | ||
+ | box-pack:center; | ||
+ | box-align:center; | ||
} | } | ||
.navbar-nav { | .navbar-nav { | ||
Zeile 33: | Zeile 44: | ||
-moz-box-pack:center; | -moz-box-pack:center; | ||
-moz-box-align:center; | -moz-box-align:center; | ||
+ | /* W3C */ | ||
+ | display:box; | ||
+ | box-pack:center; | ||
+ | box-align:center; | ||
} | } | ||
.navbar-default { | .navbar-default { |
Version vom 13. Dezember 2018, 11:24 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .navbar-brand img { /* height: 80px; width: 80px; */ height: 70px; width: 160px; } #navbar { padding-top: 30px; /* Firefox */ display:-moz-box; -moz-box-pack:center; -moz-box-align:center; /* W3C */ display:box; box-pack:center; box-align:center; } .navbar-header { min-height: 85px; /* Firefox */ display:-moz-box; -moz-box-pack:center; -moz-box-align:center; /* W3C */ display:box; box-pack:center; box-align:center; } .nav { min-height: 85px; /* Firefox */ display:-moz-box; -moz-box-pack:center; -moz-box-align:center; /* W3C */ display:box; box-pack:center; box-align:center; } .navbar-nav { /* Firefox */ display:-moz-box; -moz-box-pack:center; -moz-box-align:center; /* W3C */ display:box; box-pack:center; box-align:center; } .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; } .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; } div.floatright { border:none; } div.floatleft{ border:none; } body { background-color:#eeeeee; } .sidebar-wrapper { top: 120px; } /* Other stuff #mw-head { line-height: 80px; } end of other stuff*/