main.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. * {
  2. box-sizing: border-box;
  3. }
  4. html {
  5. scroll-behavior: smooth;
  6. }
  7. body {
  8. font-family: "sans";
  9. background-color: #222222;
  10. color: white;
  11. margin: 0;
  12. padding: 0;
  13. }
  14. a {
  15. /*color: #87decd;*/
  16. color: lightgreen;
  17. }
  18. form {
  19. padding: 0;
  20. margin: 0;
  21. }
  22. h1, h2, h3, h4, h5, h6 {
  23. text-align: center;
  24. color: white;
  25. }
  26. p {
  27. margin: 0;
  28. color: white;
  29. text-indent: 3mm;
  30. /*text-align: justify;
  31. -webkit-hyphens: auto;
  32. -ms-hyphens: auto;
  33. hyphens: auto;*/
  34. }
  35. .firstp {
  36. text-indent: 0;
  37. }
  38. input:focus, textarea:focus, button:focus {
  39. outline: none;
  40. }
  41. #main {
  42. margin-left: auto;
  43. margin-right: auto;
  44. max-width: 20cm;
  45. width: 100%;
  46. padding: 3mm;
  47. }
  48. .error, .success, .warning, .neutral, .normtext {
  49. width: 100%;
  50. color: red;
  51. margin-bottom: 15px;
  52. border: 1px solid red;
  53. border-radius: 6px;
  54. padding: 3mm;
  55. }
  56. .neutral {
  57. color: white;
  58. border-color: white;
  59. }
  60. .warning {
  61. color: orange;
  62. border-color: orange;
  63. }
  64. .success {
  65. color: lightgreen;
  66. border-color: lightgreen;
  67. }
  68. .normtext {
  69. background-color: #444444;
  70. color: white;
  71. border: none;
  72. }
  73. .hili {
  74. color: yellow;
  75. }
  76. .tittab {
  77. border-collapse: collapse;
  78. width: 100%;
  79. border: none;
  80. }
  81. .tittab tr {
  82. margin: 0;
  83. padding: 0;
  84. }
  85. .tittab td {
  86. margin: 0;
  87. padding: 1mm;
  88. vertical-align: middle;
  89. }
  90. .closeb {
  91. cursor: pointer;
  92. top: 3px;
  93. vertical-align: middle;
  94. }
  95. .inputdiv, .lastinputdiv, .outputdiv, .lastoutputdiv {
  96. width: 100%;
  97. }
  98. .inputdiv {
  99. margin-bottom: 15px;
  100. }
  101. .lastoutputdiv {
  102. margin-top: 15px;
  103. }
  104. .input, .inputx, .textarea, .button, .halfbutton, .copybutton, .output, .outputnobb, .outputli, .posthead, .lastborder, fieldset {
  105. width: 100%;
  106. border: 1px solid #555555;
  107. border-radius: 0 6px 6px 6px;
  108. font-size: 12pt;
  109. margin: 0;
  110. padding: 3px;
  111. }
  112. .input, .inputx, .textarea {
  113. font-family: "sans";
  114. }
  115. .inputx {
  116. border-radius: 0 6px 0 0;
  117. }
  118. .lastborder {
  119. border-top: none;
  120. border-radius: 0 0 6px 6px;
  121. }
  122. fieldset {
  123. padding: 6px;
  124. margin-top: 2px;
  125. }
  126. .halfbutton {
  127. width: 50%;
  128. height: 30px;
  129. border-radius: 6px;
  130. }
  131. .button, .copybutton {
  132. height: 40px;
  133. border-radius: 6px;
  134. font-weight: bold;
  135. }
  136. .copybutton {
  137. border-top: none;
  138. border-radius: 0 0 6px 6px;
  139. }
  140. .output, .outputnobb {
  141. border-radius: 0;
  142. margin: 0;
  143. font-family: "sans";
  144. }
  145. .outputnobb {
  146. border-bottom: none;
  147. }
  148. .outputli {
  149. border-radius: 0 0 6px 6px;
  150. }
  151. label {
  152. max-width: 96%;
  153. font-weight: bold;
  154. color: white;
  155. background-color: #555555;
  156. border-bottom: none;
  157. border-radius: 6px 6px 0 0;
  158. padding: 2px 6px 3px 6px;
  159. display: inline-block;
  160. margin: 0;
  161. }
  162. .cblab {
  163. background-color: rgba(0, 0, 0, 0);
  164. font-weight: normal;
  165. display: table-cell;
  166. }
  167. .posthead, .errposthead {
  168. font-weight: bold;
  169. font-size: 12pt;
  170. margin-bottom: 0;
  171. border-bottom: none;
  172. border-radius: 6px 6px 0 0;
  173. color: white;
  174. background-color: #555555;
  175. padding: 3px 6px 3px 6px;
  176. margin-top: 15px;
  177. }
  178. .errposthead {
  179. background-color: red;
  180. }
  181. .horsep {
  182. width: 100%;
  183. height: 25px;
  184. }
  185. #footer, #almfooter {
  186. width: 100%;
  187. text-align: center;
  188. font-size: 9pt;
  189. margin: 3mm 0 0 0;
  190. }
  191. #almfooter {
  192. font-size: 10.5pt;
  193. }