style.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. /*
  2. Template Name: Flat Lab Dashboard build with Bootstrap v3.0.2
  3. Template Version: 1.2.0
  4. Author: Mosaddek Hossain
  5. Website: http://thevectorlab.net/
  6. */
  7. body {
  8. color: #797979;
  9. background: #f1f2f7;
  10. font-size:13px;
  11. min-width:1200px ;
  12. }
  13. .navbar-nav > li > a{
  14. }
  15. /*state overview*/
  16. .state-overview .symbol, .state-overview .value {
  17. display: inline-block;
  18. }
  19. .state-overview .symbol {
  20. text-align: center;
  21. }
  22. .state-overview .value {
  23. float: right;
  24. }
  25. .state-overview .value h1, .state-overview .value p {
  26. margin: 0;
  27. padding: 0;
  28. color: #9395a4;
  29. font-family: "Microsoft YaHei",Arial;
  30. }
  31. .state-overview .value h1 {
  32. font-weight: 300;
  33. font-size: 40px;
  34. color: #010413;
  35. }
  36. .state-overview .symbol i {
  37. color: #fff;
  38. font-size: 50px;
  39. }
  40. .state-overview .symbol {
  41. width: 40%;
  42. padding: 25px 15px;
  43. -webkit-border-radius: 4px 0px 0px 4px;
  44. border-radius: 4px 0px 0px 4px;
  45. }
  46. .state-overview .value {
  47. width: 58%;
  48. padding-top: 30px;
  49. }
  50. .state-overview .terques {
  51. background: #6ccac9;
  52. }
  53. .state-overview .red {
  54. background: #ff6c60;
  55. }
  56. .state-overview .yellow {
  57. background: #f8d347;
  58. }
  59. .state-overview .blue {
  60. background: #57c8f2;
  61. }
  62. .state-overview .all-coin-wealth {
  63. background: #F8D347;
  64. }
  65. .state-overview .all-coin-transe {
  66. background: #3498db;
  67. }
  68. .state-overview .all-coin-fee {
  69. background: #a94442;
  70. }
  71. .state-overview .all-coin-more {
  72. background: #585f7a;
  73. }
  74. /*main chart*/
  75. .border-head h3 {
  76. border-bottom: 1px solid #c9cdd7;
  77. margin-top: 0;
  78. margin-bottom: 20px;
  79. padding-bottom: 5px;
  80. font-weight: normal;
  81. font-size: 18px;
  82. display: inline-block;
  83. width: 100%;
  84. font-weight: 300;
  85. }
  86. .custom-bar-chart {
  87. height: 290px;
  88. margin-top: 20px;
  89. margin-left: 10px;
  90. position: relative;
  91. border-bottom: 1px solid #c9cdd7;
  92. }
  93. .custom-bar-chart .bar {
  94. height: 100%;
  95. position: relative;
  96. width: 4.3%;
  97. margin: 0px 2%;
  98. float: left;
  99. text-align: center;
  100. -webkit-border-radius: 5px 5px 0 0;
  101. -moz-border-radius: 5px 5px 0 0;
  102. border-radius: 5px 5px 0 0;
  103. z-index: 10;
  104. }
  105. .custom-bar-chart .bar .title {
  106. position: absolute;
  107. bottom: -30px;
  108. width: 100%;
  109. text-align: center;
  110. font-size: 12px;
  111. }
  112. .custom-bar-chart .bar .value {
  113. position: absolute;
  114. bottom: 0;
  115. background: #bfc2cd;
  116. color: #bfc2cd;
  117. width: 100%;
  118. -webkit-border-radius: 5px 5px 0 0;
  119. -moz-border-radius: 5px 5px 0 0;
  120. border-radius: 5px 5px 0 0;
  121. -webkit-transition: all .3s ease;
  122. -moz-transition: all .3s ease;
  123. -ms-transition: all .3s ease;
  124. -o-transition: all .3s ease;
  125. transition: all .3s ease;
  126. }
  127. .custom-bar-chart .bar .value:hover {
  128. background: #e8403f;
  129. color: #fff;
  130. }
  131. .y-axis {
  132. color: #555555;
  133. position: absolute;
  134. text-align: right;
  135. width: 100%;
  136. }
  137. .y-axis li {
  138. border-top: 1px dashed #dbdce0;
  139. display: block;
  140. height: 58px;
  141. width: 100%;
  142. }
  143. .y-axis li:last-child {
  144. border-top: none;
  145. }
  146. .y-axis li span {
  147. display: block;
  148. margin: -10px 0 0 -25px;
  149. padding: 0 10px;
  150. width: 40px;
  151. }
  152. .y-axis {
  153. color: #555555;
  154. text-align: right;
  155. }
  156. /*spark line*/
  157. .chart {
  158. display: inline-block;
  159. text-align: center;
  160. width: 100%;
  161. }
  162. .chart .heading {
  163. text-align: left;
  164. }
  165. .chart .heading span {
  166. display: block;
  167. }
  168. .panel.green-chart .chart-tittle {
  169. font-size: 16px;
  170. padding: 15px;
  171. display: inline-block;
  172. font-weight:normal;
  173. background: #99c262;
  174. width: 100%;
  175. -webkit-border-radius: 0px 0px 4px 4px;
  176. border-radius: 0px 0px 4px 4px;
  177. }
  178. #barchart {
  179. margin-bottom: -15px;
  180. display: inline-block;
  181. }
  182. .chart-tittle .title {
  183. }
  184. .panel.green-chart .chart-tittle .value {
  185. float: right;
  186. color: #c0f080;
  187. }
  188. .panel.green-chart {
  189. background: #a9d96c;
  190. color: #fff;
  191. }
  192. .panel.terques-chart {
  193. background: #41cac0;
  194. color: #fff;
  195. }
  196. .panel.terques-chart .chart-tittle .value {
  197. float: right;
  198. color: #fff;
  199. }
  200. .panel.terques-chart .chart-tittle .value a {
  201. color: #fff;
  202. font-size: 12px;
  203. }
  204. .panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
  205. color: #55f2e7;
  206. font-size: 12px;
  207. }
  208. .panel.terques-chart .chart-tittle {
  209. font-size: 16px;
  210. padding: 15px;
  211. display: inline-block;
  212. font-weight:normal;
  213. background: #39b7ac;
  214. width: 100%;
  215. -webkit-border-radius: 0px 0px 4px 4px;
  216. border-radius: 0px 0px 4px 4px;
  217. }
  218. .inline-block {
  219. display: inline-block;
  220. }
  221. /**/
  222. .panel-body.chart-texture {
  223. -webkit-border-radius: 4px 4px 0px 0px;
  224. border-radius: 4px 4px 0px 0px;
  225. }
  226. /*main content*/
  227. .header, .footer {
  228. min-height: 60px;
  229. padding: 0 15px;
  230. }
  231. .header {
  232. position: fixed;
  233. left: 0;
  234. right: 0;
  235. z-index: 1002;
  236. }
  237. .white-bg {
  238. background: #fff;
  239. border-bottom: 1px solid #f1f2f7;
  240. }
  241. .wrapper {
  242. display: inline-block;
  243. margin-top: 15px;
  244. padding: 15px;
  245. width: 100%;
  246. }
  247. a.logo {
  248. font-size: 21px;
  249. color: #2e2e2e;
  250. float: left;
  251. margin-top: 15px;
  252. text-transform: uppercase;
  253. }
  254. a.logo:hover, a.logo:focus {
  255. text-decoration: none;
  256. outline: none;
  257. }
  258. a.logo span {
  259. color: #FF6C60;
  260. }