Team:IIT Delhi/Safety

From 2013.igem.org

(Difference between revisions)
Line 5: Line 5:
   <title></title>
   <title></title>
   <style ="text/css">
   <style ="text/css">
-
contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
<! Code from DTU-iGEM 2011 !>
-
  display:none;}
+
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 +
display:none;}
/* Redesigning the topmenu */ /***************************/ body {
/* Redesigning the topmenu */ /***************************/ body {
-
  margin: 10px 0 0 0;
+
margin: 10px 0 0 0;
-
  padding: 0;}
+
padding: 0;}
#content, #globalWrapper {
#content, #globalWrapper {
-
  border: none;
+
border: none;
-
  width: 100%;
+
width: 100%;
-
  margin: 0;
+
margin: 0;
-
  padding: 0;}
+
padding: 0;}
.centering {
.centering {
-
  margin: 0 auto;
+
margin: 0 auto;
-
  width: 965px;}
+
width: 965px;}
 +
<! DTU iGEM Code End !>
#wrap {
#wrap {
width: 100%; /* Spans the width of the page */
width: 100%; /* Spans the width of the page */
Line 47: Line 49:
display: block;
display: block;
}
}
-
.navbar li:hover, a:hover {background-color: #54879d;}  
+
.navbar li:hover, a:hover {background-color: #54879d;} .navbar li ul {
-
.navbar li ul {
+
display: none; /* Hides the drop-down menu */
display: none; /* Hides the drop-down menu */
height: auto; margin: 0; /* Aligns drop-down box underneath the menu item */
height: auto; margin: 0; /* Aligns drop-down box underneath the menu item */
Line 54: Line 55:
display: block; /* Displays the drop-down box when the menu item is hovered over */
display: block; /* Displays the drop-down box when the menu item is hovered over */
}
}
-
.navbar li ul li {background-color: #54879d;}  
+
.navbar li ul li {background-color: #54879d;} .navbar li ul li a {
-
.navbar li ul li a {
+
border-left: 1px solid #1f5065; border-right: 1px solid #1f5065; border-top: 1px solid #74a3b7; border-bottom: 1px solid #1f5065; }
border-left: 1px solid #1f5065; border-right: 1px solid #1f5065; border-top: 1px solid #74a3b7; border-bottom: 1px solid #1f5065; }
.navbar li ul li a:hover {background-color: #366b82;}
.navbar li ul li a:hover {background-color: #366b82;}

Revision as of 11:06, 20 September 2013