MediaWiki:Common.css

Aus Wiki1

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 4: Zeile 4:
#column-content {
#column-content {
margin: 0 0 0.6em -12.2em;
margin: 0 0 0.6em -12.2em;
 +
}
 +
 +
#p-cactions {
 +
    position: absolute;
 +
    border: none;
 +
    top: 1.5em;
 +
    left: 11.9em;
 +
    margin: 0;
 +
    white-space: nowrap;
 +
    width: 100%;
 +
    line-height: 1.1em;
 +
    overflow: visible;
 +
    background: none;
 +
    border-collapse: collapse;
 +
    padding-left: 1em;
 +
    list-style: none;
 +
    font-size: 95%;
}
}

Version vom 19:12, 19. Jan. 2021

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
.keineNummer .tocnumber { display: none; }

#column-content {
margin: 0 0 0.6em -12.2em;
}

#p-cactions {
    position: absolute;
    border: none;
    top: 1.5em;
    left: 11.9em;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;
}
Persönliche Werkzeuge