Difference between revisions of "MediaWiki:Mobile.css"

From Zak
Jump to: navigation, search
m
m
Line 58: Line 58:
 
.bgLightGray {
 
.bgLightGray {
 
   background-color:#f9f9f9;
 
   background-color:#f9f9f9;
 +
}
 +
 +
.txtCenter {
 +
  text-align:center;
 
}
 
}
  

Revision as of 19:24, 22 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;
}

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

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

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

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

.homeContentLeft {
   width:100%;
   float:none;
   box-sizing: border-box;
}

.homeContentRight {
   width:100%;
   float:none;
   box-sizing: border-box;
}

.homeNavigationGames {
   width:33%;
   float:left;
   box-sizing: border-box;
   text-align:center;
}

.bgLightBlue {
   background-color:#eeeeff;
}

.bgLightGray {
   background-color:#f9f9f9;
}

.txtCenter {
   text-align:center;
}

.styleLang {
   width:100%;
   font-size:95%;
}

.styleLangText {
   vertical-align:top;
   background-color:#eee;
   border:1px solid #aaa;
}

.styleLangSelect {
   width:100%;
   background-color:#f9f9f9;
   border:1px solid #aaa;
   border-left:0;
}

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

.hideMobile {
   display:none;
}