MediaWiki:Mobile.css: Difference between revisions
From Lenn's Fun Stuff
No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
| Line 1: | Line 1: | ||
/* Version | /* Version 11.0 - MIRAHEZE MOBILE OVERRIDE */ | ||
@import url("/wiki/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css"); | @import url("/wiki/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css"); | ||
body { | body { | ||
background-color: #f9fdfa !important; | background-color: #f9fdfa !important; | ||
} | } | ||
/* Force the Card Look */ | |||
#cosmos-content { | #cosmos-content { | ||
padding: | padding: 10px !important; | ||
width: 100% !important; | width: 100% !important; | ||
box-sizing: border-box !important; | box-sizing: border-box !important; | ||
| Line 15: | Line 15: | ||
#cosmos-content-main { | #cosmos-content-main { | ||
background: #ffffff !important; | background: #ffffff !important; | ||
border-radius: | border-radius: 8px !important; | ||
padding: | padding: 20px !important; | ||
width: 100% !important; | width: 100% !important; | ||
float: none !important; | float: none !important; | ||
box-shadow: 0 | box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important; | ||
} | } | ||
/* | /* Hide Sidebar on Mobile */ | ||
# | #cosmos-right-rail { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* | /* Mobile Infobox Expansion */ | ||
.portable-infobox { | .portable-infobox { | ||
width: 100% !important; | width: 100% !important; | ||
| Line 34: | Line 34: | ||
} | } | ||
.cosmos-header-title { | .cosmos-header-title { | ||
color: var(--kh-yellow) !important; | color: var(--kh-yellow) !important; | ||
} | } | ||
Revision as of 01:42, 17 March 2026
/* Version 11.0 - MIRAHEZE MOBILE OVERRIDE */
@import url("/wiki/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");
body {
background-color: #f9fdfa !important;
}
/* Force the Card Look */
#cosmos-content {
padding: 10px !important;
width: 100% !important;
box-sizing: border-box !important;
}
#cosmos-content-main {
background: #ffffff !important;
border-radius: 8px !important;
padding: 20px !important;
width: 100% !important;
float: none !important;
box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
}
/* Hide Sidebar on Mobile */
#cosmos-right-rail {
display: none !important;
}
/* Mobile Infobox Expansion */
.portable-infobox {
width: 100% !important;
float: none !important;
margin: 10px 0 !important;
}
.cosmos-header-title {
color: var(--kh-yellow) !important;
}