Difference between revisions of "Team:Dundee/style.css"

Line 91: Line 91:
 
         font-family: 'cambria';
 
         font-family: 'cambria';
 
         margin: auto;
 
         margin: auto;
         padding:0px;
+
         padding: 0px;
 
}
 
}
 
.container {
 
.container {
Line 121: Line 121:
 
}
 
}
  
 +
/* HEADER */
 
header {
 
header {
 
background:url(https://static.igem.org/mediawiki/2015/9/98/Dundee_bg_header.png) no-repeat;
 
background:url(https://static.igem.org/mediawiki/2015/9/98/Dundee_bg_header.png) no-repeat;
Line 133: Line 134:
 
margin-top: 120px;
 
margin-top: 120px;
 
}
 
}
 +
highlight {
 +
    background-color: black;
 +
    color: white;
 +
    padding-left:10px;
 +
    padding-right:10px;
 +
}
 +
@font-face {
 +
font-family: typewriter;
 +
src: url(https://static.igem.org/mediawiki/2015/5/5a/DUNDEE15-Bohemian-typewriter.ttf);
 +
src: url(../fonts/Bohemian-typewriter.ttf);
 +
}
 +
.highlight {
 +
font-family: typewriter;
 +
}
 +
 +
 +
/* END OF HEADER */
 +
  
 
#about {
 
#about {
Line 449: Line 468:
 
.box-title {
 
.box-title {
 
font-size: 30px;
 
font-size: 30px;
        width: 85%;
+
    width: 85%;
 
margin: 15px;
 
margin: 15px;
 
display: inline-block;
 
display: inline-block;
Line 470: Line 489:
 
background-color: transparent;
 
background-color: transparent;
 
         padding: 0, 15px, 0, 15px;
 
         padding: 0, 15px, 0, 15px;
 
 
}
 
}
 
.row1, .row2, .row3, .row4, .row5, .row6 {
 
.row1, .row2, .row3, .row4, .row5, .row6 {
Line 482: Line 500:
 
background-color: ;
 
background-color: ;
 
}
 
}
 +
  
 
</html>
 
</html>

Revision as of 13:02, 6 July 2015