VOOZH about

URL: https://minecraft.wiki/w/MediaWiki_talk:Gadget-dungeonsWiki.css

⇱ MediaWiki talk:Gadget-dungeonsWiki.css – Minecraft Wiki


MediaWiki talk:Gadget-dungeonsWiki.css

From Minecraft Wiki
Latest comment: 19 May 2020 by MarkusRost in topic More styling
Jump to navigation Jump to search

More styling

[edit source]
Latest comment: 19 May 20202 comments2 people in discussion

When I looked at Minecraft Dungeons, I found that the German Minecraft Wiki has a few more styles that enhance the Minecraft Dungeons Wiki:

CSS-File in the german wiki
/* Use Minecraft Dungeons Wiki logo for Minecraft Dungeons pages */

/* [[File:Dungeons Wiki.png]] */
.rootpage-Minecraft_Dungeons.mw-wiki-logo,
.ns-10000.mw-wiki-logo,
.ns-10001.mw-wiki-logo{
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/3/33/Dungeons_Wiki.png);
}

/* [[File:Dungeons Wiki HiDPI.png]] */
@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){
.rootpage-Minecraft_Dungeons.mw-wiki-logo,
.ns-10000.mw-wiki-logo,
.ns-10001.mw-wiki-logo{
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/2/23/Dungeons_Wiki_HiDPI.png);
background-size:160pxauto;
}
}

/* [[en:File:Dungeons Wiki header.svg]] */
.rootpage-Minecraft_Dungeons.branding-box,
.ns-10000.branding-box,
.ns-10001.branding-box{
background-image:url(https://minecraft.gamepedia.com/media/minecraft.gamepedia.com/8/8c/Dungeons_Wiki_header.svg);
}

/* [[File:Dungeons-header-bg.png]] and [[File:Dungeons-header-bg-dark.png]] as header background */
.rootpage-Minecraft_Dungeons#mw-page-base,
.ns-10000#mw-page-base,
.ns-10001#mw-page-base{
background-color:#dbad7e;
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/2/2e/Dungeons-header-bg.png);
}

.skin-hydradark.rootpage-Minecraft_Dungeons#mw-page-base,
.skin-hydradark.ns-10000#mw-page-base,
.skin-hydradark.ns-10001#mw-page-base{
background-color:#dbad7e;
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/f/fe/Dungeons-header-bg-dark.png);
}

.rootpage-Minecraft_Dungeons#content,
.ns-10000#content,
.ns-10001#content{
border-top-color:#a5a2a1;
background-color:#f4efe6;
}

.rootpage-Minecraft_Dungeons#content::before,
.ns-10000#content::before,
.ns-10001#content::before{
border-top-color:#757372;
border-left-color:#a5a2a1;
}
.skin-hydradark.rootpage-Minecraft_Dungeons#content::before,
.skin-hydradark.ns-10000#content::before,
.skin-hydradark.ns-10001#content::before{
border-top-color:#504f4e;
}

/* Use [[File:Dungeons-tabs.png]], [[File:Dungeons-tabs-dark.png]], [[File:Dungeons-tabs-first.png]] and [[File:Dungeons-tabs-first-dark.png]] as tab styling */
.rootpage-Minecraft_Dungeonsdiv.vectorTabsspan,
.ns-10000div.vectorTabsspan,
.ns-10001div.vectorTabsspan,
.rootpage-Minecraft_Dungeonsdiv.vectorTabsspan::before,
.ns-10000div.vectorTabsspan::before,
.ns-10001div.vectorTabsspan::before,
.rootpage-Minecraft_Dungeons#mw-headdiv.vectorMenuh3,
.ns-10000#mw-headdiv.vectorMenuh3,
.ns-10001#mw-headdiv.vectorMenuh3,
.rootpage-Minecraft_Dungeons#mw-headdiv.vectorMenuh3::before,
.ns-10000#mw-headdiv.vectorMenuh3::before,
.ns-10001#mw-headdiv.vectorMenuh3::before{
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/1/12/Dungeons-tabs.png);
}

