MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus DDR-FahrradWiki
Zur Navigation springen Zur Suche springen
imported>Mr. Tonzy Linder
K (Änderungen von Mr. Tonzy Linder (Diskussion) wurden auf die letzte Version von Moosmutzel zurückgesetzt)
>Mr. Tonzy Linder
Keine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:
html, body {
html, body {
       margin: auto;
       margin: auto;
       position: relative;
       position: centered;
       width: 1280px;
       width: 1240px;


}
}
Zeile 16: Zeile 16:
div#mw-head {
div#mw-head {
     left: 0;
     left: 0;
     width:1280px;
     width:1240px;
}
}



Version vom 15. März 2015, 00:13 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
    padding-top: 1px;
    text-align:  center;
}

html, body {
      margin: auto;
      position: centered;
      width: 1240px;

}

div#mw-head {
    left: 0;
    width:1240px;
}

.mw-body {
    margin-left: 160px;
}

div#mw-panel {
/*    width: 170px; */
    left: -25px;
}


table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
    padding: 8px;
}

#p-logo {
    /*left: 0em;*/
    float: right;
}

div.vectorTabs {
height: 2.55em;
}

#left-navigation {
    margin-left: 10em;

#p-personal {
    position: relative;
}