Difference between revisions of "Template:2015CSS"

Line 61: Line 61:
  
  
/* styling for all the headers */
+
/* Styling for the main page*/
 +
 
 +
 
 +
 
 +
#leftColumn_MainPage {
 +
width: 770px;
 +
float: left;
 +
padding: 12px 10px 25px 10px;
 +
margin-top: 0px;
 +
}
 +
 
 +
 
 +
.leftColumn_FullWidth_MainPage {
 +
background-color: #ffffff;
 +
margin-bottom: 5px;
 +
padding: 0px 10px 5px 10px;
 +
}
 +
#rightColumn_MainPage {
 +
background-color: #f2f2f2;
 +
width: 175px;
 +
float: left;
 +
margin-top: 10px;
 +
height: 100%;
 +
margin-left: 13px;
 +
}
 +
 
 +
 
 +
.smallBlockHighlight{
 +
    padding: 5px 10px 10px 10px;
 +
    margin-bottom: 5px;
 +
    float: left;
 +
    width:215px;
 +
    margin-right:10px;
 +
    margin-left:5px;
 +
    background-color: #fff;
 +
}
 +
 
 +
.newsItem {
 +
background-color: #f9f9f9;
 +
border: 1px solid #cccccc;
 +
margin: 0px 5px 5px 5px;
 +
padding: 5px 15px 5px 15px;
 +
border-radius: 5px;
 +
}
 +
 
 +
.newsDate {
 +
font-style: italic;
 +
display: inline-block;
 +
color: #383838;
 +
float: right;
 +
padding-top: 5px;
 +
padding-right: 15px;
 +
}
 +
 
 +
.smallBlockRight{
 +
    padding: 5px 10px 10px 10px;
 +
    margin-bottom: 5px;
 +
    width: 200px;
 +
    float: left;
 +
}
 +
 
 +
 
 +
/* styling for all the headers in all the pages */
 
#contentWrap h1, h2, h3, h4, h5 {  
 
#contentWrap h1, h2, h3, h4, h5 {  
 
font-family: "Arial", Gadget, sans-serif; border-bottom:none;
 
font-family: "Arial", Gadget, sans-serif; border-bottom:none;

Revision as of 20:13, 3 February 2015