Team:UIUC-Illinois/DropdownTest
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <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{ | #headernavigation{ |
Revision as of 16:49, 31 May 2012