MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus biosorten.de
Wechseln zu: Navigation, Suche
Zeile 15: Zeile 15:
 
     border-radius: 0 0 10px 10px;
 
     border-radius: 0 0 10px 10px;
 
     box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.3);
 
     box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.3);
     background-color: #F6F6F6; /* um Bereich unterhalb endender Sidebar mit Sidebar-Farbe einzufärben */
+
     background-color: #F6F6F6;
 +
}
 +
#mw-head {
 +
    max-width: 960px;
 +
    right: auto !important;
 +
    width: 99% !important;
 
}
 
}
  

Version vom 13. Oktober 2015, 19:26 Uhr

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

/*********************************************************/
/* Set whole page to fixed width (960px) and center it   */
/* Credits:                                              */
/* - http://userstyles.org/styles/30132                  */
/* - http://www.maxdesign.com.au/articles/center/        */
/*********************************************************/

#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; 
}



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

#footer-poweredbyico {
    display: none;
}