.skin-hydradark.rootpage-Minecraft_Dungeonsdiv.vectorTabsspan,
.skin-hydradark.ns-10000div.vectorTabsspan,
.skin-hydradark.ns-10001div.vectorTabsspan,
.skin-hydradark.rootpage-Minecraft_Dungeonsdiv.vectorTabsspan::before,
.skin-hydradark.ns-10000div.vectorTabsspan::before,
.skin-hydradark.ns-10001div.vectorTabsspan::before,
.skin-hydradark.rootpage-Minecraft_Dungeons#mw-headdiv.vectorMenuh3,
.skin-hydradark.ns-10000#mw-headdiv.vectorMenuh3,
.skin-hydradark.ns-10001#mw-headdiv.vectorMenuh3,
.skin-hydradark.rootpage-Minecraft_Dungeons#mw-headdiv.vectorMenuh3::before,
.skin-hydradark.ns-10000#mw-headdiv.vectorMenuh3::before,
.skin-hydradark.ns-10001#mw-headdiv.vectorMenuh3::before{
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/e/ef/Dungeons-tabs-dark.png);
}

.rootpage-Minecraft_Dungeons#left-navigationdiv.vectorTabsli:first-childspan::before,
.ns-10000#left-navigationdiv.vectorTabsli:first-childspan::before,
.ns-10001#left-navigationdiv.vectorTabsli:first-childspan::before{
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/e/e7/Dungeons-tabs-first.png);
}

.skin-hydradark.rootpage-Minecraft_Dungeons#left-navigationdiv.vectorTabsli:first-childspan::before,
.skin-hydradark.ns-10000#left-navigationdiv.vectorTabsli:first-childspan::before,
.skin-hydradark.ns-10001#left-navigationdiv.vectorTabsli:first-childspan::before{
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/b/be/Dungeons-tabs-first-dark.png);
}

.rootpage-Minecraft_Dungeons#p-searchform,
.ns-10000#p-searchform,
.ns-10001#p-searchform{
border-right-color:#884500;
border-bottom-color:#514f4f;
}
.skin-hydradark.rootpage-Minecraft_Dungeons#p-searchform,
.skin-hydradark.ns-10000#p-searchform,
.skin-hydradark.ns-10001#p-searchform{
border-right-color:#682500;
border-bottom-color:#373636;
}

.rootpage-Minecraft_Dungeons#p-searchform::after,
.ns-10000#p-searchform::after,
.ns-10001#p-searchform::after{
border-top-color:#bb4200;
border-left-color:#884500;
}
.skin-hydradark.rootpage-Minecraft_Dungeons#p-searchform::after,
.skin-hydradark.ns-10000#p-searchform::after,
.skin-hydradark.ns-10001#p-searchform::after{
border-top-color:#884500;
border-left-color:#682500;
}

.rootpage-Minecraft_Dungeons#simpleSearch::before,
.ns-10000#simpleSearch::before,
.ns-10001#simpleSearch::before{
border-left-color:#514f4f;
}
.skin-hydradark.rootpage-Minecraft_Dungeons#simpleSearch::before,
.skin-hydradark.ns-10000#simpleSearch::before,
.skin-hydradark.ns-10001#simpleSearch::before{
border-left-color:#373636;
}

.rootpage-Minecraft_Dungeons#simpleSearch::after,
.ns-10000#simpleSearch::after,
.ns-10001#simpleSearch::after{
border-top-color:#bb4200;
}
.skin-hydradark.rootpage-Minecraft_Dungeons#simpleSearch::after,
.skin-hydradark.ns-10000#simpleSearch::after,
.skin-hydradark.ns-10001#simpleSearch::after{
border-top-color:#884500;
}

/* Use [[File:Dungeons-box-background.png]] as styling for infoboxes */
.rootpage-Minecraft_Dungeons.infobox-title,
.ns-10000.infobox-title,
.ns-10001.infobox-title,
.rootpage-Minecraft_Dungeons.mcwiki-header,
.ns-10000.mcwiki-header,
.ns-10001.mcwiki-header,
.rootpage-Minecraft_Dungeons.mcforum-header,
.ns-10000.mcforum-header,
.ns-10001.mcforum-header{
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/6/69/Dungeons-box-background.png);
}

