Template:Team:Uppsala/ks-style
From 2013.igem.org
(Difference between revisions)
(Created page with "<style type="css/text"> #left-text { width:400px; float:left; } </style>") |
|||
(7 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | <html> | ||
<style type="css/text"> | <style type="css/text"> | ||
Line 4: | Line 5: | ||
width:400px; | width:400px; | ||
float:left; | float:left; | ||
+ | border:1px solid; | ||
} | } | ||
+ | #left-text { | ||
+ | width:500px; | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | #killswitch-pic { | ||
+ | |||
+ | float:right; | ||
+ | |||
+ | } | ||
+ | |||
+ | .killswitch-plot { | ||
+ | height:250px; | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | .killswitch-plot1 { | ||
+ | height:250px; | ||
+ | float:right; | ||
+ | } | ||
+ | |||
+ | .patent-pic { | ||
+ | width:300px; | ||
+ | float:left; | ||
+ | padding-left:60px; | ||
+ | } | ||
+ | |||
+ | .gustav { | ||
+ | |||
+ | width:300px; | ||
+ | float:left; | ||
+ | padding-left:60px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ks { | ||
+ | padding:10px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #main_frame { | ||
+ | |||
+ | min-height: 1200px; | ||
+ | width: 950px; | ||
+ | margin: 20px auto; | ||
+ | border: 1px solid ligth gray; | ||
+ | border-radius: 15px; | ||
+ | box-shadow: 0px 0px 30px rgba(110,110,110, .8); | ||
+ | background: white; | ||
+ | |||
+ | } | ||
+ | |||
+ | #clear { | ||
+ | |||
+ | clear:both; | ||
+ | |||
+ | } | ||
+ | |||
+ | #text-box { | ||
+ | |||
+ | background-color: #b6e6fd; | ||
+ | box-shadow: 0px 0px 25px rgba(110,110,110, .8); | ||
+ | border-radius:15px; | ||
+ | } | ||
</style> | </style> | ||
+ | </html> |
Latest revision as of 20:09, 27 October 2013