Changes

organizing
Line 1: Line 1:  
/***** CSS placed here will be applied to all skins on the entire site. *****/
 
/***** CSS placed here will be applied to all skins on the entire site. *****/
/*Vertical Alignment*/
+
/*Vertical Alignment for MainPage*/
.maps {
+
#MainPage {
  position: relative;
+
    width: 100%;
  top: 50%;
+
    padding: 1px 3px 1px 3px;
  transform: translateY(-50%);
+
    box-sizing: border-box;
 +
    -webkit-box-sizing: border-box;
 +
    -moz-box-sizing: border-box;
 +
}
 +
#mainpage * {
 +
    box-sizing: border-box;
 +
    -webkit-box-sizing: border-box;
 +
    -moz-box-sizing: border-box;
 +
}
 +
#mp-leftcolumn {
 +
    float:left;
 +
    width:60%;
 +
    margin-right:0.3%
 +
}
 +
 
 +
#mp-rightcolumn {
 +
    float:right;
 +
    width:40%;
 +
    margin-left:0.3%;
 
}
 
}
 
/* Language specific CSS */
 
/* Language specific CSS */