Difference between revisions of "Template:Lethbridge HS"

 
(14 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 143: Line 137:
 
.igem_2017_content_wrapper p {  
 
.igem_2017_content_wrapper p {  
 
padding: 0px 15px;  
 
padding: 0px 15px;  
font-size: 50px;
+
font-size: 16px;
 +
                font-family: Roboto,sans-serif;
 
}
 
}
  
Line 149: Line 144:
 
.igem_2017_content_wrapper a {  
 
.igem_2017_content_wrapper a {  
 
font-weight: bold;  
 
font-weight: bold;  
text-decoration: underline;
+
text-decoration: none;
 
text-decoration-color: #3399ff;
 
text-decoration-color: #3399ff;
 
color:  #3399ff;
 
color:  #3399ff;
Line 169: 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 176: 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 189: Line 187:
 
/* table cells */
 
/* table cells */
 
.igem_2017_content_wrapper  td {  
 
.igem_2017_content_wrapper  td {  
padding: 30px;
+
padding: 20px;
 
vertical-align: text-top;  
 
vertical-align: text-top;  
 
border: 0px solid #d3d3d3;  
 
border: 0px solid #d3d3d3;  
Line 206: 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 260: 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