Template:GeorgiaTech/css/experiment.css
From 2014.igem.org
(Difference between revisions)
(7 intermediate revisions not shown) | |||
Line 49: | Line 49: | ||
color: #3D3D3D; | color: #3D3D3D; | ||
padding: 15px 60px; | padding: 15px 60px; | ||
- | width: | + | width: 840px; |
margin-left:auto; | margin-left:auto; | ||
margin-right:auto; | margin-right:auto; | ||
Line 110: | Line 110: | ||
text-decoration:none; | text-decoration:none; | ||
background-color: transparent; | background-color: transparent; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 139: | Line 134: | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
font-family: Georgia, Times, "Times New Roman", serif; | font-family: Georgia, Times, "Times New Roman", serif; | ||
+ | } | ||
+ | |||
+ | .c-1{ | ||
+ | margin-top:5px; | ||
+ | float: left; | ||
+ | width: 100%; | ||
+ | border-bottom:1px #888888 solid; | ||
+ | } | ||
+ | |||
+ | .bio { | ||
+ | width:100%; | ||
+ | height:auto; | ||
+ | } | ||
+ | |||
+ | .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 { | ||
+ | margin:20px; | ||
+ | width:30%; | ||
+ | float:right; | ||
+ | height:auto; | ||
+ | } | ||
+ | |||
+ | .imgright img{ | ||
+ | -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); | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | } | ||
+ | |||
+ | .imgleft { | ||
+ | margin:20px; | ||
+ | width:30%; | ||
+ | float:left; | ||
+ | height:auto; | ||
+ | } | ||
+ | |||
+ | .imgleft img { | ||
+ | -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); | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | } | ||
+ | |||
+ | .biotextleft { | ||
+ | width:60%; | ||
+ | margin-left:0%; | ||
+ | margin-right:0%; | ||
+ | float:left; | ||
+ | height:auto; | ||
+ | } | ||
+ | |||
+ | .biotextright { | ||
+ | width:60%; | ||
+ | margin-left:0%; | ||
+ | margin-right:0%; | ||
+ | float:right; | ||
+ | height:auto; | ||
+ | } | ||
+ | |||
+ | .biotext { | ||
+ | float:left; | ||
+ | width:100%; | ||
+ | height:auto; | ||
} | } | ||
Latest revision as of 19:39, 21 July 2014