Difference between revisions of "Template:Team:TU Darmstadt/Jonas"

Line 1,714: Line 1,714:
  
 
/* Icon */
 
/* Icon */
 
.icon {
 
text-decoration: none;
 
border-bottom: none;
 
position: relative;
 
}
 
 
.icon:before {
 
-moz-osx-font-smoothing: grayscale;
 
-webkit-font-smoothing: antialiased;
 
font-family: FontAwesome;
 
font-style: normal;
 
font-weight: normal;
 
text-transform: none !important;
 
}
 
 
.icon > .label {
 
display: none;
 
}
 
 
.icon.major {
 
-moz-transform: rotate(-45deg);
 
-webkit-transform: rotate(-45deg);
 
-ms-transform: rotate(-45deg);
 
transform: rotate(-45deg);
 
border-radius: 3px;
 
border: solid 2px #fff;
 
display: inline-block;
 
font-size: 1.35em;
 
height: calc(3em + 2px);
 
line-height: 3em;
 
text-align: center;
 
width: calc(3em + 2px);
 
}
 
 
.icon.major:before {
 
-moz-transform: rotate(45deg);
 
-webkit-transform: rotate(45deg);
 
-ms-transform: rotate(45deg);
 
transform: rotate(45deg);
 
display: inline-block;
 
font-size: 1.5em;
 
}
 
 
@media screen and (max-width: 736px) {
 
 
.icon.major {
 
font-size: 1em;
 
}
 
 
}
 
 
.icon.style1 {
 
color: #00ffcc;
 
}
 
 
.icon.style2 {
 
color: #00f0ff;
 
}
 
 
.icon.style3 {
 
color: #76ddff;
 
}
 
  
 
/* Image */
 
/* Image */

Revision as of 16:25, 15 October 2016