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

Aus GuildWiki
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „#redeemernwl { top: -35px !important; } #globalWrapper { top: 0px !important; }“)
 
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
/* Leiste oben ausblenden */
 
#redeemernwl {
 
#redeemernwl {
 
     top: -35px !important;
 
     top: -35px !important;
Zeile 4: Zeile 5:
 
#globalWrapper {
 
#globalWrapper {
 
     top: 0px !important;
 
     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;
 
}
 
}

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;
}