MediaWiki:Minerva.css: Difference between revisions
Jump to navigation
Jump to search
Want an adless experience? Log in or Create an account.
m (Reverting to this for now. Other version needs more time than I have just now, and this is still better than it was.) |
m (THIS CSS FILE DOES NOT LOAD ON MOBILE *facepalm*) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
// 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 { | 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; | color: #1d6d26; | ||
Line 12: | Line 13: | ||
background-image: url(//www.zeldadungeon.net/wiki/images/c/c4/BoxHeaderTexture.png); | 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; | |||
} | } |
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; }