Difference between revisions of "Template:Freiburg/CSS"

Line 284: Line 284:
 
/* properties for central text box */
 
/* properties for central text box */
 
.content_background_wrapper{
 
.content_background_wrapper{
    background: #EEEDED;
 
 
     overflow: hidden;
 
     overflow: hidden;
 
     box-sizing: border-box;
 
     box-sizing: border-box;
Line 303: Line 302:
 
     padding: 2em;
 
     padding: 2em;
 
     margin: 2em 0;
 
     margin: 2em 0;
    background-color: #FFFFFF;
 
    text-align: justify;
 
 
     margin-bottom: 0;
 
     margin-bottom: 0;
 
}
 
}
Line 328: Line 325:
  
 
/* ============= END: Important Site setup ============= */
 
/* ============= END: Important Site setup ============= */
 +
 +
 +
 +
 +
 +
 +
/* ============= Text Styling ============= */
 +
 +
.page_content{
 +
color: #666666;
 +
font-family: 'Roboto',sans-serif;
 +
font-style: normal;
 +
font-weight: 300;
 +
font-size: 16px;
 +
line-height: 1.8;
 +
}
 +
 +
h1, h2, h3{
 +
 +
    font-family: "Roboto", sans-serif;
 +
    color: #C5162F;
 +
    font-size: 25px;
 +
    clear: both;
 +
    font-weight: 400;
 +
    line-height: 1.2;
 +
}
 +
 +
/* flows around text in the page_content */
 +
.content_box{
 +
    background-color: #FFFFFF;
 +
    text-align: justify;
 +
}
 +
 +
/* properties for central text box */
 +
.content_background_wrapper{
 +
    background: #EEEDED;
 +
}
 +
 +
/* ============= END: Text Styling ============= */
 +
 +
  
  
Line 397: Line 435:
  
 
/* ============= END: Background ============= */
 
/* ============= END: Background ============= */
 
 
 
 
 
 
/* ============= Text Styling ============= */
 
 
.page_content{
 
color: #666666;
 
font-family: 'Roboto',sans-serif;
 
font-style: normal;
 
font-weight: 300;
 
font-size: 16px;
 
line-height: 1.8;
 
}
 
 
h1, h2, h3{
 
 
    font-family: "Roboto", sans-serif;
 
    color: #C5162F;
 
    font-size: 25px;
 
    clear: both;
 
    font-weight: 400;
 
    line-height: 1.2;
 
}
 
 
/* ============= END: Text Styling ============= */
 
  
  

Revision as of 08:12, 2 September 2015