Template:Caltech Menubar

From 2012.igem.org

(Difference between revisions)
Line 109: Line 109:
   margin:0;
   margin:0;
   padding:0;
   padding:0;
-
   border-bottom:2px solid #000; /* black line below menu */
+
   border-bottom:1px solid #000; /* black line below menu */
-
   width: 100%;
+
   width:100%;
-
   /* font-family:Verdana, Geneva, sans-serif; Menu font */
+
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
-
   /* font-size:100%; Menu text size */
+
   font-size:100%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
   position:relative;
Line 138: Line 138:
   margin:0;
   margin:0;
   padding:.6em .5em .4em;
   padding:.6em .5em .4em;
-
   /* font-size:1em; */
+
   font-size:1em;
   line-height:1em;
   line-height:1em;
-
   /* background:#A9A9A9; */
+
   background:#A9A9A9;
   text-decoration:none;
   text-decoration:none;
-
   /* color:##E56717; */
+
   color:##E56717;
   font-weight:bold;
   font-weight:bold;
   border-bottom:1px solid #000;
   border-bottom:1px solid #000;
Line 181: Line 181:
#nav ul li:hover ul li a,
#nav ul li:hover ul li a,
#nav ul li.hover ul li a { /* This line is required for IE 6 and below */
#nav ul li.hover ul li a { /* This line is required for IE 6 and below */
-
   /* font-size:.8em; */ /* .8em; */
+
   font-size:.8em;/* .8em; */
-
   /* font-weight:normal; */ /* resets the bold set for the top level menu items */
+
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   background:#eee;
   color:#444;
   color:#444;

Revision as of 21:47, 24 September 2012