MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Porod (Diskussion | Beiträge) |
Porod (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
+ | #clusterSixOV { background-color:yellow; | ||
+ | |||
+ | width:100%; hight:12px; | ||
+ | margin:0px 0px 0px -10px; | ||
+ | padding:0px 0px 0px 0px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #clusterSixOH { background-color:yellow; | ||
+ | |||
+ | width:12px; hight:100em; | ||
+ | margin:0px 5px 0px -10px; | ||
+ | padding:0px 0px 0px 0px; | ||
+ | overflow:hidden; | ||
+ | float:left | ||
+ | |||
+ | #clusterSixUV { background-color:yellow; | ||
+ | |||
+ | width:100%; hight:12px; | ||
+ | margin:0px 0px 0px -10px; | ||
+ | padding:0px 0px 0px 0px; | ||
+ | bottom:0px | ||
+ | |||
+ | } | ||
+ | |||
− | # | + | #clusterSixUH { background-color:yellow; |
width:12px; hight:100em; | width:12px; hight:100em; | ||
− | margin:0px 5px 0px | + | margin:0px 5px 0px -10px; |
padding:0px 0px 0px 0px; | padding:0px 0px 0px 0px; | ||
− | |||
overflow:hidden; | overflow:hidden; | ||
float:left | float:left | ||
+ | bottom:0px | ||
} | } |
Version vom 1. April 2015, 19:56 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #clusterSixOV { background-color:yellow; width:100%; hight:12px; margin:0px 0px 0px -10px; padding:0px 0px 0px 0px; } #clusterSixOH { background-color:yellow; width:12px; hight:100em; margin:0px 5px 0px -10px; padding:0px 0px 0px 0px; overflow:hidden; float:left #clusterSixUV { background-color:yellow; width:100%; hight:12px; margin:0px 0px 0px -10px; padding:0px 0px 0px 0px; bottom:0px } #clusterSixUH { background-color:yellow; width:12px; hight:100em; margin:0px 5px 0px -10px; padding:0px 0px 0px 0px; overflow:hidden; float:left bottom:0px }