MediaWiki:Minerva.css: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
mNo edit summary
m (THIS CSS FILE DOES NOT LOAD ON MOBILE *facepalm*)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
.header {
// THIS CSS FILE DOES NOT LOAD ON MOBILE *facepalm*
    padding: 0em 0.4em;
a, a:visited, .vector-menu-tabs li a, .vector-menu-tabs li a:visited, .mw-body a.external, .mw-body a.external:visited, .mw-body a.extiw, .mw-body a.extiw:active, .mw-body a.extiw:visited, #mw-panel .portal .body ul li a, #mw-panel .portal .body ul li a:visited, #mw-mf-page-left ul.hlist li a {
    background-color: #253125;
     color: #1d6d26;
color: white;
     font-weight: bold;
}
}
.header {color:white;background-image:none}
a:hover, a:active, a:focus {
.footer {color:white}
     color: #f3b333;
 
footer > .post-content > h2:first-child, .mw-footer > .post-content > h2:first-child, footer > .post-content > h2, .mw-footer > .post-content > h2, footer > .post-content > *, .mw-footer > .post-content > * {
    color:white
}
 
 
a, a:visited, .mw-body a.external, .mw-body a.external:visited, .mw-body a.extiw, .mw-body a.extiw:active, .mw-body a.extiw:visited, #mw-panel .portal .body ul li a, #mw-panel .portal .body ul li a:visited, #mw-mf-page-left ul.hlist li a {
     color: #1d6d26;
}
}
a {
a {
Line 20: Line 10:
}
}
#mw-mf-page-center, .header-container.header-chrome, #main-menu-input:checked ~ #mw-mf-page-left {
#mw-mf-page-center, .header-container.header-chrome, #main-menu-input:checked ~ #mw-mf-page-left {
     background-color: #253125;
     background-color: #8fbb94;
    background-image: url(//www.zeldadungeon.net/wiki/images/c/c4/BoxHeaderTexture.png);
     font-weight: bold;
     font-weight: bold;
}
}
 
.header .branding-box h1, .header .branding-box a {
 
     margin-right:3em;
a:hover, a:active, a:focus, .footer a, #mw-mf-page-left ul.hlist li a {
    color: #f3b333;
}
.branding-box a, .branding-box sup, #mw-mf-page-left ul.hlist li a, .ra-read-more h2, .footer-content, .footer-content a, footer .hlist li::after {
     color: #f3b333;
}
}

Latest revision as of 21:26, November 4, 2022

// THIS CSS FILE DOES NOT LOAD ON MOBILE *facepalm*
a, a:visited, .vector-menu-tabs li a, .vector-menu-tabs li a:visited, .mw-body a.external, .mw-body a.external:visited, .mw-body a.extiw, .mw-body a.extiw:active, .mw-body a.extiw:visited, #mw-panel .portal .body ul li a, #mw-panel .portal .body ul li a:visited, #mw-mf-page-left ul.hlist li a {
    color: #1d6d26;
}
a:hover, a:active, a:focus {
    color: #f3b333;
}
a {
    font-weight: 700;
}
#mw-mf-page-center, .header-container.header-chrome, #main-menu-input:checked ~ #mw-mf-page-left {
    background-color: #8fbb94;
    background-image: url(//www.zeldadungeon.net/wiki/images/c/c4/BoxHeaderTexture.png);
    font-weight: bold;
}
.header .branding-box h1, .header .branding-box a {
    margin-right:3em;
}