MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Matura Wiki
Zur Navigation springen Zur Suche springen
Zeile 2: Zeile 2:
  
 
#cluster { background-color:yellow;
 
#cluster { background-color:yellow;
      width:12px; hight:100em;
+
          position:absolute;     
 +
        width:12px; hight:100em;
 
       margin:0px 5px 0px 0px;  
 
       margin:0px 5px 0px 0px;  
 
       padding:0px 0px 0px 0px;
 
       padding:0px 0px 0px 0px;
       float:left;
+
       left:0px;
       overflow:hidden;
+
       top:0px
 +
      bottom:0px
 +
     
 
}
 
}

Version vom 1. April 2015, 18:48 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

#cluster { background-color:yellow;
          position:absolute;       
        width:12px; hight:100em;
       margin:0px 5px 0px 0px; 
       padding:0px 0px 0px 0px;
       left:0px;
       top:0px
       bottom:0px
       
}