Benutzer:Ryuka/monoblack.css: Unterschied zwischen den Versionen

Aus GuildWiki
Wechseln zu:Navigation, Suche
 
Zeile 23: Zeile 23:
 
}
 
}
 
#column-content {
 
#column-content {
   min-height: 650px !important;
+
   min-height: 849px !important;
 
}
 
}

Aktuelle Version vom 28. Mai 2018, 16:43 Uhr

/* Leiste oben ausblenden */
#redeemernwl {
    top: -35px !important;
}
#globalWrapper {
    top: 0px !important;
}

/* Server-Notiz ausblenden */
#siteNotice {
    height: 0px !important;
    visibility: hidden !important;
}

/* Menü fixieren */
#menu-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
}
#p-logo {
    position: relative !important;
}
#column-content {
   min-height: 849px !important;
}