Template:Team:TU Munich/Header

From 2012.igem.org

(Difference between revisions)
Line 9: Line 9:
 +
div.mleft {
 +
display: block;
 +
float: left;
 +
width: 440px;
 +
height: 250px;
 +
padding: 10px;
 +
}
 +
 +
div.mright {
 +
display: block;
 +
float: right;
 +
width: 440px;
 +
height: 250px;
 +
padding: 10px;
 +
}
 +
 +
.team {
 +
    padding: 5px;
 +
    margin: 5px 0;
 +
    display: block;
 +
    float: left;
 +
    width: 930px;
 +
}
 +
 +
.team img {
 +
    padding: 5px;
 +
}
 +
 +
#bodyContent .team h4 {
 +
    margin-bottom: -1.5em;
 +
}
 +
 +
h3 {
 +
    margin-left: 5px;
 +
}
 +
 +
 +
 +
.limonene {
 +
    border: medium solid rgb(116, 183, 112);
 +
}
 +
 +
div.limonene h3 {
 +
    color: rgb(116, 183, 112);
 +
}
 +
 +
div.limonene h4 {
 +
    color: rgb(116, 183, 112);
 +
}
 +
 +
 +
.coumaryl {
 +
    border: medium solid rgb(255, 122, 97);
 +
}
 +
 +
div.coumaryl h3 {
 +
    color: rgb(255, 122, 97);
 +
}
 +
 +
div.coumaryl h4 {
 +
    color: rgb(255, 122, 97);
 +
}
 +
 +
 +
.thaumatin {
 +
    border: medium solid rgb(202, 85, 85);
 +
}
 +
 +
div.thaumatin h3 {
 +
    color: rgb(202, 85, 85);
 +
}
 +
 +
div.thaumatin h4 {
 +
    color: rgb(202, 85, 85);
 +
}
 +
 +
 +
.caffeine {
 +
    border: medium solid rgb(192, 167, 4);
 +
}
 +
 +
div.caffeine h3 {
 +
    color: rgb(192, 167, 4);
 +
}
 +
 +
div.caffeine h4 {
 +
    color: rgb(192, 167, 4);
 +
}
 +
 +
 +
.promoters {
 +
    border: medium solid rgb(0, 32, 96);
 +
}
 +
 +
div.promoters h3 {
 +
    color: rgb(0, 32, 96);
 +
}
 +
 +
div.promoters h4 {
 +
    color: rgb(0, 32, 96);
 +
}

Revision as of 17:00, 30 August 2012