MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus DDR-FahrradWiki
Zur Navigation springen Zur Suche springen
imported>Moosmutzel
Keine Bearbeitungszusammenfassung
>Moosmutzel
Keine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:
html, body {
html, body {
       width: 1240px;
       width: 1240px;
}
p-personal {
    position: absolute;
    right: 0.75em;
    top: 0.33em;
    z-index: 100;
}
}

Version vom 16. Februar 2015, 18: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 {
      width: 1240px;
}

p-personal {
    position: absolute;
    right: 0.75em;
    top: 0.33em;
    z-index: 100;
}