Difference between revisions of "Team:UMaryland"
Line 32: | Line 32: | ||
width:100%; | width:100%; | ||
min-width:800; | min-width:800; | ||
− | height:100px; | + | height:188px; |
+ | min-height:100px; | ||
position:absolute; | position:absolute; | ||
z-index:20; | z-index:20; | ||
margin:0px; | margin:0px; | ||
top:10px; | top:10px; | ||
− | background-image: -webkit-gradient(linear, left | + | background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(100, #00ffff)); |
font-family: "Arial Black", Gadget, sans-serif; | font-family: "Arial Black", Gadget, sans-serif; | ||
font-size: 14px; | font-size: 14px; | ||
Line 43: | Line 44: | ||
} | } | ||
+ | #beacon { | ||
+ | background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(100, #00ffff)); | ||
+ | padding:10px; | ||
+ | overflow:visible; | ||
+ | position: absolute; | ||
+ | left: 38%; | ||
+ | top:0px; | ||
+ | border: 2px solid black; | ||
+ | border-radius: 0px 0px 50px 50px; | ||
+ | } | ||
+ | |||
+ | #swagmenu { | ||
+ | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(5, #2D1BA0), color-stop(50, #1BB1CF), color-stop(100, #00ffff)); | ||
+ | color:#ffffff; | ||
+ | border-top: 2px solid black; | ||
+ | border-bottom: 2px solid black; | ||
+ | width:100%; | ||
+ | margin:auto; | ||
+ | height:40px; | ||
+ | } | ||
#swagmenu ul { | #swagmenu ul { | ||
text-align: center; | text-align: center; | ||
display: inline; | display: inline; | ||
− | margin: | + | margin: 0px; |
padding: 10px; | padding: 10px; | ||
list-style: none; | list-style: none; | ||
Line 55: | Line 76: | ||
margin-right: -4px; | margin-right: -4px; | ||
position: relative; | position: relative; | ||
− | margin: | + | margin: 0px; |
padding: 10px ; | padding: 10px ; | ||
min-width:100px; | min-width:100px; | ||
− | -webkit-transition: all | + | -webkit-transition: all 1s; |
− | -moz-transition: all | + | -moz-transition: all 1s; |
− | -ms-transition: all | + | -ms-transition: all 1s; |
− | -o-transition: all | + | -o-transition: all 1s; |
− | transition: all | + | transition: all 1s; |
− | border: | + | border-left: 2px solid black; |
− | border- | + | border-right: 2px solid black; |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
+ | |||
#swagmenu ul li:hover { | #swagmenu ul li:hover { | ||
− | background: # | + | display: inline-block; |
− | + | background: #b8e1fc; | |
− | + | font-size:110%; | |
− | + | -webkit-transition: all 1s ease; | |
− | + | -moz-transition: all 1s ease; | |
− | + | -ms-transition: all 1s ease; | |
+ | -o-transition: all 1s ease; | ||
+ | transition: all 1s ease; | ||
} | } | ||
+ | |||
#swagmenu ul li ul { | #swagmenu ul li ul { | ||
padding: 0; | padding: 0; | ||
position: absolute; | position: absolute; | ||
− | |||
left: 0; | left: 0; | ||
min-width:100px; | min-width:100px; | ||
Line 90: | Line 107: | ||
opacity: 0; | opacity: 0; | ||
visibility: hidden; | visibility: hidden; | ||
− | -webkit- | + | -webkit-transition: all 1s ease; |
− | -moz-transition: | + | -moz-transition: all 1s ease; |
− | -ms-transition: | + | -ms-transition: all 1s ease; |
− | -o-transition: | + | -o-transition: all 1s ease; |
− | + | transition: all 1s ease; | |
} | } | ||
+ | |||
#swagmenu ul li ul li { | #swagmenu ul li ul li { | ||
display: block; | display: block; | ||
text-align: center; | text-align: center; | ||
− | color: # | + | background-color: #00ffff; |
− | + | ||
− | + | ||
border: 2px solid black; | border: 2px solid black; | ||
− | + | padding:10px; | |
− | + | top:10px; | |
+ | width:150px; | ||
} | } | ||
#swagmenu ul li ul li:hover { | #swagmenu ul li ul li:hover { | ||
− | background: # | + | background-color: #b8e1fc; |
+ | } | ||
#swagmenu ul li:hover ul { | #swagmenu ul li:hover ul { | ||
− | + | display: block; | |
− | + | opacity: 1; | |
− | + | visibility: visible; | |
} | } | ||
+ | #swagmenu ul li a { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | #swagmenu ul li a:hover { | ||
+ | color: #000000; | ||
+ | } | ||
#swagmenu ul li ul li a { | #swagmenu ul li ul li a { | ||
− | color: # | + | color: #000000; |
} | } | ||
#swagmenu ul li ul li a:hover { | #swagmenu ul li ul li a:hover { | ||
− | color: # | + | color: #000000; |
} | } | ||
Line 129: | Line 153: | ||
margin-left: 200px; | margin-left: 200px; | ||
} | } | ||
+ | */ | ||
#swagmenu ul li ul li:nth-child(3) { | #swagmenu ul li ul li:nth-child(3) { | ||
− | margin-right: | + | margin-right: 0px; |
} | } | ||
#swagmenu ul li ul li:nth-child(4) { | #swagmenu ul li ul li:nth-child(4) { | ||
− | margin-left: | + | margin-left: 0px; |
} | } | ||
− | + | #swagmenu ul li ul li:last-child { | |
− | + | border-radius: 0px 0px 20px 20px; | |
− | # | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
+ | |||
#mainlink { | #mainlink { | ||
Line 156: | Line 174: | ||
position: absolute; | position: absolute; | ||
right:10px; | right:10px; | ||
− | top: | + | top:60px; |
} | } | ||
Line 166: | Line 184: | ||
<ul> | <ul> | ||
− | |||
<li class='has-sub'><a href="#"><span>Info</a><ul> | <li class='has-sub'><a href="#"><span>Info</a><ul> | ||
<li><a href="https://2015.igem.org/Team:UMaryland/about"><span>About</span></a></li> | <li><a href="https://2015.igem.org/Team:UMaryland/about"><span>About</span></a></li> | ||
Line 206: | Line 223: | ||
</div></a> | </div></a> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
Revision as of 00:44, 6 September 2015