custom.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. /*=============================================================
  2. Authour URI: www.binarycart.com
  3. License: Commons Attribution 3.0
  4. http://creativecommons.org/licenses/by/3.0/
  5. 100% To use For Personal And Commercial Use.
  6. IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
  7. ======================================================== */
  8. /*==============================================
  9. GENERAL STYLES
  10. =============================================*/
  11. body {
  12. font-family: 'Open Sans', sans-serif;
  13. }
  14. #wrapper {
  15. width: 100%;
  16. background:#202020;
  17. }
  18. #page-wrapper {
  19. padding: 15px 15px;
  20. min-height: 600px;
  21. background:#F3F3F3;
  22. }
  23. #page-inner {
  24. width:100%;
  25. margin:10px 20px 10px 0px;
  26. background-color:#fff!important;
  27. padding:10px;
  28. }
  29. .text-center {
  30. text-align:center;
  31. }
  32. .no-boder {
  33. border:1px solid #f3f3f3;
  34. }
  35. h2 {
  36. color: #f00;
  37. }
  38. h4 {
  39. padding-top:10px;
  40. }
  41. .square-btn-adjust {
  42. border: 0px solid transparent;
  43. -webkit-border-radius: 0px;
  44. -moz-border-radius: 0px;
  45. border-radius: 0px;
  46. }
  47. p {
  48. font-size:16px;
  49. line-height:25px;
  50. padding-top:20px;
  51. }
  52. /*==============================================
  53. DASHBOARD STYLES
  54. =============================================*/
  55. .panel-back {
  56. background-color:#F8F8F8;
  57. }
  58. .noti-box {
  59. min-height: 100px;
  60. padding: 20px;
  61. }
  62. .noti-box .icon-box {
  63. display: block;
  64. float: left;
  65. margin: 0 15px 10px 0;
  66. width: 70px;
  67. height: 70px;
  68. line-height: 75px;
  69. vertical-align: middle;
  70. text-align: center;
  71. font-size: 40px;
  72. }
  73. .text-box p{
  74. margin: 0 0 3px;
  75. }
  76. .main-text {
  77. font-size: 25px;
  78. font-weight:600;
  79. }
  80. .set-icon {
  81. -webkit-border-radius: 50px;
  82. -moz-border-radius: 50px;
  83. border-radius: 50px;
  84. }
  85. .bg-color-green {
  86. background-color: #00CE6F;
  87. color: #fff;
  88. }
  89. .bg-color-blue {
  90. background-color: #A95DF0;
  91. color: #fff;
  92. }
  93. .bg-color-red {
  94. background-color: #DB0630;
  95. color: #fff;
  96. }
  97. .bg-color-brown {
  98. background-color: #B94A00;
  99. color: #fff;
  100. }
  101. .icon-box-right {
  102. display: block;
  103. float: right;
  104. margin: 0 15px 10px 0;
  105. width: 70px;
  106. height: 70px;
  107. line-height: 75px;
  108. vertical-align: middle;
  109. text-align: center;
  110. font-size: 40px;
  111. }
  112. .main-temp-back {
  113. background: #8702A8;
  114. color: #FFFFFF;
  115. font-size: 16px;
  116. font-weight: 300;
  117. text-align: center;
  118. }
  119. .main-temp-back .text-temp {
  120. font-size: 40px;
  121. }
  122. .back-dash {
  123. padding:20px;
  124. font-size:20px;
  125. font-weight:500;
  126. -webkit-border-radius: 0px;
  127. -moz-border-radius: 0px;
  128. border-radius: 0px;
  129. background-color:#2EA7EB;
  130. color:#fff;
  131. }
  132. .back-dash p {
  133. padding-top:16px;
  134. font-size:13px;
  135. color:#fff;
  136. line-height:25px;
  137. text-align:justify;
  138. }
  139. .back-footer-green {
  140. background-color: #009B50;
  141. border-top: 0px solid #fff;
  142. }
  143. .back-footer-red {
  144. background-color: #AF0000;
  145. border-top: 0px solid #fff;
  146. }
  147. .color-bottom-txt {
  148. color: #000;
  149. font-size: 16px;
  150. line-height: 30px;
  151. }
  152. /*CHAT PANEL*/
  153. .chat-panel .panel-body {
  154. height: 450px;
  155. overflow-y: scroll;
  156. }
  157. .chat-box {
  158. margin: 0;
  159. padding: 0;
  160. list-style: none;
  161. }
  162. .chat-box li {
  163. margin-bottom: 15px;
  164. padding-bottom: 5px;
  165. border-bottom: 1px dotted #808080;
  166. }
  167. .chat-box li.left .chat-body {
  168. margin-left: 90px;
  169. }
  170. .chat-box li .chat-body p {
  171. margin: 0;
  172. color: #8d8888;
  173. }
  174. .chat-img>img {
  175. margin-left:20px;
  176. }
  177. /*==============================================
  178. MENU STYLES
  179. =============================================*/
  180. .user-image {
  181. margin: 15px 0px 15px 10px;
  182. -webkit-border-radius: 10px;
  183. -moz-border-radius: 10px;
  184. border-radius: 10px;
  185. max-height:170px;
  186. max-width:170px;
  187. }
  188. .navbar-cls-top .navbar-brand {
  189. color: #fff;
  190. background: #C90000;
  191. width: 260px;
  192. text-align: center;
  193. height: 60px;
  194. font-size: 30px;
  195. font-weight: 700;
  196. }
  197. .active-menu {
  198. background-color:#C90000!important;
  199. }
  200. .arrow {
  201. float: right;
  202. }
  203. .fa.arrow:before {
  204. content: "\f104";
  205. }
  206. .active > a > .fa.arrow:before {
  207. content: "\f107";
  208. }
  209. .nav-second-level li,
  210. .nav-third-level li {
  211. border-bottom: none !important;
  212. }
  213. .nav-second-level li a {
  214. padding-left: 37px;
  215. }
  216. .nav-third-level li a {
  217. padding-left: 55px;
  218. }
  219. .sidebar-collapse , .sidebar-collapse .nav{
  220. background:none;
  221. }
  222. .sidebar-collapse .nav {
  223. padding:0;
  224. }
  225. .sidebar-collapse .nav > li > a {
  226. color:#fff;
  227. background:#202020;
  228. text-shadow:none;
  229. }
  230. .sidebar-collapse > .nav > li > a {
  231. padding:0px 0px 5px 10px;
  232. font-size:16px;
  233. }
  234. .sidebar-collapse > .nav > li {
  235. border-bottom: 1px solid rgba(107, 108, 109, 0.19);
  236. }
  237. .sidebar-collapse .nav > li > a:hover,
  238. .sidebar-collapse .nav > li > a:focus {
  239. background:#0A0A0A;
  240. outline:0;
  241. }
  242. .nav-second-level > li > a:before ,
  243. .nav-third-level > li > a:before {
  244. content:"";
  245. display:block;
  246. position:absolute;
  247. left:20px;
  248. width:15px;
  249. height:1px;
  250. background:#ff0000;
  251. top:20px;
  252. }
  253. .nav-second-level > li > a:after,
  254. .nav-third-level > li > a:after {
  255. content:"";
  256. display:block;
  257. position:absolute;
  258. left:20px;
  259. width:1px;
  260. height:100%;
  261. background:#ff0000;
  262. top:0px;
  263. z-index:10;
  264. }
  265. .nav-second-level > li:last-child > a:after,
  266. .nav-third-level > li:last-child > a:after {
  267. height:50%;
  268. }
  269. .nav-third-level > li > a:after,
  270. .nav-third-level > li > a:before {
  271. left:40px;
  272. }
  273. .navbar-side {
  274. border:none;
  275. background-color: #202020;
  276. }
  277. .navbar-cls-top {
  278. background:#4D4D4D;
  279. border-bottom:none;
  280. }
  281. .navbar-cls-top .navbar-brand:hover {
  282. background: #C90000;
  283. color:#fff;
  284. }
  285. .navbar-default {
  286. border:0px solid black;
  287. }
  288. .navbar-header {
  289. background: #A70303;
  290. }
  291. .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  292. background-color: #B40101;
  293. }
  294. .navbar-default .navbar-toggle {
  295. border-color: #fff;
  296. }
  297. .navbar-default .navbar-toggle .icon-bar {
  298. background-color: #FFF;
  299. }
  300. .nav > li > a > i {
  301. margin-right:10px;
  302. }
  303. /*==============================================
  304. UI ELEMENTS STYLES
  305. =============================================*/
  306. .btn-circle {
  307. width: 50px;
  308. height: 50px;
  309. padding: 6px 0;
  310. -webkit-border-radius: 25px;
  311. -moz-border-radius: 25px;
  312. border-radius: 25px;
  313. text-align: center;
  314. font-size: 12px;
  315. line-height: 1.428571429;
  316. }
  317. /*==============================================
  318. MEDIA QUERIES
  319. =============================================*/
  320. @media(min-width:768px) {
  321. #page-wrapper{
  322. margin: 0 0 0 260px;
  323. padding: 15px 30px;
  324. min-height: 1200px;
  325. }
  326. .navbar-side {
  327. z-index: 1;
  328. position: absolute;
  329. width: 260px;
  330. }
  331. .navbar {
  332. border-radius: 0px;
  333. }
  334. }
  335. /*Jianlongli add css custom*/
  336. ul,ol,li{list-style-type:none;}
  337. .bg-color-333{background:#333;}
  338. .bg-color-red{background:red;}
  339. .color-red{color:red;}
  340. .bg-color-green{background:green;}
  341. /*
  342. * .overview{ height:72px;}
  343. * .overview h2{color: #fff; font-size: 36px; padding-left: 15px;font-size:26px;}
  344. * .overview ul{padding-top:15px;}
  345. * .overview ul li{height:20px; color: red;}
  346. * */
  347. .overview{ width: 100%; padding-top:20px; height: 72px; }
  348. .overview li{ float: left;}
  349. .overview li h2{margin:0px; color: #fff; font-size:26px; }
  350. .overview li p{ margin:0px; height:25px; color:red; padding:0px 0px 0px 20px;font-size: 14px; }
  351. .margin-left-right-0{margin:0px;}
  352. .margin-top-20{margin-top: 20px;}
  353. .height-148{height: auto;}
  354. .border-left-20{border-left:20px solid #fff;}
  355. .cginfo-padding{padding: 15px 0px 15px 20px;}
  356. .cginfo h2{margin:0px; color: #fff; font-size:26px;}
  357. .cginfo h2 span{color:red;font-size: 14px; font-weight: normal;}
  358. .cginfo p{margin:0px; color:#fff; height: 25px; line-height: 25px; font-size: 14px; padding-top:10px;}
  359. .cginfo p span{color:red;}
  360. .fa-table:before{ content:url(../img/settings.png);}
  361. .fa-sitemap:before{content: url(../img/globe.png);}
  362. .fa-dashboard:before{content:url(../img/Curves.png);}
  363. .fa-bar-chart-o:before{content:url(../img/star-o.png);}