Team:TU Munich/Templates/Layout
From 2010.igem.org
(Difference between revisions)
Hartlmueller (Talk | contribs) |
Hartlmueller (Talk | contribs) |
||
(28 intermediate revisions not shown) | |||
Line 6: | Line 6: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
+ | |||
//Hide (Collapse) the toggle containers on load | //Hide (Collapse) the toggle containers on load | ||
$(".toggle_container").hide(); | $(".toggle_container").hide(); | ||
Line 103: | Line 104: | ||
{ | { | ||
text-align: justify; | text-align: justify; | ||
+ | } | ||
+ | .bordertable td | ||
+ | { | ||
+ | border-color: black; | ||
+ | margin: 0; | ||
+ | border-width: 0 0 1px 1px; | ||
+ | border-style: solid; | ||
+ | background-color: #FFFFFF; | ||
+ | |||
+ | } | ||
+ | .bordertable th | ||
+ | { | ||
+ | border-color: black; | ||
+ | margin: 0; | ||
+ | border-width: 0 0 1px 1px; | ||
+ | border-style: solid; | ||
+ | background-color: #D8D5D0; | ||
+ | } | ||
+ | .bordertable | ||
+ | { | ||
+ | border-spacing: 0px; | ||
+ | border-width: 2px 2px 1px 1px; | ||
+ | border-style: solid; | ||
+ | border-color: black; | ||
} | } | ||
table | table | ||
Line 130: | Line 155: | ||
h2 | h2 | ||
{ | { | ||
- | font-size: | + | font-size: 115% |
} | } | ||
h3 | h3 | ||
{ | { | ||
- | font-size: | + | font-size: 110% |
} | } | ||
- | h4 | + | h4 |
{ | { | ||
font-size: 100% | font-size: 100% | ||
- | + | } | |
- | font- | + | h5 |
+ | { | ||
+ | font-size: 95% | ||
} | } | ||
a | a | ||
Line 270: | Line 297: | ||
border: 0; | border: 0; | ||
margin: 3px; | margin: 3px; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | div.thumbinner div.thumbcaption | ||
+ | { | ||
+ | text-align: justify; | ||
} | } | ||
Line 281: | Line 313: | ||
- | .toclevel-1 | + | #toctable .toclevel-1 |
+ | { | ||
+ | float: left; | ||
+ | list-style-type: none; | ||
+ | margin-left: 0px; | ||
+ | margin-right: 20px; | ||
+ | } | ||
+ | .wiki_div .toclevel-1 | ||
{ | { | ||
float: left; | float: left; | ||
Line 287: | Line 326: | ||
margin-left: 0px; | margin-left: 0px; | ||
margin-right: 20px; | margin-right: 20px; | ||
+ | width: 30%; | ||
} | } | ||
#toctitle | #toctitle |