theme.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. body * {
  2. font-family: Verdana,sans-serif;
  3. }
  4. nav.main-header.navbar {
  5. background: #fffcfc; /* Old browsers */
  6. background: -moz-linear-gradient(top, #fffcfc 0%, #b0cee7 100%); /* FF3.6-15 */
  7. background: -webkit-linear-gradient(top, #fffcfc 0%,#b0cee7 100%); /* Chrome10-25,Safari5.1-6 */
  8. background: linear-gradient(to bottom, #fffcfc 0%,#b0cee7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  9. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#b0cee7',GradientType=0 ); /* IE6-9 */
  10. height: 37px;
  11. }
  12. nav.main-header.navbar .nav-link[data-widget="pushmenu"] {
  13. height: 37px;
  14. line-height: 37px;
  15. padding: 0 7px;
  16. }
  17. nav.main-header.navbar input[type="search"] {
  18. padding: 0;
  19. padding-left: 0.5rem;
  20. height: 25px !important;
  21. border: 1px solid #b0b0b0;
  22. border-right: 0;
  23. background: #fff !important;
  24. font-family: Verdana,sans-serif;
  25. font-size: 13px;
  26. }
  27. nav.main-header.navbar input[type="search"]:focus {
  28. border: 1px solid #005ca9 !important;
  29. border-right: 0 !important;
  30. background: #fff !important;
  31. }
  32. nav.main-header.navbar input[type="search"]+div.input-group-append>button {
  33. height: 25px !important;
  34. border: 1px solid #b0b0b0;
  35. border-left: 0;
  36. padding: 0 0.5rem;
  37. line-height: 25px;
  38. }
  39. nav.main-header.navbar input[type="search"]:focus+div.input-group-append>button {
  40. border: 1px solid #005ca9 !important;
  41. border-left: 0 !important;
  42. background: #fff !important;
  43. }
  44. nav.main-header.navbar #reload-icon {
  45. height: 25px !important;
  46. padding: 0 0.5rem;
  47. line-height: 25px;
  48. }
  49. nav.main-header.navbar .stag-search-form {
  50. margin-left: 0.5rem !important;
  51. width: 200px !important;
  52. }
  53. aside.main-sidebar>.brand-link {
  54. height: 37px;
  55. padding: 0 0.5rem;
  56. line-height: 37px;
  57. }
  58. aside.main-sidebar>.brand-link>img {
  59. opacity: .8;
  60. max-height: 25px;
  61. margin-top: 6px;
  62. margin-left: 4px;
  63. box-shadow: none !important;
  64. border-radius: 100%;
  65. border: 1px solid #ddd;
  66. }
  67. aside.main-sidebar {
  68. overflow-x: hidden;
  69. }
  70. .nav-sidebar .nav-item>.nav-link {
  71. position: relative;
  72. padding: 3px 0.25rem;
  73. font-size: 13px;
  74. font-family: Verdana,sans-serif;
  75. }
  76. .nav-sidebar .nav-item:first-child>.nav-link>i {
  77. margin-right: 0;
  78. }
  79. .nav-sidebar .nav-item>.nav-link>i {
  80. margin-top: 0.25rem;
  81. }
  82. .nav-sidebar .nav-item>.nav-link>p {
  83. vertical-align: text-bottom;
  84. }
  85. .nav-sidebar>.nav-item>.nav-link.active {
  86. background-color: #005ca9 !important;
  87. }
  88. .stag-table {
  89. /*border-color: #b0b0b0 !important;*/
  90. }
  91. .stag-table.stag-table-index {
  92. border-right: 0 !important;
  93. border-left: 0 !important;
  94. }
  95. .stag-table thead tr {
  96. background-color: #f8f8f8;
  97. }
  98. .stag-table thead tr th {
  99. font-family: Verdana,sans-serif;
  100. font-size: 13px;
  101. padding: 0.25rem .75rem;
  102. font-weight: normal;
  103. border-top: 0;
  104. /*border-bottom: 1px solid #b0b0b0;*/
  105. }
  106. .stag-table tbody tr td {
  107. font-family: Verdana,sans-serif;
  108. font-size: 13px;
  109. padding: 0.25rem .75rem;
  110. font-weight: normal;
  111. }
  112. .stag-heading {
  113. font-family: Verdana,sans-serif;
  114. }
  115. .stag-heading.stag-heading-index {
  116. font-size: 22px;
  117. margin: 0.5rem 0 !important;
  118. }
  119. .stag-heading.stag-heading-info {
  120. font-size: 22px;
  121. margin: 0.5rem 0 !important;
  122. }
  123. .stag-heading.stag-heading-modal {
  124. font-size: 20px;
  125. margin: 0;
  126. padding: 0.5rem 1rem !important;
  127. background: #fffcfc; /* Old browsers */
  128. background: -moz-linear-gradient(top, #fffcfc 0%, #b0cee7 100%); /* FF3.6-15 */
  129. background: -webkit-linear-gradient(top, #fffcfc 0%,#b0cee7 100%); /* Chrome10-25,Safari5.1-6 */
  130. background: linear-gradient(to bottom, #fffcfc 0%,#b0cee7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  131. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#b0cee7',GradientType=0 ); /* IE6-9 */
  132. }
  133. body .btn {
  134. font-size: 13px;
  135. padding-top: 2px;
  136. padding-bottom: 2px;
  137. font-family: Verdana,sans-serif;
  138. }
  139. body .btn.btn-primary {
  140. background: #fffcfc; /* Old browsers */
  141. background: -moz-linear-gradient(top, #fffcfc 0%, #e0e6ec 100%); /* FF3.6-15 */
  142. background: -webkit-linear-gradient(top, #fffcfc 0%,#e0e6ec 100%); /* Chrome10-25,Safari5.1-6 */
  143. background: linear-gradient(to bottom, #fffcfc 0%,#e0e6ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  144. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#e0e6ec',GradientType=0 ); /* IE6-9 */
  145. border: 1px solid #a9b0b7;
  146. color: #333;
  147. text-shadow: 0 1px 0 #fff;
  148. }
  149. body .btn.btn-primary:hover,
  150. body .btn.btn-primary:focus,
  151. body .btn.btn-primary:active {
  152. background: #fffcfc; /* Old browsers */
  153. background: -moz-linear-gradient(top, #fffcfc 0%, #b0cee7 100%); /* FF3.6-15 */
  154. background: -webkit-linear-gradient(top, #fffcfc 0%,#b0cee7 100%); /* Chrome10-25,Safari5.1-6 */
  155. background: linear-gradient(to bottom, #fffcfc 0%,#b0cee7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  156. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#b0cee7',GradientType=0 ); /* IE6-9 */
  157. border: 1px solid #a9b0b7;
  158. color: #005ca9;
  159. text-shadow: 0 1px 0 #fff;
  160. }
  161. body .btn.btn-default {
  162. background: #fffcfc; /* Old browsers */
  163. background: -moz-linear-gradient(top, #fffcfc 0%, #e0e6ec 100%); /* FF3.6-15 */
  164. background: -webkit-linear-gradient(top, #fffcfc 0%,#e0e6ec 100%); /* Chrome10-25,Safari5.1-6 */
  165. background: linear-gradient(to bottom, #fffcfc 0%,#e0e6ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  166. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#e0e6ec',GradientType=0 ); /* IE6-9 */
  167. border: 1px solid #a9b0b7;
  168. color: #333;
  169. text-shadow: 0 1px 0 #fff;
  170. }
  171. body .btn.btn-default:hover,
  172. body .btn.btn-default:focus,
  173. body .btn.btn-default:active {
  174. background: #fffcfc; /* Old browsers */
  175. background: -moz-linear-gradient(top, #fffcfc 0%, #b0cee7 100%); /* FF3.6-15 */
  176. background: -webkit-linear-gradient(top, #fffcfc 0%,#b0cee7 100%); /* Chrome10-25,Safari5.1-6 */
  177. background: linear-gradient(to bottom, #fffcfc 0%,#b0cee7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  178. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#b0cee7',GradientType=0 ); /* IE6-9 */
  179. border: 1px solid #a9b0b7;
  180. color: #005ca9;
  181. text-shadow: 0 1px 0 #fff;
  182. }
  183. .stag-sublink {
  184. font-family: Verdana,sans-serif;
  185. font-size: 13px;
  186. padding: 0.5rem 1rem !important;
  187. border: 0 !important;
  188. }
  189. .stag-sublink:hover {
  190. background: rgba(0,0,0,.03) !important;
  191. }
  192. .stag-sublink.font-weight-bold,
  193. .stag-sublink.font-weight-bold:hover {
  194. background: rgba(0,0,0,.06) !important;
  195. color: #005ca9 !important;
  196. }
  197. a {
  198. color: #005ca9;
  199. }
  200. .up-modal .control-label {
  201. margin-bottom: 3px;
  202. }
  203. .up-modal .control-label,
  204. .up-modal .form-control {
  205. font-size: 13px;
  206. }
  207. .inner-side-nav {
  208. background: #f0f0f0;
  209. }
  210. .main-sidebar.elevation-4 {
  211. box-shadow: none !important;
  212. border-right: 1px solid #ddd;
  213. }
  214. .sidebar-mini.sidebar-collapse .main-sidebar {
  215. width: 50px;
  216. }
  217. .sidebar-mini.sidebar-collapse .content-wrapper,
  218. .sidebar-mini.sidebar-collapse .main-header {
  219. margin-left: 50px !important;
  220. }