default.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. /* Default color schemes */
  2. /* @import url(https://fonts.googleapis.com/css?family=Raleway:300); */
  3. /* latin-ext */
  4. @font-face {
  5. font-family: 'Raleway';
  6. font-style: normal;
  7. font-weight: 300;
  8. src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v12/ZKwULyCG95tk6mOqHQfRBAsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
  9. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  10. }
  11. /* latin */
  12. @font-face {
  13. font-family: 'Raleway';
  14. font-style: normal;
  15. font-weight: 300;
  16. src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v12/-_Ctzj9b56b8RgXW8FAriQzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  17. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  18. }
  19. /* @import url(https://fonts.googleapis.com/css?family=Open+Sans); */
  20. /* cyrillic-ext */
  21. @font-face {
  22. font-family: 'Open Sans';
  23. font-style: normal;
  24. font-weight: 400;
  25. src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  26. unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
  27. }
  28. /* cyrillic */
  29. @font-face {
  30. font-family: 'Open Sans';
  31. font-style: normal;
  32. font-weight: 400;
  33. src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  34. unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  35. }
  36. /* greek-ext */
  37. @font-face {
  38. font-family: 'Open Sans';
  39. font-style: normal;
  40. font-weight: 400;
  41. src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  42. unicode-range: U+1F00-1FFF;
  43. }
  44. /* greek */
  45. @font-face {
  46. font-family: 'Open Sans';
  47. font-style: normal;
  48. font-weight: 400;
  49. src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  50. unicode-range: U+0370-03FF;
  51. }
  52. /* vietnamese */
  53. @font-face {
  54. font-family: 'Open Sans';
  55. font-style: normal;
  56. font-weight: 400;
  57. src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  58. unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
  59. }
  60. /* latin-ext */
  61. @font-face {
  62. font-family: 'Open Sans';
  63. font-style: normal;
  64. font-weight: 400;
  65. src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  66. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  67. }
  68. /* latin */
  69. @font-face {
  70. font-family: 'Open Sans';
  71. font-style: normal;
  72. font-weight: 400;
  73. src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
  74. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  75. }
  76. /* General */
  77. body {
  78. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  79. font-size: 14px;
  80. color: #3e4855;
  81. background-color: #fff;
  82. line-height: 1.42857143;
  83. overflow-x: hidden;
  84. }
  85. #page-wrapper {
  86. background: #fff;
  87. }
  88. /* Fonts weight */
  89. .tabs-nav li a,
  90. .main-header .header-nav > li > a,
  91. .hero-heading,
  92. .hero-text,
  93. h1, h2, h3, h4, h5, h6,
  94. .main-header .header-nav > li > a,
  95. .hero-heading,
  96. .hero-text {
  97. font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  98. font-weight: 300;
  99. }
  100. /* Top bar menu */
  101. .bg-topbar {
  102. background: #fff;
  103. border-bottom-color: #eee;
  104. }
  105. /* Main header */
  106. .bg-header {
  107. background: #fff;
  108. }
  109. .sticky-active .main-header {
  110. box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05);
  111. }
  112. /* Header subnav menu */
  113. .main-header .header-nav > li > ul {
  114. background: #253035;
  115. }
  116. .main-header .header-nav > li > ul li a:hover {
  117. background: rgba(255,255,255,0.05);
  118. color: #dce4e8;
  119. }
  120. /* Inverse font color */
  121. .hero-box.font-inverse,
  122. .top-bar.font-inverse .float-left > a,
  123. .top-bar.font-inverse .user-profile,
  124. .main-header.font-inverse .header-logo,
  125. .main-header.font-inverse .header-nav > li > a,
  126. .main-header.font-inverse .right-header-btn .search-btn a {
  127. color: rgba(255,255,255,0.7);
  128. }
  129. .top-bar.font-inverse .user-profile:hover,
  130. .top-bar.font-inverse .float-left > a:hover,
  131. .main-header.font-inverse .right-header-btn .search-btn a:hover,
  132. .main-header.font-inverse .header-nav > li > a:hover {
  133. color: rgba(255,255,255,0.9);
  134. }
  135. .top-bar.font-inverse .user-info span,
  136. .thumb-heading.font-inverse {
  137. color: #000;
  138. }
  139. .main-header.transparent {
  140. margin-bottom: -74px;
  141. }
  142. /* Responsive */
  143. @media only screen and (max-width: 56.25em) {
  144. .main-header .header-nav > li > ul li a:hover {
  145. color: #1c82e1;
  146. }
  147. .main-header .header-nav .header {
  148. color: #fff;
  149. background: #00bca4;
  150. }
  151. .main-header .header-nav {
  152. border-color: #dfe8f1;
  153. }
  154. .main-header .header-nav > li > ul {
  155. background: rgba(37, 48, 53, 0.03);
  156. }
  157. .main-header .header-nav > li > ul li a:hover {
  158. background: #fff;
  159. }
  160. }