hack.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. @font-face {
  2. font-family: 'hackbold';
  3. src: url('../fonts/hack-bold-subset.woff2?v=3.001') format('woff2'),
  4. url('../fonts/hack-bold-subset.woff?v=3.001') format('woff');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. @font-face {
  9. font-family: 'hackbold_oblique';
  10. src: url('../fonts/hack-bolditalic-subset.woff2?v=3.001') format('woff2'),
  11. url('../fonts/hack-bolditalic-subset.woff?v=3.001') format('woff');
  12. font-weight: normal;
  13. font-style: normal;
  14. }
  15. @font-face {
  16. font-family: 'hackregular';
  17. src: url('../fonts/hack-regular-subset.woff2?v=3.001') format('woff2'),
  18. url('../fonts/hack-regular-subset.woff?v=3.001') format('woff');
  19. font-weight: normal;
  20. font-style: normal;
  21. }
  22. @font-face {
  23. font-family: 'hackoblique';
  24. src: url('../fonts/hack-italic-subset.woff2?v=3.001') format('woff2'),
  25. url('../fonts/hack-italic-subset.woff?v=3.001') format('woff');
  26. font-weight: normal;
  27. font-style: normal;
  28. }
  29. .specimen-regular { font-family: 'hackregular'; }
  30. .specimen-oblique { font-family: 'hackoblique'; }
  31. .specimen-bold { font-family: 'hackbold'; }
  32. .specimen-boldoblique { font-family: 'hackbold_oblique'; }
  33. .huge {
  34. font-size: 300px;
  35. line-height: 1em;
  36. padding: 0;
  37. letter-spacing: -.02em;
  38. overflow: hidden;
  39. }
  40. .section-header { border-bottom: solid 1px #e5e5e5; margin-bottom: 25px;}
  41. .space-above { margin-top: 75px; !important }
  42. .sample_table td {
  43. padding-top: 3px;
  44. padding-bottom:5px;
  45. padding-left: 5px;
  46. vertical-align: middle;
  47. line-height: 1.2em;
  48. }
  49. .sample_table td:first-child {
  50. background-color: #FFE000;
  51. text-align: right;
  52. padding-right: 5px;
  53. padding-left: 0;
  54. padding: 5px;
  55. font: 11px/12px "Courier New", Courier, mono;
  56. }
  57. .dark-code{
  58. background-color: #2B303B !important;
  59. color: #FFF !important;
  60. }
  61. .size8{ font-size: 8px;}
  62. .size9{ font-size: 9px; }
  63. .size10{ font-size: 10px; }
  64. .size11{ font-size: 11px; }
  65. .size12{ font-size: 12px; }
  66. .size13{ font-size: 13px; }
  67. .size14{ font-size: 14px; }
  68. .size16{ font-size: 16px; }
  69. .size18{ font-size: 18px; }
  70. .size20{ font-size: 20px; }
  71. .size24{ font-size: 24px; }
  72. .size30{ font-size: 30px; }
  73. .size36{ font-size: 36px; }
  74. .size48{ font-size: 48px; }
  75. .size60{ font-size: 60px; }
  76. .size72{ font-size: 72px; }
  77. .size90{ font-size: 90px; }