MediaWiki:Gadget-winter.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
d 1 wersja: Gadżet |
d Big thanks to violine1101 for the code, source de:MediaWiki:Gadget-winter.css |
||
| Linia 1: | Linia 1: | ||
/* Winter style for the Minecraft Wiki. Created by [[Benutzer:violine1101]], edited by [[:ru:User:Ivan r]] */ | |||
#mw- | div#mw-head { | ||
background: url("https://d1u5p3l4wpay3k.cloudfront.net/minecraft_de_gamepedia/d/d5/SchneeBG.gif") right 6px repeat-x !important; | |||
background-position: 100% -5px !important; | |||
} | |||
#mw-page-base { | |||
background-image: url("https://d1u5p3l4wpay3k.cloudfront.net/minecraft_de_gamepedia/2/26/Winter-Header-background.png") !important; | |||
} | |||
# | div.vectorTabs span, | ||
div.vectorTabs span:before, | |||
div #mw-head div.vectorMenu > h3, | |||
div #mw-head div.vectorMenu > h3:first-child:before, | |||
div #mw-head div.vectorMenu > h4, | |||
div #mw-head div.vectorMenu > h4:first-child:before, | |||
div#p-variants.vectorMenu #mw-vector-current-variant, | |||
div#p-variants.vectorMenu #mw-vector-current-variant:before { | |||
.mw- | background-image: url("https://d1u5p3l4wpay3k.cloudfront.net/minecraft_de_gamepedia/5/55/Winter-Vector-tabs.png") !important; | ||
} | |||
# | #left-navigation div.vectorTabs li:first-child span:before { | ||
background-image: url("https://d1u5p3l4wpay3k.cloudfront.net/minecraft_de_gamepedia/2/28/Winter-Vector-tabs-first.png") !important; | |||
} | |||
.mcwiki-header { | |||
background-image: url("https://d1u5p3l4wpay3k.cloudfront.net/minecraft_de_gamepedia/a/a2/Schneehintergrund.png") !important; | |||
} | |||
#simpleSearch:after { | .mw-wiki-logo { | ||
background-image: url("https://d1u5p3l4wpay3k.cloudfront.net/minecraft_de_gamepedia/f/f7/SchneeWiki.png") !important; | |||
} | |||
div#simpleSearch { | |||
left: -1px !important; | |||
top: 0px !important; | |||
} | |||
div#p-search form { | |||
border-right: 4px solid #CCC !important; | |||
} | |||
div#p-search form:after { | |||
border-top: 4px solid #E2E2E2 !important; | |||
border-left: 4px solid #CCC !important; | |||
} | |||
#simpleSearch:after { | |||
border-top: 3px solid #E2E2E2 !important; | |||
border-left: 3px solid #E6E6E6 !important; | |||
} | |||
Wersja z 19:39, 10 mar 2018
/* Winter style for the Minecraft Wiki. Created by [[Benutzer:violine1101]], edited by [[:ru:User:Ivan r]] */
div#mw-head {
background: url("https://d1u5p3l4wpay3k.cloudfront.net/minecraft_de_gamepedia/d/d5/SchneeBG.gif") right 6px repeat-x !important;
background-position: 100% -5px !important;
}
#mw-page-base {
background-image: url("https://d1u5p3l4wpay3k.cloudfront.net/minecraft_de_gamepedia/2/26/Winter-Header-background.png") !important;
}
div.vectorTabs span,
div.vectorTabs span:before,
div #mw-head div.vectorMenu > h3,
div #mw-head div.vectorMenu > h3:first-child:before,
div #mw-head div.vectorMenu > h4,
div #mw-head div.vectorMenu > h4:first-child:before,
div#p-variants.vectorMenu #mw-vector-current-variant,
div#p-variants.vectorMenu #mw-vector-current-variant:before {
background-image: url("https://d1u5p3l4wpay3k.cloudfront.net/minecraft_de_gamepedia/5/55/Winter-Vector-tabs.png") !important;
}
#left-navigation div.vectorTabs li:first-child span:before {
background-image: url("https://d1u5p3l4wpay3k.cloudfront.net/minecraft_de_gamepedia/2/28/Winter-Vector-tabs-first.png") !important;
}
.mcwiki-header {
background-image: url("https://d1u5p3l4wpay3k.cloudfront.net/minecraft_de_gamepedia/a/a2/Schneehintergrund.png") !important;
}
.mw-wiki-logo {
background-image: url("https://d1u5p3l4wpay3k.cloudfront.net/minecraft_de_gamepedia/f/f7/SchneeWiki.png") !important;
}
div#simpleSearch {
left: -1px !important;
top: 0px !important;
}
div#p-search form {
border-right: 4px solid #CCC !important;
}
div#p-search form:after {
border-top: 4px solid #E2E2E2 !important;
border-left: 4px solid #CCC !important;
}
#simpleSearch:after {
border-top: 3px solid #E2E2E2 !important;
border-left: 3px solid #E6E6E6 !important;
}