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;
          position:absolute;     
+
             
 
         width:12px; hight:100em;
 
         width:12px; hight:100em;
 
       margin:0px 5px 0px 0px;  
 
       margin:0px 5px 0px 0px;  
 
       padding:0px 0px 0px 0px;
 
       padding:0px 0px 0px 0px;
 
       left:-10px;
 
       left:-10px;
      top:0px
 
      bottom:0px
 
 
       overflow:hidden;
 
       overflow:hidden;
 
       float:left
 
       float:left
 
}
 
}

Version vom 1. April 2015, 19:50 Uhr

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

#cluster { background-color:yellow;
               
        width:12px; hight:100em;
       margin:0px 5px 0px 0px; 
       padding:0px 0px 0px 0px;
       left:-10px;
       overflow:hidden;
       float:left
}