Template:Team:Marburg/Template:Header
From 2014.igem.org
(Difference between revisions)
(30 intermediate revisions not shown) | |||
Line 19: | Line 19: | ||
h1 { | h1 { | ||
font-size: 14.5pt; | font-size: 14.5pt; | ||
+ | font-weight: bold; | ||
} | } | ||
h2, h3 { | h2, h3 { | ||
Line 138: | Line 139: | ||
.figure, figure_two { | .figure, figure_two { | ||
margin: 0 auto; | margin: 0 auto; | ||
- | min-width: | + | min-width: 375px; |
max-width: 1000px; | max-width: 1000px; | ||
width: 50%; | width: 50%; | ||
Line 144: | Line 145: | ||
.caption { | .caption { | ||
- | font-weight: | + | font-weight: normal; |
font-size: 10pt !important; | font-size: 10pt !important; | ||
- | text-align: | + | text-align: justify; |
display: block; | display: block; | ||
text-indent: 0; | text-indent: 0; | ||
+ | margin-top: 5px; | ||
} | } | ||
Line 168: | Line 170: | ||
} | } | ||
- | + | .sponsor { | |
- | + | ||
margin: 0 auto; | margin: 0 auto; | ||
min-width: 500px; | min-width: 500px; | ||
max-width: 1200px; | max-width: 1200px; | ||
width: 100%; | width: 100%; | ||
+ | margin-bottom: 15px; | ||
} | } | ||
.sponsor img { | .sponsor img { | ||
Line 183: | Line 185: | ||
.sponsor img.rgt { | .sponsor img.rgt { | ||
float: right; | float: right; | ||
+ | } | ||
+ | |||
+ | .clr { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | table caption { | ||
+ | text-align: left; | ||
+ | padding-bottom: 5px; | ||
+ | font-size: 11.5pt; | ||
+ | font-weight: bold; | ||
+ | margin-bottom: 13px; | ||
+ | } | ||
+ | |||
+ | #starter_wrapper { | ||
+ | margin: 0 auto; | ||
+ | width: 100%; | ||
+ | min-width: 500px; | ||
+ | max-width: 892px; | ||
+ | margin-top: 15px; | ||
+ | margin-bottom: 20px; | ||
+ | } | ||
+ | |||
+ | #submenu li { | ||
+ | text-align: left; | ||
} | } | ||
</style></html> | </style></html> |