Template:Team:TU-Munich/Header
From 2013.igem.org
(Difference between revisions)
(19 intermediate revisions not shown) | |||
Line 107: | Line 107: | ||
- | div. | + | div.general { |
- | border: medium solid rgb( | + | border: medium solid rgb(115, 208, 255); |
} | } | ||
- | div. | + | div.general h3 { |
- | color: rgb( | + | color: rgb(115, 208, 255); |
} | } | ||
- | div. | + | div.general h4 { |
- | color: rgb( | + | color: rgb(115, 208, 255); |
} | } | ||
- | p. | + | p.general b { |
- | color: rgb( | + | color: rgb(115, 208, 255); |
} | } | ||
- | |||
- | |||
- | |||
- | div. | + | div.effectors { |
- | + | border: medium solid rgb(116, 183, 112); | |
} | } | ||
- | div. | + | div.effectors h3 { |
- | color: rgb( | + | color: rgb(116, 183, 112); |
} | } | ||
- | + | div.effectors h4 { | |
- | color: rgb( | + | color: rgb(116, 183, 112); |
} | } | ||
- | + | p.effectors b { | |
- | + | color: rgb(116, 183, 112); | |
} | } | ||
- | div. | + | div.vector_design { |
- | + | border: medium solid rgb(166, 126, 166); | |
} | } | ||
- | div. | + | div.vector_design h3 { |
- | color: rgb( | + | color: rgb(166, 126, 166); |
} | } | ||
- | + | div.vector_design h4 { | |
- | color: rgb( | + | color: rgb(166, 126, 166); |
} | } | ||
- | + | p.vector_design b { | |
- | + | color: rgb(166, 126, 166); | |
} | } | ||
- | |||
- | |||
- | |||
- | div. | + | div.viability { |
- | + | border: medium solid rgb(255, 122, 97); | |
} | } | ||
- | + | div.viability h3 { | |
- | + | color: rgb(166, 126, 166); | |
- | color: rgb( | + | |
} | } | ||
- | div. | + | div.viability h4 { |
- | + | color: rgb(166, 126, 166); | |
} | } | ||
- | + | p.viability b { | |
- | color: rgb( | + | color: rgb(166, 126, 166); |
} | } | ||
- | div. | + | div.killswitch { |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
border: medium solid rgb(202, 85, 85); | border: medium solid rgb(202, 85, 85); | ||
} | } | ||
- | + | div.killswitch h3 { | |
- | div. | + | |
color: rgb(202, 85, 85); | color: rgb(202, 85, 85); | ||
} | } | ||
- | div. | + | div.killswitch h4 { |
color: rgb(202, 85, 85); | color: rgb(202, 85, 85); | ||
} | } | ||
- | p. | + | p.killswitch b { |
color: rgb(202, 85, 85); | color: rgb(202, 85, 85); | ||
} | } | ||
- | div. | + | div.safety_mechanism { |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
border: medium solid rgb(0, 32, 96); | border: medium solid rgb(0, 32, 96); | ||
} | } | ||
- | + | div.safety_mechanism h3 { | |
- | div. | + | color: rgb(0, 32, 96)); |
- | color: rgb(0, 32, 96); | + | |
} | } | ||
- | div. | + | div.safety_mechanism h4 { |
color: rgb(0, 32, 96); | color: rgb(0, 32, 96); | ||
} | } | ||
- | p. | + | p.safety_mechanism b { |
color: rgb(0, 32, 96); | color: rgb(0, 32, 96); | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
h1, h2, h3, h4, h5 { | h1, h2, h3, h4, h5 { | ||
- | color: | + | color: white; |
font-weight: bold; | font-weight: bold; | ||
- | + | margin-top: 5px; | |
+ | margin-bottom: 5px; | ||
border: 0px; | border: 0px; | ||
} | } | ||
Line 329: | 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 368: | 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); | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 449: | Line 334: | ||
body { | body { | ||
- | background-color: | + | 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 580: | Line 465: | ||
background: transparent; | background: transparent; | ||
color:rgb(0,33,67); | color:rgb(0,33,67); | ||
- | width: | + | width:135px; |
float:left; | float:left; | ||
position: relative; | position: relative; | ||
Line 589: | Line 474: | ||
background:rgb(0,33,67); | background:rgb(0,33,67); | ||
color:white; | color:white; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 774: | 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