MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus biosorten.de
Wechseln zu: Navigation, Suche
Zeile 21: Zeile 21:
 
     right: auto !important;  
 
     right: auto !important;  
 
     width: 99% !important;  
 
     width: 99% !important;  
 +
}
 +
#mw-panel {
 +
  right: auto;
 +
  left: auto !important;
 
}
 
}
  

Version vom 13. Oktober 2015, 19:29 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; 
}
#mw-panel {
  right: auto;
  left: auto !important;
}



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

#footer-poweredbyico {
    display: none;
}