Team:Heidelberg/Templates/achievements-css

From 2013.igem.org

(Difference between revisions)
m
m
Line 68: Line 68:
.silverbox {
.silverbox {
-
     background-color:#e1e1e8;
+
  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/9/94/Silver_medal.png') repeat 0 0;
 +
    background-repeat: no-repeat;
 +
     background-size: 200px;
     padding:6px;
     padding:6px;
     margin:0px;
     margin:0px;
-
     width:280px;
+
     padding:6px;
-
     height:300px;
+
     margin:0px;
-
     -webkit-border-radius: 30px 30px 30px 30px;
+
     width:auto;
-
     -moz-border-radius: 30px 30px 30px 30px;
+
     height:auto;
-
    border-radius: 30px 30px 30px 30px; }
+
}
 +
 
.goldbox {
.goldbox {
-
     background-color:#ffcc00;
+
  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/76/Gold_medal.png') repeat 0 0;
 +
     background-repeat: no-repeat;
 +
    background-size: 200px;
 +
    padding:6px;
 +
    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; }
+
div.arrow:after {
div.arrow:after {
     top:-10px;
     top:-10px;

Revision as of 13:28, 20 October 2013