Difference between revisions of "Template:2015MainPageCSS"

m (Protected "Template:2015MainPageCSS": official HQ page ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading])
 
(11 intermediate revisions by one other user not shown)
Line 45: Line 45:
  
 
/* Set up layout */
 
/* Set up layout */
 
 
.collapseMenu {display:none;}
 
  
 
#contentWrap {   
 
#contentWrap {   
Line 55: Line 52:
 
float:left;
 
float:left;
 
margin-right: auto;  
 
margin-right: auto;  
 +
margin-top: -10px;
 
background-color: #ffffff;
 
background-color: #ffffff;
border-radius: 5px;
 
 
}
 
}
  
Line 72: Line 69:
 
#rightColumn {
 
#rightColumn {
 
background-color: #f2f2f2;  
 
background-color: #f2f2f2;  
width: 170px;
+
width: 175px;
 
float: left;
 
float: left;
margin-top: 15px;
+
margin-top: 10px;
 
height: 100%;  
 
height: 100%;  
 +
margin-left: 13px;
 
}
 
}
 
  
 
.leftColumn_fullwidth {
 
.leftColumn_fullwidth {
Line 84: Line 81:
 
padding: 0px 10px 5px 10px;
 
padding: 0px 10px 5px 10px;
 
}
 
}
 
 
  
 
#leftColumn a {
 
#leftColumn a {
Line 111: Line 106:
 
font-size: 13px;
 
font-size: 13px;
 
}
 
}
 
  
 
.newsItem {
 
.newsItem {
Line 167: Line 161:
 
         clear: both;
 
         clear: both;
 
     }
 
     }
 +
 +
.menu-header {
 +
background: #d3d3d3;
 +
margin: auto;
 +
padding: 5px 10px;
 +
border: 1px solid #cccccc;
 +
cursor: pointer;
 +
color: #434343;
 +
border-radius: 5px;
 +
margin-top: 5px;
 +
width: 150px;
 +
}
 +
 +
ul.submenulist li a, ul.submenulist li {
 +
color: #383838;
 +
font-size: 12px;
 +
font-weight: bold;
 +
padding-left: -30px;
 +
border-radius: 5px;
 +
display:block;
 +
padding-bottom: 2px;
 +
}
 +
 +
/* change background color on hover */
 +
ul.submenulist li:hover a, ul.submenulist li:hover {
 +
background-color: #c1dfa6;
 +
text-decoration: none;
 +
border-radius: 5px;
 +
}
 +
  
 
</style>
 
</style>

Latest revision as of 15:53, 3 February 2015