Team:Heidelberg/Templates/achievements-css

From 2013.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
 
-
h3 {
 
-
    top:70px;
 
-
    position:center;
 
-
}
 
-
 
-
h8 {
 
-
    position:center;
 
-
}
 
-
 
.popover {
.popover {
-
background-clip: padding-box;
+
    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;
+
    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;
+
    background-repeat:no-repeat;
-
width:30px;
+
    width:30px;
-
height:30px;
+
    height:30px;
-
background-size:30px 30px;
+
    background-size:30px 30px;
-
background-position:left;
+
    background-position:left;
-
    margin-left:50px;
+
     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%;
}
}
-
.btn {
+
.requirement .btn {
-
     float:right;
+
     display:inline-block;
}
}
-
 
+
.medal {
-
 
+
    display:table-cell;
-
.bronzebox {
+
-
      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-repeat: no-repeat;
-
     background-size: 200px;
+
     background-size: contain;
 +
    background-position: center;
 +
}
 +
.medal > div {
     padding:6px;
     padding:6px;
     margin:0px;
     margin:0px;
-
     padding:6px;
+
     display:table;
-
     margin:0px;
+
     width:100%;
-
    width:auto;
+
}
-
     height:auto;
+
.medal > h8 {
 +
     text-align:center;
}
}
-
.silverbox {
+
#bronzemedal {
-
  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-image: 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');
-
    background-repeat: no-repeat;
+
}
-
    background-size: 140px;
+
 
-
    padding:6px;
+
#silvermedal {
-
    margin:0px;
+
  background-image: 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');
-
    padding:6px;
+
-
    margin:0px;
+
-
    width:auto;
+
-
    height:250px;
+
  }
  }
-
.goldbox {
+
#goldmedal {
-
   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-image: 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');
-
    background-repeat: no-repeat;
+
-
    background-size: 160px;
+
-
    padding:6px;
+
-
    margin:0px;
+
-
    padding:6px;
+
-
    margin:0px;
+
-
    width:auto;
+
-
    height:auto;
+
  }
  }
div.arrow:after {
div.arrow:after {
-
     top:-10px;
+
     top:auto;
 +
    z-index:0;
 +
    opacity: 1;
 +
    bottom:auto;
 +
    left:auto;
 +
    right:auto;
}
}
</style>
</style>
</html>
</html>

Revision as of 18:31, 27 October 2013