Difference between revisions of "Template:TU Delft"

Line 11: Line 11:
 
/* Change Background color*/
 
/* Change Background color*/
 
body {  
 
body {  
background-image: url("https://static.igem.org/mediawiki/2015/5/56/TU_Delft_Background_geometricHoneyCombCyan.png");
+
  background: url("https://static.igem.org/mediawiki/2015/5/56/TU_Delft_Background_geometricHoneyCombCyan.png") 50% 0 repeat fixed; min-height: 1000px;
 +
  height: 1000px;
 +
  margin: 0 auto;
 +
  width: 100%;
 +
  max-width: 1920px;
 +
  position: relative;  
 
}
 
}
 +
  
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
#mainContainer {
+
#mainContainer {  
width:15;
+
  background: url("https://static.igem.org/mediawiki/2015/5/56/TU_Delft_Background_geometricHoneyCombCyan.png") 50% 0 repeat fixed; min-height: 1000px;  
overflow:hidden;
+
  height: 1000px;  
float:center;
+
  margin-left: 20px;  
margin-left:20px;
+
  width: 15;
margin-bottom: 10px;
+
margin-bottom:10px
background-color: #fff;  
+
  max-width: 1920px;  
 
+
  position: relative; 
}
+
}
  
 
/* Creates the container for the menu */
 
/* Creates the container for the menu */
Line 36: Line 42:
 
/* Creates the container for the content */
 
/* Creates the container for the content */
 
#contentContainer {
 
#contentContainer {
padding-top:20px;
 
padding-right:10px;
 
margin-bottom: 20px;
 
width: 814px;
 
padding-left: 20px;
 
 
float: center;
 
float: center;
background-color: #fff;
+
border-top: 14px solid #565656;
+
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
}
 
}
Line 97: Line 97:
 
/*Change the styling of table cells*/
 
/*Change the styling of table cells*/
 
     #contentContainer  td {
 
     #contentContainer  td {
    padding: 10px;
+
   
 
     border: 1px solid #565656;
 
     border: 1px solid #565656;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
Line 106: Line 106:
 
     #contentContainer th {
 
     #contentContainer th {
 
     background-color: #E8E8E9;
 
     background-color: #E8E8E9;
     padding: 10px;
+
    
 
     border: 1px solid #565656;
 
     border: 1px solid #565656;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
Line 135: Line 135:
 
width: 100%;
 
width: 100%;
 
height:30px;
 
height:30px;
padding-top:10px;
+
 
}
 
}
  
Line 147: Line 147:
 
#menuContainer li ul {
 
#menuContainer li ul {
 
display: none;
 
display: none;
padding-top:15px;
+
 
margin-left: -19px;
 
margin-left: -19px;
 
}
 
}
Line 164: Line 164:
 
#menuContainer li ul li{
 
#menuContainer li ul li{
 
background-color: #59BF92;  
 
background-color: #59BF92;  
padding-left:20px;
+
padding-right:20px;
+
 
height:30px;
 
height:30px;
padding-top:10px;
+
 
margin-top:-2px;
 
margin-top:-2px;
 
color: #565656;
 
color: #565656;
Line 189: Line 188:
 
margin-bottom: 15px;
 
margin-bottom: 15px;
 
margin-top: 15px;
 
margin-top: 15px;
padding: 15px;
+
 
padding-top: 5px;
+
 
     }
 
     }
  

Revision as of 20:54, 16 May 2015