theme.css 6.2 KB

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