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.
 
 
 
 

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