MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus biosorten.de
Wechseln zu: Navigation, Suche
Zeile 21: Zeile 21:
 
   left: auto !important;
 
   left: auto !important;
 
}
 
}
 
+
div#content {
 +
    min-height: 500px;
 +
}
  
  

Version vom 13. Oktober 2015, 19:39 Uhr

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

/**** Seitenbreite auf 960px setzen und Inhalt zentrieren ****/

#center {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    border-bottom: 1px solid #BBBBBB;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #F6F6F6;
}
#mw-head {
    max-width: 960px;
    right: auto !important; 
    width: 99% !important; 
}
#mw-panel {
  right: auto;
  left: auto !important;
}
div#content {
    min-height: 500px;
}


/************************* Sonstiges *********************/

body {
    background-color: #f2f2f2;
}

#footer-poweredbyico {
    display: none;
}