MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Der E21
Wechseln zu: Navigation, Suche
Zeile 16: Zeile 16:
 
div.e21_left {
 
div.e21_left {
 
     float: left;
 
     float: left;
     width: 50%;
+
     width: 45%;
 
}
 
}
  
 
div.e21_right {
 
div.e21_right {
 
     float: right;
 
     float: right;
     width: 50%;
+
     width: 45%;
 
}
 
}
  

Version vom 13. März 2013, 20:53 Uhr

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


/* css für die hauptseite */

div.e21_container {
    margin: 0 auto;
    width: 95%;
}

div.e21_header {
    width: 100%;
    padding: 5px;
}

div.e21_left {
    float: left;
    width: 45%;
}

div.e21_right {
    float: right;
    width: 45%;
}

div.e21_box {
    width: 100%;
    border: 1px solid grey;
    margin: 5px;
}

div.e21_box_title {
    
}

e21_box_body {
    
}