MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Matura Wiki
Zur Navigation springen Zur Suche springen
Zeile 52: Zeile 52:
  
  
 +
.contentwrapper { 
 +
}
  
 
.contentbox {border-left:1em solid blue;  
 
.contentbox {border-left:1em solid blue;  
 
               box-shadow: 10px 10px 5px #ddd;  
 
               box-shadow: 10px 10px 5px #ddd;  
 
               float:left; overflow:hidden;
 
               float:left; overflow:hidden;
               padding:0 1em 1em 0.5em; margin:1em 2em 2em 0;          
+
               padding:0 1em 1em 0.5em; margin:1em 2em 2em 0;  
 +
              list-style-type: none;         
 
}
 
}
 
.contentbox ul {list-style-type: none;
 
.contentbox ul {list-style-type: none;
 
}
 
}
  
.contentbox ul li {outline:1px solid red; float:none;                                                   
+
.contentbox ul li {outline:1px solid red;
 +
                                                   
 
}
 
}

Version vom 28. April 2015, 16:05 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;
       
}

/* Hauptseite  */
#bannerwrapper {width:100%; margin:0; padding:0; border-bottom:1em #eee solid; }

.banner {height:100%; padding:0%; margin:0% 10% auto;}


.contentwrapper {   
}

.contentbox {border-left:1em solid blue; 
              box-shadow: 10px 10px 5px #ddd; 
              float:left; overflow:hidden;
              padding:0 1em 1em 0.5em; margin:1em 2em 2em 0; 
              list-style-type: none;           
}
.contentbox ul {list-style-type: none;
}

.contentbox ul li {outline:1px solid red;
                                                    
}