/* HiDPI images
 * [[File:Dungeons-header-bg-hidpi.png]], [[File:Dungeons-tabs-hidpi.png]],
 * [[File:Dungeons-tabs-first-hidpi.png]], [[File:Dungeons-header-bg-dark-hidpi.png]],
 * [[File:Dungeons-tabs-dark-hidpi.png]], [[File:Dungeons-tabs-first-dark-hidpi.png]]
 */
@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){
.rootpage-Minecraft_Dungeons#mw-page-base,
.ns-10000#mw-page-base,
.ns-10001#mw-page-base{
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/1/1a/Dungeons-header-bg-hidpi.png);
}

.skin-hydradark.rootpage-Minecraft_Dungeons#mw-page-base,
.skin-hydradark.ns-10000#mw-page-base,
.skin-hydradark.ns-10001#mw-page-base{
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/1/15/Dungeons-header-bg-dark-hidpi.png);
}

.rootpage-Minecraft_Dungeonsdiv.vectorTabsspan,
.ns-10000div.vectorTabsspan,
.ns-10001div.vectorTabsspan,
.rootpage-Minecraft_Dungeonsdiv.vectorTabsspan::before,
.ns-10000div.vectorTabsspan::before,
.ns-10001div.vectorTabsspan::before,
.rootpage-Minecraft_Dungeons#mw-headdiv.vectorMenuh3,
.ns-10000#mw-headdiv.vectorMenuh3,
.ns-10001#mw-headdiv.vectorMenuh3,
.rootpage-Minecraft_Dungeons#mw-headdiv.vectorMenuh3::before,
.ns-10000#mw-headdiv.vectorMenuh3::before,
.ns-10001#mw-headdiv.vectorMenuh3::before{
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/3/37/Dungeons-tabs-hidpi.png);
}

.skin-hydradark.rootpage-Minecraft_Dungeonsdiv.vectorTabsspan,
.skin-hydradark.ns-10000div.vectorTabsspan,
.skin-hydradark.ns-10001div.vectorTabsspan,
.skin-hydradark.rootpage-Minecraft_Dungeonsdiv.vectorTabsspan::before,
.skin-hydradark.ns-10000div.vectorTabsspan::before,
.skin-hydradark.ns-10001div.vectorTabsspan::before,
.skin-hydradark.rootpage-Minecraft_Dungeons#mw-headdiv.vectorMenuh3,
.skin-hydradark.ns-10000#mw-headdiv.vectorMenuh3,
.skin-hydradark.ns-10001#mw-headdiv.vectorMenuh3,
.skin-hydradark.rootpage-Minecraft_Dungeons#mw-headdiv.vectorMenuh3::before,
.skin-hydradark.ns-10000#mw-headdiv.vectorMenuh3::before,
.skin-hydradark.ns-10001#mw-headdiv.vectorMenuh3::before{
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/7/7f/Dungeons-tabs-dark-hidpi.png);
}

.rootpage-Minecraft_Dungeons#left-navigationdiv.vectorTabsli:first-childspan::before,
.ns-10000#left-navigationdiv.vectorTabsli:first-childspan::before,
.ns-10001#left-navigationdiv.vectorTabsli:first-childspan::before{
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/4/41/Dungeons-tabs-first-hidpi.png);
}

.skin-hydradark.rootpage-Minecraft_Dungeons#left-navigationdiv.vectorTabsli:first-childspan::before,
.skin-hydradark.ns-10000#left-navigationdiv.vectorTabsli:first-childspan::before,
.skin-hydradark.ns-10001#left-navigationdiv.vectorTabsli:first-childspan::before{
background-image:url(https://minecraft-de.gamepedia.com/media/minecraft-de.gamepedia.com/3/37/Dungeons-tabs-first-dark-hidpi.png);
}
}

--Fire gi (talk) 19:50, 19 May 2020 (UTC)

See MCT:PORTAL#Custom skins for the Dungeons and Earth wikis for the discussion about adding those styles.   👁 Image
👁 Image
MarkusRost (talk) 22:45, 19 May 2020 (UTC)
Retrieved from "https://minecraft.wiki/w/MediaWiki_talk:Gadget-dungeonsWiki.css?oldid=2538052"

Navigation menu