Difference between revisions of "MediaWiki:Mobile.css"
From Regiapædia
(Tags: Mobile edit, Mobile web edit) |
|||
| Line 31: | Line 31: | ||
} | } | ||
| − | + | #gBoxImg { | |
width:130px; | width:130px; | ||
} | } | ||
Revision as of 06:18, 13 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;
}