Template:Cambridge2
From 2009.igem.org
(Difference between revisions)
MikeDavies (Talk | contribs) |
MikeDavies (Talk | contribs) |
||
Line 5: | Line 5: | ||
/* width of page is 970 */ | /* width of page is 970 */ | ||
+ | /* | ||
* { | * { | ||
- | + | margin:0; | |
- | padding:0; | + | padding:0; |
} | } | ||
- | * body { | + | * |
+ | */ | ||
+ | body { | ||
-x-system-font:none; | -x-system-font:none; | ||
- | background:# | + | background:#C4FFD4 none repeat scroll 0 0; |
- | color:# | + | color:#FFE2EE; |
font-family:Arial,Sans-Serif; | font-family:Arial,Sans-Serif; | ||
/*font-size:0.6em;*/ | /*font-size:0.6em;*/ | ||
Line 52: | Line 55: | ||
li { | li { | ||
list-style-type:none; | list-style-type:none; | ||
- | |||
- | |||
- | |||
} | } | ||
img { | img { | ||
Line 60: | Line 60: | ||
} | } | ||
#header { | #header { | ||
- | background: | + | background: url(https://static.igem.org/mediawiki/2009/2/26/Cambridge_header.png) repeat-x scroll 0 0; |
height:150px; | height:150px; | ||
width: 970px; | width: 970px; | ||
Line 162: | Line 162: | ||
width: 790px; | width: 790px; | ||
height: 11px; | height: 11px; | ||
- | background:url(https:// | + | background:url(https://static.igem.org/mediawiki/2009/0/07/Cambridge_boxtop.png) no-repeat bottom left; |
position: relative; | position: relative; | ||
float: left; | float: left; | ||
Line 170: | Line 170: | ||
width: 790px; | width: 790px; | ||
height: 11px; | height: 11px; | ||
- | background:url(https:// | + | background:url(https://static.igem.org/mediawiki/2009/4/4d/Cambridge_boxbottom.png) no-repeat top left; |
position: relative; | position: relative; | ||
float: left; | float: left; | ||
Line 200: | Line 200: | ||
p { | p { | ||
- | margin:0; | + | margin:5px 0 10px; |
- | margin-bottom: 10px; | + | /* margin:0; */ |
+ | /* margin-bottom: 10px; */ | ||
} | } | ||
.editsection { | .editsection { | ||
Line 255: | Line 256: | ||
</div> | </div> | ||
- | <div id="contentbox"> <h1> Hi there </h1 | + | <div id="contentbox"><h1> Hi there </h1></div> |
Revision as of 14:41, 22 July 2009
Contents |