style.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /* ---- Fonts ---- */
  2. @font-face {
  3. font-family: 'MavenProMedium';
  4. src: url('../fonts/maven_pro_medium-webfont.eot');
  5. src: url('../fonts/maven_pro_medium-webfont.eot?iefix') format('eot'),
  6. url('../fonts/maven_pro_medium-webfont.woff') format('woff'),
  7. url('../fonts/maven_pro_medium-webfont.ttf') format('truetype'),
  8. url('../fonts/maven_pro_medium-webfont.svg#webfontyQA0TEWF') format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. @font-face {
  13. font-family: 'CallunaSansRegular';
  14. src: url('../fonts/callunasansregular-webfont.eot');
  15. src: url('../fonts/callunasansregular-webfont.eot?#iefix') format('eot'),
  16. url('../fonts/callunasansregular-webfont.woff') format('woff'),
  17. url('../fonts/callunasansregular-webfont.ttf') format('truetype'),
  18. url('../fonts/callunasansregular-webfont.svg#webfontW850hM1B') format('svg');
  19. font-weight: normal;
  20. font-style: normal;
  21. }
  22. .single-quote {
  23. background: url('../img/background-pattern.gif');
  24. }
  25. .double-quote {
  26. background: url("../img/background-pattern.gif");
  27. }
  28. .absolute {
  29. background: url('/img/background-pattern.gif');
  30. }
  31. .external {
  32. background: url('http://pullrequest.org/img/background-pattern.gif');
  33. }
  34. .tooBig {
  35. background: url('../img/mixit-banner.png');
  36. }
  37. .not-found {
  38. background: url('../img/nlabal.png');
  39. }
  40. .mediatype {
  41. background: url('../img/dots.svg');
  42. }