|
| 1 | +.page-prefooter { |
| 2 | + background: #5a5a5a; |
| 3 | + color: #b4b9b7; |
| 4 | +} |
| 5 | + |
| 6 | +.page-prefooter a { |
| 7 | + color: #fff; |
| 8 | +} |
| 9 | + |
| 10 | +.page-footer { |
| 11 | + background: #7d7d7d; |
| 12 | + color: #eee; |
| 13 | +} |
| 14 | + |
| 15 | +.social-icons li>a { |
| 16 | + border-radius: 14px!important; |
| 17 | +} |
| 18 | + |
| 19 | +.dashboard-stat2 { |
| 20 | + padding: 0px; |
| 21 | +} |
| 22 | + |
| 23 | +.dashboard-stat2 .display .icon { |
| 24 | + float: left; |
| 25 | + padding: 1rem 10px; |
| 26 | +} |
| 27 | + |
| 28 | +.dashboard-stat2 .display .icon>i { |
| 29 | + font-size: 38px; |
| 30 | + color: #98a6c1; |
| 31 | +} |
| 32 | + |
| 33 | +.dashboard-stat2 .display .number h3 { |
| 34 | + color: #585858; |
| 35 | + font-size: 3.2rem; |
| 36 | +} |
| 37 | + |
| 38 | +body, h1, h2, h3, h4, h5, h6 { |
| 39 | + font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 40 | +} |
| 41 | + |
| 42 | +.page-header .page-header-top .page-logo { |
| 43 | + width: 450px; |
| 44 | + height: 75px; |
| 45 | + font-size: 30px; |
| 46 | + font-weight: bold; |
| 47 | + color: #48525e; |
| 48 | + text-shadow: 1px 1px 3px #cccccc; |
| 49 | +} |
| 50 | + |
| 51 | +.page-header .page-header-menu, .page-header .page-header-top { |
| 52 | + /* background: #33f3ca; /* */ |
| 53 | + /* background: -moz-linear-gradient(left, #33f3ca 0%, #75baff 50%, #b591ff 100%); /* */ |
| 54 | + /* background: -webkit-linear-gradient(left, #33f3ca 0%,#75baff 50%,#b591ff 100%); /* */ |
| 55 | + /* background: linear-gradient(to right, #33f3ca 0%,#75baff 50%,#b591ff 100%); /* */ |
| 56 | + /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33f3ca', endColorstr='#b591ff',GradientType=1); /* */ |
| 57 | + background-color: #353535; |
| 58 | +} |
| 59 | + |
| 60 | +.page-header .page-header-menu .hor-menu .navbar-nav>li>a { |
| 61 | + padding-bottom: 14px; |
| 62 | + color: #fff !important; |
| 63 | +} |
| 64 | + |
| 65 | +.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav>li:hover>a { |
| 66 | + color: #fff!important; |
| 67 | + background: transparent!important; |
| 68 | +} |
| 69 | + |
| 70 | +.page-header .page-header-menu .hor-menu .navbar-nav>li.active>a, |
| 71 | +.page-header .page-header-menu .hor-menu .navbar-nav>li.active>a:hover, |
| 72 | +.page-header .page-header-menu .hor-menu .navbar-nav>li.current>a, |
| 73 | +.page-header .page-header-menu .hor-menu .navbar-nav>li.current>a:hover { |
| 74 | + border-bottom: 4px solid #8f9090!important; |
| 75 | +} |
| 76 | + |
| 77 | +.page-header .page-header-menu .hor-menu .navbar-nav>li.current>a, |
| 78 | +.page-header .page-header-menu .hor-menu .navbar-nav>li>a:hover { |
| 79 | + border-bottom: none !important; /* */ |
| 80 | +} |
| 81 | + |
| 82 | +.page-header .page-header-menu .hor-menu .navbar-nav>li>a { |
| 83 | + font-size: 1.6rem; |
| 84 | +} |
| 85 | + |
| 86 | +.nav a.btn { |
| 87 | + color: white; |
| 88 | +} |
| 89 | + |
| 90 | +.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav>li .dropdown-menu li:hover>a { |
| 91 | + color: #000; |
| 92 | + background: #eaeaf2; |
| 93 | +} |
| 94 | + |
| 95 | +a.hash, a.account { |
| 96 | + font-family: Menlo,Monaco,Consolas,"Courier New",monospace; |
| 97 | +} |
0 commit comments