Team:Heidelberg/Templates/achievements-css

From 2013.igem.org

(Difference between revisions)
m
m
Line 56: Line 56:
.bronzebox {
.bronzebox {
-
     background-color:#C26e57;
+
      background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.7) 100%), url('https://static.igem.org/mediawiki/2013/7/7f/Bronze_medal.png') repeat 0 0;
 +
    background-repeat: no-repeat;
 +
     background-size: 200px;
     padding:6px;
     padding:6px;
     margin:0px;
     margin:0px;
     padding:6px;
     padding:6px;
     margin:0px;
     margin:0px;
-
     width:280px;
+
     width:auto;
-
     height:300px;
+
     height:auto;
-
    -webkit-border-radius: 30px 30px 30px 30px;
+
}
-
    -moz-border-radius: 30px 30px 30px 30px;
+
-
    border-radius: 30px 30px 30px 30px; }
+
.silverbox {
.silverbox {

Revision as of 13:25, 20 October 2013