MediaWiki:Gadget-winter.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
d Big thanks to violine1101 for the code, source de:MediaWiki:Gadget-winter.css |
Aktualizacja |
||
| Linia 2: | Linia 2: | ||
div#mw-head { | div#mw-head { | ||
background: url("https:// | background: url("https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/d/d5/SchneeBG.gif") right 6px repeat-x !important; | ||
background-position: 100% -5px !important; | background-position: 100% -5px !important; | ||
} | } | ||
#mw-page-base { | #mw-page-base { | ||
background-image: url("https:// | background-image: url("https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/2/26/Winter-Header-background.png") !important; | ||
} | } | ||
div.vectorTabs span, | div.vectorTabs span, | ||
div.vectorTabs span:before, | div.vectorTabs span::before, | ||
div.vectorMenu > h3, | |||
div.vectorMenu > h3::before { | |||
background-image: url("https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/5/55/Winter-Vector-tabs.png") !important; | |||
background-image: url("https:// | |||
} | } | ||
#left-navigation div.vectorTabs li:first-child span:before { | #left-navigation div.vectorTabs li:first-child span::before { | ||
background-image: url("https:// | background-image: url("https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/2/28/Winter-Vector-tabs-first.png") !important; | ||
} | } | ||
.mcwiki-header { | .mcwiki-header { | ||
background-image: url("https:// | background-image: url("https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/a/a2/Schneehintergrund.png") !important; | ||
} | } | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-image: url("https:// | background-image: url("https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/f/f7/SchneeWiki.png") !important; | ||
} | } | ||
| Linia 42: | Linia 38: | ||
} | } | ||
div#p-search form:after { | div#p-search form::after { | ||
border-top: 4px solid #E2E2E2 !important; | border-top: 4px solid #E2E2E2 !important; | ||
border-left: 4px solid #CCC !important; | border-left: 4px solid #CCC !important; | ||
} | } | ||
#simpleSearch:after { | #simpleSearch::after { | ||
border-top: 3px solid #E2E2E2 !important; | border-top: 3px solid #E2E2E2 !important; | ||
border-left: 3px solid #E6E6E6 !important; | border-left: 3px solid #E6E6E6 !important; | ||
} | } | ||
Wersja z 16:03, 8 lut 2019
/* Winter style for the Minecraft Wiki. Created by [[Benutzer:violine1101]], edited by [[:ru:User:Ivan r]] */
div#mw-head {
background: url("https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/d/d5/SchneeBG.gif") right 6px repeat-x !important;
background-position: 100% -5px !important;
}
#mw-page-base {
background-image: url("https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/2/26/Winter-Header-background.png") !important;
}
div.vectorTabs span,
div.vectorTabs span::before,
div.vectorMenu > h3,
div.vectorMenu > h3::before {
background-image: url("https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/5/55/Winter-Vector-tabs.png") !important;
}
#left-navigation div.vectorTabs li:first-child span::before {
background-image: url("https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/2/28/Winter-Vector-tabs-first.png") !important;
}
.mcwiki-header {
background-image: url("https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/a/a2/Schneehintergrund.png") !important;
}
.mw-wiki-logo {
background-image: url("https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/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;
}