| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- /* Default color schemes */
- /* @import url(https://fonts.googleapis.com/css?family=Raleway:300); */
- /* latin-ext */
- @font-face {
- font-family: 'Raleway';
- font-style: normal;
- font-weight: 300;
- src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v12/ZKwULyCG95tk6mOqHQfRBAsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
- unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
- }
- /* latin */
- @font-face {
- font-family: 'Raleway';
- font-style: normal;
- font-weight: 300;
- src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v12/-_Ctzj9b56b8RgXW8FAriQzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
- 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;
- }
- /* @import url(https://fonts.googleapis.com/css?family=Open+Sans); */
- /* cyrillic-ext */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
- unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
- }
- /* cyrillic */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
- unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
- }
- /* greek-ext */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
- unicode-range: U+1F00-1FFF;
- }
- /* greek */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
- unicode-range: U+0370-03FF;
- }
- /* vietnamese */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
- unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
- }
- /* latin-ext */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
- unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
- }
- /* latin */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
- 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;
- }
- /* General */
- body {
- font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 14px;
- color: #3e4855;
- background-color: #fff;
- line-height: 1.42857143;
- overflow-x: hidden;
- }
- #page-wrapper {
- background: #fff;
- }
- /* Fonts weight */
- .tabs-nav li a,
- .main-header .header-nav > li > a,
- .hero-heading,
- .hero-text,
- h1, h2, h3, h4, h5, h6,
- .main-header .header-nav > li > a,
- .hero-heading,
- .hero-text {
- font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-weight: 300;
- }
- /* Top bar menu */
- .bg-topbar {
- background: #fff;
- border-bottom-color: #eee;
- }
- /* Main header */
- .bg-header {
- background: #fff;
- }
- .sticky-active .main-header {
- box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05);
- }
- /* Header subnav menu */
- .main-header .header-nav > li > ul {
- background: #253035;
- }
- .main-header .header-nav > li > ul li a:hover {
- background: rgba(255,255,255,0.05);
- color: #dce4e8;
- }
- /* Inverse font color */
- .hero-box.font-inverse,
- .top-bar.font-inverse .float-left > a,
- .top-bar.font-inverse .user-profile,
- .main-header.font-inverse .header-logo,
- .main-header.font-inverse .header-nav > li > a,
- .main-header.font-inverse .right-header-btn .search-btn a {
- color: rgba(255,255,255,0.7);
- }
- .top-bar.font-inverse .user-profile:hover,
- .top-bar.font-inverse .float-left > a:hover,
- .main-header.font-inverse .right-header-btn .search-btn a:hover,
- .main-header.font-inverse .header-nav > li > a:hover {
- color: rgba(255,255,255,0.9);
- }
- .top-bar.font-inverse .user-info span,
- .thumb-heading.font-inverse {
- color: #000;
- }
- .main-header.transparent {
- margin-bottom: -74px;
- }
- /* Responsive */
- @media only screen and (max-width: 56.25em) {
- .main-header .header-nav > li > ul li a:hover {
- color: #1c82e1;
- }
- .main-header .header-nav .header {
- color: #fff;
- background: #00bca4;
- }
- .main-header .header-nav {
- border-color: #dfe8f1;
- }
- .main-header .header-nav > li > ul {
- background: rgba(37, 48, 53, 0.03);
- }
- .main-header .header-nav > li > ul li a:hover {
- background: #fff;
- }
- }
|