MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Matura Wiki
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#clustersixoh{  
+
.clustersixoh{  
 
       background-color:yellow;     
 
       background-color:yellow;     
 
       width:400px; height:12px;
 
       width:400px; height:12px;
Zeile 10: Zeile 10:
  
  
#clustersixov {  
+
.clustersixov {  
 
         background-color:yellow;       
 
         background-color:yellow;       
 
         width:10px; height:100px;
 
         width:10px; height:100px;
Zeile 32: Zeile 32:
  
  
#clustersixuv { background-color:yellow;
+
.clustersixuv { background-color:yellow;
 
                
 
                
 
         background-color:yellow;       
 
         background-color:yellow;       

Version vom 4. April 2015, 15:08 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.clustersixoh{ 
       background-color:yellow;     
       width:400px; height:12px;
       margin:0px 0px 0px -14px; 
       padding:0px 0px 0px 0px;
       font-size:10px;
       font-familiy:arial;
}


.clustersixov { 
        background-color:yellow;       
        width:10px; height:100px;
       margin:0px 0px 0px -14px; 
       padding:0px 0px 0px 0px;
       overflow:hidden;
       float:left; 
       font-size:10px;
       font-familiy:arial;
}

#clustersixuh{ 
       background-color:yellow;     
       width:400px; height:12px;
       margin:0px 0px 0px -14px; 
       padding:0px 0px 0px 0px;
       font-size:10px;
       font-familiy:arial;
       bottom:0px;
}


.clustersixuv { background-color:yellow;
               
        background-color:yellow;       
        width:10px; height:100px;
       margin:0px 0px 0px -14px; 
       padding:0px 0px 0px 0px;
       overflow:hidden;
       float:inherit left;
       
       font-size:10px;
       font-familiy:arial;
       
}

/* #Matura-Aufgaben {background-color:red;}  */