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.
 
 
 
 

197 lines
3.1 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:#40e0d0;
  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. input[type=button] {
  44. border:1px black solid;
  45. background-color:#ebebeb;
  46. font-size: 12px;
  47. color: black;
  48. font-family: monospace;
  49. margin-bottom:3px;
  50. -moz-border-radius: 5px;
  51. border-radius:5px;
  52. }
  53. .full_width {
  54. width:100%;
  55. text-align:center;
  56. }
  57. input[type=button]:hover {
  58. background-color:#fafafa;
  59. }
  60. input[type=text] {
  61. font-size: 14px;
  62. color: black;
  63. font-family: monospace;
  64. }
  65. hr {
  66. border-top : solid 1px #cccccc;
  67. border-bottom : none;
  68. border-left:none;
  69. border-right:none;
  70. margin-bottom:30px;
  71. margin-top:30px;
  72. }
  73. select {
  74. border:none;
  75. font-family:monospace;
  76. font-size:14px;
  77. background-color:#fafafa;
  78. width:40px;
  79. }
  80. img {
  81. vertical-align:middle;
  82. }
  83. .main {
  84. /*text-align:center;*/
  85. width:750px;
  86. margin:auto;
  87. }
  88. .text_nmbr {
  89. width:100%;
  90. border:none;
  91. text-align:left;
  92. }
  93. .err {
  94. visibility:hidden;
  95. color:red;
  96. font-weight:bold;
  97. font-size:18px;
  98. background-color:#ffbbbb;
  99. }
  100. .new_text {
  101. border:none;
  102. text-align:left;
  103. padding:5px;
  104. font-family:monospace;
  105. font-size:14px;
  106. }
  107. .options {
  108. border:none;
  109. text-align:left;
  110. width:300px;
  111. float:left;
  112. padding:0px 5px 5px 5px;
  113. font-family:monospace;
  114. font-size:14px;
  115. }
  116. .view_options {
  117. display:block;
  118. }
  119. .result {
  120. /*float:right;*/
  121. text-align:left;
  122. /*width:420px;*/
  123. width:748px;
  124. padding:5px;
  125. font-family:monospace;
  126. font-size:14px;
  127. }
  128. .txt {
  129. border:1px #777777 dashed;
  130. border-top:none;
  131. border-right:none;
  132. border-left:none;
  133. background-color:#fafafa;
  134. width:680px;
  135. /*height:240px;*/
  136. font-family:monospace;
  137. font-size:14px;
  138. margin-bottom:5px;
  139. }
  140. .rd_txt {
  141. /*border:1px black solid;*/
  142. /*height:auto;*/
  143. /*color:white;*/
  144. text-align:left;
  145. width:748px;
  146. height:80px;
  147. font-family:monospace;
  148. font-size:14px;
  149. /*text-align:justify;*/
  150. /*background-color:grey;*/
  151. }
  152. /*a, a:visited {
  153. color:#003399;
  154. text-decoration:none;
  155. }
  156. a:hover {
  157. text-decoration:underline;
  158. } */
  159. .d_replay {
  160. visibility:visible;
  161. float:right;
  162. }
  163. .options {
  164. display:none;
  165. padding:10px;
  166. position:absolute;
  167. z-index:2;
  168. width:300px;
  169. border:solid black 1px;
  170. top:200px;left:50%;
  171. margin-left:-150px;
  172. background-color:#fafafa;
  173. }
  174. .voile {
  175. display:none;
  176. background-color:black;
  177. opacity:0.5;
  178. position:absolute;
  179. top:0;
  180. left:0;
  181. z-index:1;
  182. width:100%;
  183. height:100%;
  184. }
  185. .lecon {
  186. width:200px;
  187. }