Difference between revisions of "Template:Team:NUS Singapore/CSS"

Line 956: Line 956:
 
font-size: 1.2em;
 
font-size: 1.2em;
 
-webkit-font-smoothing: antialiased;
 
-webkit-font-smoothing: antialiased;
 +
height: 20px;
 +
width: 20px;
 +
background-size: 20px 20px;
 +
display: inline-block;
 +
content:"";
 
}
 
}
 +
 +
.icon-home:before {
 +
background-image: url('../img/home.png');
 +
}
 +
 +
.icon-project:before {
 +
background-image: url('../img/project.png');
 +
}
 +
 +
.icon-notebook:before {
 +
background-image: url('../img/notebook.png');
 +
}
 +
 +
.icon-team:before {
 +
background-image: url('../img/team.png');
 +
}
 +
 +
.icon-collaboration:before {
 +
background-image: url('../img/collaboration.png');
 +
}
 +
 +
.icon-practice:before {
 +
background-image: url('../img/practice.png');
 +
}
 +
 +
.icon-safety:before {
 +
background-image: url('../img/safety.png');
 +
}
 +
 +
.icon-acknowledgement:before {
 +
background-image: url('../img/acknowledgement.png');
 +
}
 +
 
.icon-female:before {
 
.icon-female:before {
 
content: "\f182";
 
content: "\f182";

Revision as of 02:55, 4 October 2016