Team:Marburg/Template:style.css
From 2013.igem.org
(Difference between revisions)
m |
m |
||
(10 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | <html><style> | + | <html><style>/* Author: Pieter van Boheemen | Team: TU Delft*/ |
- | + | /* minimized and extended by: Roman Martin | Team: Marburg*/ | |
- | /* Author: Pieter van Boheemen | Team: TU Delft*/ | + | |
- | /* | + | |
#globalWrapper { background-color: transparent; width: 100%; height:100%; border:0; font-size: 100%} | #globalWrapper { background-color: transparent; width: 100%; height:100%; border:0; font-size: 100%} | ||
#content { background-color: #fff; border: none; width: 100%; overflow: hidden; height:100%; font-size: 100%;} | #content { background-color: #fff; border: none; width: 100%; overflow: hidden; height:100%; font-size: 100%;} | ||
Line 73: | Line 71: | ||
background: transparent url('https://static.igem.org/mediawiki/2013/5/56/Igem-marburg-wrapper-bg.png') repeat-x top; | background: transparent url('https://static.igem.org/mediawiki/2013/5/56/Igem-marburg-wrapper-bg.png') repeat-x top; | ||
text-align: center; | text-align: center; | ||
+ | line-height: 14pt; | ||
} | } | ||
Line 79: | Line 78: | ||
margin: 0 auto !important; | margin: 0 auto !important; | ||
padding-top: 3px !important; | padding-top: 3px !important; | ||
+ | line-height: 15pt; | ||
} | } | ||
Line 84: | Line 84: | ||
width: 1000px; | width: 1000px; | ||
text-align: left; | text-align: left; | ||
+ | line-height: 15pt; | ||
} | } | ||
Line 91: | Line 92: | ||
float: right; | float: right; | ||
text-align: justify; | text-align: justify; | ||
+ | line-height: 15pt; | ||
} | } | ||
Line 102: | Line 104: | ||
#mr-wrapper a:link { | #mr-wrapper a:link { | ||
color: #000; | color: #000; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 120: | Line 118: | ||
margin-left: 0px !important; | margin-left: 0px !important; | ||
font-size: 10pt; | font-size: 10pt; | ||
- | line-height: | + | line-height: 15pt; |
} | } | ||
Line 189: | Line 187: | ||
} | } | ||
+ | h2 { | ||
+ | font-size: 13pt; | ||
+ | font-weight: bold; | ||
+ | text-decoration: underline; | ||
+ | } | ||
.tleft { | .tleft { | ||
Line 432: | Line 435: | ||
border-right: 1px solid #d1d1d1 !important; | border-right: 1px solid #d1d1d1 !important; | ||
padding-left: 2px !important; | padding-left: 2px !important; | ||
- | border-left: 5px solid # | + | border-left: 5px solid #008B8B !important; |
} | } | ||
Line 460: | Line 463: | ||
.experiment.phaeo { | .experiment.phaeo { | ||
border-color: #395428 !important; | border-color: #395428 !important; | ||
+ | } | ||
+ | |||
+ | .experiment.transformation { | ||
+ | border-color: #D2691E !important; | ||
+ | } | ||
+ | |||
+ | .experiment.inoculation { | ||
+ | border-color: #F0E68C !important; | ||
+ | } | ||
+ | |||
+ | .experiment.miniprep { | ||
+ | border-color: #6495ED !important; | ||
+ | } | ||
+ | |||
+ | .experiment.pcr { | ||
+ | border-color: #9932CC !important; | ||
+ | } | ||
+ | |||
+ | .experiment.competent.cells { | ||
+ | border-color: #FFDAB9 !important; | ||
+ | } | ||
+ | |||
+ | .experiment.abprod { | ||
+ | border-color: #7FFFD4 !important; | ||
+ | } | ||
+ | |||
+ | .experiment.shipping { | ||
+ | border-color: #DAA520 !important; | ||
+ | } | ||
+ | |||
+ | .experiment.microscopy { | ||
+ | border-color: #DC143C !important; | ||
+ | } | ||
+ | |||
+ | .experiment.analylight { | ||
+ | border-color: #ADFF2F !important; | ||
+ | } | ||
+ | |||
+ | .experiment.sonification { | ||
+ | border-color: #4682B4 !important; | ||
+ | } | ||
+ | |||
+ | .experiment.amidoblack { | ||
+ | border-color: #2F4F4F !important; | ||
} | } | ||
Line 540: | Line 587: | ||
width: 1000px !important; | width: 1000px !important; | ||
} | } | ||
- | </style></html> | + | |
+ | #mr-sidebar ul#mr-sidebar-list ul > li:hover { | ||
+ | background-color: #6aaeaf; | ||
+ | } | ||
+ | |||
+ | a:hover, a:visited, a:link { | ||
+ | color: #000; | ||
+ | }</style></html> |
Latest revision as of 15:46, 21 March 2014