dashboard.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. /*------------------------------------------------------------------
  2. Bootstrap Admin Template by EGrappler.com
  3. ------------------------------------------------------------------*/
  4. /*------------------------------------------------------------------
  5. [1. Shortcuts / .shortcuts]
  6. */
  7. .shortcuts {
  8. text-align: center;
  9. }
  10. .shortcuts .shortcut {
  11. width: 22.50%;
  12. display: inline-block;
  13. padding: 12px 0;
  14. margin: 0 .9% 1em;
  15. vertical-align: top;
  16. text-decoration: none;
  17. background: #f9f6f1;
  18. border-radius: 5px;
  19. }
  20. .shortcuts .shortcut .shortcut-icon {
  21. margin-top: .25em;
  22. margin-bottom: .25em;
  23. font-size: 32px;
  24. color: #545454;
  25. }
  26. .shortcuts .shortcut:hover {
  27. background: #00ba8b;
  28. }
  29. .shortcuts .shortcut:hover span{
  30. color: #fff;
  31. }
  32. .shortcuts .shortcut:hover .shortcut-icon {
  33. color: #fff;
  34. }
  35. .shortcuts .shortcut-label {
  36. display: block;
  37. font-weight: 400;
  38. color: #545454;
  39. }
  40. /*------------------------------------------------------------------
  41. [2. Stats / .stats]
  42. */
  43. .stats {
  44. width: 100%;
  45. display: table;
  46. padding: 0 0 0 10px;
  47. margin-top: .5em;
  48. margin-bottom: 1.9em;
  49. }
  50. .stats .stat {
  51. display: table-cell;
  52. width: 40%;
  53. vertical-align: top;
  54. font-size: 11px;
  55. font-weight: bold;
  56. color: #999;
  57. }
  58. .stat-value {
  59. display: block;
  60. margin-bottom: .55em;
  61. font-size: 30px;
  62. font-weight: bold;
  63. letter-spacing: -2px;
  64. color: #444;
  65. }
  66. .stat-time {
  67. text-align: center;
  68. padding-top: 1.5em;
  69. }
  70. .stat-time .stat-value {
  71. color: #19bc9c;
  72. font-size: 40px;
  73. }
  74. .stats #donut-chart {
  75. height: 100px;
  76. margin-left: -20px;
  77. }
  78. /*------------------------------------------------------------------
  79. [3. News Item / .news-items]
  80. */
  81. .news-items {
  82. margin: 1em 0 0;
  83. }
  84. .news-items li {
  85. display: table;
  86. padding: 0 2em 0 1.5em;
  87. padding-bottom: 1em;
  88. margin-bottom: 1em;
  89. border-bottom: 1px dotted #CCC;
  90. }
  91. .news-items li:last-child { padding-bottom: 0; border: none; }
  92. .news-item-date {
  93. display: table-cell;
  94. }
  95. .news-item-detail {
  96. display: table-cell;
  97. }
  98. .news-item-title {
  99. font-size: 13px;
  100. font-weight: 600;
  101. }
  102. .news-item-date {
  103. width: 75px;
  104. vertical-align: middle;
  105. text-align: center;
  106. }
  107. .news-item-day {
  108. display: block;
  109. margin-bottom: .25em;
  110. font-size: 24px;
  111. color: #888;
  112. }
  113. .news-item-preview {
  114. margin-bottom: 0;
  115. color: #777;
  116. }
  117. .news-item-month {
  118. display: block;
  119. padding-right: 1px;
  120. font-size: 12px;
  121. font-weight: 600;
  122. color: #888;
  123. }
  124. /*------------------------------------------------------------------
  125. [4. Action Table / .action-table]
  126. */
  127. .action-table .btn-small {
  128. padding: 4px 5px 5px;
  129. font-size: 10px;
  130. }
  131. .action-table .td-actions {
  132. width: 80px;
  133. text-align: center;
  134. }
  135. .action-table .td-actions .btn {
  136. margin-right: .5em;
  137. }
  138. .action-table .td-actions .btn:last-child {
  139. margin-rigth: 0;
  140. }
  141. #big_stats
  142. {
  143. width: 100%;
  144. display: table;
  145. margin-top: 1.5em;
  146. }
  147. .big-stats-container .widget-content {
  148. border:0;
  149. }
  150. #big_stats .stat
  151. {
  152. width: 25%;
  153. height: 90px;
  154. text-align: center;
  155. display: table-cell;
  156. padding: 0;
  157. position: relative;
  158. border-right: 1px solid #CCC;
  159. border-left: 1px solid #FFF;
  160. }
  161. #big_stats i { font-size:30px; display:block; line-height: 40px; color:#b2afaa;}
  162. #big_stats .stat:hover i {color:#19bc9c;}
  163. h6.bigstats{margin: 20px;
  164. border-bottom: 1px solid #eee;
  165. padding-bottom: 20px;
  166. margin-bottom: 26px;}
  167. #big_stats .stat:first-child {
  168. border-left: none;
  169. }
  170. #big_stats .stat:last-child {
  171. border-right: none;
  172. }
  173. #big_stats .stat h4
  174. {
  175. font-size: 11px;
  176. font-weight: bold;
  177. color: #777;
  178. margin-bottom: 1.5em;
  179. }
  180. #big_stats .stat .value
  181. {
  182. font-size: 45px;
  183. font-weight: bold;
  184. color: #545454;
  185. line-height: 1em;
  186. }
  187. @media all and (max-width: 950px) and (min-width: 1px) {
  188. #big_stats {
  189. display: block;
  190. margin-bottom: -40px;
  191. }
  192. #big_stats .stat {
  193. width: 49%;
  194. display: block;
  195. margin-bottom: 3em;
  196. float: left;
  197. }
  198. #big_stats .stat:nth-child(2) {
  199. border-right: none;
  200. }
  201. #big_stats .stat:nth-child(3) {
  202. border-left: none;
  203. }
  204. }
  205. @media (max-width: 767px) {
  206. #big_stats .stat .value {
  207. font-size: 40px;
  208. }
  209. }
  210. @media (max-width: 979px) {
  211. .shortcuts .shortcut {
  212. width: 31%;
  213. }
  214. }
  215. @media (max-width: 480px) {
  216. .stats .stat {
  217. margin-bottom: 3em;
  218. }
  219. .stats .stat .stat-value {
  220. margin-bottom: .15em;
  221. font-size: 20px;
  222. }
  223. .stats {
  224. float: left;
  225. display: block;
  226. margin-bottom: 0;
  227. }
  228. #chart-stats {
  229. margin: 2em 0 1em;
  230. }
  231. .shortcuts .shortcut {
  232. width: 48%;
  233. }
  234. }