MediaWiki:Fandomdesktop.css: відмінності між версіями
Перейти до навігації
Перейти до пошуку
imported>Redvis Sai (Створена сторінка: @import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedGlobalNavigation.css&only=styles";) |
imported>Redvis Sai Немає опису редагування |
||
| Рядок 1: | Рядок 1: | ||
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedGlobalNavigation.css&only=styles"; | @import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedGlobalNavigation.css&only=styles"; | ||
/* background image */ | |||
body {background-image: var(--theme-body-background-image);} | |||
body.theme-fandomdesktop-dark { | |||
background-size: cover; | |||
background-position: top; | |||
background-repeat: no-repeat; | |||
background-attachment: fixed;} | |||
body.theme-fandomdesktop-light { | |||
background-size: cover; | |||
background-position: top; | |||
background-repeat: no-repeat; | |||
background-attachment: fixed;} | |||
/* remove fandom header */ | |||
.fandom-community-header__background { background-image: none;} | |||
.fandom-community-header__background::before { background-image: none;} | |||
Версія за 19:04, 5 серпня 2021
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedGlobalNavigation.css&only=styles";
/* background image */
body {background-image: var(--theme-body-background-image);}
body.theme-fandomdesktop-dark {
background-size: cover;
background-position: top;
background-repeat: no-repeat;
background-attachment: fixed;}
body.theme-fandomdesktop-light {
background-size: cover;
background-position: top;
background-repeat: no-repeat;
background-attachment: fixed;}
/* remove fandom header */
.fandom-community-header__background { background-image: none;}
.fandom-community-header__background::before { background-image: none;}