Difference between revisions of "MediaWiki:Mobile.css"
From Regiapædia
(Tags: Mobile edit, Mobile web edit) |
|||
| Line 26: | Line 26: | ||
.gbox { | .gbox { | ||
| − | width: | + | width:130px; |
| − | height: | + | height:120px; |
| + | background-color:LightGray; | ||
} | } | ||
.gBoxImg { | .gBoxImg { | ||
| − | width: | + | width:130px; |
} | } | ||
Revision as of 20:05, 12 June 2017
/* CSS placed here will affect users of the mobile site */
.mobile-float-reset { float: none !important; width: 100% !important; }
/* Hides Desktop only elements */
#mf-HideOnMobile { display: none; }
/* non-content area */
body {
background: #000000;
color: white;
}
/* content area */
#content {
background: #FFFFD5;
color: #000000;
border: 1px solid #000000;
border-top: 1px solid #000000;
}
h1, h2, h3, h4, h5, h6 {
color: #800000;
font-weight: bold;
font-family: sans-serif;
}
.gbox {
width:130px;
height:120px;
background-color:LightGray;
}
.gBoxImg {
width:130px;
}