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: | ||
/* | /* FORCE MIRAHEZE MOBILE STYLE */ | ||
@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"); | ||
/* | /* 1. Mobile Background & Card */ | ||
body | body { | ||
background-color: #f9fdfa !important; /* | background-color: #f9fdfa !important; /* KH Light Green */ | ||
} | } | ||
/* Hide | #cosmos-content { | ||
#cosmos-right-rail { | padding: 10px !important; | ||
margin: 0 !important; | |||
width: 100% !important; | |||
} | |||
#cosmos-content-main { | |||
background: #ffffff !important; | |||
border-radius: 8px !important; | |||
box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important; | |||
padding: 20px !important; | |||
box-sizing: border-box !important; | |||
width: 100% !important; | |||
float: none !important; | |||
} | |||
/* 2. Hide Desktop Elements on Mobile */ | |||
#cosmos-right-rail, .cosmos-right-rail { | |||
display: none !important; | display: none !important; | ||
} | } | ||
/* | /* 3. Infobox Mobile Fix */ | ||
.portable-infobox { | |||
width: 100% !important; | width: 100% !important; | ||
margin: 0 !important; | float: none !important; | ||
margin: 10px 0 20px 0 !important; | |||
display: table !important; /* Keeps labels/data aligned on mobile */ | |||
} | |||
/* 4. Mobile Typography */ | |||
.mw-body h1, .mw-body h2 { | |||
font-size: 1.5em !important; | |||
margin-top: 15px !important; | |||
} | } | ||
Revision as of 01:37, 17 March 2026
/* FORCE MIRAHEZE MOBILE STYLE */
@import url("/wiki/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");
/* 1. Mobile Background & Card */
body {
background-color: #f9fdfa !important; /* KH Light Green */
}
#cosmos-content {
padding: 10px !important;
margin: 0 !important;
width: 100% !important;
}
#cosmos-content-main {
background: #ffffff !important;
border-radius: 8px !important;
box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
padding: 20px !important;
box-sizing: border-box !important;
width: 100% !important;
float: none !important;
}
/* 2. Hide Desktop Elements on Mobile */
#cosmos-right-rail, .cosmos-right-rail {
display: none !important;
}
/* 3. Infobox Mobile Fix */
.portable-infobox {
width: 100% !important;
float: none !important;
margin: 10px 0 20px 0 !important;
display: table !important; /* Keeps labels/data aligned on mobile */
}
/* 4. Mobile Typography */
.mw-body h1, .mw-body h2 {
font-size: 1.5em !important;
margin-top: 15px !important;
}