Użytkownik:Asrisk/fandomdesktop.css
Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.
- Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
- Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
- Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
- Opera: Naciśnij klawisze Ctrl+F5.
.page-header__bottom {
flex-direction: column-reverse;
}
.page-header__actions {
justify-content: flex-end;
}
#mixed-content-footer {
display: none;
}
/* Source https://community.fandom.com/wiki/User:%E6%B9%96%E8%BF%9C%E6%98%9F/global.css */
.global-navigation {
transform: translateX(-65px);
transition: transform .2s;
z-index: 600;
}
.global-navigation:hover {
transform: none;
}
.global-navigation:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 65px;
width: 30px;
height: 100%;
transition: 0s .2s;
}
.global-navigation:hover:after {
width: 0;
}
.global-navigation + .main-container {
margin-left: 0;
width: 100%;
}
/*
.global-navigation:hover + .main-container {
margin-left: 66px;
width: calc(100% - 66px);
}
*/
.global-navigation + .main-container .fandom-community-header__background {
left: 0;
}
.main-container {
transition: transform .2s;
}
.fandom-sticky-header {
left: 0;
padding-left: 78px;
}
.search-modal {
left: 0;
z-index: 400;
}
.search-modal:before {
left: 0;
z-index: 0;
}
.global-navigation__top { /* Look how easy they made it to remove garbage! */
display: none;
}
.global-navigation__bottom .wds-dropdown.is-attached-to-bottom .wds-dropdown__content {
position: absolute;top: 0;left: 50px;height: 190px;
}