Difference between revisions of "MediaWiki:Mobile.css"

From Zak
Jump to: navigation, search
m
Line 22: Line 22:
  
 
.homeWelcomeText {
 
.homeWelcomeText {
  margin:2px;
 
 
   font-size:180%;
 
   font-size:180%;
 +
  margin: 2px !important;
 
}
 
}
  

Revision as of 13:23, 19 July 2014

/* CSS placed here will affect users of the mobile site */

.homeBoxBorder {
   width:100%;
   box-sizing: border-box;
   border: 1px solid #aaaaaa;
   margin-bottom:20px;
}

.homeBoxTitle {
   width:100%;
   box-sizing: border-box;
   padding:8px;
   background-color:#eeeeee;
}

.homeBoxContent {
   width:100%;
   box-sizing: border-box;
   padding:8px;
}

.homeWelcomeText {
   font-size:180%;
   margin: 2px !important;
}

.hiddenStructure {
   display: none;
   speak: none;
}