Difference between revisions of "MediaWiki:Mobile.css"
From Regiapædia
(Tags: Mobile edit, Mobile web edit) |
|||
| Line 23: | Line 23: | ||
font-weight: bold; | font-weight: bold; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
| + | } | ||
| + | |||
| + | .gbox { | ||
| + | width:{{{Width|130px}}}; | ||
| + | height:{{{Height|120px}}}; | ||
| + | } | ||
| + | |||
| + | .gBoxImg { | ||
| + | width:{{{Width|130px}}}; | ||
} | } | ||
Revision as of 20:02, 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:{{{Width|130px}}};
height:{{{Height|120px}}};
}
.gBoxImg {
width:{{{Width|130px}}};
}