Team:UIUC-Illinois/DropdownTest
From 2012.igem.org
Line 1: | Line 1: | ||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
Line 156: | Line 155: | ||
</style> | </style> | ||
+ | <html> | ||
<body> | <body> | ||
- | |||
<div id="headernavigation"> | <div id="headernavigation"> | ||
+ | |||
<ul id="headernavbar"> | <ul id="headernavbar"> | ||
<li> | <li> | ||
Line 237: | Line 237: | ||
</body> | </body> | ||
+ | </html> |
Revision as of 16:56, 31 May 2012
<style type="text/css">
/*Reformatting*/
- globalwrapper {
width:1000px; padding:0px 0px; margin: 0 auto; background-image:url('https://static.igem.org/mediawiki/2012/8/8b/Uiucbackground.png'); background-attachment: fixed; background-position: center; background-size:100% 100%;
} body {
background: #CECECE; background-image: url('https://static.igem.org/mediawiki/2012/8/8b/Uiucbackground.png'); background-attachment: fixed; background-position: center; height:100%; background-size:100% 100%;
} .firstHeading {
height:0px; visibility:hidden;
}
- p-logo {
height:0px; overflow:hidden; display: none;
}
- search-controls {
display:none; margin-top:0px; }
- content{
visibility: hidden;
}
- top-section {
background-image:url('https://static.igem.org/mediawiki/2012/1/1f/Bannerfinal.png'); background-position: top; width:1000px; height:200px ; background-repeat: no-repeat; border-width:0px; border-top-width:0px; -webkit-box-shadow: 0 8px 6px -6px black; -moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 8px 6px -6px black; border: 10px solid rgba(255, 228, 196,0.4); background-clip: padding-box; margin-top: -10px; margin-bottom: -20px;
}
- menubar {
color: white; background-color: transparent;
}
- menubar ul li a {
color: white; background-color: transparent;
}
.right-menu li a {
color: white; background-color: transparent;
}
/*Reformatting End*/
- headernavigation{
margin-top: 300px; width: 750px; float: center;
background-color:#FFE4C4; height: 150px;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black; box-shadow: 0 8px 6px -6px black; border: 10px solid rgba(255, 228, 196,0.4); background-clip: padding-box; margin-left: auto; margin-right: auto; }
- headernavbar{
list-style:none;
font-weight:bold; margin-bottom:0px; float:left; width:100%; }
- headernavbar li{
float:left;
margin-right:10px; position:relative; }
- headernavbar a{
display:block; padding:5px; color: white; background:#F47F24; text-decoration:none; }
- headernavbar a:hover{
color: white; background:#F47F24; text-decoration:bold; }
- headernavbar ul{
background: transparent; list-style:none; position:absolute; left:-9999px; }
- headernavbar ul li{
padding-top:1px; float:none; }
- headernavbar ul a{
white-space:nowrap; }
- headernavbar li:hover ul{
left:0; }
- headernavbar li:hover a{
background:#F47F24; text-decoration:bold; }
- headernavbar li:hover ul a{
text-decoration:none;
-webkit-transition:-webkit-transform 0.075s linear;
}
- headernavbar li:hover ul li a:hover{
background: #003C7D; }
</style>