Team:Heidelberg/Templates/achievements-css
From 2013.igem.org
(Difference between revisions)
m |
m |
||
Line 78: | Line 78: | ||
#silvermedal { | #silvermedal { | ||
- | background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100% | + | background-image: url('https://static.igem.org/mediawiki/2013/9/94/Silver_medal.png'); |
- | + | background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100%); | |
- | background-image: -moz-linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100% | + | background-image: -moz-linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100%); |
- | + | background-image: -o-linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100%); | |
- | background-image: -o-linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100% | + | background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100%); |
- | + | ||
- | background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100% | + | |
- | + | ||
} | } | ||
#goldmedal { | #goldmedal { | ||
- | background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100% | + | background-image: url('https://static.igem.org/mediawiki/2013/7/76/Gold_medal.png'); |
- | background-image: -moz-linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100% | + | background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100%); |
- | background-image: -o-linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100% | + | background-image: -moz-linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100%); |
- | background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100% | + | background-image: -o-linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100%); |
+ | background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100%); | ||
} | } | ||
Revision as of 02:46, 29 October 2013