Difference between revisions of "Template:Achievements"

 
(33 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<style type="text/css">
 
<style type="text/css">
  
 
+
highlight.bronzetitle{
medaltitle{
+
 
background-color: #D68533;
 
background-color: #D68533;
 
color: white;
 
color: white;
padding-left: 10px;
+
padding: 10px;
padding-right: 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;
}
+
}
+
 
.medalcontentcontainer
 
.medalcontentcontainer
 
h2 {
 
h2 {
Line 27: Line 37:
 
}
 
}
 
 
.bronzecontent {
+
.white{
font-style: normal;
+
color: white;
font-weight: 300;
+
padding-left: 10px;
 +
padding-right: 10px;
 +
 +
}
 +
 +
.medalimgcontent{
 +
width: 75%;
 +
height: auto;
 +
}
 +
 +
.medalcontent{
 
margin: 15px 0px 13px 0px;
 
margin: 15px 0px 13px 0px;
 
padding: 20px;
 
padding: 20px;
font-size: 1.5em;
+
text-align:left;
line-height: 1.2em;
+
background: #121212;
color: #D68533;
+
}
}
+
+
.bmedallink{
.silvercontent {
+
color: #D68533 !important;
font-style: normal;
+
}
font-weight: 300;
+
margin: 15px 0px 13px 0px;
+
.smedallink{
font-size: 1.5em;
+
color: #BABAB6 !important;
line-height: 1.2em;
+
}
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