Team:Westminster/Modeling
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<!--- The Mission, Experiments ---> | <!--- The Mission, Experiments ---> | ||
- | |||
<html> | <html> | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
body { | body { | ||
- | background: url("http://www.westminsterigem.com/files/theme/body-bg.png") repeat # | + | background: url("http://www.westminsterigem.com/files/theme/body-bg.png") repeat #fff; |
+ | |||
} | } | ||
a { | a { | ||
Line 12: | Line 17: | ||
a:visited, td a:visited { | a:visited, td a:visited { | ||
background: #ffeebb !important; | background: #ffeebb !important; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
+ | |||
div#globalWrapper > div { | div#globalWrapper > div { | ||
box-shadow: 0 0 17px -4px #666666; | box-shadow: 0 0 17px -4px #666666; | ||
} | } | ||
- | + | .header { | |
- | + | ||
padding: 15px; | padding: 15px; | ||
+ | height: 170px; | ||
+ | display: block; | ||
+ | background: url(https://static.igem.org/mediawiki/igem.org/3/34/Header_bg.png) repeat-x; | ||
} | } | ||
- | + | ||
- | + | ||
- | + | /* links | |
+ | *************************/ | ||
+ | |||
+ | a:link, a:visited, a:hover, a:active | ||
+ | { | ||
+ | text-decoration: none; | ||
} | } | ||
- | + | ||
- | + | /* inline elements | |
- | + | *************************/ | |
- | + | ||
- | + | strong | |
+ | { | ||
+ | font-weight: bold; | ||
} | } | ||
- | ul | + | |
- | + | /* tabs | |
+ | *************************/ | ||
+ | |||
+ | ul.tabs | ||
+ | { | ||
+ | display: table; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | position: relative; | ||
} | } | ||
- | ul | + | |
- | + | ul.tabs li | |
- | + | { | |
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | display: table-cell; | ||
+ | float: left; | ||
+ | position: relative; | ||
} | } | ||
- | ul | + | |
- | + | ul.tabs a | |
- | + | { | |
- | + | position: relative; | |
- | + | display: block; | |
- | + | ||
} | } | ||
- | ul | + | |
- | + | /* dropdowns | |
- | + | *************************/ | |
- | + | ||
+ | ul.dropdown | ||
+ | { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | z-index: 999; | ||
+ | top: 100%; | ||
+ | width: 250px; | ||
+ | display: none; | ||
+ | left: 0; | ||
} | } | ||
+ | |||
+ | ul.dropdown ul.dropdown | ||
+ | { | ||
+ | top: 0; | ||
+ | left: 95%; | ||
+ | } | ||
+ | |||
+ | ul.dropdown li | ||
+ | { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | float: none; | ||
+ | position: relative; | ||
+ | list-style: none; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | ul.dropdown li a | ||
+ | { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* menu-specifc | ||
+ | *************************/ | ||
+ | |||
+ | #menu | ||
+ | { position: relative; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | width: 100%; | ||
+ | height: 30px; | ||
+ | line-height: 30px; | ||
+ | background: #ffb35a url(https://static.igem.org/mediawiki/2012/8/8b/Topbg.gif) repeat-x; | ||
+ | border-bottom: 1px solid #000; | ||
+ | font-size: 1.2em; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | #menu ul | ||
+ | { | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | #menu ul li.hasmore | ||
+ | { | ||
+ | background-image: url(https://static.igem.org/mediawiki/2012/c/c8/Drophighlight.png) center 27px; | ||
+ | background-repeat: repeat-x; | ||
+ | } | ||
+ | |||
+ | #menu ul li h4 | ||
+ | { | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | #menu ul li h4 a | ||
+ | { | ||
+ | font-size: 14px; | ||
+ | color: #000; | ||
+ | font-weight: bold; | ||
+ | padding: 0 15px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #menu ul li a | ||
+ | { | ||
+ | color: #9b2021; | ||
+ | padding-left: 4px; | ||
+ | height: 26px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #menu ul li a img | ||
+ | { | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
+ | |||
+ | #menu ul li a:hover | ||
+ | { | ||
+ | background: url(https://static.igem.org/mediawiki/2012/c/c1/Topselectionleft.png) top left no-repeat; | ||
+ | } | ||
+ | |||
+ | #menu ul li a span | ||
+ | { | ||
+ | display: block; | ||
+ | padding-top: 5px; | ||
+ | padding-left: 15px; | ||
+ | padding-right: 11px; | ||
+ | padding-bottom: 3px; | ||
+ | } | ||
+ | |||
+ | #menu ul li a:hover span | ||
+ | { | ||
+ | background: url(https://static.igem.org/mediawiki/2012/4/49/Topselectionright.png) top right; | ||
+ | } | ||
+ | |||
+ | #menu ul.dropdown | ||
+ | { | ||
+ | padding: 10px; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2012/9/9e/Dropdown.png); | ||
+ | overflow:hidden; | ||
+ | border-bottom: 1px solid #dc902f; | ||
+ | width: 290px; | ||
+ | } | ||
+ | |||
+ | #menu ul.dropdown li a | ||
+ | { | ||
+ | border-bottom: 1px solid #e5cd8e; | ||
+ | line-height: 30px; | ||
+ | overflow: hidden; | ||
+ | height: 30px; | ||
+ | } | ||
+ | |||
+ | #menu ul.dropdown li.last a | ||
+ | { | ||
+ | border-bottom-width: 0; | ||
+ | } | ||
+ | |||
+ | #menu ul.dropdown li a:hover | ||
+ | { | ||
+ | background: url(https://static.igem.org/mediawiki/igem.org/e/e7/Menuarrow.png) no-repeat left center; | ||
+ | } | ||
+ | |||
+ | #menu ul li h4 a:hover | ||
+ | { | ||
+ | background-image: none; | ||
+ | } | ||
+ | .wrap { | ||
+ | padding-top: 30px; | ||
+ | } | ||
+ | .content { | ||
+ | padding: 10px; | ||
+ | font-family: Verdana; font-size: 13px; | ||
+ | } | ||
+ | |||
div#footer-box { | div#footer-box { | ||
border-radius: 0 0 5px 5px; | border-radius: 0 0 5px 5px; |
Revision as of 23:26, 14 September 2012
Home | Team | Official Team Profile | Project | Parts Submitted to the Registry | Modeling | Notebook | Safety | Attributions |
---|
If you choose to include a Modeling page, please write about your modeling adventures here. This is not necessary but it may be a nice list to include.