Changes

201 bytes added ,  23:31, 9 January 2015
no edit summary
Line 1: Line 1:  +
@font-face {
 +
font-family: "AmerType";
 +
src: url('/fonts/AmerType-Md-BT.TTF');
 +
url('/fonts/AmerType-Md-BT.TTF');
 +
}
 +
 
#ff-name {
 
#ff-name {
 
width: 100%;
 
width: 100%;
Line 76: Line 82:  
#ff-desc .gijoe {
 
#ff-desc .gijoe {
 
background: #3A3C24;
 
background: #3A3C24;
 +
font-family: "AmerType";
 
color: white;
 
color: white;
 +
}
 +
 +
#ff-text {
 +
font-family: arial, sans-serif;
 +
font-size: 12px;
 +
color: #000000;
 +
font-style: normal;
 +
font-weight: normal;
 +
font-variant: normal;
 +
text-align: left;
 +
}
 +
 +
#ff-text .headline {
 +
font-family: "lucida sans unicode", "lucida grande", sans-serif;
 +
font-weight: bold;
 +
font-size: 18px;
 +
font-variant: small-caps;
 +
vertical-align: bottom;
 +
}
 +
 +
#ff-text .content {
 +
letter-spacing: 0px;
 +
line-height: 16px;
 +
}
 +
 +
#ff-text .checkbox {
 +
width: 5%;
 +
float: left;
 +
font-size: 20px;
 +
}
 +
 +
#ff-text .trigger {
 +
width: 95%;
 +
float: left;
 +
}
 +
#ff-text .default {
 +
}
 +
 +
#ff-text .gijoe {
 +
font-family: "AmerType";
 
}
 
}
   Line 160: Line 207:  
font-size: 14px;
 
font-size: 14px;
 
  }
 
  }
  −
#ff-text .headline {
  −
font-family: "lucida sans unicode", "lucida grande", sans-serif;
  −
font-weight: bold;
  −
font-size: 18px;
  −
font-variant: small-caps;
  −
vertical-align: bottom;
  −
}
  −
  −
#ff-text {
  −
font-family: arial, sans-serif;
  −
font-size: 12px;
  −
color: #000000;
  −
font-style: normal;
  −
font-weight: normal;
  −
font-variant: normal;
  −
text-align: left;
  −
}
  −
  −
#ff-text .content {
  −
letter-spacing: 0px;
  −
line-height: 16px;
  −
}
  −
  −
#ff-text .checkbox {
  −
width: 5%;
  −
float: left;
  −
font-size: 20px;
  −
}
  −
  −
#ff-text .trigger {
  −
width: 95%;
  −
float: left;
  −
}
      
.sm-header {
 
.sm-header {