Template:Team:TU-Munich/Header

From 2013.igem.org

(Difference between revisions)
 
(16 intermediate revisions not shown)
Line 122: Line 122:
     color: rgb(115, 208, 255);
     color: rgb(115, 208, 255);
}
}
 +
div.effectors {
div.effectors {
-
    border: medium solid rgb(116, 183, 112);
+
    border: medium solid rgb(116, 183, 112);
}
}
Line 139: Line 140:
}
}
-
div.effectors {
+
div.vector_design {
-
     border: medium solid rgb(116, 183, 112);
+
     border: medium solid rgb(166, 126, 166);
}
}
-
div.effectors h3 {
+
div.vector_design h3 {
-
     color: rgb(116, 183, 112);
+
     color: rgb(166, 126, 166);
}
}
-
div.effectors h4 {
+
div.vector_design h4 {
-
     color: rgb(116, 183, 112);
+
     color: rgb(166, 126, 166);
}
}
-
p.effectors b {
+
p.vector_design b {
-
     color: rgb(116, 183, 112);
+
     color: rgb(166, 126, 166);
}
}
Line 202: Line 203:
h1, h2, h3, h4, h5 {
h1, h2, h3, h4, h5 {
-
    background: rgb(62, 156, 124);
 
     color: white;
     color: white;
     font-weight: bold;
     font-weight: bold;
-
     text-shadow: 1px 1px 1px rgb(218, 218, 218);
+
     margin-top: 5px;
 +
    margin-bottom: 5px;
     border: 0px;
     border: 0px;
}
}
Line 215: Line 216:
h1, h2 {
h1, h2 {
     clear: both;
     clear: both;
 +
    background: rgb(2, 155, 101);
 +
    margin-bottom: 15px;
}
}
h1 {
h1 {
     font-size: 250%;
     font-size: 250%;
 +
    padding: 15px;
}
}
h2 {
h2 {
     font-size: 200%;
     font-size: 200%;
 +
    padding: 10px;
}
}
h3 {
h3 {
     font-size: 150%;
     font-size: 150%;
 +
    padding: 5px;
}
}
Line 254: Line 260:
     width: 250px;
     width: 250px;
     box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.5);
-
}
 
-
 
-
#bodyContent h1{
 
-
    margin: 0px;
 
-
}
 
-
#bodyContent h2{
 
-
    margin: 0px;
 
}
}
Line 335: Line 334:
body {
body {
-
     background-color: #3E9C7C;
+
     background-color: rgb(2, 155, 101);
     color: black;
     color: black;
     font: x-small "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
     font: x-small "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
Line 656: Line 655:
     $("table#toc.toc").append('<img id="imgContent" src="https://static.igem.org/mediawiki/2012/8/8e/TUM12_Contents.jpg" />')
     $("table#toc.toc").append('<img id="imgContent" src="https://static.igem.org/mediawiki/2012/8/8e/TUM12_Contents.jpg" />')
     $(".bezel").addClass("ui-corner-all")
     $(".bezel").addClass("ui-corner-all")
 +
    $("h1").addClass("ui-corner-all")
 +
    $("h2").addClass("ui-corner-all")
     $("div.thumbinner").width(function(i,width){
     $("div.thumbinner").width(function(i,width){
         return width + 20;   
         return width + 20;   

Latest revision as of 10:56, 28 May 2013