configuration.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. @CHARSET "UTF-8";
  2. .badge-success {
  3. padding: 3px 5px;
  4. background-color: #06bc80;
  5. margin-left: 8px;
  6. cursor: pointer;
  7. }
  8. .badge-title {
  9. cursor: pointer;
  10. width: 30px;
  11. height: 30px;
  12. -moz-border-radius: 15px;
  13. -webkit-border-radius: 15px;
  14. border-radius: 15px;
  15. line-height: 1.5;
  16. font-size: 16px;
  17. }
  18. .badge-title-none {
  19. background-color: #ffffff;
  20. color: #428bca;
  21. }
  22. .help-block {
  23. margin-left: 33.33%;
  24. padding-left: 13px;
  25. margin-top: 6px;
  26. }
  27. .nav-pills.nav-wizard {
  28. padding-left: 20px;
  29. padding-top: 3px;
  30. }
  31. .nav-pills.nav-wizard>li {
  32. position: relative;
  33. overflow: visible;
  34. border-right: 15px solid #fff;
  35. border-left: 15px solid #fff;
  36. }
  37. .nav-pills.nav-wizard>li:first-child {
  38. border-left: 0;
  39. }
  40. .nav-pills.nav-wizard>li:first-child a {
  41. border-radius: 0;
  42. }
  43. .nav-pills.nav-wizard>li:last-child {
  44. border-right: 0;
  45. }
  46. .nav-pills.nav-wizard>li:last-child a {
  47. border-radius: 0;
  48. }
  49. .nav-pills.nav-wizard>li a {
  50. border-radius: 0;
  51. background-color: #eee;
  52. font-size: 18px;
  53. height: 50px;
  54. font-weight: bolder;
  55. }
  56. .nav-pills.nav-wizard>li .nav-arrow {
  57. position: absolute;
  58. top: 0px;
  59. right: -25px;
  60. width: 0px;
  61. height: 0px;
  62. border-style: solid;
  63. border-width: 25px 0 25px 25px;
  64. border-color: transparent transparent transparent #eee;
  65. z-index: 150;
  66. }
  67. .nav-pills.nav-wizard>li .nav-wedge {
  68. position: absolute;
  69. top: 0px;
  70. left: -25px;
  71. width: 0px;
  72. height: 0px;
  73. border-style: solid;
  74. border-width: 25px 0 25px 25px;
  75. border-color: #eee #eee #eee transparent;
  76. z-index: 150;
  77. }
  78. .nav-pills.nav-wizard>li:hover .nav-arrow {
  79. border-color: transparent transparent transparent #aaa;
  80. }
  81. .nav-pills.nav-wizard>li:hover .nav-wedge {
  82. border-color: #aaa #aaa #aaa transparent;
  83. }
  84. .nav-pills.nav-wizard>li:hover a {
  85. background-color: #aaa;
  86. color: #fff;
  87. }
  88. .nav-pills.nav-wizard>li.active .nav-arrow {
  89. border-color: transparent transparent transparent #6495ED;
  90. }
  91. .nav-pills.nav-wizard>li.active .nav-wedge {
  92. border-color: #6495ED #6495ED #6495ED transparent;
  93. }
  94. .nav-pills.nav-wizard>li.active a {
  95. background-color: #6495ED;
  96. }
  97. .form-required {
  98. border-color: #87CEFA;
  99. border-width: 2px;
  100. }
  101. .table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td
  102. {
  103. padding: 8px;
  104. }
  105. .btn-sm{
  106. font-weight: 600;
  107. }