Template:Macquarie
From 2011.igem.org
(Difference between revisions)
(43 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
<style type="text/css"> | <style type="text/css"> | ||
body {background-color:#A11F37;} | body {background-color:#A11F37;} | ||
+ | |||
+ | <!-- Wiki Hacks --> | ||
+ | |||
{ | { | ||
Line 188: | Line 191: | ||
+ | <!-- End of Wiki Hacks --> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!-- NEW MENU BAR CSS --> | ||
+ | |||
+ | } | ||
+ | #menu { | ||
+ | float: left; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | |||
+ | /* Box Shadow */ | ||
+ | box-shadow: 0 1px 0 #000; | ||
+ | -moz-box-shadow: 0 1px 0 #000; | ||
+ | -webkit-box-shadow: 0 1px 0 #000; | ||
+ | |||
+ | /* Rounded Corners */ | ||
+ | -moz-border-radius-topleft: 10px; | ||
+ | -moz-border-radius-bottomleft: 10px; | ||
+ | -webkit-border-top-left-radius: 10px; | ||
+ | -webkit-border-bottom-left-radius: 10px; | ||
+ | |||
+ | /* Rounded Corners */ | ||
+ | -moz-border-radius-topright: 10px; | ||
+ | -moz-border-radius-bottomright: 10px; | ||
+ | -webkit-border-top-right-radius: 10px; | ||
+ | -webkit-border-bottom-right-radius: 10px; | ||
+ | } | ||
+ | #menu ul { | ||
+ | border-top: #f3f3f3 1px solid; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | |||
+ | |||
+ | position:center; | ||
+ | left:-4.9%; | ||
+ | |||
+ | /* Background Gradient */ | ||
+ | background-image: -moz-linear-gradient(top, #b4b4b4, #A11F37); | ||
+ | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b4b4b4), to(#707070)); | ||
+ | } | ||
+ | #menu li { | ||
+ | float: left; | ||
+ | list-style: none; | ||
+ | background: none; | ||
+ | margin-right: 1px; | ||
+ | } | ||
+ | #menu a { outline: none; } | ||
+ | #menu li a:link, #menu li a:visited { | ||
+ | font-family: Century Gothic, Helvetica, sans-serif; | ||
+ | font-size: 12px; | ||
+ | font-weight: ; | ||
+ | display: block; | ||
+ | color: #FFFFFF; | ||
+ | text-decoration: none; | ||
+ | text-transform: capitalize; | ||
+ | text-shadow: 0px 0px 0px #fff; | ||
+ | padding: 12px 28px; | ||
+ | |||
+ | /* Background Gradient */ | ||
+ | background-image: -moz-linear-gradient(top, #A11F37, #731E15); | ||
+ | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A11F37), to(#A11F37)); | ||
+ | } | ||
+ | #menu li a:hover { | ||
+ | cursor: pointer; | ||
+ | color: #fff; | ||
+ | text-shadow: 0px -1px 1px #000; | ||
+ | |||
+ | /* Background Gradient */ | ||
+ | background-image: -moz-linear-gradient(top, #929292, #545454); | ||
+ | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#929292), to(#545454)); | ||
+ | } | ||
+ | #menu li:first-child a, #menu ul { | ||
+ | /* Rounded Corners */ | ||
+ | -moz-border-radius-topleft: 10px; | ||
+ | -moz-border-radius-bottomleft: 10px; | ||
+ | -webkit-border-top-left-radius: 10px; | ||
+ | -webkit-border-bottom-left-radius: 10px; | ||
+ | } | ||
+ | #menu li:last-child a, #menu ul { | ||
+ | /* Rounded Corners */ | ||
+ | -moz-border-radius-topright: 10px; | ||
+ | -moz-border-radius-bottomright: 10px; | ||
+ | -webkit-border-top-right-radius: 10px; | ||
+ | -webkit-border-bottom-right-radius: 10px; | ||
+ | } | ||
+ | a.active:link, a.active:active, a.active:visited { | ||
+ | color: #fff !important; | ||
+ | text-shadow: 0px -1px 1px #000!important; | ||
+ | background-image: -moz-linear-gradient(top, #444, #666)!important; | ||
+ | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#666))!important; | ||
+ | |||
+ | /* Box Shadow */ | ||
+ | box-shadow: inset 0 0 10px #000; | ||
+ | -moz-box-shadow: inset 0 0 10px #000; | ||
+ | -webkit-box-shadow: inset 0 0 10px #000; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!--END OF NEW MENU BAR--> | ||
+ | |||
+ | #leftcolumn{width:248px;float:left;height:1200px;padding-top:10px;} | ||
Line 196: | Line 310: | ||
</style> | </style> | ||
</head> | </head> | ||
- | |||
+ | |||
+ | <body> | ||
+ | <body style="font: 9pt Trebuchet MS"> | ||
+ | <style type="text/css"> | ||
+ | p {padding-left: 20px; | ||
+ | padding-right:20px; | ||
+ | margin-bottom: 0;} | ||
+ | p + p { | ||
+ | text-indent: 1.5em; | ||
+ | margin-top: 0 } | ||
+ | </style> | ||
<div id="banner" style="text-align: center;"> | <div id="banner" style="text-align: center;"> | ||
- | <a href="https://2011.igem.org/Team:Macquarie_Australia"><img src="https://static.igem.org/mediawiki/2011/a/a7/Maclogo.PNG" ></a> | + | <a href="https://2011.igem.org/Team:Macquarie_Australia"><img src="https://static.igem.org/mediawiki/2011/a/a7/Maclogo.PNG" width="900" ></a> |
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | <!-- NEW MENU BAR --> | ||
+ | |||
+ | |||
+ | <div id="menu"> | ||
+ | <ul> | ||
+ | <li><a href="/Team:Macquarie_Australia">home</a></li> | ||
+ | |||
+ | <li><a href="/Team:Macquarie_Australia/Team">Team</a></li> | ||
+ | <li><a href="/Team:Macquarie_Australia/Project">project</a></li> | ||
+ | <li><a href="/Team:Macquarie_Australia/parts">Data Page</a></li> | ||
+ | <li><a href="/Team:Macquarie_Australia/Characterisation">Results/Characterisation</a></li> | ||
+ | <li><a href="/Team:Macquarie_Australia/Notebook">Lab Notes</a></li> | ||
+ | <li><a href="/Team:Macquarie_Australia/Safety"> Safety </a></li> | ||
+ | <li><a href="/Team:Macquarie_Australia/Attributions">Sponsors</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <!--END OF NEW MENU BAR--> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 06:41, 4 October 2011