Template:Cambridge2
From 2009.igem.org
(Difference between revisions)
MikeDavies (Talk | contribs) |
MikeDavies (Talk | contribs) |
||
Line 7: | Line 7: | ||
/* | /* | ||
* { | * { | ||
- | |||
padding:0; | padding:0; | ||
} | } | ||
Line 87: | Line 86: | ||
padding:0 0 0 11px; | padding:0 0 0 11px; | ||
} | } | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
#left { | #left { | ||
- | background:# | + | background:#FFE2EE none repeat scroll 0 0; |
+ | color:#FFE2EE; | ||
float:left; | float:left; | ||
+ | margin:40px | ||
margin-bottom:10px; | margin-bottom:10px; | ||
- | margin-top: | + | margin-top:0; |
width:180px; | width:180px; | ||
} | } | ||
Line 107: | Line 103: | ||
display: block; | display: block; | ||
width: 170px; | width: 170px; | ||
- | height: | + | height: 16px; |
margin-top: 1px; | margin-top: 1px; | ||
/*background: url(whatever.png) no-repeat left top;*/ | /*background: url(whatever.png) no-repeat left top;*/ | ||
- | background:# | + | background:#A3C3FF no-repeat left top; |
padding: 2px 4px; | padding: 2px 4px; | ||
text-decoration: none; | text-decoration: none; | ||
Line 118: | Line 114: | ||
display: block; | display: block; | ||
width: 170px; | width: 170px; | ||
- | height: | + | height: 16px; |
margin-top: 1px; | margin-top: 1px; | ||
/*background: url(whatever.png) no-repeat left top;*/ | /*background: url(whatever.png) no-repeat left top;*/ | ||
- | background:# | + | background:#E5EDFF no-repeat left top; |
padding: 2px 4px; | padding: 2px 4px; | ||
text-decoration: none; | text-decoration: none; | ||
Line 129: | Line 125: | ||
display: block; | display: block; | ||
width: 170px; | width: 170px; | ||
- | height: | + | height: 16px; |
margin-top: 1px; | margin-top: 1px; | ||
/*background: url(whatever.png) no-repeat left top;*/ | /*background: url(whatever.png) no-repeat left top;*/ | ||
- | background:# | + | background:#000000 no-repeat left top; |
padding: 2px 4px; | padding: 2px 4px; | ||
text-decoration: none; | text-decoration: none; | ||
- | color: # | + | color: #FFF; |
} | } | ||
+ | /* | ||
#left a.external { | #left a.external { | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
- | width: | + | width: 170px; |
} | } | ||
+ | */ | ||
#right { | #right { | ||
float:right; | float:right; | ||
Line 155: | Line 153: | ||
width: 790px; | width: 790px; | ||
position: relative; | position: relative; | ||
- | float: left; | + | /*float: left;*/ |
- | margin-top: | + | margin-top: 10px; |
} | } | ||
Line 164: | Line 162: | ||
background:url(https://static.igem.org/mediawiki/2009/0/07/Cambridge_boxtop.png) no-repeat bottom left; | background:url(https://static.igem.org/mediawiki/2009/0/07/Cambridge_boxtop.png) no-repeat bottom left; | ||
position: relative; | position: relative; | ||
- | + | /* float: left; /* | |
} | } | ||
Line 172: | Line 170: | ||
background:url(https://static.igem.org/mediawiki/2009/4/4d/Cambridge_boxbottom.png) no-repeat top left; | background:url(https://static.igem.org/mediawiki/2009/4/4d/Cambridge_boxbottom.png) no-repeat top left; | ||
position: relative; | position: relative; | ||
- | + | /* float: left; /* | |
} | } | ||
Line 182: | Line 180: | ||
background:#CFDDFF none repeat scroll 0 0; | background:#CFDDFF none repeat scroll 0 0; | ||
position: relative; | position: relative; | ||
- | + | /* float: left; /* | |
font-size: 9pt; | font-size: 9pt; | ||
text-align: justify; | text-align: justify; |
Revision as of 15:00, 22 July 2009
Contents |