Team:IIT Delhi/Notebook

From 2013.igem.org

(Difference between revisions)
Line 27: Line 27:
height: 50px; margin: 0; /* Ensures there is no space between sides of the screen and the menu */
height: 50px; margin: 0; /* Ensures there is no space between sides of the screen and the menu */
z-index: 99; /* Makes sure that your menu remains on top of other page elements */
z-index: 99; /* Makes sure that your menu remains on top of other page elements */
-
position: relative; background-color: red;
+
position: relative; background-color: #33333;
}
}
.navbar {
.navbar {
Line 34: Line 34:
margin: 0;
margin: 0;
position: relative; /* Ensures that the menu doesn’t affect other elements */
position: relative; /* Ensures that the menu doesn’t affect other elements */
-
border-right: 1px solid red; }
+
border-right: 1px solid #33333; }
.navbar li {
.navbar li {
height: auto;
height: auto;
-
width: 224.6px; /* Each menu item is 220px wide */
+
width: 200px; /* Each menu item is 200px wide */
float: left; /* This lines up the menu items horizontally */
float: left; /* This lines up the menu items horizontally */
text-align: center; /* All text is placed in the center of the box */
text-align: center; /* All text is placed in the center of the box */
Line 43: Line 43:
font: normal bold 12px/1.2em Arial, Verdana, Helvetica; padding: 0;
font: normal bold 12px/1.2em Arial, Verdana, Helvetica; padding: 0;
margin: 0;
margin: 0;
-
background-color: red;
+
background-color: #33333;
}
}
.navbar a { padding: 18px 0; /* Adds a padding on the top and bottom so the text appears centered vertically */
.navbar a { padding: 18px 0; /* Adds a padding on the top and bottom so the text appears centered vertically */
border-left: 1px solid #333333; border-right: 1px solid #333333; text-decoration: none; /* Removes the default hyperlink styling. */
border-left: 1px solid #333333; border-right: 1px solid #333333; text-decoration: none; /* Removes the default hyperlink styling. */
-
color: black; /* Text color is white */
+
color: white; /* Text color is white */
display: block;
display: block;
}
}

Revision as of 09:49, 26 September 2013

Navigation-Top




Heading 1


NOTEBOOK

























Feel Free to contact us at igemiitdelhi2013 at gmail dot com if you have queries; requests; suggestions et cetera.

Thanks to iGEM and IIT Delhi,
we had an awesome summer!
Our Project was supported by and done by the students

 of IIT Delhi, India.

This project was done as a part of iGEM:
iGEM Main Website