Team:UC Davis/Team

From 2011.igem.org

(Difference between revisions)
Line 76: Line 76:
_visibility: hidden; /*IE6 rule*/
_visibility: hidden; /*IE6 rule*/
}
}
-
 
-
/* ######### Gel Menu CSS ######### */
 
-
 
-
ul.gelbuttonmenu{
 
-
position:relative;
 
-
padding: 0;
 
-
margin: 0;
 
-
margin-bottom:1em;
 
-
text-align: center; //set value to "left", "center", or "right"*/
 
-
}
 
-
 
-
ul.gelbuttonmenu li{
 
-
display: inline;
 
-
}
 
-
 
-
ul.gelbuttonmenu li a{
 
-
color: black;
 
-
font-weight:bold;
 
-
padding: 10px; /*make sure padding is sufficient that the height of the link is enough to fully show the gel button*/
 
-
margin-right: 20px; /*spacing between each menu link*/
 
-
text-decoration: none;
 
-
}
 
-
 
-
ul.gelbuttonmenu li.active{ /*style of LI that gets dynamically added to menu to create background effect*/
 
-
position:absolute;
 
-
width:0;
 
-
background:lightblue;
 
-
background:url(gelbuttonleft.gif) top left no-repeat, url(gelbuttonright.gif) top right no-repeat, url(gelbuttoncenter.gif) top center repeat-x;
 
-
}
 
-
 
-
 
Line 218: Line 187:
-webkit-box-shadow: 0 0 4px rgba(120,120,120,0.7);
-webkit-box-shadow: 0 0 4px rgba(120,120,120,0.7);
box-shadow: 0 0 4px rgba(120,120,120,0.7);
box-shadow: 0 0 4px rgba(120,120,120,0.7);
-
}</style>
+
}
 +
 
 +
 
 +
 
 +
/* Navbar background stuff */
 +
 
 +
#navcon {
 +
width: 100%;
 +
height: 100%;
 +
background-color: rgba(255, 0, 0, 0.5);
 +
}
 +
</style>

Revision as of 23:18, 22 June 2011