Template:Cambridge2

From 2009.igem.org

(Difference between revisions)
Line 7: Line 7:
/*
/*
* {
* {
-
margin:0;
 
padding:0;
padding:0;
}
}
Line 87: Line 86:
padding:0 0 0 11px;
padding:0 0 0 11px;
}
}
-
#wrap {
+
 
-
background:#FFFFFF none repeat scroll 0 0;
+
-
margin:100px auto;
+
-
padding:10px 10px 3px;
+
-
width:760px;
+
-
}
+
#left {
#left {
-
background:#CFDDFF none repeat scroll 0 0;
+
background:#FFE2EE none repeat scroll 0 0;
 +
color:#FFE2EE;
float:left;
float:left;
 +
margin:40px
margin-bottom:10px;
margin-bottom:10px;
-
margin-top:20px;
+
margin-top:0;
width:180px;
width:180px;
}
}
Line 107: Line 103:
     display: block;
     display: block;
     width: 170px;
     width: 170px;
-
     height: 20px;
+
     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:#CFDDFF no-repeat left top;
+
     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: 20px;
+
     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:#CFDDFF no-repeat left top;
+
     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: 20px;
+
     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:#CFDDFF no-repeat left top;
+
     background:#000000 no-repeat left top;
     padding: 2px 4px;
     padding: 2px 4px;
     text-decoration: none;
     text-decoration: none;
-
     color: #000;
+
     color: #FFF;
}
}
 +
/*
#left a.external {
#left a.external {
     margin: 0;
     margin: 0;
     padding: 0;
     padding: 0;
-
     width: 150px;
+
     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: 20px;
+
     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;
+
  /*  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;
+
  /* 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;
+
  /* float: left; /*
     font-size: 9pt;
     font-size: 9pt;
     text-align: justify;
     text-align: justify;

Revision as of 15:00, 22 July 2009

Hi there