MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Der E21
Wechseln zu: Navigation, Suche
Zeile 26: Zeile 26:
 
div.e21_box {
 
div.e21_box {
 
     width: 100%;
 
     width: 100%;
    border: 1px solid grey;
+
     margin-top: 15px;
     margin: 5px;
 
 
}
 
}
  

Version vom 13. März 2013, 20:54 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%;
    margin-top: 15px;
}

div.e21_box_title {
    
}

e21_box_body {
    
}