(11 intermediate revisions by the same user not shown) | |||
Line 551: | Line 551: | ||
@media (min-width: 1024px){ | @media (min-width: 1024px){ | ||
− | #bodyContent | + | #bodyContent .floatleft{ |
float:left; | float:left; | ||
margin:0; | margin:0; | ||
} | } | ||
− | #bodyContent | + | #bodyContent .floatright{ |
− | float: | + | float:right; |
margin:0; | margin:0; | ||
} | } | ||
+ | #bodyContent img.nomargin{ | ||
+ | margin:0; | ||
+ | } | ||
+ | |||
} | } | ||
Line 568: | Line 572: | ||
#bodyContent svg.fullscreen{ | #bodyContent svg.fullscreen{ | ||
padding: 10% 0; | padding: 10% 0; | ||
− | margin: 0 | + | margin: 0 5%; |
} | } | ||
Line 578: | Line 582: | ||
#bodyContent .max-width { | #bodyContent .max-width { | ||
width: 100%; | width: 100%; | ||
+ | } | ||
+ | |||
+ | #bodyContent .limited-height{ | ||
+ | max-height: 500px; | ||
+ | width: auto; | ||
} | } | ||
Line 598: | Line 607: | ||
width:25%; | width:25%; | ||
} | } | ||
− | + | } | |
#bodyContent h1,h2,h3,h4,h5,h6 { | #bodyContent h1,h2,h3,h4,h5,h6 { | ||
Line 1,147: | Line 1,156: | ||
padding-right: 7px; | padding-right: 7px; | ||
} | } | ||
+ | |||
+ | #bodyContent ul.eric{ | ||
+ | display: flex; | ||
+ | flex-direction: column; | ||
+ | } | ||
+ | |||
+ | #bodyContent ul.eric li{ | ||
+ | text-indent: 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | #bodyContent ul.eric li::before { | ||
+ | content: ""; | ||
+ | color: #149375; | ||
+ | float: left; | ||
+ | padding-right: 10px; | ||
+ | display: block; | ||
+ | height: 32px; | ||
+ | width: 32px; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2017/5/50/T--Cologne-Duesseldorf--check.jpeg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: left center; | ||
+ | background-size: 26px; | ||
+ | } | ||
+ | |||
#bodyContent ol li::before { | #bodyContent ol li::before { | ||
content: none; | content: none; | ||
Line 1,340: | Line 1,374: | ||
-o-transition: opacity 2s linear; | -o-transition: opacity 2s linear; | ||
transition: opacity 2s linear; | transition: opacity 2s linear; | ||
+ | padding:0; | ||
} | } | ||
+ | |||
#bodyContent .slider button { | #bodyContent .slider button { |
Latest revision as of 20:31, 1 November 2017