stylex.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. *
  2. {
  3. margin:0px;
  4. padding:0px;
  5. }
  6. body
  7. {
  8. font: 21px/26px 'Comic Sans Ms', Fantasy;
  9. color: #FFFFFF;
  10. padding: 0;
  11. margin: 0;
  12. background-color: 0;
  13. }
  14. hr {
  15. position:absolute;
  16. left:1%;
  17. width: 98%;
  18. height: 1px;
  19. bottom: 22px;
  20. color:#000000;
  21. border: none;
  22. z-index:6;
  23. }
  24. #win {
  25. display:none;
  26. width: 100%;
  27. }
  28. #main {
  29. width: 94.9%;
  30. padding-left: 2.5%;
  31. padding-right: 2.5%;
  32. font: 21px/26px 'Trebuchet Ms', Sans-Serif;
  33. color: #220;
  34. float:left;
  35. position:relative;
  36. top:0px;
  37. text-align: justify;
  38. overflow:hidden;
  39. overflow-y:auto;
  40. /*border:1px solid #000;*/
  41. }
  42. #main span
  43. {
  44. display:block;
  45. text-indent:7%;
  46. clear:both;
  47. padding:0px;
  48. }
  49. #main p
  50. {
  51. display:block;
  52. text-indent:7%;
  53. clear:both;
  54. padding:0px;
  55. }
  56. #main dd
  57. {
  58. display:block;
  59. text-indent:7%;
  60. clear:both;
  61. padding:0px;
  62. }
  63. #main div
  64. {
  65. text-indent:7%;
  66. clear:both;
  67. padding:0px;
  68. }
  69. #main span p
  70. {
  71. text-indent:0;
  72. }
  73. #main span div
  74. {
  75. text-indent:0;
  76. }
  77. div#main img
  78. {
  79. border:0px;
  80. vertical-align:top;float:left;
  81. padding:0px;
  82. line-height:0px;
  83. font-size:0px;
  84. }
  85. div.podk
  86. {
  87. position:absolute;
  88. border:3px solid #220;
  89. display:none;
  90. z-index:9;
  91. height:280px;
  92. width:264px;
  93. font: bold 16px 'Trebuchet Ms', Sans-Serif;
  94. display:none;
  95. }
  96. div.podk span
  97. {
  98. text-align:center;
  99. font: 21px/21px 'Trebuchet Ms', Sans-Serif;
  100. }
  101. div.melem {
  102. padding-left: 20px;
  103. line-height: 25px;
  104. }
  105. div.melem label {
  106. cursor: pointer;
  107. }
  108. div.melem label input {
  109. cursor: pointer;
  110. position: relative;
  111. border:0;
  112. left: 10px;
  113. top: 5px;
  114. }
  115. div.melem input
  116. {
  117. background-color:transparent;
  118. border:0px solid #fff;
  119. font: bold 14px 'Trebuchet Ms', Sans-Serif;
  120. text-align:center;
  121. height: 18px;
  122. border:1px solid #000;
  123. }
  124. div.melem b
  125. {
  126. cursor:pointer;
  127. }
  128. .over
  129. {
  130. display:block;
  131. color:#500;
  132. background-color:black;
  133. text-align:center;
  134. vertical-align:middle;
  135. width:100%;
  136. height:10050px;
  137. position:absolute;
  138. right:0px;
  139. bottom:0px;
  140. z-index:15;
  141. }
  142. div#loading
  143. {
  144. background-color:black;
  145. font: 40px 'Trebuchet Ms', Sans-Serif;
  146. align:center;
  147. color:#FFFFFF;
  148. position:absolute;
  149. left:48%;
  150. bottom:50%;
  151. z-index:16;
  152. }
  153. a
  154. {
  155. text-decoration:none;
  156. }
  157. a:hover
  158. {
  159. text-decoration:underline;
  160. }
  161. div#footer div a:hover, div#comm div a:hover
  162. {
  163. text-decoration:none;
  164. }
  165. #tl
  166. {
  167. width:14px;
  168. float:left;
  169. }
  170. #tr
  171. {
  172. width:14px;
  173. float:right;
  174. }
  175. .header
  176. {
  177. height: 0px;
  178. }
  179. .footer {
  180. display: none;
  181. font: 18px/21px 'Trebuchet Ms', Sans-Serif;
  182. width:100%;
  183. height:22px;
  184. position:absolute;
  185. bottom:0px;
  186. overflow: hidden;
  187. white-space: nowrap;
  188. }
  189. .page, .cpage
  190. {
  191. position:relative;
  192. float: left;
  193. vertical-align: bottom;
  194. border: 0px solid yellow;
  195. overflow: hidden;
  196. white-space: nowrap;
  197. }
  198. .cpage
  199. {
  200. cursor:pointer;
  201. }
  202. #tm
  203. {
  204. }
  205. #pageCount
  206. {
  207. }
  208. #pagePercent
  209. {
  210. }
  211. #bmain
  212. {
  213. }
  214. div#pageCount div
  215. {
  216. overflow:hidden;
  217. float:left;
  218. cursor:pointer;
  219. text-align:center;
  220. visibility:hidden;
  221. }
  222. .l
  223. {
  224. left:17px;
  225. float:left;
  226. margin-left:0;
  227. }
  228. .t
  229. {
  230. top:4px;
  231. }
  232. .b
  233. {
  234. bottom:4px;
  235. }
  236. .r
  237. {
  238. right:17px;
  239. float:right;
  240. }
  241. .a
  242. {
  243. position:absolute;
  244. line-height:0px;
  245. }
  246. .addr {
  247. width:80%;
  248. margin-left: 21%;
  249. }
  250. #book
  251. {
  252. border-right:0px solid #fff !important;
  253. }
  254. .book
  255. {
  256. background-color:transparent;
  257. border:2px groove #000;
  258. font: bold 16px 'Trebuchet Ms', Sans-Serif;
  259. height: 26px;
  260. padding:0;
  261. margin:0;
  262. display:block;
  263. float:left;
  264. }
  265. #btnOk
  266. {
  267. height: 30px;
  268. }
  269. #book:hover
  270. {
  271. border-left:2px ridge #000;
  272. }
  273. .book:hover
  274. {
  275. border:2px ridge #000;
  276. }
  277. #leg
  278. {
  279. font: bold 12px Verdana, Sans-Serif;
  280. line-height:12px;
  281. width:60%;
  282. height:60%;
  283. background-color:#fff;
  284. color:#000;
  285. border:4px double black;
  286. padding:20px;
  287. text-align: justify;
  288. z-index:16;
  289. position:absolute;
  290. overflow:scroll;
  291. top:0;
  292. left:0;
  293. display:none;
  294. }
  295. #leg b
  296. {
  297. color: #AA2222;
  298. }
  299. /*êåëâ àüþìî÷ ôàåï÷ START*/
  300. div#colorSelect
  301. {
  302. width:758px;
  303. height:600px;
  304. z-index:20;
  305. display:none;
  306. position:absolute;
  307. color:#220;
  308. }
  309. div.colorImage
  310. {
  311. width:600px;
  312. height:600px;
  313. background:url(/js/colo58.png);
  314. float:right;
  315. cursor:crosshair;
  316. }
  317. div.colorMenu
  318. {
  319. overflow:hidden;
  320. width:150px;
  321. height:330px;
  322. border: 3px solid #000;
  323. position:relative;
  324. background-color:white;
  325. font: 20px/22px 'Trebuchet Ms', Sans-Serif;
  326. top:150px;
  327. }
  328. div.colorMenu div div
  329. {
  330. cursor:pointer;
  331. float:left;
  332. width:76px;
  333. }
  334. div.colorMenu div input
  335. {
  336. float:right;
  337. height:18px;
  338. width:70px;
  339. border: 1px solid #000;
  340. margin:1px 0px;
  341. display:block;
  342. }
  343. div.colorMenu div select
  344. {
  345. width: 70px;
  346. }
  347. div.colorExample
  348. {
  349. position:absolute;
  350. width:150px;
  351. height:78px;
  352. font: 21px/78px 'Trebuchet Ms', Sans-Serif;
  353. text-align:center;
  354. }
  355. div.colorCross
  356. {
  357. position:absolute;
  358. top:143px;
  359. left:147px;
  360. width:14px;
  361. height:14px;
  362. z-index:21;
  363. cursor:pointer;
  364. line-height:7px;
  365. }
  366. div.menuCross
  367. {
  368. font: 21px/26px 'Comic Sans Ms', Fantasy;
  369. position:absolute;
  370. top:-8px;
  371. left: 258px;
  372. width:14px;
  373. height:14px;
  374. z-index:21;
  375. cursor:pointer;
  376. line-height:7px;
  377. }
  378. /*êåëâ àüþìî÷ ôàåï÷ END*/
  379. .test {
  380. border: 1px solid #FFFFFF;
  381. }
  382. #cbscroll {
  383. padding-top: 3px;
  384. padding-left: 30px;
  385. }