main.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. @import 'foundation-icons';
  2. @import 'colors/skins';
  3. @import 'colors/links';
  4. @font-face {
  5. font-family: 'OpenSans Light';
  6. src: font-url('OpenSans-Light.woff') format('woff');
  7. }
  8. @font-face {
  9. font-family: 'OpenSans Italic';
  10. src: font-url('OpenSans-Italic.woff') format('woff');
  11. }
  12. @font-face {
  13. font-family: 'OpenSans Regular';
  14. src: font-url('OpenSans-Regular.woff') format('woff');
  15. }
  16. @font-face {
  17. font-family: 'OpenSans Bold';
  18. src: font-url('OpenSans-Bold.woff') format('woff');
  19. }
  20. @font-face {
  21. font-family: 'Raleway Thin';
  22. src: font-url('raleway_thin.woff') format('woff');
  23. }
  24. body {
  25. background-color: $white;
  26. color: $black;
  27. font-family: 'OpenSans Regular';
  28. font-size: 13px;
  29. line-height: 18px;
  30. h1 {
  31. font-family: 'OpenSans Bold';
  32. }
  33. h2, h3, h4 {
  34. font-family: 'Raleway Thin';
  35. }
  36. }
  37. .top-bar-section ul li > a {
  38. font-family: "OpenSans Regular";
  39. }
  40. p, ol, ul, td {
  41. font-family: 'OpenSans Regular';
  42. font-size: 13px;
  43. line-height: 18px;
  44. }
  45. pre {
  46. background-color: $silver;
  47. padding: 10px;
  48. font-size: 11px;
  49. }
  50. div {
  51. &.field, &.actions {
  52. margin-bottom: 10px;
  53. }
  54. }
  55. textarea {
  56. height: auto;
  57. }
  58. #notice {
  59. color: green;
  60. }
  61. .field_with_errors {
  62. padding: 2px;
  63. background-color: red;
  64. display: table;
  65. }
  66. #error_explanation {
  67. width: 450px;
  68. border: 2px solid red;
  69. padding: 7px;
  70. padding-bottom: 0;
  71. margin-bottom: 20px;
  72. background-color: $silver;
  73. h2 {
  74. text-align: left;
  75. font-family: "OpenSans Light";
  76. font-weight: bold;
  77. padding: 5px 5px 5px 15px;
  78. font-size: 12px;
  79. margin: -7px;
  80. margin-bottom: 0px;
  81. background-color: #c00;
  82. color: #fff;
  83. }
  84. ul li {
  85. font-size: 12px;
  86. list-style: square;
  87. }
  88. }
  89. .orbit-container .orbit-slides-container img {
  90. width: 100%;
  91. }
  92. .deck-container {
  93. height: 400px;
  94. overflow: hidden;
  95. }
  96. .slide {
  97. overflow: auto;
  98. }