Template:GeorgiaTech/css/experiment.css
From 2014.igem.org
(Difference between revisions)
(2 intermediate revisions not shown) | |||
Line 110: | Line 110: | ||
text-decoration:none; | text-decoration:none; | ||
background-color: transparent; | background-color: transparent; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 153: | Line 148: | ||
} | } | ||
+ | .bio img { | ||
+ | margin:10px; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -moz-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | } | ||
+ | |||
+ | .content img { | ||
+ | margin:10px; | ||
+ | -webkit-border-radius: 10px; | ||
+ | -moz-border-radius: 10px; | ||
+ | border-radius: 10px; | ||
+ | -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35); | ||
+ | } | ||
.imgright { | .imgright { | ||
margin:20px; | margin:20px; | ||
Line 202: | Line 216: | ||
margin-right:0%; | margin-right:0%; | ||
float:right; | float:right; | ||
+ | height:auto; | ||
+ | } | ||
+ | |||
+ | .biotext { | ||
+ | float:left; | ||
+ | width:100%; | ||
height:auto; | height:auto; | ||
} | } |
Latest revision as of 19:39, 21 July 2014