Team:Heidelberg/Templates/achievements-css
From 2013.igem.org
(Difference between revisions)
m |
m |
||
(14 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
.popover { | .popover { | ||
- | + | background-clip: padding-box; | |
background-color: #FFFFFF; | background-color: #FFFFFF; | ||
border: 1px solid rgba(0, 0, 0, 0.2); | border: 1px solid rgba(0, 0, 0, 0.2); | ||
Line 29: | Line 19: | ||
.popover-content { | .popover-content { | ||
- | + | width:500px; | |
text-align:justify; | text-align:justify; | ||
} | } | ||
Line 41: | Line 31: | ||
.check { | .check { | ||
background-image: url('https://static.igem.org/mediawiki/2013/3/31/Check-bold.png'); | background-image: url('https://static.igem.org/mediawiki/2013/3/31/Check-bold.png'); | ||
- | + | background-repeat:no-repeat; | |
- | + | width:30px; | |
- | + | height:30px; | |
- | + | background-size:30px 30px; | |
- | + | background-position:left; | |
- | + | ||
display:inline-block; | display:inline-block; | ||
+ | margin-top: 5px; | ||
+ | margin-bottom:5px; | ||
} | } | ||
- | + | div.requirement { | |
- | . | + | display:table-row; |
- | + | } | |
+ | div.requirement span { | ||
+ | vertical-align:middle; | ||
+ | } | ||
+ | span.requirement { | ||
+ | display:table-cell; | ||
+ | width:100%; | ||
} | } | ||
- | + | .requirement .btn { | |
- | . | + | display:inline-block; |
- | + | } | |
+ | .medal { | ||
+ | display:table-cell; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
- | background-size: | + | background-size: contain; |
+ | background-position: center; | ||
+ | } | ||
+ | .medal > div { | ||
padding:6px; | padding:6px; | ||
margin:0px; | margin:0px; | ||
- | + | display:table; | |
- | + | width:100%; | |
- | + | } | |
- | + | .medal > h8 { | |
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | #bronzemedal { | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/7/7f/Bronze_medal.png'); | ||
} | } | ||
- | + | #silvermedal { | |
- | + | background-image: url('https://static.igem.org/mediawiki/2013/9/94/Silver_medal.png'); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | #goldmedal { | |
- | + | background-image: url('https://static.igem.org/mediawiki/2013/7/76/Gold_medal.png'); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
div.arrow:after { | div.arrow:after { | ||
- | top:- | + | top:auto; |
+ | z-index:0; | ||
+ | opacity: 1; | ||
+ | bottom:auto; | ||
+ | left:auto; | ||
+ | right:auto; | ||
} | } | ||
- | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 03:01, 29 October 2013