Template:CSS/team
From 2014.igem.org
(Difference between revisions)
Line 285: | Line 285: | ||
/*=======================================*/ | /*=======================================*/ | ||
+ | |||
+ | |||
+ | /*=======================================*/ | ||
+ | .outerrect{ | ||
+ | position:absolute; | ||
+ | top:640px; | ||
+ | left:500px; | ||
+ | width:300px; | ||
+ | height:250px; | ||
+ | background-color:grey; | ||
+ | border-radius:30px; | ||
+ | } | ||
+ | .testing{ | ||
+ | position:absolute; | ||
+ | top:690px; | ||
+ | left:520px; | ||
+ | width:300px; | ||
+ | height:250px; | ||
+ | border-radius:10px; | ||
+ | z-index:52; | ||
+ | } | ||
+ | |||
+ | .textblock{ | ||
+ | position:absolute; | ||
+ | background-image:url(https://static.igem.org/mediawiki/2014/5/57/Textbackground.jpg); | ||
+ | top:120px; | ||
+ | left:0px; | ||
+ | width:300px; | ||
+ | height:140px; | ||
+ | border:solid thin black; | ||
+ | border-radius:0px 0px 30px 30px; | ||
+ | } | ||
+ | |||
+ | /*=======================================*/ | ||
+ | .outerrect4{ | ||
+ | position:absolute; | ||
+ | top:975px; | ||
+ | left:90px; | ||
+ | width:300px; | ||
+ | height:250px; | ||
+ | background-color:grey; | ||
+ | border-radius:30px; | ||
+ | } | ||
+ | .testing4{ | ||
+ | position:absolute; | ||
+ | top:1025px; | ||
+ | left:110px; | ||
+ | width:300px; | ||
+ | height:250px; | ||
+ | border-radius:10px; | ||
+ | z-index:52; | ||
+ | } | ||
+ | .textblock4{ | ||
+ | position:absolute; | ||
+ | background-image:url(https://static.igem.org/mediawiki/2014/5/57/Textbackground.jpg); | ||
+ | top:120px; | ||
+ | left:0px; | ||
+ | width:300px; | ||
+ | height:140px; | ||
+ | border:solid thin black; | ||
+ | border-radius:0px 0px 30px 30px; | ||
+ | } | ||
Revision as of 18:26, 12 October 2014