Template:CSS/team
From 2014.igem.org
(Difference between revisions)
Line 33: | Line 33: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
.coverpic{ | .coverpic{ | ||
Line 93: | Line 56: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
.answer_list{ | .answer_list{ | ||
position:absolute; | position:absolute; | ||
Line 145: | Line 98: | ||
font-weight:600; | font-weight:600; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
.radiobuttonbox{ | .radiobuttonbox{ | ||
Line 201: | Line 148: | ||
} | } | ||
+ | .outerrect{ | ||
+ | position:absolute; | ||
+ | top:650px; | ||
+ | left:100px; | ||
+ | width:300px; | ||
+ | height:250px; | ||
+ | background-color:grey; | ||
+ | border-radius:30px; | ||
+ | } | ||
+ | .testing{ | ||
+ | position:absolute; | ||
+ | top:700px; | ||
+ | left:120px; | ||
+ | width:500px; | ||
+ | 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; | ||
+ | } | ||
+ | .outerrect2{ | ||
+ | position:absolute; | ||
+ | top:650px; | ||
+ | left:100px; | ||
+ | width:300px; | ||
+ | height:250px; | ||
+ | background-color:grey; | ||
+ | border-radius:30px; | ||
} | } | ||
+ | .testing2{ | ||
+ | position:absolute; | ||
+ | top:700px; | ||
+ | left:120px; | ||
+ | width:500px; | ||
+ | height:250px; | ||
+ | border-radius:10px; | ||
+ | z-index:52; | ||
+ | } | ||
+ | |||
+ | .textblock2{ | ||
+ | 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; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 08:52, 4 October 2014