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.

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