Difference between revisions of "Template:Lethbridge HS"

 
(6 intermediate revisions by the same user not shown)
Line 118: Line 118:
 
/***************************************************** CONTENT OF THE PAGE ****************************************************/
 
/***************************************************** CONTENT OF THE PAGE ****************************************************/
  
/* Wrapper for the content */
 
.igem_2017_content_wrapper {
 
width: 81%;
 
margin: 2%;
 
display:block;
 
float:left;
 
background-color:white;
 
font-family:Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
 
}
 
  
 +
 +
 +
  
 
/********************************* HTML STYLING  *********************************/
 
/********************************* HTML STYLING  *********************************/
Line 144: Line 138:
 
padding: 0px 15px;  
 
padding: 0px 15px;  
 
font-size: 16px;
 
font-size: 16px;
                 font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
+
                 font-family: Roboto,sans-serif;
 
}
 
}
  
Line 170: Line 164:
 
padding:0px 20px;
 
padding:0px 20px;
 
font-size: 13px;
 
font-size: 13px;
font-family:Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;  
+
font-family:Roboto,Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
 +
                text-decoration: none;
 +
list-style-type: none;
 
}
 
}
  
Line 177: Line 173:
 
padding:0px;  
 
padding:0px;  
 
font-size: 13px;
 
font-size: 13px;
font-family:Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
+
font-family:Roboto,Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
 +
list-style-type: none;
 
}
 
}
  
Line 207: Line 204:
  
 
/**********************************LAYOUT CLASSES **********************************/
 
/**********************************LAYOUT CLASSES **********************************/
 
/* general class for column divs */
 
.igem_2017_content_wrapper .column  {
 
padding: 10px 0px;
 
float:left;
 
}
 
 
/* class for a full width column */
 
.column .full_size {
 
width:100%;
 
}
 
 
/* styling for images in a full width column*/
 
.column.full_size img {
 
width:100%;
 
padding: 10px 15px;
 
}
 
 
/* class for a half width column */
 
.column.half_size {
 
width: 50%;
 
}
 
/* styling for images in a half width column*/
 
.column.half_size img {
 
width: 94.5%;
 
padding: 10px 15px;
 
}
 
 
  
  
Line 261: Line 230:
 
/* highlight class, adds a gray background */
 
/* highlight class, adds a gray background */
 
.igem_2017_content_wrapper .highlight.gray {
 
.igem_2017_content_wrapper .highlight.gray {
background-color: #f2f2f2;  
+
background-color: ;  
 
}
 
}
  

Latest revision as of 04:39, 25 August 2017