options.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. body {
  2. background-color: #F0F0F0;
  3. font-size: 0.9em;
  4. padding-bottom: 70px;
  5. }
  6. #footer {
  7. background-color: #D1D1D1;
  8. bottom: 0;
  9. height: 40px;
  10. left: 0;
  11. overflow: hidden;
  12. padding-left: 5px;
  13. position: fixed;
  14. right: 0;
  15. }
  16. .button {
  17. cursor: pointer;
  18. }
  19. .box {
  20. background-color: #FFFFFF;
  21. border-color: #D1D1D1;
  22. border-style: solid;
  23. border-width: 1px;
  24. margin-left: auto;
  25. margin-right: auto;
  26. margin-top: 35px;
  27. width: 60%;
  28. }
  29. .popup {
  30. display: none;
  31. height: 21%;
  32. left: 35%;
  33. position: fixed;
  34. top: 35%;
  35. width: 30%;
  36. }
  37. .logo {
  38. float: left;
  39. left: 5px;
  40. position: relative;
  41. top: 5px;
  42. z-index: 10;
  43. }
  44. .title {
  45. background-image: url('/css/custom-theme1/images/ui-bg_dots-small_40_ebebeb_2x2.png');
  46. background-repeat: repeat;
  47. border-bottom-color: #CFCFCF;
  48. border-bottom-style: solid;
  49. border-bottom-width: 1px;
  50. color: #000;
  51. font-size: 110%;
  52. padding: 5px 0 5px 30px;
  53. }
  54. .content {
  55. margin: 15px 0 0 10px;
  56. }
  57. .formLine {
  58. height: 35px;
  59. margin: -5px 0 5px 0;
  60. overflow: hidden;
  61. white-space: nowrap;
  62. width: 99%;
  63. }
  64. .input {
  65. max-width: 10%!important;
  66. width: 10%;
  67. }
  68. .formLabel {
  69. padding-top: -10px;
  70. text-align: right;
  71. width: 80%;
  72. }
  73. .inputLabel {
  74. float: left;
  75. font-weight: bold;
  76. margin-top: 5px;
  77. padding: 0 1em;
  78. text-align: right;
  79. width: 15%;
  80. }
  81. .rule {
  82. color: red;
  83. font-weight: bold;
  84. }
  85. .deleteButton {
  86. cursor: pointer;
  87. position: relative;
  88. user-select: none;
  89. }
  90. tr>td:first-child {
  91. width: 20%;
  92. }
  93. #addRule {
  94. float: right;
  95. margin-right: 0;
  96. margin-top: 0;
  97. }
  98. #addRule span {
  99. vertical-align: text-top;
  100. }
  101. #submitDiv {
  102. float: right;
  103. margin-right: 5px;
  104. margin-top: 5px;
  105. }
  106. #submitButton {
  107. height: 30px;
  108. margin-bottom: 5px;
  109. margin-top: 5px;
  110. padding-bottom: 5px;
  111. padding-top: 5px;
  112. right: 0;
  113. user-select: none;
  114. }
  115. .helper {
  116. border-bottom: 1px dotted #9e9e9e;
  117. color: #9e9e9e;
  118. cursor: help;
  119. }
  120. .help_subject {
  121. font-size: 90%;
  122. color: #ff0033;
  123. }
  124. A:link {
  125. color: #000;
  126. text-decoration: none;
  127. }
  128. A:visited {
  129. color: #000;
  130. text-decoration: none;
  131. }
  132. A:active {
  133. color: #000;
  134. text-decoration: none;
  135. }