theme.css 7.4 KB

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