Difference between revisions of "Template:Achievements"

 
(40 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<style type="text/css">
 
<style type="text/css">
  
 +
highlight.bronzetitle{
 +
background-color: #D68533;
 +
color: white;
 +
padding: 10px;
 +
}
 +
 +
highlight.silvertitle{
 +
background-color: #BABAB6 /* #CCCCB2 */;
 +
color: white;
 +
padding: 10px;
 +
}
 +
 +
highlight.goldtitle{
 +
background-color: #DAB547;
 +
color: white;
 +
padding: 10px;
 +
}
 +
 
.row {
 
.row {
 
text-align:center;
 
text-align:center;
}
+
}
+
.medal {
+
display:inline-block;
+
float:none;
+
        text-align:left;
+
        margin-right:-4px;
+
}
+
 
+
.medalimagecontainer {
+
border:1px solid white;
+
width: 100%;
+
height: auto;
+
        max-width: 412px;
+
}
+
+
 
.medalcontentcontainer
 
.medalcontentcontainer
.medaltitle {
+
h2 {
font-weight: 300;
+
 
font-size: 1.8em;
 
font-size: 1.8em;
 
margin: 0px;
 
margin: 0px;
 
text-transform: uppercase;
 
text-transform: uppercase;
background-color: black;
 
 
color: white;
 
color: white;
padding-left:10px;
+
/*padding-left:10px;
padding-right:10px;
+
padding-right:10px;*/
 +
padding: 10px;
 
font-family: typewriter;
 
font-family: typewriter;
}
+
        text-align:center;
 
+
}
.bronzecontent {
+
font-style: normal;
+
.white{
font-weight: 300;
+
color: white;
 +
padding-left: 10px;
 +
padding-right: 10px;
 +
 +
}
 +
 +
.medalimgcontent{
 +
width: 75%;
 +
height: auto;
 +
}
 +
 +
.medalcontent{
 
margin: 15px 0px 13px 0px;
 
margin: 15px 0px 13px 0px;
font-size: 1.5em;
+
padding: 20px;
line-height: 1.2em;
+
text-align:left;
color: #D68533;
+
background: #121212;
}
+
}
+
.silvercontent {
+
.bmedallink{
font-style: normal;
+
color: #D68533 !important;
font-weight: 300;
+
}
margin: 15px 0px 13px 0px;
+
font-size: 1.5em;
+
.smedallink{
line-height: 1.2em;
+
color: #BABAB6 !important;
color: #CFCFCF;
+
}
}
+
 +
.gmedallink{
 +
color: #DAB547 !important;
 +
}
 +
 +
a.bmedallink:hover{
 +
text-decoration: underline !important;
 +
}
  
.goldcontent {
 
font-style: normal;
 
font-weight: 300;
 
margin: 15px 0px 13px 0px;
 
font-size: 1.5em;
 
line-height: 1.2em;
 
color: #DAB547;
 
}
 
 
 
.row{
 
.row{
 
grid-rows:100px;
 
grid-rows:100px;
 
padding: 20px;
 
padding: 20px;
}
+
}
+
 
 
 
@font-face {
 
@font-face {
 
font-family: typewriter;
 
font-family: typewriter;
 
src: url(https://static.igem.org/mediawiki/2015/5/5a/DUNDEE15-Bohemian-typewriter.ttf);
 
src: url(https://static.igem.org/mediawiki/2015/5/5a/DUNDEE15-Bohemian-typewriter.ttf);
}
+
}
+
  
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 15:52, 18 September 2015