Difference between revisions of "Team:TU Darmstadt/Templates/CSS"

Line 12: Line 12:
 
body {  
 
body {  
 
background-color: #fff;
 
background-color: #fff;
 +
color: #0d1112;
 
}
 
}
  
Line 18: Line 19:
 
width: 100%;
 
width: 100%;
 
height: 100%;
 
height: 100%;
 +
color: #0d1112;
 
}
 
}
  
Line 25: Line 27:
 
position: absolute;
 
position: absolute;
 
top: -0.5em;
 
top: -0.5em;
 +
color: #0d1112;
 
}
 
}
  
Line 65: Line 68:
 
width: 100%;
 
width: 100%;
 
height: 175px;
 
height: 175px;
background-color: #555;
+
background-color: #0044f2;
color: #24B694;
+
border-bottom: 8px solid #e6ff0d;
border-bottom: 4px solid #fc0110;
+
 
}
 
}
  
Line 97: Line 99:
 
/*This changes the color and font family */
 
/*This changes the color and font family */
 
#contentContainer h1, h2, h3, h4, h5, h6 {  
 
#contentContainer h1, h2, h3, h4, h5, h6 {  
color: #565656;
+
color: #4e7085;
 
border-bottom: none;
 
border-bottom: none;
 
font-weight: bold;
 
font-weight: bold;
Line 150: Line 152:
 
/*Styling for the links in the menu */
 
/*Styling for the links in the menu */
 
#menuContainer a {
 
#menuContainer a {
color: #565656;
+
color: #0d1112;
 
text-decoration:none;
 
text-decoration:none;
font-weight: bold;
+
font-weight: normal;
 
}
 
}
  
Line 168: Line 170:
 
height:30px;
 
height:30px;
 
padding-top:10px;
 
padding-top:10px;
border-bottom: 1px solid #c3c3c3;
+
border-bottom: 1px solid #4e7085;
 
}
 
}
  
 
/*For the menu buttons, changes the color when hovering*/
 
/*For the menu buttons, changes the color when hovering*/
 
#menuContainer li:hover {
 
#menuContainer li:hover {
color:  #FFF;
+
color:  #3380f5;
background-color: #24B694;
+
 
}
 
}
  
Line 192: Line 193:
 
margin-left: 134px;
 
margin-left: 134px;
 
margin-top:-42px;
 
margin-top:-42px;
 +
color:  #3380f5;
 
  }
 
  }
  
Line 202: Line 204:
 
padding-top:10px;
 
padding-top:10px;
 
margin-top:-2px;
 
margin-top:-2px;
color: #565656;
+
color: #0d1112;
 
width: 150px;
 
width: 150px;
 
}
 
}
Line 271: Line 273:
 
padding-top:10px;
 
padding-top:10px;
 
margin-top:-2px;
 
margin-top:-2px;
color: #565656;
+
color: #0d1112;
 
width: 150px;
 
width: 150px;
 
}
 
}
Line 382: Line 384:
 
<!-- Start of content -->
 
<!-- Start of content -->
 
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 +
 +
<h1>iGEM 2015 Wiki TU Darmstadt: Under Construction!</h1>
 +
<br><br>
 +
 
</html>
 
</html>

Revision as of 16:12, 4 September 2015

iGEM 2015 TU Darmstadt: Under Construction!