Template:Cambridge
From 2009.igem.org
(Difference between revisions)
MikeDavies (Talk | contribs) (New page: *{ margin: 0; padding: 0; }* body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #333; color: #444; } a {COLOR: #6587E0; text-decoration: none;} a:visited {COLOR: #6587E0;...) |
Awalbridge (Talk | contribs) |
||
(4 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | <html> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <style type="text/css"> | ||
+ | |||
+ | body { | ||
+ | -x-system-font:none; | ||
+ | background:#C4FFD4 none repeat scroll 0 0; | ||
+ | color:#FFE2EE; | ||
+ | font-family:Arial,Sans-Serif; | ||
+ | /*font-size:0.6em;*/ | ||
+ | font-size-adjust:none; | ||
+ | font-stretch:normal; | ||
+ | font-style:normal; | ||
+ | font-variant:normal; | ||
+ | font-weight:normal; | ||
+ | line-height:1.8em; | ||
+ | } | ||
+ | a { | ||
+ | color:#6587E0; | ||
+ | text-decoration:none; | ||
+ | margin:0 5px 0; | ||
+ | font-weight:100; | ||
+ | } | ||
+ | a:visited { | ||
+ | color:#6587E0; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | a:hover { | ||
+ | color:#333333; | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | h1 { | ||
+ | /*color:#FFF; | ||
+ | letter-spacing:-1px; | ||
+ | padding:22px 0 5px 10px; */ | ||
+ | text-decoration:none; | ||
+ | margin:0 10px 0; | ||
+ | } | ||
+ | h2 { | ||
+ | margin:0 0 10px; | ||
+ | padding:10px 0 3px; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | h3 { | ||
+ | background:#FFFFFF repeat-x scroll 0 0; | ||
+ | color:#000000; | ||
+ | font-size:1.6em; | ||
+ | height:0px; | ||
+ | line-height:0px; | ||
+ | padding-left:10px; | ||
+ | } | ||
+ | ul { | ||
+ | margin:0 0 10px; | ||
+ | padding:0; | ||
+ | } | ||
+ | li { | ||
+ | list-style-type:none; | ||
+ | } | ||
+ | img { | ||
+ | border:medium none; | ||
+ | } | ||
#header { | #header { | ||
- | background: | + | background: url(https://static.igem.org/mediawiki/2009/2/26/Cambridge_header.png) repeat-x scroll 0 0; |
- | height: | + | height:150px; |
+ | width: 965px; | ||
+ | position: relative; | ||
} | } | ||
#header h1 { | #header h1 { | ||
- | font-size: | + | font-size:90px; |
- | font-weight: | + | color:#FFF; |
- | letter-spacing: -1px; | + | font-weight:200; |
- | padding: 22px 0 | + | letter-spacing:-1px; |
+ | padding:22px 0 10px 10px; | ||
} | } | ||
#header h1 a { | #header h1 a { | ||
- | color: # | + | color:#FFFFFF; |
- | text-decoration: none; | + | text-decoration:none; |
} | } | ||
#header h1 a:hover { | #header h1 a:hover { | ||
- | color: # | + | color:#000000; |
- | text-decoration: none; | + | text-decoration:none; |
} | } | ||
#header h2 { | #header h2 { | ||
- | color: # | + | color:#EEEEEE; |
- | font-size: 19px; | + | font-size:19px; |
- | font-weight: 100 | + | font-weight:100; |
- | + | letter-spacing:-1px; | |
- | letter-spacing: -1px; | + | line-height:12px; |
- | line-height: 12px; | + | padding:0 0 0 11px; |
} | } | ||
- | # | + | #left { |
- | #left { | + | background:#727072 none repeat scroll 0 0; |
- | #left | + | color:#FFE2EE; |
- | #right { margin-bottom: 10px; float: right; | + | float:left; |
+ | margin-top:3px; | ||
+ | margin-bottom:0px; | ||
+ | width:180px; | ||
+ | } | ||
+ | #left ul { | ||
+ | margin:0; | ||
+ | padding:1px 1px 1px; | ||
+ | } | ||
+ | #left a { | ||
+ | display: block; | ||
+ | width: 170px; | ||
+ | height: 16px; | ||
+ | margin: 1px -1px; | ||
+ | /*background: url(whatever.png) no-repeat left top;*/ | ||
+ | background:#A3C3FF no-repeat left top; | ||
+ | padding: 2px 2px; | ||
+ | text-decoration: none; | ||
+ | color: #555; | ||
+ | } | ||
+ | #left a:hover { | ||
+ | display: block; | ||
+ | width: 170px; | ||
+ | height: 16px; | ||
+ | margin-top: 1px; | ||
+ | /*background: url(whatever.png) no-repeat left top;*/ | ||
+ | background:#E5EDFF no-repeat left top; | ||
+ | padding: 2px 4px; | ||
+ | text-decoration: none; | ||
+ | color: #888; | ||
+ | } | ||
+ | |||
+ | #left h4 { | ||
+ | margin: -25px -1px; | ||
+ | margin-bottom: -4px; | ||
+ | background:#3D5089 no-repeat left top; | ||
+ | color: #CCC; | ||
+ | font-size:19px; | ||
+ | padding: 2px 2px; | ||
+ | } | ||
+ | |||
+ | #left .selflink { | ||
+ | display: block; | ||
+ | width: 170px; | ||
+ | height: 16px; | ||
+ | margin: 1px -1px; | ||
+ | /*background: url(whatever.png) no-repeat left top;*/ | ||
+ | background:#435989 no-repeat left top; | ||
+ | padding: 2px 2px; | ||
+ | text-decoration: none; | ||
+ | color: #BBB; | ||
+ | } | ||
+ | /* | ||
+ | #left a.external { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | width: 170px; | ||
+ | } | ||
+ | */ | ||
+ | #right { | ||
+ | float:right; | ||
+ | margin-bottom:10px; | ||
+ | margin-top:10px; | ||
+ | padding:0 10px 10px; | ||
+ | width:150px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #contentbox { | ||
+ | width: 765px; | ||
+ | padding:10px; | ||
+ | position: relative; | ||
+ | float: right; | ||
+ | margin: 19px 0px 0px; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/4/44/Cambridge_Lines2.png) repeat-y top left; | ||
+ | /*color:#C4FFD4;*/ | ||
+ | } | ||
+ | |||
+ | |||
+ | #contentbox_top { | ||
+ | width: 785px; | ||
+ | height: 19px; | ||
+ | margin: -29px -10px 0px; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/c/c9/Cambridge_Linestop.png) no-repeat bottom left; | ||
+ | position: relative; | ||
+ | /* float: left; */ | ||
+ | } | ||
+ | |||
+ | #contentbox_bottom { | ||
+ | width: 785px; | ||
+ | height: 19px; | ||
+ | margin: 0px -10px -21px; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/2/2d/Cambridge_Linesbottom.png) no-repeat top left; | ||
+ | position: relative; | ||
+ | /* float: left; */ | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | padding: 5px; | ||
+ | border-left: 1px solid #CFDDFF; | ||
+ | border-right: 1px solid #CFDDFF; | ||
+ | background:#727072 none repeat scroll 0 0; | ||
+ | position: relative; | ||
+ | /* float: left; /* | ||
+ | font-size: 9pt; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | #footer { | ||
+ | border-top:1px solid #CCCCCC; | ||
+ | font-size:11px; | ||
+ | padding:10px 5px; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | p { | ||
+ | margin:5px 0 10px; | ||
+ | /* margin:0; */ | ||
+ | /* margin-bottom: 10px; */ | ||
+ | } | ||
+ | .editsection { | ||
+ | font-size: 75%; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | /* This hides the Table of Contents. */ | ||
+ | #toc { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
+ | </html> | ||
+ | <div id="header"></div> | ||
+ | <div id="left"> | ||
+ | <ul> | ||
+ | <h4>Categories :</h4> | ||
+ | [[Team:Cambridge | Home]] | ||
+ | [[Team:Cambridge/Team | Team]] | ||
+ | [[Team:Cambridge/Project | Project]] | ||
+ | [[Team:Cambridge/Parts | Parts Submitted to Registry]] | ||
+ | [[Team:Cambridge/Modelling | Modelling]] | ||
+ | [[Team:Cambridge/Protocols | Research]] | ||
+ | [[Team:Cambridge/ImageGallery | Image Gallery]] | ||
+ | [[Team:Cambridge/Contact | Contact Us]] | ||
+ | <h4>Team Stuff :</h4> | ||
+ | [[Team:Cambridge/Calender | Calendar]] | ||
+ | [[Team:Cambridge/Stock | Stock List]] | ||
+ | [[Team:Cambridge/Protocols | Protocols]] | ||
+ | [[Team:Cambridge/Paste | Shared Links]] | ||
+ | <h4>Notebook :</h4> | ||
+ | [[Team:Cambridge/Notebook/Week1 | Week 1]] | ||
+ | [[Team:Cambridge/Notebook/Week2 | Week 2]] | ||
+ | [[Team:Cambridge/Notebook/Week3 | Week 3]] | ||
+ | [[Team:Cambridge/Notebook/Week4 | Week 4]] | ||
+ | [[Team:Cambridge/Notebook/Week5 | Week 5]] | ||
+ | [[Team:Cambridge/Notebook/Week6 | Week 6]] | ||
+ | [[Team:Cambridge/Notebook/Week7 | Week 7]] | ||
+ | [[Team:Cambridge/Notebook/Week8 | Week 8]] | ||
+ | [[Team:Cambridge/Notebook/Week9 | Week 9]] | ||
+ | [[Team:Cambridge/Notebook/Week10 | Week 10]] | ||
+ | </ul> | ||
+ | |||
+ | </div> | ||
- | + | <div id="contentbox"> | |
+ | <div id="contentbox_top"></div> |
Latest revision as of 12:36, 1 September 2009
Categories :
Home Team Project Parts Submitted to Registry Modelling Research Image Gallery Contact Us
Team Stuff :
Calendar Stock List Protocols Shared Links
Notebook :
Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10