style.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. /*start ST*/
  2. td.details-control {
  3. background: url('resources/details_open.png') no-repeat center center;
  4. cursor: pointer;
  5. }
  6. tr.shown td.details-control {
  7. background: url('resources/details_close.png') no-repeat center center;
  8. }
  9. #example tbody tr:hover {
  10. background-color: cadetblue;
  11. cursor: pointer;
  12. }
  13. #example tr:hover td.sorting_1 {
  14. background-color: cadetblue;
  15. cursor: pointer;
  16. }
  17. #example th {
  18. background-color: #009688;
  19. }
  20. #vehicle tbody tr:hover {
  21. background-color: cadetblue;
  22. cursor: pointer;
  23. }
  24. #vehicle tr:hover td.sorting_1 {
  25. background-color: cadetblue;
  26. cursor: pointer;
  27. }
  28. #vehicle th {
  29. background-color: #009688;
  30. }
  31. /*end ST*/
  32. /*Configuration Form*/
  33. * {
  34. box-sizing: border-box;
  35. font-family: "Merriweather Sans", sans-serif;
  36. }
  37. body {
  38. background-color: #b0dbee;
  39. }
  40. body #form {
  41. color: white;
  42. font-size:14px;
  43. background:#e8ea36;
  44. /*background-color: #009edf;*/
  45. border-radius: 5px;
  46. /*width: 400px;*/
  47. padding: 40px;
  48. /*margin: 150px auto;*/
  49. -webkit-box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.75);
  50. -moz-box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.75);
  51. box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.75);
  52. }
  53. body #form p {
  54. font-size: 0.9em;
  55. }
  56. body #form .form-group label {
  57. font-weight: bold;
  58. font-size: 0.9em;
  59. }
  60. body #form .input-group {
  61. border-radius: 5px;
  62. -webkit-box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.35);
  63. -moz-box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.35);
  64. box-shadow: -1px 3px 18px 0px rgba(0, 0, 0, 0.35);
  65. }
  66. body #form .form-group .input-group .input-group-addon {
  67. border: 1px none;
  68. border-right: 1px solid rgba(0, 0, 0, 0.2);
  69. border-radius: 5px 0 0 5px;
  70. }
  71. body #form .form-group .input-group input {
  72. padding-left: 10px;
  73. }
  74. body #form .form-group .input-group i {
  75. color: #21bbb6;
  76. }
  77. /* End Configuration Form*/
  78. .user-panel {
  79. background: white;
  80. /*border: 1px solid gray;*/
  81. margin-top: -52px;
  82. }
  83. section.sidebar {
  84. height: 100vh;
  85. background: #c1cbd0;
  86. /*background: radial-gradient(#89ebfb, #00000094);*/
  87. }
  88. nav.navbar.navbar-static-top {
  89. /*background: #0f8882;*/
  90. /*background: #2465af;*/
  91. height: 56px;
  92. background:radial-gradient(#0da3bb, #04161fc2);
  93. }
  94. .main-header .logo {
  95. background: #367fa9;
  96. }
  97. a.sidebar-toggle {
  98. color: white;
  99. }
  100. ul.treeview-menu {
  101. /*background: #4c5857;*/
  102. /* background: radial-gradient(#89ebfb, #00000094);*/
  103. background: #fff;
  104. border-radius: 0.5em;
  105. margin-left: 12px;
  106. margin-right: 10px;
  107. /*margin-top:15px;*/
  108. }
  109. a.collapse-item {
  110. color: #2ebfaa;
  111. background-color: radial-gradient(black, transparent);
  112. }
  113. .treeview-menu>li {
  114. margin: 0;
  115. height: 32px;
  116. width: 194px;
  117. /*background: white;*/
  118. /* margin-top: 10px;*/
  119. border-radius: 0.5em;
  120. margin-left: 10px;
  121. }
  122. .treeview-menu>li:hover,.treeview-menu>li>a:hover{
  123. background: #009688;
  124. border-radius: 0.5em;
  125. color:white;
  126. text-decoration: none;
  127. width: 162px;
  128. }
  129. .treeview>a:hover,li.exit>a:hover{
  130. background-color: #009688;
  131. color:white;
  132. text-decoration: none;
  133. }
  134. li.exit a {
  135. text-decoration: none;
  136. color: #009688;
  137. }
  138. .navbar-custom-menu>.navbar-nav>li {
  139. position: relative;
  140. text-align: center;
  141. margin-left: 251px;
  142. }
  143. #mainSubMenu li a:link.change,#mainSubMenu li a.change {
  144. background-color: rgb(0, 150, 136);
  145. width: 162px;
  146. color: white;
  147. border-radius: 0.5em;
  148. text-decoration: none;
  149. margin-top: 1px;
  150. }
  151. #mainNavMenu li<a:link.changeColor{
  152. background-color: rgb(0, 150, 136);
  153. width: 230px;
  154. color: white;
  155. border-radius: 0.5em;
  156. text-decoration: none;
  157. margin-top: 1px;
  158. }
  159. li.treeview a{
  160. text-decoration: none;
  161. color:#009688;
  162. }
  163. li.active.treeview.menu-open>a {
  164. color: white;
  165. }
  166. .treeview{
  167. font-weight:bold;
  168. }
  169. span.pull-right-container {
  170. position: absolute;
  171. right: 10px;
  172. top: 50%;
  173. /*margin-top: -20px;*/
  174. font-size: 20px;
  175. }
  176. li.user-header {
  177. background: #478ebb;
  178. }
  179. .mind:hover .main span{
  180. background-color: red;
  181. color:red;
  182. }
  183. .treeview-menu>li>a {
  184. padding: 5px 5px 5px 15px;
  185. display: block;
  186. font-size: 12px;
  187. }
  188. .input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  189. position: relative;
  190. -webkit-box-flex: 1;
  191. -ms-flex: 1 1 auto;
  192. flex: 1 1 auto;
  193. width: 1%;
  194. margin-bottom: 0;
  195. }
  196. .navbar-nav>.user-menu .user-image {
  197. float: left;
  198. width: 30px;
  199. height: 30px;
  200. border-radius: 50%;
  201. margin-right: 10px;
  202. margin-top: -2px;
  203. }
  204. a.dropdown-toggle.mind:hover,a.dropdown-toggle.mind:focus {
  205. background:grey;
  206. border-radius: 0.5em;
  207. color:red;
  208. }
  209. .circle{
  210. width:40px;
  211. }
  212. .sidebar-menu li>a>.pull-right-container {
  213. position: absolute;
  214. /* right: 10px; */
  215. top: 50%;
  216. margin-top: -14px;
  217. }
  218. aside.main-sidebar {
  219. position: fixed;
  220. }
  221. li.active >a {
  222. color: white;
  223. background: #009688;
  224. }