Difference between revisions of "Template:BIMATOX Project"

Line 154: Line 154:
 
/********************************* HTML STYLING  *********************************/
 
/********************************* HTML STYLING  *********************************/
  
/* styling for the titles h1 h2 */
+
/* styling for the titles h1 */
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 {
+
.igem_2017_content_wrapper h1 {
 
padding:5px 15px;  
 
padding:5px 15px;  
 
border-bottom: 0px;  
 
border-bottom: 0px;  
 
color: #CA6065;
 
color: #CA6065;
 +
font-size: 32px !important;
 
}
 
}
  
 +
/* styling for the titles h2 */
 +
.igem_2017_content_wrapper h2 {
 +
padding:5px 24px;
 +
border-bottom: 0px;
 +
color: #CA6065;
 +
font-size: 28px !important;
 +
}
  
/* styling for the titles  h3 h4 h5 h6*/
+
/* styling for the titles  h3 */
.igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {  
+
.igem_2017_content_wrapper h3 {  
 
padding:5px 15px;  
 
padding:5px 15px;  
 
border-bottom:0px;  
 
border-bottom:0px;  
color: #003333;  
+
color: #003333;
 +
font-size: 26px !important;  
 
}
 
}
  
 +
/* styling for the titles h4 */
 +
.igem_2017_content_wrapper h4 {
 +
padding:5px 15px;
 +
border-bottom:0px;
 +
color: #003333;
 +
font-size: 24px !important;
 +
}
 +
 +
/* styling for the titles h5 */
 +
.igem_2017_content_wrapper h5 {
 +
padding:5px 15px;
 +
border-bottom:0px;
 +
color: #003333;
 +
font-size: 22px !important;
 +
}
 +
 +
/* styling for the titles h6 */
 +
.igem_2017_content_wrapper h6 {
 +
padding:5px 15px;
 +
border-bottom:0px;
 +
color: #003333;
 +
font-size: 20px !important;
 +
}
  
 
/* font and text */
 
/* font and text */
 
.igem_2017_content_wrapper p {  
 
.igem_2017_content_wrapper p {  
 
padding: 0px 15px;  
 
padding: 0px 15px;  
font-size: 16px !important;
+
font-size: 18px !important;
 
text-shadow: -1px 0 #C0DACF, 0 1px #C0DACF, 1px 0 #C0DACF, 0 -1px #C0DACF;
 
text-shadow: -1px 0 #C0DACF, 0 1px #C0DACF, 1px 0 #C0DACF, 0 -1px #C0DACF;
 
font-family: 'Microsoft', sans-serif !important;
 
font-family: 'Microsoft', sans-serif !important;

Revision as of 07:43, 29 October 2017