Difference between revisions of "MediaWiki:Mobile.css"

From Regiapædia
Jump to: navigation, search
(Tags: Mobile edit, Mobile web edit)
Line 7: Line 7:
 
/* non-content area */
 
/* non-content area */
 
#body {
 
#body {
     background: #000000;
+
     background-color: #000000;
 
     color: white;
 
     color: white;
 +
}
 +
 +
/* Footer */
 +
div#footer {
 +
  margin-left: 160px !important;
 +
  border: none;
 +
  background-color: #000000;
 +
  color: #ffffff;
 
}
 
}
  

Revision as of 18:12, 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-color: #000000;
    color: white;
}

/* Footer */
div#footer {
  margin-left: 160px !important;
  border: none;
  background-color: #000000;
  color: #ffffff;
}

/* 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;
}