You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

242 lines
3.8 KiB

  1. .bar {
  2. background-color:black;
  3. /*z-index:150;*/
  4. width:99%;
  5. /*border:1px black dotted;*/
  6. padding:3px;
  7. margin:auto;
  8. }
  9. a, a:visited {
  10. color:#003399;
  11. text-decoration:none;
  12. }
  13. a:hover {
  14. text-decoration:underline;
  15. }
  16. .bar a,a:visited {
  17. margin:10px;
  18. text-decoration:none;
  19. color:#fafafa;
  20. }
  21. .bar a:hover {
  22. color:#7cfc00;
  23. }
  24. body {
  25. margin:0;
  26. padding:0;
  27. background-color:#fafafa;
  28. color: black;
  29. font-size: 14px;
  30. font-family:monospace;
  31. }
  32. .head {
  33. text-align:center;
  34. margin-bottom:70px;
  35. }
  36. h1 {
  37. margin-bottom:-15px
  38. }
  39. p {
  40. margin:0;
  41. padding:0px 0px 0px 0px;
  42. }
  43. /*.kb {
  44. border:1px solid black;
  45. border-radius:3px;
  46. background-color:gray;
  47. padding:2px;
  48. width:inherit;
  49. margin:auto;
  50. }*/
  51. .key {
  52. border:1px solid black;
  53. border-radius:3px;
  54. margin:2px;
  55. width:20px;
  56. height:20px;
  57. text-align:center;
  58. vertical-align:middle;
  59. background-color:white;
  60. float:left;
  61. }
  62. input[type=button] {
  63. border:1px black solid;
  64. background-color:#ebebeb;
  65. font-size: 12px;
  66. color: black;
  67. font-family: monospace;
  68. margin-bottom:3px;
  69. -moz-border-radius: 5px;
  70. border-radius:5px;
  71. }
  72. .full_width {
  73. width:100%;
  74. text-align:center;
  75. }
  76. input[type=button]:hover {
  77. background-color:#fafafa;
  78. }
  79. input[type=text] {
  80. font-size: 14px;
  81. color: black;
  82. font-family: monospace;
  83. }
  84. hr {
  85. border-top : solid 1px #cccccc;
  86. border-bottom : none;
  87. border-left:none;
  88. border-right:none;
  89. margin-bottom:30px;
  90. margin-top:30px;
  91. }
  92. select {
  93. border:none;
  94. font-family:monospace;
  95. font-size:14px;
  96. background-color:#fafafa;
  97. width:40px;
  98. }
  99. img {
  100. vertical-align:middle;
  101. }
  102. .main {
  103. /*text-align:center;*/
  104. width:750px;
  105. margin:auto;
  106. }
  107. .text_nmbr {
  108. width:100%;
  109. border:none;
  110. text-align:left;
  111. }
  112. .err {
  113. visibility:hidden;
  114. color:red;
  115. font-weight:bold;
  116. font-size:18px;
  117. background-color:#ffbbbb;
  118. }
  119. .new_text {
  120. border:none;
  121. text-align:left;
  122. padding:5px;
  123. font-family:monospace;
  124. font-size:14px;
  125. }
  126. .options {
  127. border:none;
  128. text-align:left;
  129. width:300px;
  130. float:left;
  131. padding:0px 5px 5px 5px;
  132. font-family:monospace;
  133. font-size:14px;
  134. }
  135. .view_options {
  136. display:block;
  137. }
  138. .result {
  139. /*float:right;*/
  140. text-align:left;
  141. /*width:420px;*/
  142. width:748px;
  143. padding:5px;
  144. font-family:monospace;
  145. font-size:14px;
  146. }
  147. .txt {
  148. border:1px #777777 dashed;
  149. border-top:none;
  150. border-right:none;
  151. border-left:none;
  152. background-color:#fafafa;
  153. width:680px;
  154. /*height:240px;*/
  155. font-family:monospace;
  156. font-size:14px;
  157. margin-bottom:5px;
  158. }
  159. .rd_txt {
  160. /*border:1px black solid;*/
  161. /*height:auto;*/
  162. /*color:white;*/
  163. text-align:left;
  164. width:748px;
  165. height:80px;
  166. font-family:monospace;
  167. font-size:14px;
  168. /*text-align:justify;*/
  169. /*background-color:grey;*/
  170. }
  171. /*a, a:visited {
  172. color:#003399;
  173. text-decoration:none;
  174. }
  175. a:hover {
  176. text-decoration:underline;
  177. } */
  178. .d_replay {
  179. visibility:visible;
  180. float:right;
  181. }
  182. .options {
  183. display:none;
  184. padding:10px;
  185. position:absolute;
  186. z-index:2;
  187. width:300px;
  188. border:solid black 1px;
  189. top:200px;left:50%;
  190. margin-left:-150px;
  191. background-color:#fafafa;
  192. border-radius:10px;
  193. }
  194. .options a, a:visited {
  195.   color:#003399;
  196.   text-decoration:none;
  197. }
  198. .options a:hover {
  199.   text-decoration:underline;
  200. }
  201. .help {
  202. display:none;
  203. padding:10px;
  204. position:absolute;
  205. z-index:2;
  206. width:600px;
  207. border:solid black 1px;
  208. top:150px;left:50%;
  209. margin-left:-300px;
  210. background-color:#fafafa;
  211. border-radius:10px;
  212. }
  213. .help p {
  214. padding-bottom:10px
  215. }
  216. .voile {
  217. display:none;
  218. background-color:black;
  219. opacity:0.5;
  220. position:absolute;
  221. top:0;
  222. left:0;
  223. z-index:1;
  224. width:100%;
  225. height:100%;
  226. }