Template:Team:Uppsala/team
From 2013.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
box-shadow: 0px 0px 30px rgba(110,110,110, .8); | box-shadow: 0px 0px 30px rgba(110,110,110, .8); | ||
background: white; | background: white; | ||
+ | } | ||
+ | |||
+ | #team-div{ | ||
+ | width: 100%; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | border-top: 1px solid #22409a; | ||
+ | padding-bottom: 10px; | ||
+ | padding-top: -100px; | ||
+ | clear: both; | ||
+ | position: relative; | ||
+ | top: -50px; | ||
+ | } | ||
+ | |||
+ | #team-pic{ | ||
+ | position: center; | ||
+ | /*padding-top: 10px;*/ | ||
+ | margin-left: 100px; | ||
+ | height:400px; | ||
+ | width:700px; | ||
+ | border:solid 3px; | ||
+ | margin-top:10px; | ||
+ | |||
} | } |
Revision as of 23:55, 15 August 2013
#main_frame { min-height: 1800px; 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; }
#team-div{ width: 100%; margin-left:auto; margin-right:auto; border-top: 1px solid #22409a; padding-bottom: 10px; padding-top: -100px; clear: both; position: relative; top: -50px; }
#team-pic{ position: center; /*padding-top: 10px;*/ margin-left: 100px; height:400px; width:700px; border:solid 3px; margin-top:10px;
}