| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- /* Default color scheme */
- /* @import url(http://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(http://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(http://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(http://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(http://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(http://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(http://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(http://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(http://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(http://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(http://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: 13px;
- color: #3e4855;
- background-color: #fff;
- line-height: 1.42857143;
- }
- label {
- color: #3e4855;
- }
- h1, h2, h3, h4, h5, h6,
- #page-title > h2,
- #page-title > p {
- font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-weight: 300;
- }
- /* Header */
- #page-header .user-account-btn > a.user-profile .glyph-icon,
- .logo-bg {
- background-color: rgba(255, 255, 255, 0.07);
- color: #fff;
- }
- #page-header .user-account-btn > a.user-profile {
- color: #fff;
- }
- /* Header nav left */
- /* Header nav right */
- #header-nav-right .header-btn .glyph-icon,
- #header-nav-right .dropdown > a .glyph-icon {
- color: rgba(255, 255, 255, 0.8);
- }
- #header-nav-right .header-btn:hover .glyph-icon,
- #header-nav-right .dropdown > a:hover .glyph-icon {
- color: rgba(255, 255, 255, 0.95);
- }
- #header-nav-right .header-btn,
- #header-nav-right .dropdown > a {
- border-color: rgba(255, 255, 255, 0.2);
- }
- #header-nav-right .header-btn:hover,
- #header-nav-right .dropdown > a:hover {
- background: rgba(255, 255, 255, 0.05);
- border-color: rgba(255, 255, 255, 0.25);
- }
- /* Page content */
- #page-content {
- background: #fafcfe;
- }
- /* Sidebar menu */
- #page-sidebar ul li.header {
- color: #000;
- }
- #page-sidebar ul li a .glyph-icon {
- color: #0093d9;
- }
- #page-sidebar ul li.sfHover > a.sf-with-ul,
- #page-sidebar ul li a:hover {
- border-color: #d1d9dd;
- }
- /* Sidebar submenu */
- #sidebar-menu li .sidebar-submenu {
- border-color: #f6f7f8;
- }
- #sidebar-menu li .sidebar-submenu ul li {
- border-color: #f8f9fa;
- }
- #sidebar-menu li .sidebar-submenu ul li a:hover,
- #sidebar-menu li .sidebar-submenu ul li a.sfActive {
- background: #fcfdfe;
- }
- #sidebar-menu li .sidebar-submenu ul li a.sfActive {
- color: #1c82e1;
- }
- /* Sidebar alternate style */
- #page-sidebar.font-inverse {
- }
- #page-sidebar.font-inverse ul li.header {
- color: rgba(255, 255, 255, 0.95);
- }
- #page-sidebar.font-inverse ul li.divider {
- background: rgba(255, 255, 255, 0.1);
- }
- #page-sidebar.font-inverse #sidebar-menu > li > a {
- color: rgba(255, 255, 255, 0.62);
- }
- #page-sidebar.font-inverse #sidebar-menu li.sfHover > a.sf-with-ul,
- #page-sidebar.font-inverse #sidebar-menu li a:hover {
- border-color: rgba(255, 255, 255, 0.26);
- color: rgba(255, 255, 255, 0.96);
- }
- #page-sidebar.font-inverse #sidebar-menu li .sidebar-submenu {
- border-color: rgba(255, 255, 255, 0.08);
- background: rgba(255, 255, 255, 0.05);
- }
- #page-sidebar.font-inverse #sidebar-menu li a {
- color: rgba(255, 255, 255, 0.62);
- }
- #page-sidebar.font-inverse #sidebar-menu li a:hover {
- color: rgba(255, 255, 255, 0.96);
- }
- #page-sidebar.font-inverse#page-sidebar ul li a .glyph-icon {
- color: rgba(255, 255, 255, 0.8);
- }
- #page-sidebar.font-inverse#page-sidebar ul li a:hover .glyph-icon {
- color: rgba(255, 255, 255, 1);
- opacity: .90;
- -moz-opacity: .90;
- filter: alpha(opacity: 90);
- }
- #page-sidebar.font-inverse #sidebar-menu li .sidebar-submenu ul li {
- border-color: rgba(255, 255, 255, 0.07);
- }
- #page-sidebar.font-inverse #sidebar-menu li .sidebar-submenu ul li a:hover {
- background: rgba(255,255,255,0.05);
- }
|