Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 187.01 KB | None | 0 0
  1. @charset "UTF-8";
  2. .whitebg {
  3. background: white!important
  4. }
  5.  
  6. .lightivorybg,
  7. .versionsUnFolded,
  8. .lightivorybg:hover {
  9. background-color: #B5B3A1!important;
  10. text-shadow: -1px 1px 0 #9B998B;
  11. color: #fff
  12. }
  13.  
  14. .darkivorybg {
  15. background: #949281;
  16. background: -moz-linear-gradient(top, #949281 0%, #908e7d 100%);
  17. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #949281), color-stop(100%, #908e7d));
  18. background: -webkit-linear-gradient(top, #949281 0%, #908e7d 100%);
  19. background: linear-gradient(to bottom, #949281 0%, #908e7d 100%);
  20. background: -ms-linear-gradient(top, #949281 0%, #908e7d 100%);
  21. text-shadow: -1px 1px 0 #8b897a;
  22. color: #fff
  23. }
  24.  
  25. .white {
  26. color: #fff!important
  27. }
  28.  
  29. .darkGrey,
  30. .idea_under_review {
  31. color: #5c5c5c!important
  32. }
  33.  
  34. .lightgrey {
  35. color: #999
  36. }
  37.  
  38. .lightgrey a {
  39. color: #999!important
  40. }
  41.  
  42. .normalgrey,
  43. a.normalgrey {
  44. color: #757575
  45. }
  46.  
  47. .aclColor_eliteuploader,
  48. .aclColor_eliteuploader a {
  49. color: #744ace!important
  50. }
  51.  
  52. .aclColor_2,
  53. .aclColor_2 a {
  54. color: #ff6000!important
  55. }
  56.  
  57. .aclColor_3,
  58. .aclColor_3 a {
  59. color: #5876b4!important
  60. }
  61.  
  62. .aclColor_4,
  63. .aclColor_4 a,
  64. .aclColor_4.aclColor_verified {
  65. color: #59724b!important
  66. }
  67.  
  68. .aclColor_5,
  69. .aclColor_5 a {
  70. color: #45968B!important
  71. }
  72.  
  73. .aclColor_6,
  74. .aclColor_6 a {
  75. color: #14b9d6!important
  76. }
  77.  
  78. .red,
  79. .red a,
  80. .idea_deleted,
  81. .idea_declined,
  82. .aclColor_9,
  83. .aclColor_9 a,
  84. .request_declined {
  85. color: #b94309!important
  86. }
  87.  
  88. .blue,
  89. .idea_completed,
  90. .aclColor_7,
  91. .aclColor_7 a {
  92. color: #4c2dce!important
  93. }
  94.  
  95. .green,
  96. .idea_started,
  97. .request_confirmed,
  98. .aclColor_8,
  99. .aclColor_8 a {
  100. color: #008f0d!important
  101. }
  102.  
  103. .purple,
  104. .aclColor_10,
  105. .aclColor_10 a {
  106. color: #bc3ecf!important
  107. }
  108.  
  109. .idea_draft,
  110. .request_pending {
  111. color: #987624!important
  112. }
  113.  
  114. .brown {
  115. color: #998b68
  116. }
  117.  
  118. .orange,
  119. .idea_planned,
  120. .aclColor_verified,
  121. .orange a,
  122. .idea_planned a,
  123. .aclColor_verified a {
  124. color: #dc9100!important
  125. }
  126.  
  127. .black {
  128. color: #000
  129. }
  130.  
  131. @font-face {
  132. font-family: "additionalwebfont";
  133. src: url("fonts/additionalwebfont.eot");
  134. src: url("fonts/additionalwebfont.eot#iefix") format("embedded-opentype"), url("fonts/additionalwebfont.woff") format("woff"), url("fonts/additionalwebfont.ttf") format("truetype"), url("fonts/additionalwebfont.svg#additionalwebfont") format("svg");
  135. font-weight: normal;
  136. font-style: normal
  137. }
  138.  
  139. select,
  140. textarea,
  141. .textinput {
  142. border: 1px solid #999;
  143. color: #666;
  144. font-size: 13px;
  145. outline: none;
  146. width: 180px;
  147. padding: 2px 5px 3px 5px;
  148. border-radius: 3px;
  149. background: #fff
  150. }
  151.  
  152. select {
  153. width: 265px;
  154. padding: 2px 5px 2px 5px
  155. }
  156.  
  157. select.shortinput {
  158. width: 100px
  159. }
  160.  
  161. select.extrashortinput {
  162. width: 50px
  163. }
  164.  
  165. .ui-datepicker-title select {
  166. width: inherit
  167. }
  168.  
  169. .textinput.longinput,
  170. textarea,
  171. .holder.textinput {
  172. width: 522px!important
  173. }
  174.  
  175. .textinput.holder,
  176. .textinput {
  177. margin-bottom: 10px;
  178. margin-top: 0
  179. }
  180.  
  181. table.formtable .textinput,
  182. table.data .textinput {
  183. margin-bottom: 0
  184. }
  185.  
  186. .bodySearch .textinput {
  187. border: none
  188. }
  189.  
  190. .perctypeinput {
  191. background: url(images/inputperctype.png) no-repeat right 4px;
  192. padding-right: 18px
  193. }
  194.  
  195. .textinput.shortinput {
  196. width: 70px
  197. }
  198.  
  199. .middleinput {
  200. width: 144px
  201. }
  202.  
  203. .textinput.extrashortinput {
  204. width: 20px
  205. }
  206.  
  207. .textinput.mediuminput {
  208. width: 220px
  209. }
  210.  
  211. input.textinput.longtextinput {
  212. width: 300px
  213. }
  214.  
  215. .drophere {
  216. border: 4px dashed #b0b0b0;
  217. color: #b0b0b0;
  218. border-radius: 5px;
  219. text-align: center;
  220. padding: 40px 0;
  221. font-size: 30px;
  222. font-weight: bold;
  223. margin: 10px 0
  224. }
  225.  
  226. .drophere:hover {
  227. border: 4px dashed #7c7c7c;
  228. color: #7c7c7c
  229. }
  230.  
  231. .switcherBox {
  232. display: inline-block;
  233. padding: 0;
  234. border-radius: 3px;
  235. font-size: 11px;
  236. clear: both;
  237. margin-bottom: 5px;
  238. font-weight: bold
  239. }
  240.  
  241. td .switcherBox {
  242. padding-top: 11px
  243. }
  244.  
  245. .switcherBox a {
  246. cursor: pointer
  247. }
  248.  
  249. .switcherBox a.active {
  250. color: #5f4e18;
  251. text-decoration: none
  252. }
  253.  
  254. .switcherBox .switchLeft span,
  255. .switcherBox .switchRight span {
  256. width: 20px;
  257. height: 12px;
  258. border: 1px solid #646250;
  259. padding: 3px 0;
  260. margin: -1px 0 0 0
  261. }
  262.  
  263. .switcherBox .switchLeft.active span,
  264. .switcherBox .switchRight.active span,
  265. .switcherBox:hover .switchLeft:hover span,
  266. .switcherBox:hover .switchRight:hover span,
  267. .switcherBox:hover .switchLeft:hover.active span,
  268. .switcherBox:hover .switchRight:hover.active span {
  269. background: #c1ad6a;
  270. background: -moz-linear-gradient(top, #c1ad6a 0%, #a28e4b 100%);
  271. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1ad6a), color-stop(100%, #a28e4b));
  272. background: -webkit-linear-gradient(top, #c1ad6a 0%, #a28e4b 100%);
  273. background: linear-gradient(to bottom, #c1ad6a 0%, #a28e4b 100%);
  274. background: -ms-linear-gradient(top, #c1ad6a 0%, #a28e4b 100%)
  275. }
  276.  
  277. .switcherBox .switchLeft span,
  278. .switcherBox .switchRight span,
  279. .switcherBox:hover .switchLeft.active span,
  280. .switcherBox:hover .switchRight.active span,
  281. .switcherBox:hover .switchLeft span,
  282. .switcherBox:hover .switchRight span {
  283. background: #5d5b4b url(images/spriteContent.png) no-repeat 3px 1px
  284. }
  285.  
  286. .switcherBox .switchLeft,
  287. .switcherBox .switchRight {
  288. display: inline-block
  289. }
  290.  
  291. .switcherBox .switchLeft span {
  292. float: right;
  293. border-top-left-radius: 3px;
  294. border-bottom-left-radius: 3px;
  295. margin-left: 5px
  296. }
  297.  
  298. .switcherBox .switchRight span {
  299. float: left;
  300. margin-right: 5px;
  301. border-top-right-radius: 3px;
  302. border-bottom-right-radius: 3px
  303. }
  304.  
  305. .torrentboxes {
  306. vertical-align: top;
  307. float: left;
  308. display: block;
  309. position: relative
  310. }
  311.  
  312. h1+nav.searchTags {
  313. margin-top: -0.3em
  314. }
  315.  
  316. nav.searchTags {
  317. margin-bottom: 1.5em
  318. }
  319.  
  320. nav.searchTags ul {
  321. font-family: georgia, "times new roman";
  322. font-style: italic;
  323. font-size: 1.2em
  324. }
  325.  
  326. nav.searchTags ul li {
  327. display: inline-block
  328. }
  329.  
  330. nav.searchTags ul li a {
  331. display: inline-block;
  332. position: relative;
  333. padding-right: 1.1em;
  334. margin-right: 1em;
  335. text-decoration: none;
  336. color: #999
  337. }
  338.  
  339. nav.searchTags ul li a:before {
  340. font-family: "additionalwebfont";
  341. content: "";
  342. position: absolute;
  343. right: 0;
  344. display: inline-block;
  345. float: right;
  346. line-height: 150%;
  347. font-size: 0.7em;
  348. font-style: normal
  349. }
  350.  
  351. nav.searchTags ul li a:hover {
  352. color: #666
  353. }
  354.  
  355. nav.searchTags ul li a:hover:before {
  356. content: ""
  357. }
  358.  
  359. .siteButton.smallButton,
  360. .kaButton.smallButton {
  361. padding: 0 10px;
  362. font-size: 11px;
  363. text-transform: lowercase;
  364. line-height: 1.7em
  365. }
  366.  
  367. .siteButton.smallButton .buttonPic,
  368. .kaButton.smallButton .buttonPic {
  369. width: 23px;
  370. height: 17px;
  371. margin: -3px 0 0 -13px
  372. }
  373.  
  374. .kaButton.smallButton {
  375. padding: 2px 6px 4px 4px;
  376. color: white!important
  377. }
  378.  
  379. .kaButton.smallButton.rightButton {
  380. padding: 2px 2px 4px 7px
  381. }
  382.  
  383. .kaButton.smallButton.sq16 {
  384. padding: 2px 1px 4px 1px!important
  385. }
  386.  
  387. .kaButton {
  388. background-color: #c1ad6a;
  389. background: #c1ad6a;
  390. background: -moz-linear-gradient(top, #c1ad6a 0%, #a28e4b 100%);
  391. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1ad6a), color-stop(100%, #a28e4b));
  392. background: -webkit-linear-gradient(top, #c1ad6a 0%, #a28e4b 100%);
  393. background: linear-gradient(to bottom, #c1ad6a 0%, #a28e4b 100%);
  394. background: -ms-linear-gradient(top, #c1ad6a 0%, #a28e4b 100%);
  395. -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  396. -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  397. box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  398. border-radius: 2px;
  399. margin: 0;
  400. border: none;
  401. color: #fff;
  402. cursor: pointer;
  403. text-decoration: none!important;
  404. display: inline;
  405. -webkit-user-select: none;
  406. -khtml-user-select: none;
  407. -moz-user-select: none;
  408. -o-user-select: none;
  409. user-select: none;
  410. -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  411. -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  412. box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  413. font-size: 11px;
  414. text-shadow: 0 1px 0 #8c751e;
  415. font-family: Verdana, Geneva, sans-serif;
  416. text-align: center;
  417. text-decoration: none!important;
  418. font-weight: normal!important;
  419. vertical-align: middle;
  420. white-space: nowrap;
  421. line-height: inherit
  422. }
  423.  
  424. .kaButton .ka {
  425. position: relative!important;
  426. top: 1.5px;
  427. text-transform: none!important
  428. }
  429.  
  430. .kaButton .ka-180 {
  431. position: relative!important;
  432. top: 1.5px
  433. }
  434.  
  435. .siteButton,
  436. .icon16 {
  437. background-color: #c1ad6a;
  438. background: #c1ad6a;
  439. background: -moz-linear-gradient(top, #c1ad6a 0%, #a28e4b 100%);
  440. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1ad6a), color-stop(100%, #a28e4b));
  441. background: -webkit-linear-gradient(top, #c1ad6a 0%, #a28e4b 100%);
  442. background: linear-gradient(to bottom, #c1ad6a 0%, #a28e4b 100%);
  443. background: -ms-linear-gradient(top, #c1ad6a 0%, #a28e4b 100%);
  444. -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  445. -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  446. box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  447. display: inline-block;
  448. border-radius: 2px;
  449. margin: 0;
  450. border: none;
  451. color: #fff;
  452. cursor: pointer;
  453. text-decoration: none!important;
  454. -webkit-user-select: none;
  455. -khtml-user-select: none;
  456. -moz-user-select: none;
  457. -o-user-select: none;
  458. user-select: none;
  459. -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  460. -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  461. box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2)
  462. }
  463.  
  464. .siteButton {
  465. font-size: 11px;
  466. text-shadow: 0 1px 0 #8c751e;
  467. font-family: Verdana, Geneva, sans-serif;
  468. text-align: center;
  469. text-decoration: none!important;
  470. font-weight: normal!important;
  471. vertical-align: middle;
  472. white-space: nowrap;
  473. line-height: inherit
  474. }
  475.  
  476. .siteButton .buttonPic {
  477. display: inline-block;
  478. float: left;
  479. border-top-left-radius: 3px;
  480. border-bottom-left-radius: 3px;
  481. cursor: pointer
  482. }
  483.  
  484. .siteButton.torrentfingers {
  485. height: 76px;
  486. top: 1px;
  487. left: 2px;
  488. position: absolute;
  489. width: 54px;
  490. z-index: 1
  491. }
  492.  
  493. .siteButton.searchButton {
  494. display: inline-block;
  495. margin: 3px 30px 0 10px;
  496. padding: 0 2px;
  497. text-decoration: none;
  498. cursor: pointer;
  499. border: 0;
  500. overflow: visible;
  501. float: right;
  502. background: #e1cf78;
  503. background: -moz-linear-gradient(top, #e1cf78 0%, #cfbc63 100%);
  504. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1cf78), color-stop(100%, #cfbc63));
  505. background: -webkit-linear-gradient(top, #e1cf78 0%, #cfbc63 100%);
  506. background: linear-gradient(to bottom, #e1cf78 0%, #cfbc63 100%);
  507. background: -ms-linear-gradient(top, #e1cf78 0%, #cfbc63 100%);
  508. -webkit-appearance: none;
  509. padding: 9px 26px 9px 26px;
  510. letter-spacing: 0.7px;
  511. font-size: 15px;
  512. text-shadow: 0 1px 0 #e0d08b;
  513. color: #5A4B27!important
  514. }
  515.  
  516. .siteButton.searchButton:hover {
  517. background: #c4b160;
  518. background: -moz-linear-gradient(top, #c4b160 0%, #baa449 100%);
  519. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4b160), color-stop(100%, #baa449));
  520. background: -webkit-linear-gradient(top, #c4b160 0%, #baa449 100%);
  521. background: linear-gradient(to bottom, #c4b160 0%, #baa449 100%);
  522. background: -ms-linear-gradient(top, #c4b160 0%, #baa449 100%)
  523. }
  524.  
  525. .siteButton:hover span {
  526. color: #fff!important
  527. }
  528.  
  529. .likeButton span,
  530. .dislikeButton span {
  531. padding: 7px 8px 7px 8px!important;
  532. display: block!important;
  533. font-size: 12px;
  534. cursor: pointer
  535. }
  536.  
  537. .likeButton {
  538. border-radius: 0;
  539. padding-right: 0;
  540. margin: 0;
  541. border-top-left-radius: 4px;
  542. border-bottom-left-radius: 4px;
  543. border-right: 1px solid #84b05e;
  544. text-shadow: 0 1px 0 #63894a;
  545. background: #86b260;
  546. background: -moz-linear-gradient(top, #86b260 0%, #73a24b 100%);
  547. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86b260), color-stop(100%, #73a24b));
  548. background: -webkit-linear-gradient(top, #86b260 0%, #73a24b 100%);
  549. background: linear-gradient(to bottom, #86b260 0%, #73a24b 100%);
  550. background: -ms-linear-gradient(top, #86b260 0%, #73a24b 100%)
  551. }
  552.  
  553. .likeButton:hover {
  554. background: #7c9e5d;
  555. background: -moz-linear-gradient(top, #7c9e5d 0%, #61893f 100%);
  556. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c9e5d), color-stop(100%, #61893f));
  557. background: -webkit-linear-gradient(top, #7c9e5d 0%, #61893f 100%);
  558. background: linear-gradient(to bottom, #7c9e5d 0%, #61893f 100%);
  559. background: -ms-linear-gradient(top, #7c9e5d 0%, #61893f 100%);
  560. text-shadow: 0 1px 0 #67894c
  561. }
  562.  
  563. .dislikeButton {
  564. border-radius: 0;
  565. padding-left: 1px;
  566. border-top-right-radius: 4px;
  567. border-bottom-right-radius: 4px;
  568. background: #c47030;
  569. background: -moz-linear-gradient(top, #c47030 0%, #b55d19 100%);
  570. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c47030), color-stop(100%, #b55d19));
  571. background: -webkit-linear-gradient(top, #c47030 0%, #b55d19 100%);
  572. background: linear-gradient(to bottom, #c47030 0%, #b55d19 100%);
  573. background: -ms-linear-gradient(top, #c47030 0%, #b55d19 100%);
  574. margin: 0
  575. }
  576.  
  577. .kaLikeButton,
  578. .kaDislikeButton {
  579. height: 20px;
  580. padding: 5px 8px 5px 5px
  581. }
  582.  
  583. .kaLikeButton .ka,
  584. .kaDislikeButton .ka {
  585. line-height: 12px;
  586. margin-right: 2px
  587. }
  588.  
  589. .kaLikeButton {
  590. text-shadow: 0px 1px 0px #63894A;
  591. background: transparent linear-gradient(to bottom, #86b260 0%, #73a24b 100%) repeat scroll 0% 0%;
  592. border-radius: 4px 0px 0px 4px
  593. }
  594.  
  595. .kaLikeButton:hover {
  596. background: transparent linear-gradient(to bottom, #79971d 0%, #638106 100%) repeat scroll 0% 0%!important;
  597. text-shadow: 0px 1px 0px #3C6D25!important
  598. }
  599.  
  600. .kaDislikeButton {
  601. border-radius: 0px 4px 4px 0px;
  602. background: transparent linear-gradient(to bottom, #c47030 0%, #b55d19 100%) repeat scroll 0% 0%;
  603. text-shadow: 0px 1px 0px #9F5C28
  604. }
  605.  
  606. .kaDislikeButton:hover {
  607. background: transparent linear-gradient(to bottom, #ab6531 0%, #a25b25 100%) repeat scroll 0% 0%!important;
  608. text-shadow: 0px 1px 0px #905020!important
  609. }
  610.  
  611. .pages a,
  612. .pages .blank:hover {
  613. display: inline-block;
  614. text-decoration: none;
  615. vertical-align: top;
  616. font-size: 12px;
  617. text-align: center;
  618. padding: 0 1px;
  619. margin: 0 4px 2px 0
  620. }
  621.  
  622. .pages.floatright a,
  623. .pages.floatright .blank:hover {
  624. margin: 0 0 2px 4px
  625. }
  626.  
  627. .pages .blank {
  628. background: none
  629. }
  630.  
  631. .pages .blank,
  632. .pages .blank:hover {
  633. background: none;
  634. background: url(images/spriteContent.png) repeat-x -150px -20px!important;
  635. width: 21px!important;
  636. padding: 10px 0!important;
  637. cursor: default;
  638. box-shadow: none!important
  639. }
  640.  
  641. .pages .specificPage {
  642. cursor: pointer!important
  643. }
  644.  
  645. .pages .pagesCount {
  646. border: none;
  647. background: none;
  648. color: #666;
  649. display: inline-block;
  650. margin: 5px 10px 0 10px
  651. }
  652.  
  653. .pages a.active,
  654. .pages a.active:hover {
  655. background: #656565;
  656. cursor: default;
  657. text-shadow: -1px 1px #666
  658. }
  659.  
  660. a.turnoverButton,
  661. a.turnoverButton.blank:hover {
  662. color: #fff;
  663. background: #afafaf;
  664. background: #afafaf;
  665. background: -moz-linear-gradient(top, #afafaf 0%, #949494 100%);
  666. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afafaf), color-stop(100%, #949494));
  667. background: -webkit-linear-gradient(top, #afafaf 0%, #949494 100%);
  668. background: linear-gradient(to bottom, #afafaf 0%, #949494 100%);
  669. background: -ms-linear-gradient(top, #afafaf 0%, #949494 100%);
  670. -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  671. -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  672. box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  673. text-shadow: -1px 1px 0 #959595;
  674. padding: 4px 10px
  675. }
  676.  
  677. a.turnoverButton:hover {
  678. cursor: pointer;
  679. background: #656565;
  680. text-shadow: -1px 1px #666
  681. }
  682.  
  683. .kaTurnoverButton {
  684. padding: 4px 5px 3px 3px!important
  685. }
  686.  
  687. .kaTurnoverButton .ka {
  688. line-height: 10px;
  689. padding: 0px;
  690. width: 17px;
  691. height: 17px;
  692. text-transform: none!important
  693. }
  694.  
  695. .siteButton.checkedButton,
  696. .icon16.checkedButton {
  697. opacity: 0.7
  698. }
  699.  
  700. .downloadButtonGroup {
  701. margin: 5px 150px 9px 0
  702. }
  703.  
  704. .giantIcon {
  705. -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  706. -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  707. box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 -1px 0 0 rgba(0, 0, 0, 0.03), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  708. width: 31px;
  709. height: 27px;
  710. padding: 0;
  711. display: inline-block;
  712. margin-right: 0.1em
  713. }
  714.  
  715. .giantIcon.magnetlinkButton {
  716. background: #998750 url("images/spriteContent.png") -150px -150px no-repeat;
  717. background: url("images/spriteContent.png") -150px -150px no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5ODc1MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhjN2E0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  718. background: url("images/spriteContent.png") -150px -150px no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #998750), color-stop(100%, #8c7a40));
  719. background: url("images/spriteContent.png") -150px -150px no-repeat, -moz-linear-gradient(#998750, #8c7a40);
  720. background: url("images/spriteContent.png") -150px -150px no-repeat, -webkit-linear-gradient(#998750, #8c7a40);
  721. background: url("images/spriteContent.png") -150px -150px no-repeat, linear-gradient(#998750, #8c7a40)
  722. }
  723.  
  724. .giantIcon.magnetlinkButton:hover {
  725. background: url("images/spriteContent.png") -150px -150px no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1NzU0MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlNmIyZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  726. background: url("images/spriteContent.png") -150px -150px no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #857540), color-stop(100%, #7e6b2e));
  727. background: url("images/spriteContent.png") -150px -150px no-repeat, -moz-linear-gradient(#857540, #7e6b2e);
  728. background: url("images/spriteContent.png") -150px -150px no-repeat, -webkit-linear-gradient(#857540, #7e6b2e);
  729. background: url("images/spriteContent.png") -150px -150px no-repeat, linear-gradient(#857540, #7e6b2e)
  730. }
  731.  
  732. .giantIcon.magnetlinkButton.checkedButton {
  733. opacity: 0.7
  734. }
  735.  
  736. .giantIcon.bookmarkButton {
  737. background: #998750 url("images/spriteContent.png") -150px -175px no-repeat;
  738. background: url("images/spriteContent.png") -150px -175px no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5ODc1MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhjN2E0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  739. background: url("images/spriteContent.png") -150px -175px no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #998750), color-stop(100%, #8c7a40));
  740. background: url("images/spriteContent.png") -150px -175px no-repeat, -moz-linear-gradient(#998750, #8c7a40);
  741. background: url("images/spriteContent.png") -150px -175px no-repeat, -webkit-linear-gradient(#998750, #8c7a40);
  742. background: url("images/spriteContent.png") -150px -175px no-repeat, linear-gradient(#998750, #8c7a40)
  743. }
  744.  
  745. .giantIcon.bookmarkButton:hover {
  746. background: url("images/spriteContent.png") -150px -175px no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1NzU0MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlNmIyZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  747. background: url("images/spriteContent.png") -150px -175px no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #857540), color-stop(100%, #7e6b2e));
  748. background: url("images/spriteContent.png") -150px -175px no-repeat, -moz-linear-gradient(#857540, #7e6b2e);
  749. background: url("images/spriteContent.png") -150px -175px no-repeat, -webkit-linear-gradient(#857540, #7e6b2e);
  750. background: url("images/spriteContent.png") -150px -175px no-repeat, linear-gradient(#857540, #7e6b2e)
  751. }
  752.  
  753. .giantIcon.bookmarkButton.checkedButton {
  754. opacity: 0.7
  755. }
  756.  
  757. .giantIcon.rssButton {
  758. background: #998750 url("images/spriteContent.png") -150px -200px no-repeat;
  759. background: url("images/spriteContent.png") -150px -200px no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5ODc1MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhjN2E0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  760. background: url("images/spriteContent.png") -150px -200px no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #998750), color-stop(100%, #8c7a40));
  761. background: url("images/spriteContent.png") -150px -200px no-repeat, -moz-linear-gradient(#998750, #8c7a40);
  762. background: url("images/spriteContent.png") -150px -200px no-repeat, -webkit-linear-gradient(#998750, #8c7a40);
  763. background: url("images/spriteContent.png") -150px -200px no-repeat, linear-gradient(#998750, #8c7a40)
  764. }
  765.  
  766. .giantIcon.rssButton:hover {
  767. background: url("images/spriteContent.png") -150px -200px no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1NzU0MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlNmIyZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  768. background: url("images/spriteContent.png") -150px -200px no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #857540), color-stop(100%, #7e6b2e));
  769. background: url("images/spriteContent.png") -150px -200px no-repeat, -moz-linear-gradient(#857540, #7e6b2e);
  770. background: url("images/spriteContent.png") -150px -200px no-repeat, -webkit-linear-gradient(#857540, #7e6b2e);
  771. background: url("images/spriteContent.png") -150px -200px no-repeat, linear-gradient(#857540, #7e6b2e)
  772. }
  773.  
  774. .giantIcon.rssButton.checkedButton {
  775. opacity: 0.7
  776. }
  777.  
  778. .siteButton.verifTorrentButton {
  779. padding-left: 0
  780. }
  781.  
  782. .siteButton.verifTorrentButton .buttonPic {
  783. background: url("images/spriteContent.png") -142px 5px no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5ODc1MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhjN2E0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  784. background: url("images/spriteContent.png") -142px 5px no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #998750), color-stop(100%, #8c7a40));
  785. background: url("images/spriteContent.png") -142px 5px no-repeat, -moz-linear-gradient(#998750, #8c7a40);
  786. background: url("images/spriteContent.png") -142px 5px no-repeat, -webkit-linear-gradient(#998750, #8c7a40);
  787. background: url("images/spriteContent.png") -142px 5px no-repeat, linear-gradient(#998750, #8c7a40);
  788. border-right: 1px solid #a6945a;
  789. margin-right: 12px
  790. }
  791.  
  792. .siteButton.verifTorrentButton:hover .buttonPic {
  793. background: url("images/spriteContent.png") -142px 5px no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1NzU0MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlNmIyZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  794. background: url("images/spriteContent.png") -142px 5px no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #857540), color-stop(100%, #7e6b2e));
  795. background: url("images/spriteContent.png") -142px 5px no-repeat, -moz-linear-gradient(#857540, #7e6b2e);
  796. background: url("images/spriteContent.png") -142px 5px no-repeat, -webkit-linear-gradient(#857540, #7e6b2e);
  797. background: url("images/spriteContent.png") -142px 5px no-repeat, linear-gradient(#857540, #7e6b2e);
  798. border-right: 1px solid #a6945a
  799. }
  800.  
  801. .kaGiantButton {
  802. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.03) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  803. width: 31px;
  804. height: 29px;
  805. padding: 0px;
  806. display: inline-block;
  807. margin-right: 0.1em;
  808. border-radius: 2px;
  809. background: transparent linear-gradient(#998750, #8c7a40) repeat scroll 0% 0%;
  810. vertical-align: top
  811. }
  812.  
  813. .kaGiantButton .ka:before {
  814. color: #fff;
  815. font-size: 20px;
  816. line-height: 30px;
  817. height: 29px;
  818. width: 23px;
  819. text-align: center;
  820. margin-top: 0px
  821. }
  822.  
  823. .kaGiantButton.iconButton {
  824. padding-left: 0px!important
  825. }
  826.  
  827. .kaGiantButton.siteButton {
  828. width: auto;
  829. background: transparent linear-gradient(to bottom, #c1ad6a 0%, #a28e4b 100%) repeat scroll 0% 0%;
  830. text-transform: capitalize;
  831. padding: 0px 10px
  832. }
  833.  
  834. .kaGiantButton.siteButton .ka:before {
  835. background-color: #97854E;
  836. margin-right: 10px;
  837. border-radius: 2px 0px 0px 2px;
  838. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.03) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  839. width: 30px;
  840. margin-left: 0px
  841. }
  842.  
  843. .kaGiantButton.siteButton:hover {
  844. background: transparent linear-gradient(to bottom, #a8965a 0%, #89783f 100%) repeat scroll 0% 0%
  845. }
  846.  
  847. .kaGiantButton.siteButton:hover .ka:before {
  848. background: transparent linear-gradient(#857540, #7e6b2e) repeat scroll 0% 0%
  849. }
  850.  
  851. .kaGiantButton span {
  852. vertical-align: top;
  853. line-height: 30px;
  854. text-transform: uppercase
  855. }
  856.  
  857. .kaGiantButton:hover {
  858. background: transparent linear-gradient(#857540, #7e6b2e) repeat scroll 0% 0%
  859. }
  860.  
  861. .kaGiantButton.checkedButton {
  862. opacity: 0.7
  863. }
  864.  
  865. .downloadButtonGroup {
  866. overflow: hidden!important
  867. }
  868.  
  869. .downloadButtonGroup .kaGiantButton .ka:before {
  870. color: #DCCA62
  871. }
  872.  
  873. body {
  874. margin: 0;
  875. padding: 0;
  876. font-size: 12px;
  877. font-family: Verdana, Arial, Helvetica, sans-serif;
  878. color: #333;
  879. min-width: 970px;
  880. -webkit-appearance: none
  881. }
  882.  
  883. header {
  884. position: relative
  885. }
  886.  
  887. ::selection,
  888. ::moz-selection {
  889. background: #a28e4b;
  890. color: white
  891. }
  892.  
  893. .showonhover {
  894. visibility: hidden
  895. }
  896.  
  897. .showcontentonhover:hover .showonhover {
  898. visibility: visible
  899. }
  900.  
  901. .valignTop {
  902. vertical-align: top!important
  903. }
  904.  
  905. .valignMiddle {
  906. vertical-align: middle!important
  907. }
  908.  
  909. .valignBot {
  910. vertical-align: bottom!important
  911. }
  912.  
  913. .dotted {
  914. border-bottom: 1px dotted!important;
  915. text-decoration: none!important
  916. }
  917.  
  918. .capital {
  919. text-transform: capitalize!important
  920. }
  921.  
  922. .lower {
  923. text-transform: lowercase!important
  924. }
  925.  
  926. .upper {
  927. text-transform: uppercase!important
  928. }
  929.  
  930. #sidebar .ajaxLink,
  931. .ajaxLink {
  932. border-bottom: none
  933. }
  934.  
  935. .showSidebar {
  936. position: absolute;
  937. right: -8px;
  938. z-index: 100
  939. }
  940.  
  941. .asterisk {
  942. font-family: Georgia, "Times New Roman", Times, serif;
  943. font-size: 18px;
  944. color: #f60;
  945. vertical-align: text-top
  946. }
  947.  
  948. .reported,
  949. .reported td {
  950. background: #ffe0cf
  951. }
  952.  
  953. #changeIE6 {
  954. display: none
  955. }
  956.  
  957. #vtip {
  958. display: none;
  959. position: absolute;
  960. padding: 10px;
  961. left: 5px;
  962. z-index: 9999;
  963. max-width: 400px;
  964. background: #fff;
  965. background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  966. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f2f2f2));
  967. background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  968. background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
  969. background: -ms-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  970. box-shadow: 0 1px 3px #545048;
  971. text-shadow: -1px 1px 0 #fff;
  972. border-radius: 5px
  973. }
  974.  
  975. #vtip #vtipArrow {
  976. position: absolute;
  977. top: -10px;
  978. left: 5px
  979. }
  980.  
  981. .line100perc {
  982. line-height: 100%!important
  983. }
  984.  
  985. .line160perc {
  986. line-height: 160%!important
  987. }
  988.  
  989. .pad0 {
  990. padding: 0!important
  991. }
  992.  
  993. .pad5px {
  994. padding: 5px!important
  995. }
  996.  
  997. .pad10px {
  998. padding: 10px!important
  999. }
  1000.  
  1001. .botpad3px {
  1002. padding-bottom: 3px
  1003. }
  1004.  
  1005. .botpad5px {
  1006. padding-bottom: 5px
  1007. }
  1008.  
  1009. .botpad10px {
  1010. padding-bottom: 10px
  1011. }
  1012.  
  1013. .toppad3px {
  1014. padding-top: 3px
  1015. }
  1016.  
  1017. .toppad5px {
  1018. padding-top: 5px
  1019. }
  1020.  
  1021. .toppad10px {
  1022. padding-top: 10px
  1023. }
  1024.  
  1025. .leftpad10px {
  1026. padding-left: 10px
  1027. }
  1028.  
  1029. .leftpad15px {
  1030. padding-left: 15px
  1031. }
  1032.  
  1033. .leftpad20px {
  1034. padding-left: 20px
  1035. }
  1036.  
  1037. .rightpad5px {
  1038. padding-right: 5px!important
  1039. }
  1040.  
  1041. .rightpad20px {
  1042. padding-right: 20px!important
  1043. }
  1044.  
  1045. .novertpad {
  1046. padding-top: 0!important;
  1047. padding-bottom: 0!important
  1048. }
  1049.  
  1050. .nohorpad {
  1051. padding-left: 0!important;
  1052. padding-right: 0!important
  1053. }
  1054.  
  1055. .noleftpad {
  1056. padding-left: 0!important
  1057. }
  1058.  
  1059. .norightpad {
  1060. padding-right: 0!important
  1061. }
  1062.  
  1063. .novertmarg {
  1064. margin-top: 0!important;
  1065. margin-bottom: 0!important
  1066. }
  1067.  
  1068. .nohormarg {
  1069. margin-left: 0!important;
  1070. margin-right: 0!important
  1071. }
  1072.  
  1073. .botmarg0 {
  1074. margin-bottom: 0!important
  1075. }
  1076.  
  1077. .topmarg2px {
  1078. margin-top: 2px!important
  1079. }
  1080.  
  1081. .topmarg5px {
  1082. margin-top: 5px!important
  1083. }
  1084.  
  1085. .topmarg10px {
  1086. margin-top: 10px!important
  1087. }
  1088.  
  1089. .topmarg20px {
  1090. margin-top: 20px!important
  1091. }
  1092.  
  1093. .botmarg2px {
  1094. margin-bottom: 2px!important
  1095. }
  1096.  
  1097. .botmarg5px {
  1098. margin-bottom: 5px!important
  1099. }
  1100.  
  1101. .botmarg10px {
  1102. margin-bottom: 10px!important
  1103. }
  1104.  
  1105. .botmarg15px {
  1106. margin-bottom: 15px!important
  1107. }
  1108.  
  1109. .botmarg20px {
  1110. margin-bottom: 20px!important
  1111. }
  1112.  
  1113. .rightmarg2px {
  1114. margin-right: 2px
  1115. }
  1116.  
  1117. .rightmarg20px {
  1118. margin-right: 20px
  1119. }
  1120.  
  1121. .leftmarg2px {
  1122. margin-left: 2px!important
  1123. }
  1124.  
  1125. .leftmarg140px {
  1126. margin-left: 140px!important
  1127. }
  1128.  
  1129. .overauto {
  1130. overflow: auto
  1131. }
  1132.  
  1133. .overvisible {
  1134. overflow: visible
  1135. }
  1136.  
  1137. .overhidden {
  1138. overflow: hidden
  1139. }
  1140.  
  1141. .linethrough {
  1142. text-decoration: line-through!important
  1143. }
  1144.  
  1145. .borderrad3px {
  1146. border-radius: 3px
  1147. }
  1148.  
  1149. .borderrad5px {
  1150. border-radius: 5px
  1151. }
  1152.  
  1153. .line50perc {
  1154. line-height: 50%!important
  1155. }
  1156.  
  1157. .plain,
  1158. .plain a {
  1159. text-decoration: none!important
  1160. }
  1161.  
  1162. .plainfull,
  1163. .plainfull a {
  1164. text-decoration: none!important
  1165. }
  1166.  
  1167. a.plain:hover,
  1168. .plain a:hover {
  1169. text-decoration: underline!important
  1170. }
  1171.  
  1172. .left {
  1173. text-align: left!important
  1174. }
  1175.  
  1176. .center {
  1177. text-align: center!important
  1178. }
  1179.  
  1180. .right {
  1181. text-align: right!important
  1182. }
  1183.  
  1184. .justify {
  1185. text-align: justify!important
  1186. }
  1187.  
  1188. .normalText {
  1189. text-transform: none!important
  1190. }
  1191.  
  1192. .spoiler_show {
  1193. float: left!important;
  1194. margin: 0
  1195. }
  1196.  
  1197. .spoiler_container {
  1198. text-align: left;
  1199. min-height: 18px;
  1200. clear: right;
  1201. padding: 4px;
  1202. background: #72B73A repeat-x scroll 0% 0% transparent;
  1203. -webkit-border-top-left-radius: 3px;
  1204. -webkit-border-top-right-radius: 3px;
  1205. -moz-border-radius-topleft: 3px;
  1206. -moz-border-radius-topright: 3px;
  1207. border: 1px solid #b6b4a3;
  1208. border-radius: 3px
  1209. }
  1210.  
  1211. .spoiler_body {
  1212. color: #333;
  1213. background: transparent none repeat scroll 0% 0%;
  1214. margin: 15px 0px 2px 5px;
  1215. padding: 13px 4px 4px 12px;
  1216. display: block;
  1217. position: relative;
  1218. clear: right;
  1219. border: 1px double #C0BDBA;
  1220. text-align: left!important
  1221. }
  1222.  
  1223. .spoiler_body:not(.spoiler_opened) {
  1224. border-right: medium none;
  1225. border-left: medium none;
  1226. border-bottom: medium none
  1227. }
  1228.  
  1229. .spoiler_body:not(.spoiler_opened)>.spoiler_header {
  1230. margin-left: -12px
  1231. }
  1232.  
  1233. .spoiler_body .spoiler_header {
  1234. margin: -12px 0px 0px -13px;
  1235. display: inline-block;
  1236. border-radius: 5px;
  1237. border: 1px double #B3A9A1!important;
  1238. background-color: #FFF;
  1239. text-shadow: none!important;
  1240. vertical-align: middle;
  1241. padding: 2px!important;
  1242. float: left;
  1243. font-size: 12px;
  1244. color: #000;
  1245. position: absolute;
  1246. top: 0px;
  1247. z-index: 30;
  1248. max-width: 750px;
  1249. overflow: hidden;
  1250. text-overflow: ellipsis;
  1251. line-height: 12px
  1252. }
  1253.  
  1254. .spoiler_body .spoiler_header .spoiler_toggle {
  1255. margin-left: 0px!important;
  1256. text-transform: none!important
  1257. }
  1258.  
  1259. .bold {
  1260. font-weight: bold
  1261. }
  1262.  
  1263. .thin {
  1264. font-weight: normal
  1265. }
  1266.  
  1267. .italic {
  1268. font-style: italic
  1269. }
  1270.  
  1271. .nobr {
  1272. white-space: nowrap!important
  1273. }
  1274.  
  1275. .nopad,
  1276. td.nopad {
  1277. padding: 0!important
  1278. }
  1279.  
  1280. .nobord {
  1281. border: none 0!important
  1282. }
  1283.  
  1284. .nowrap {
  1285. white-space: nowrap
  1286. }
  1287.  
  1288. .wrap {
  1289. white-space: normal!important
  1290. }
  1291.  
  1292. .floatleft {
  1293. float: left!important
  1294. }
  1295.  
  1296. .floatright {
  1297. float: right!important
  1298. }
  1299.  
  1300. .floatnone {
  1301. float: none
  1302. }
  1303.  
  1304. .relative {
  1305. position: relative!important
  1306. }
  1307.  
  1308. .absolute {
  1309. position: absolute
  1310. }
  1311.  
  1312. .notsolong a,
  1313. a.notsolong,
  1314. span.notsolong {
  1315. max-width: 350px;
  1316. overflow: hidden;
  1317. display: inline-block;
  1318. text-overflow: ellipsis
  1319. }
  1320.  
  1321. .maxheight100px {
  1322. max-height: 100px!important
  1323. }
  1324.  
  1325. .maxwidth100px {
  1326. max-width: 100px!important
  1327. }
  1328.  
  1329. .maxwidth150px {
  1330. max-width: 150px!important
  1331. }
  1332.  
  1333. .maxwidth180px {
  1334. max-width: 180px!important
  1335. }
  1336.  
  1337. .maxwidth300px {
  1338. max-width: 300px!important
  1339. }
  1340.  
  1341. .maxwidth500px {
  1342. max-width: 500px!important
  1343. }
  1344.  
  1345. .maxwidth550px {
  1346. max-width: 550px!important
  1347. }
  1348.  
  1349. .widthauto {
  1350. width: auto
  1351. }
  1352.  
  1353. .minwidth400px {
  1354. min-width: 400px
  1355. }
  1356.  
  1357. .width10px {
  1358. width: 10px!important
  1359. }
  1360.  
  1361. .width50px {
  1362. width: 50px!important
  1363. }
  1364.  
  1365. .width90px {
  1366. width: 90px!important
  1367. }
  1368.  
  1369. .width100px {
  1370. width: 100px!important
  1371. }
  1372.  
  1373. .width150px {
  1374. width: 150px!important
  1375. }
  1376.  
  1377. .width250px {
  1378. width: 250px!important
  1379. }
  1380.  
  1381. .width405px {
  1382. width: 405px!important
  1383. }
  1384.  
  1385. .width540px {
  1386. width: 535px!important
  1387. }
  1388.  
  1389. .width600px {
  1390. width: 600px!important
  1391. }
  1392.  
  1393. .width700px {
  1394. width: 700px!important
  1395. }
  1396.  
  1397. .width900px {
  1398. width: 900px!important
  1399. }
  1400.  
  1401. .height100px {
  1402. height: 100px!important;
  1403. max-height: 100px!important
  1404. }
  1405.  
  1406. .zindex10 {
  1407. z-index: 10;
  1408. position: relative
  1409. }
  1410.  
  1411. .width100perc,
  1412. td.width100perc {
  1413. width: 100%!important
  1414. }
  1415.  
  1416. .width15perc {
  1417. width: 15%
  1418. }
  1419.  
  1420. .width25perc {
  1421. width: 25%
  1422. }
  1423.  
  1424. .width30perc {
  1425. width: 30%
  1426. }
  1427.  
  1428. .width40perc {
  1429. width: 40%
  1430. }
  1431.  
  1432. .width50perc {
  1433. width: 50%
  1434. }
  1435.  
  1436. .width70perc {
  1437. width: 70%
  1438. }
  1439.  
  1440. .showTop250px {
  1441. max-height: 250px!important;
  1442. overflow-y: hidden
  1443. }
  1444.  
  1445. .blogFeedFade {
  1446. background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  1447. position: absolute;
  1448. height: 50px;
  1449. width: 700px;
  1450. margin-top: -51px;
  1451. pointer-events: none
  1452. }
  1453.  
  1454. .moviesByActor figure {
  1455. display: inline-block;
  1456. margin: 5px 5px 0 0;
  1457. overflow-y: hidden;
  1458. vertical-align: top;
  1459. width: 147px
  1460. }
  1461.  
  1462. .moviesByActor .movieCover {
  1463. display: block;
  1464. overflow-y: hidden;
  1465. margin-bottom: 5px
  1466. }
  1467.  
  1468. .acta:hover {
  1469. background-position: 0 0
  1470. }
  1471.  
  1472. .ajaxAlert {
  1473. border-radius: 8px;
  1474. background: url(images/fancybox/pagedarkbg.png);
  1475. padding: 3px;
  1476. position: fixed;
  1477. opacity: 0.9;
  1478. cursor: pointer;
  1479. z-index: 11
  1480. }
  1481.  
  1482. .ajaxAlertBody {
  1483. border-radius: 5px;
  1484. background: #000;
  1485. padding: 5px 10px 5px 5px;
  1486. width: 310px;
  1487. height: 70px;
  1488. background: #faf9f3;
  1489. text-shadow: -1px 1px 0 #fff
  1490. }
  1491.  
  1492. .ajaxAlertBody .commentbody {
  1493. margin: 0;
  1494. padding: 0
  1495. }
  1496.  
  1497. .ajaxAlertBody .commentbody .commentcontent {
  1498. margin: 0 0 0 60px
  1499. }
  1500.  
  1501. .ajaxAlertBody .commentbody .commentcontent p {
  1502. max-height: 50px;
  1503. overflow: hidden;
  1504. padding: 0;
  1505. display: block;
  1506. max-width: 250px
  1507. }
  1508.  
  1509. .welcomecircle {
  1510. width: 435px;
  1511. height: 421px;
  1512. margin: 20px auto 0 auto;
  1513. position: relative;
  1514. background: url(images/welcomecircle.png) no-repeat;
  1515. background-size: 100%
  1516. }
  1517.  
  1518. .welcomecircle a {
  1519. display: block;
  1520. width: 100px;
  1521. height: 120px;
  1522. position: absolute;
  1523. float: left;
  1524. cursor: default
  1525. }
  1526.  
  1527. .welcomeDownload {
  1528. left: 16px;
  1529. top: 19px
  1530. }
  1531.  
  1532. .welcomeUpload {
  1533. left: 316px;
  1534. top: 19px
  1535. }
  1536.  
  1537. .welcomeCommunity {
  1538. left: 15px;
  1539. top: 290px
  1540. }
  1541.  
  1542. .welcomeSocialize {
  1543. left: 317px;
  1544. top: 290px
  1545. }
  1546.  
  1547. .bodySearch {
  1548. padding: 5px;
  1549. width: auto;
  1550. min-height: 23px;
  1551. vertical-align: top;
  1552. margin-top: 5px;
  1553. text-align: center;
  1554. background-color: #594c2d
  1555. }
  1556.  
  1557. .bodySearch input,
  1558. .bodySearch select {
  1559. border: 1px solid #fff!important;
  1560. border-radius: 2px;
  1561. width: 200px;
  1562. margin-bottom: 0
  1563. }
  1564.  
  1565. .fastswitchPopup {
  1566. width: 200px;
  1567. background: white;
  1568. z-index: 1000;
  1569. position: absolute;
  1570. right: 12px;
  1571. top: 29px;
  1572. border: 1px solid #666;
  1573. border-bottom-right-radius: 5px;
  1574. border-bottom-left-radius: 5px;
  1575. text-shadow: -1px 1px 0 #fff;
  1576. box-shadow: 0 2px 3px #545048;
  1577. background: #f7f7f7;
  1578. background: #f7f7f7;
  1579. background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  1580. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
  1581. background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
  1582. background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
  1583. background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%)
  1584. }
  1585.  
  1586. .fastswitchPopup p {
  1587. padding: 3px 6px;
  1588. margin: 0;
  1589. display: block;
  1590. border-bottom: 1px solid #E0E0E0;
  1591. vertical-align: middle;
  1592. height: 34px
  1593. }
  1594.  
  1595. .fastswitchPopup p:hover {
  1596. background: #f1f1e7
  1597. }
  1598.  
  1599. .fastswitchPopup a.blank {
  1600. text-decoration: none
  1601. }
  1602.  
  1603. .fastswitchPopup .icon16 {
  1604. margin-top: 9px
  1605. }
  1606.  
  1607. .fastswitchPopup a {
  1608. vertical-align: top
  1609. }
  1610.  
  1611. .fastswitchPopup .blank {
  1612. display: inline-block;
  1613. width: 160px;
  1614. vertical-align: middle;
  1615. overflow: hidden;
  1616. padding-top: 10px
  1617. }
  1618.  
  1619. .fastswitchPopup .blank img {
  1620. float: left;
  1621. margin-right: 6px;
  1622. margin-top: -6px;
  1623. max-width: 30px;
  1624. max-height: 30px
  1625. }
  1626.  
  1627. #langSelectorLine {
  1628. padding: 2px 10px 2px 10px;
  1629. background: #ffeeb4;
  1630. text-align: center;
  1631. vertical-align: middle;
  1632. width: auto;
  1633. color: #594c2d;
  1634. position: relative;
  1635. top: 0;
  1636. font-size: 11px;
  1637. clear: both
  1638. }
  1639.  
  1640. .clear {
  1641. clear: both
  1642. }
  1643.  
  1644. .clearleft {
  1645. clear: left!important
  1646. }
  1647.  
  1648. .clearright {
  1649. clear: right
  1650. }
  1651.  
  1652. .margauto {
  1653. margin: 0 auto
  1654. }
  1655.  
  1656. .marg33px {
  1657. margin: 33px
  1658. }
  1659.  
  1660. .marginBot25px {
  1661. margin-bottom: 25px
  1662. }
  1663.  
  1664. .inline {
  1665. display: inline
  1666. }
  1667.  
  1668. .block {
  1669. display: block
  1670. }
  1671.  
  1672. .none {
  1673. display: none
  1674. }
  1675.  
  1676. .inlineblock,
  1677. a.inlineblock {
  1678. display: inline-block
  1679. }
  1680.  
  1681. .sliderbox .inlineblock {
  1682. display: inline-block!important
  1683. }
  1684.  
  1685. .sliderBoxToggle {
  1686. float: right;
  1687. margin-top: -5px!important
  1688. }
  1689.  
  1690. .formtable form {
  1691. display: inline
  1692. }
  1693.  
  1694. .underlined a,
  1695. a.underlined {
  1696. text-decoration: underline!important
  1697. }
  1698.  
  1699. .blog_entry {
  1700. margin-bottom: 20px
  1701. }
  1702.  
  1703. .blog_entry .bbcodeImage,
  1704. .faq_entry .textcontent img {
  1705. margin: 25px 15px;
  1706. box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.43)
  1707. }
  1708.  
  1709. .blog_entry img {
  1710. margin: 6px 0
  1711. }
  1712.  
  1713. .blog_entry .comments img {
  1714. border: 0;
  1715. margin: 0
  1716. }
  1717.  
  1718. .contentTabContainer {
  1719. width: auto;
  1720. clear: both;
  1721. display: block;
  1722. margin-bottom: 20px
  1723. }
  1724.  
  1725. .questionGroupFolded,
  1726. .questionGroupUnFolded {
  1727. margin-top: 5px
  1728. }
  1729.  
  1730. .questionGroupFolded span,
  1731. .questionGroupUnFolded span {
  1732. display: inline-block;
  1733. width: 9px;
  1734. margin: 0 0 0 5px;
  1735. height: 9px;
  1736. background: url(images/spriteContent.png) no-repeat -295px -70px
  1737. }
  1738.  
  1739. .questionGroupUnFolded span {
  1740. background: url(images/spriteContent.png) no-repeat -295px -60px;
  1741. margin-bottom: -2px
  1742. }
  1743.  
  1744. .versionsFolded,
  1745. .versionsUnFolded {
  1746. border-bottom: 1px solid #ccc;
  1747. margin: 0
  1748. }
  1749.  
  1750. .versionsFolded {
  1751. cursor: pointer;
  1752. min-height: 26px
  1753. }
  1754.  
  1755. .versionsFolded .versionsViews {
  1756. bottom: -6px;
  1757. position: relative
  1758. }
  1759.  
  1760. #rssBlock h2.versionsUnFolded {
  1761. background: none!important;
  1762. color: #99742E!important;
  1763. border-bottom: none;
  1764. cursor: default
  1765. }
  1766.  
  1767. .infoListCut {
  1768. width: auto;
  1769. display: block;
  1770. padding: 4px 5px 1px 5px;
  1771. text-decoration: none;
  1772. margin-right: 0;
  1773. min-height: 19px;
  1774. cursor: pointer
  1775. }
  1776.  
  1777. h2 .infoListCut {
  1778. font-family: Verdana, Arial, Helvetica, sans-serif;
  1779. font-size: 12px
  1780. }
  1781.  
  1782. .versionsFolded:hover,
  1783. .versionsNoLinkUnder:hover {
  1784. background-color: #f4f5e9
  1785. }
  1786.  
  1787. .versionsNoLinkUnder span {
  1788. text-decoration: none!important;
  1789. color: #999
  1790. }
  1791.  
  1792. .versionsUnFolded,
  1793. .versionsUnFolded:hover,
  1794. .versionsUnFolded a,
  1795. .versionsUnFolded:hover a {
  1796. color: #fff;
  1797. text-decoration: none;
  1798. cursor: pointer
  1799. }
  1800.  
  1801. .versionsUnFolded .infoListCut,
  1802. .versionsUnFolded:hover .infoListCut {
  1803. text-decoration: none;
  1804. color: #fff
  1805. }
  1806.  
  1807. .versionsUnFolded {
  1808. color: #fff
  1809. }
  1810.  
  1811. .getcontainer {
  1812. background: #FFF;
  1813. padding: 0 15px
  1814. }
  1815.  
  1816. .infoList span {
  1817. display: inline-block;
  1818. overflow-x: auto
  1819. }
  1820.  
  1821. .infoList section {
  1822. float: right;
  1823. display: inline-block
  1824. }
  1825.  
  1826. .circleButton {
  1827. border-radius: 8px;
  1828. display: inline-block;
  1829. vertical-align: text-top
  1830. }
  1831.  
  1832. .circleButton span {
  1833. background-image: url(images/spriteCircleBullets.png);
  1834. background-repeat: no-repeat;
  1835. display: block;
  1836. width: 14px;
  1837. height: 14px
  1838. }
  1839.  
  1840. .versionsUnFolded .versionsBullet,
  1841. .versionsUnFolded .versionsBullet:hover {
  1842. background: #fff
  1843. }
  1844.  
  1845. .versionsBullet span {
  1846. background-position: 0 0
  1847. }
  1848.  
  1849. .versionsUnFolded .versionsBullet span {
  1850. background-position: -120px -20px
  1851. }
  1852.  
  1853. .versionsClose span {
  1854. background-position: -20px 0
  1855. }
  1856.  
  1857. .versionsGoTo span {
  1858. background-position: -40px 0
  1859. }
  1860.  
  1861. .versionsUpdate span {
  1862. background-position: -40px 0
  1863. }
  1864.  
  1865. .versionsSetAsDefault span {
  1866. background-position: -60px 0
  1867. }
  1868.  
  1869. .versionsDefault span {
  1870. background-position: -80px 0
  1871. }
  1872.  
  1873. .versionsEdit span {
  1874. background-position: -100px 0
  1875. }
  1876.  
  1877. .versionsUp span {
  1878. background-position: -120px -2px
  1879. }
  1880.  
  1881. .versionsNoLinkUnder.versionsFolded {
  1882. cursor: default
  1883. }
  1884.  
  1885. .versionsNoLinkUnder .versionsBullet {
  1886. background: none
  1887. }
  1888.  
  1889. .letterssort {
  1890. background: #f5f3ef;
  1891. border: 1px solid #dedcd7
  1892. }
  1893.  
  1894. .hideSidebar {
  1895. background: url(images/sidebarVis.png) no-repeat 0 -24px;
  1896. width: 219px;
  1897. height: 21px;
  1898. display: block;
  1899. margin: 0 0 -16px 0;
  1900. cursor: pointer;
  1901. float: right;
  1902. color: #fff;
  1903. text-decoration: none;
  1904. border: 2px solid #fff
  1905. }
  1906.  
  1907. .hideSidebar:hover {
  1908. background: url(images/sidebarVis.png) no-repeat 0 0
  1909. }
  1910.  
  1911. .showSidebar {
  1912. background: url(images/sidebarVis.png) no-repeat 0 -54px;
  1913. display: block;
  1914. width: 31px;
  1915. margin: 2px 10px 0 5px;
  1916. height: 126px;
  1917. float: right;
  1918. cursor: pointer
  1919. }
  1920.  
  1921. .showSidebar:hover {
  1922. background: url(images/sidebarVis.png) no-repeat -32px -54px
  1923. }
  1924.  
  1925. .indicator {
  1926. border-radius: 3px;
  1927. font-family: Verdana, Geneva, sans-serif!important;
  1928. line-height: 8px;
  1929. position: relative;
  1930. display: inline-block
  1931. }
  1932.  
  1933. .indicator .indicatorHackValue,
  1934. .indicator div .blank {
  1935. position: absolute;
  1936. left: 5px;
  1937. top: 4px;
  1938. display: block
  1939. }
  1940.  
  1941. .indicator .indicatorHackValue {
  1942. z-index: 2
  1943. }
  1944.  
  1945. .indicator div {
  1946. z-index: 3;
  1947. overflow: hidden;
  1948. height: 16px;
  1949. position: relative;
  1950. border-radius: 3px;
  1951. color: #999
  1952. }
  1953.  
  1954. .indicator div .blank {
  1955. z-index: 4;
  1956. color: #fff
  1957. }
  1958.  
  1959. .indicator .min {
  1960. color: #fff;
  1961. background: #B94309
  1962. }
  1963.  
  1964. .header {
  1965. display: block;
  1966. width: 100%;
  1967. min-width: 970px;
  1968. position: relative
  1969. }
  1970.  
  1971. .headmenu {
  1972. min-width: 728px;
  1973. height: 30px;
  1974. background: #594c2d url(images/toplogoBg.png) left bottom no-repeat;
  1975. white-space: nowrap
  1976. }
  1977.  
  1978. .headmenu ul {
  1979. display: block;
  1980. float: right;
  1981. margin: 0 15px 0 0
  1982. }
  1983.  
  1984. .headmenu ul li {
  1985. display: block;
  1986. float: right;
  1987. background: url(images/headmenuborder.jpg) no-repeat right center;
  1988. white-space: nowrap;
  1989. text-shadow: -1px 1px 0 #3d3010;
  1990. letter-spacing: 0.7px
  1991. }
  1992.  
  1993. .headmenu ul li.last {
  1994. background: none
  1995. }
  1996.  
  1997. .headmenu ul li a {
  1998. display: block;
  1999. text-align: center;
  2000. height: 20px;
  2001. padding: 8px 15px 0 15px;
  2002. text-decoration: none;
  2003. font-size: 11px;
  2004. text-transform: uppercase;
  2005. color: #ffeeb4
  2006. }
  2007.  
  2008. .headmenu ul li a:hover {
  2009. color: #efd787
  2010. }
  2011.  
  2012. .headmainpart {
  2013. height: 73px;
  2014. background: #594C2C url(images/header_bg.jpg) repeat-x bottom left;
  2015. min-width: 790px
  2016. }
  2017.  
  2018. .headmainpart a.logo {
  2019. display: block;
  2020. width: 132px;
  2021. height: 95px;
  2022. position: absolute;
  2023. top: 4px;
  2024. z-index: 10;
  2025. left: 14px;
  2026. margin: 0;
  2027. background: url(images/kickasslogosmall.png) no-repeat 0 0
  2028. }
  2029.  
  2030. .topBarActivateFixed {
  2031. position: fixed!important;
  2032. top: 0;
  2033. z-index: 1001
  2034. }
  2035.  
  2036. .headerTopBarActivatedMargin {
  2037. margin-bottom: 26px!important
  2038. }
  2039.  
  2040. .searchGroup {
  2041. float: right;
  2042. display: inline-block;
  2043. width: 468px;
  2044. margin: 2px 0 0 0;
  2045. position: relative
  2046. }
  2047.  
  2048. .advancedSearchLink {
  2049. font-size: 11px;
  2050. color: #f3f1e6;
  2051. float: right;
  2052. text-decoration: none;
  2053. text-shadow: -1px 1px 0 #5f4f19
  2054. }
  2055.  
  2056. .advancedSearchLink:hover {
  2057. color: #f3f1e6;
  2058. text-decoration: underline
  2059. }
  2060.  
  2061. .search {
  2062. background: #fff;
  2063. background: -moz-linear-gradient(top, #fff 6%, #f1eee1 7%, #fcfcfa 100%);
  2064. background: -webkit-gradient(linear, left top, left bottom, color-stop 4%, #fff, color-stop 5%, #f1eee1, color-stop 100%, #fcfcfa);
  2065. background: -webkit-linear-gradient(top, #fff 6%, #f1eee1 7%, #fcfcfa 100%);
  2066. background: -o-linear-gradient(top, #fff 6%, #f1eee1 7%, #fcfcfa 100%);
  2067. background: -ms-linear-gradient(top, #fff 6%, #f1eee1 7%, #fcfcfa 100%);
  2068. background: linear-gradient(to bottom, #fff 6%, #f1eee1 7%, #fcfcfa 100%);
  2069. width: 465px;
  2070. border: 2px solid #594c2d;
  2071. float: right;
  2072. border-radius: 4px;
  2073. position: relative
  2074. }
  2075.  
  2076. .search input {
  2077. font-size: 18px;
  2078. color: #594c2d;
  2079. padding: 0 20px 0 10px;
  2080. margin: 6px 0 6px -2px;
  2081. background: none;
  2082. height: 23px;
  2083. width: 430px;
  2084. border: none;
  2085. z-index: 5;
  2086. line-height: 18px;
  2087. vertical-align: bottom;
  2088. display: block;
  2089. font-family: verdana;
  2090. -webkit-appearance: none;
  2091. font-weight: normal
  2092. }
  2093.  
  2094. .search input::-webkit-input-placeholder {
  2095. line-height: 22px;
  2096. color: #999
  2097. }
  2098.  
  2099. .search input:-moz-placeholder {
  2100. line-height: 22px;
  2101. color: #999
  2102. }
  2103.  
  2104. .search input:-ms-input-placeholder {
  2105. line-height: 22px;
  2106. color: #999
  2107. }
  2108.  
  2109. fieldset label {
  2110. width: 100px;
  2111. display: inline-block
  2112. }
  2113.  
  2114. .showmore {
  2115. width: auto;
  2116. padding: 3px 0;
  2117. margin-bottom: 14px;
  2118. display: block;
  2119. font-size: 11px;
  2120. clear: both;
  2121. line-height: 100%;
  2122. border-bottom: 1px solid #dad4c4;
  2123. text-align: center;
  2124. text-decoration: none;
  2125. cursor: pointer;
  2126. background: #eee8c9;
  2127. color: #6f6650
  2128. }
  2129.  
  2130. .torrentMediaInfo .showmore {
  2131. margin-top: 5px
  2132. }
  2133.  
  2134. .torrentMediaInfo .showmore:hover {
  2135. background: #eae4c3;
  2136. border-bottom: 1px solid #c5bd95
  2137. }
  2138.  
  2139. .torrentMediaInfo .showmore.unfolded,
  2140. .torrentMediaInfo .showmore.folded {
  2141. margin-bottom: 0
  2142. }
  2143.  
  2144. .torrentMediaInfo span.blank {
  2145. background-image: url(images/spriteContent.png);
  2146. background-repeat: no-repeat;
  2147. width: 7px;
  2148. height: 6px;
  2149. display: inline-block
  2150. }
  2151.  
  2152. #navstyle {
  2153. background: #4f4428;
  2154. background: -moz-linear-gradient(top, #4f4428 0%, #594c2c 100%);
  2155. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f4428), color-stop(100%, #594c2c));
  2156. background: -webkit-linear-gradient(top, #4f4428 0%, #594c2c 100%);
  2157. background: linear-gradient(to bottom, #4f4428 0%, #594c2c 100%);
  2158. background: -ms-linear-gradient(top, #4f4428 0%, #594c2c 100%);
  2159. height: 25px;
  2160. width: 100%;
  2161. min-width: 970px;
  2162. border-bottom: 1px solid #45360f
  2163. }
  2164.  
  2165. #navstyle ul {
  2166. display: block;
  2167. position: relative;
  2168. z-index: 4;
  2169. width: auto;
  2170. margin: 0
  2171. }
  2172.  
  2173. #navstyle ul li,
  2174. .bodySearch ul li {
  2175. display: block;
  2176. float: right;
  2177. background: url(images/headmenuborder.jpg) no-repeat right center;
  2178. white-space: nowrap;
  2179. text-shadow: -1px 1px 0 #3d3010
  2180. }
  2181.  
  2182. #navstyle ul li.last,
  2183. .bodySearch ul li.last {
  2184. background: none;
  2185. padding-right: 14px
  2186. }
  2187.  
  2188. #navstyle ul li a,
  2189. .bodySearch a {
  2190. display: inline-block;
  2191. text-align: center;
  2192. height: 21px;
  2193. padding: 5px 15px 0 15px;
  2194. text-decoration: none;
  2195. font-size: 11px;
  2196. text-transform: uppercase;
  2197. color: #ffeeb4;
  2198. letter-spacing: 0.7px
  2199. }
  2200.  
  2201. #navstyle ul li a:hover,
  2202. .bodySearch a:hover {
  2203. color: #efd787
  2204. }
  2205.  
  2206. .mainpart .tagcloud {
  2207. background: none
  2208. }
  2209.  
  2210. .tagcloud {
  2211. background: #f7f3da url(images/tagcloudbg.jpg) repeat-x;
  2212. padding: 4px 20px 2px 20px;
  2213. text-align: center;
  2214. line-height: 220%;
  2215. width: auto
  2216. }
  2217.  
  2218. .tagcloud a {
  2219. color: #a4812a;
  2220. margin: 0 3px;
  2221. white-space: nowrap;
  2222. font-family: Georgia, "Times New Roman", Times, serif;
  2223. text-decoration: none
  2224. }
  2225.  
  2226. .tagcloud a.tag1 {
  2227. font-size: 100%
  2228. }
  2229.  
  2230. .tagcloud a.tag2 {
  2231. font-size: 120%
  2232. }
  2233.  
  2234. .tagcloud a.tag3 {
  2235. font-size: 140%
  2236. }
  2237.  
  2238. .tagcloud a.tag4 {
  2239. font-size: 160%
  2240. }
  2241.  
  2242. .tagcloud a.tag5 {
  2243. font-size: 180%
  2244. }
  2245.  
  2246. .tagcloud a.tag6 {
  2247. font-size: 200%
  2248. }
  2249.  
  2250. .tagcloud a.tag7 {
  2251. font-size: 220%
  2252. }
  2253.  
  2254. .tagcloud a.tag8 {
  2255. font-size: 240%
  2256. }
  2257.  
  2258. .tagcloud a.tag9 {
  2259. font-size: 260%
  2260. }
  2261.  
  2262. .tagcloud a.tag10 {
  2263. font-size: 280%
  2264. }
  2265.  
  2266. .firstPost {
  2267. border-top: 1px solid #b0aea1;
  2268. border-bottom: 1px solid #b0aea1;
  2269. padding: 2px 0;
  2270. color: #b0aea1
  2271. }
  2272.  
  2273. .firstPost div {
  2274. background-color: #F1F1ED;
  2275. text-align: center
  2276. }
  2277.  
  2278. .firstPost strong {
  2279. background-color: #fff;
  2280. font-size: 8px;
  2281. padding: 0 60px 1px 60px;
  2282. display: inline-block;
  2283. margin: 0 auto;
  2284. line-height: 80%;
  2285. border-radius: 5px
  2286. }
  2287.  
  2288. .commentformwidth {
  2289. width: 345px;
  2290. vertical-align: top;
  2291. top: 0
  2292. }
  2293.  
  2294. .commentformwidth.feedbackpage {
  2295. width: 342px
  2296. }
  2297.  
  2298. .commentformwidth textarea {
  2299. clear: both;
  2300. float: left;
  2301. width: 330px!important
  2302. }
  2303.  
  2304. .headingsControls {
  2305. float: right
  2306. }
  2307.  
  2308. .buttonsline {
  2309. clear: both;
  2310. white-space: nowrap;
  2311. vertical-align: middle;
  2312. width: auto;
  2313. padding: 0 0 10px 0;
  2314. overflow: auto
  2315. }
  2316.  
  2317. .buttonsline .buttonGoupText {
  2318. display: inline-block;
  2319. margin-left: 0.8em
  2320. }
  2321.  
  2322. .buttonsline input {
  2323. vertical-align: top
  2324. }
  2325.  
  2326. .buttonsline.floatright,
  2327. .buttonsline.floatleft {
  2328. clear: none;
  2329. margin-top: 5px
  2330. }
  2331.  
  2332. .buttonsline form {
  2333. display: inline-block
  2334. }
  2335.  
  2336. h2 .buttonsline {
  2337. display: inline-block;
  2338. margin: 0 0 -6px 5px
  2339. }
  2340.  
  2341. h2 .smallButtonsline {
  2342. clear: none;
  2343. display: inline-block;
  2344. position: relative;
  2345. padding: 0 0 0 5px;
  2346. vertical-align: text-bottom
  2347. }
  2348.  
  2349. .tagcloud a:hover {
  2350. border-bottom: 1px solid #a4812a
  2351. }
  2352.  
  2353. .rsssign {
  2354. background: url(images/spriteContent.png) no-repeat -270px -40px;
  2355. display: inline-block;
  2356. position: relative;
  2357. width: 15px;
  2358. height: 15px;
  2359. text-decoration: none;
  2360. visibility: inherit;
  2361. padding: 0;
  2362. border-bottom: 0
  2363. }
  2364.  
  2365. h2 .rsssign {
  2366. margin-left: 5px
  2367. }
  2368.  
  2369. ul.tabNavigation li .rsssign {
  2370. float: right;
  2371. z-index: 5;
  2372. left: -13px;
  2373. top: 5px;
  2374. margin: 0 -5px 0 0;
  2375. border: none
  2376. }
  2377.  
  2378. ul.tabNavigation li .ka.rsssign {
  2379. top: 3px;
  2380. left: -10px;
  2381. height: 17px;
  2382. width: 16px
  2383. }
  2384.  
  2385. .mainpart {
  2386. padding: 13px 10px 20px 28px
  2387. }
  2388.  
  2389. #sidebar {
  2390. border-left: 1px solid #ccc;
  2391. margin-left: 15px;
  2392. margin-right: 15px;
  2393. padding-left: 15px
  2394. }
  2395.  
  2396. #sidebar.sidebarLogged {
  2397. padding-top: 30px
  2398. }
  2399.  
  2400. .data {
  2401. border: none;
  2402. margin: 7px 0 20px 0;
  2403. width: auto;
  2404. font-size: 11px
  2405. }
  2406.  
  2407. .data tr td,
  2408. .data tr th {
  2409. padding: 4px 6px;
  2410. border: none;
  2411. border-bottom: 1px solid #e0e0e0;
  2412. border-right: 1px solid #e0e0e0;
  2413. vertical-align: middle;
  2414. margin: 0;
  2415. text-align: left
  2416. }
  2417.  
  2418. .data tr th {
  2419. cursor: default;
  2420. font-size: 1em;
  2421. letter-spacing: 0.03em;
  2422. color: #999;
  2423. text-transform: uppercase;
  2424. white-space: nowrap;
  2425. font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif
  2426. }
  2427.  
  2428. .data tr th a {
  2429. color: #999;
  2430. position: relative;
  2431. padding: 0 0.9em;
  2432. text-decoration: none
  2433. }
  2434.  
  2435. .data tr th a:hover {
  2436. color: #666
  2437. }
  2438.  
  2439. .data tr th a:hover:before {
  2440. font-family: "additionalwebfont";
  2441. content: "";
  2442. position: absolute;
  2443. right: 0;
  2444. display: inline-block;
  2445. float: right;
  2446. line-height: 180%;
  2447. font-size: 0.7em;
  2448. font-style: normal
  2449. }
  2450.  
  2451. .data tr th a.fpw-sort.sortedAsc {
  2452. color: #666
  2453. }
  2454.  
  2455. .data tr th a.fpw-sort.sortedDesc {
  2456. color: #666
  2457. }
  2458.  
  2459. .data tr th .tableFilter {
  2460. text-transform: none!important;
  2461. max-width: 150px
  2462. }
  2463.  
  2464. .data tr td {
  2465. vertical-align: top
  2466. }
  2467.  
  2468. .data tr.odd {
  2469. background: #f9f9f9
  2470. }
  2471.  
  2472. .data tr.odd:hover,
  2473. .data tr.even:hover {
  2474. background: #f4f1e7
  2475. }
  2476.  
  2477. .data tr.highlightedRow {
  2478. background: #f4f1e7!important
  2479. }
  2480.  
  2481. .data tr.firstr,
  2482. .data tr.firstr:hover {
  2483. background: none
  2484. }
  2485.  
  2486. .switcherBox .switchLeft span,
  2487. .switcherBox .switchRight span,
  2488. .switcherBox:hover .switchLeft.active span,
  2489. .switcherBox:hover .switchRight.active span,
  2490. .switcherBox:hover .switchLeft span,
  2491. .switcherBox:hover .switchRight span {
  2492. opacity: 0.7
  2493. }
  2494.  
  2495. .markeredBlock a:visited {
  2496. font-weight: normal!important
  2497. }
  2498.  
  2499. .markeredBlock {
  2500. padding-left: 22px;
  2501. padding-top: 2px
  2502. }
  2503.  
  2504. .communityLayout .markeredBlock {
  2505. padding-left: 0
  2506. }
  2507.  
  2508. .communityLayout .commentcontent .siteButton {
  2509. float: right;
  2510. margin-left: 4px
  2511. }
  2512.  
  2513. .cellMainLink {
  2514. font-size: 12px;
  2515. color: #757575;
  2516. font-weight: bold;
  2517. text-decoration: none
  2518. }
  2519.  
  2520. .cellMainLink:hover {
  2521. text-decoration: underline
  2522. }
  2523.  
  2524. .markeredBlock[class*='Type'] {
  2525. display: block;
  2526. width: inherit;
  2527. height: inherit;
  2528. float: none
  2529. }
  2530.  
  2531. .markeredBlock[class*='Type']:before {
  2532. content: "";
  2533. font-family: katfont, monospace!important;
  2534. display: inline-block;
  2535. width: 16px;
  2536. height: 16px;
  2537. display: block;
  2538. float: left;
  2539. position: relative;
  2540. margin-left: -22px;
  2541. line-height: 20px;
  2542. color: #656565;
  2543. font-size: 15px!important;
  2544. cursor: default!important;
  2545. bottom: 2px
  2546. }
  2547.  
  2548. .ideaBox {
  2549. padding: 0 0 10px 0;
  2550. border-bottom: 1px solid #CCC;
  2551. clear: both;
  2552. margin: 10px 0 0 0
  2553. }
  2554.  
  2555. .ideaBoxBody,
  2556. .requestBoxBody {
  2557. margin: 0 0 0 150px
  2558. }
  2559.  
  2560. .likeOrNotBox {
  2561. width: 150px
  2562. }
  2563.  
  2564. .feedbackpage .likeOrNotBox {
  2565. width: inherit;
  2566. margin-bottom: 5px
  2567. }
  2568.  
  2569. .likeOrNotBox h6 {
  2570. text-align: center;
  2571. width: 105px;
  2572. margin-top: 5px
  2573. }
  2574.  
  2575. .likeOrNotBox a label {
  2576. float: left;
  2577. display: inline-block;
  2578. width: 11px;
  2579. margin: 0 5px 0 auto;
  2580. height: 11px;
  2581. clear: both;
  2582. cursor: pointer;
  2583. position: relative
  2584. }
  2585.  
  2586. .likeOrNotBox a.checked,
  2587. .likeOrNotBox a.checked .ka {
  2588. cursor: default!important
  2589. }
  2590.  
  2591. a.likeButton label {
  2592. background: url(images/spriteContent.png) no-repeat -82px -142px;
  2593. bottom: -1px
  2594. }
  2595.  
  2596. a.dislikeButton label {
  2597. background: url(images/spriteContent.png) no-repeat -102px -143px;
  2598. bottom: -2px
  2599. }
  2600.  
  2601. .ideaLikes span {
  2602. display: inline-block;
  2603. color: #fff;
  2604. text-align: center;
  2605. min-width: 50px;
  2606. padding: 5px 0 8px 0
  2607. }
  2608.  
  2609. .ideaBox h3 {
  2610. clear: none;
  2611. margin: 0 0 5px 0;
  2612. font-weight: normal;
  2613. font-size: 15px
  2614. }
  2615.  
  2616. .submitActions {
  2617. margin-left: 5px
  2618. }
  2619.  
  2620. .centerBordderRow {
  2621. background-image: url(images/dataTableBorder.gif);
  2622. background-repeat: repeat-y;
  2623. background-position: center center
  2624. }
  2625.  
  2626. .data tr .lasttd {
  2627. border-right: none;
  2628. vertical-align: middle
  2629. }
  2630.  
  2631. .lastPostIcon {
  2632. width: 19px;
  2633. height: 10px;
  2634. display: inline-block;
  2635. background: #71716e;
  2636. border-radius: 2px;
  2637. color: #CCC;
  2638. font-size: 8px;
  2639. text-align: center;
  2640. text-decoration: none;
  2641. line-height: 130%;
  2642. vertical-align: middle
  2643. }
  2644.  
  2645. .lastPostIcon:hover {
  2646. background: #63635f;
  2647. color: #CCC
  2648. }
  2649.  
  2650. .searchPostTitle .icon16 {
  2651. margin-bottom: -3px;
  2652. margin-left: -3px
  2653. }
  2654.  
  2655. .userOpinionsContainer {
  2656. padding: 0 0 0 34px;
  2657. line-height: 200%;
  2658. font-size: 11px
  2659. }
  2660.  
  2661. .userOpinionsContainer .statusIcon {
  2662. margin-left: -20px
  2663. }
  2664.  
  2665. .userOpinionsContainer .icon16 {
  2666. margin: 0 0 -4px -33px
  2667. }
  2668.  
  2669. .userOpinionsContainer strong {
  2670. font-size: 12px
  2671. }
  2672.  
  2673. #comments .alertfield {
  2674. clear: both;
  2675. margin: 4px 0
  2676. }
  2677.  
  2678. .iaconbox {
  2679. white-space: nowrap;
  2680. text-align: center;
  2681. padding-left: 8px
  2682. }
  2683.  
  2684. .sliderbox ul li:hover .floatright {
  2685. visibility: visible
  2686. }
  2687.  
  2688. .iaconbox .icon16,
  2689. .iaconbox .smallButton {
  2690. vertical-align: text-top
  2691. }
  2692.  
  2693. .iaconbox .icon16 {
  2694. min-height: 19px;
  2695. line-height: 20px
  2696. }
  2697.  
  2698. .iaconbox .icon16 em {
  2699. position: relative;
  2700. top: -1px;
  2701. margin-left: 6px!important
  2702. }
  2703.  
  2704. .icon16 {
  2705. vertical-align: text-top;
  2706. text-align: left;
  2707. line-height: 11px;
  2708. margin: 0;
  2709. min-height: 16px;
  2710. min-width: 16px;
  2711. border: none;
  2712. height: 17px!important;
  2713. line-height: 14px!important
  2714. }
  2715.  
  2716. .icon16 span {
  2717. background-image: url(images/spriteContent.png);
  2718. background-repeat: no-repeat;
  2719. margin: 1px;
  2720. min-width: 16px;
  2721. height: 16px;
  2722. display: inline-block;
  2723. vertical-align: top
  2724. }
  2725.  
  2726. .icon16 .iconvalue {
  2727. text-decoration: none;
  2728. margin: 3px 0 0 3px;
  2729. position: relative;
  2730. cursor: pointer;
  2731. display: inline-block;
  2732. font-style: normal;
  2733. color: #fff;
  2734. font-size: 11px;
  2735. line-height: 100%
  2736. }
  2737.  
  2738. .icon16:hover {
  2739. background: #a8965a;
  2740. background: -moz-linear-gradient(top, #a8965a 0%, #89783f 100%);
  2741. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8965a), color-stop(100%, #89783f));
  2742. background: -webkit-linear-gradient(top, #a8965a 0%, #89783f 100%);
  2743. background: linear-gradient(to bottom, #a8965a 0%, #89783f 100%);
  2744. background: -ms-linear-gradient(top, #a8965a 0%, #89783f 100%);
  2745. color: #fff
  2746. }
  2747.  
  2748. .commentbody .icon16 span,
  2749. .sidebarCell .icon16 span,
  2750. .badge .icon16 span,
  2751. .textButton,
  2752. h2 .icon16 span,
  2753. .dataList .icon16 span {
  2754. margin: 0
  2755. }
  2756.  
  2757. .data .icon16 {
  2758. margin-bottom: 0
  2759. }
  2760.  
  2761. span.icon16 {
  2762. cursor: default
  2763. }
  2764.  
  2765. a span.icon16 {
  2766. cursor: pointer
  2767. }
  2768.  
  2769. #sidebar li .icon16 {
  2770. text-decoration: none;
  2771. margin: 0 5px -4px -20px
  2772. }
  2773.  
  2774. .rottentomatoes,
  2775. .rottenaudience {
  2776. width: 16px;
  2777. height: 16px;
  2778. display: inline-block;
  2779. background-image: url(images/spriteContent.png);
  2780. margin-bottom: -3px
  2781. }
  2782.  
  2783. .rottentomatoes.positive {
  2784. background-position: -270px -80px
  2785. }
  2786.  
  2787. .rottentomatoes.negative {
  2788. background-position: -270px -96px
  2789. }
  2790.  
  2791. .rottenaudience.positive {
  2792. background-position: -270px -115px
  2793. }
  2794.  
  2795. .rottenaudience.negative {
  2796. background-position: -270px -135px
  2797. }
  2798.  
  2799. .rottenaudience {
  2800. background-image: url(images/spriteContent.png)
  2801. }
  2802.  
  2803. .imute span {
  2804. background-position: -20px 0
  2805. }
  2806.  
  2807. .iedit span {
  2808. background-position: -40px 0
  2809. }
  2810.  
  2811. .isearch span {
  2812. background-position: -60px 0
  2813. }
  2814.  
  2815. .isettings span {
  2816. background-position: -80px 0
  2817. }
  2818.  
  2819. .iunverify span {
  2820. background-position: -100px 0
  2821. }
  2822.  
  2823. .iverify span {
  2824. background-position: -120px 0
  2825. }
  2826.  
  2827. .imessage span {
  2828. background-position: 0 -20px
  2829. }
  2830.  
  2831. .icheck span {
  2832. background-position: -20px -20px
  2833. }
  2834.  
  2835. .icross span {
  2836. background-position: -40px -20px
  2837. }
  2838.  
  2839. .icomment span {
  2840. background-position: -60px -20px
  2841. }
  2842.  
  2843. .ilock span {
  2844. background-position: -80px -20px
  2845. }
  2846.  
  2847. .ireport span {
  2848. background-position: -100px -20px
  2849. }
  2850.  
  2851. .istick span {
  2852. background-position: -120px -20px
  2853. }
  2854.  
  2855. .iup span {
  2856. background-position: -20px -140px
  2857. }
  2858.  
  2859. .imerge span {
  2860. background-position: 0 -40px
  2861. }
  2862.  
  2863. .idownload span {
  2864. background-position: -20px -40px
  2865. }
  2866.  
  2867. .iwatchThread span {
  2868. background-position: -40px -40px
  2869. }
  2870.  
  2871. .iminus span {
  2872. background-position: -60px -40px
  2873. }
  2874.  
  2875. .iplus span {
  2876. background-position: -80px -40px
  2877. }
  2878.  
  2879. .ireply span {
  2880. background-position: -100px -40px
  2881. }
  2882.  
  2883. .imove span {
  2884. background-position: -120px -40px
  2885. }
  2886.  
  2887. .ibanip span {
  2888. background-position: 0 -60px
  2889. }
  2890.  
  2891. .ieditaccount span {
  2892. background-position: -20px -60px
  2893. }
  2894.  
  2895. .iuserpic span {
  2896. background-position: -40px -60px
  2897. }
  2898.  
  2899. .iright span {
  2900. background-position: -60px -60px
  2901. }
  2902.  
  2903. .ileft span {
  2904. background-position: -80px -60px
  2905. }
  2906.  
  2907. .itop span {
  2908. background-position: -100px -60px
  2909. }
  2910.  
  2911. .istill span {
  2912. background-position: -120px -60px
  2913. }
  2914.  
  2915. .ipoll span {
  2916. background-position: 0 -80px
  2917. }
  2918.  
  2919. .imagnet span {
  2920. background-position: -20px -80px
  2921. }
  2922.  
  2923. .ievents span {
  2924. background-position: -40px -80px
  2925. }
  2926.  
  2927. .iheart span {
  2928. background-position: -60px -80px
  2929. }
  2930.  
  2931. .iremfrombook span {
  2932. background-position: -80px -80px
  2933. }
  2934.  
  2935. .itrailer span {
  2936. background-position: -100px -80px
  2937. }
  2938.  
  2939. .irefresh span {
  2940. background-position: -120px -80px
  2941. }
  2942.  
  2943. .icopyright span {
  2944. background-position: 0 -140px
  2945. }
  2946.  
  2947. .irss span {
  2948. background-position: -40px -140px
  2949. }
  2950.  
  2951. .irategood span {
  2952. background-position: -80px -140px
  2953. }
  2954.  
  2955. .iratebad span {
  2956. background-position: -100px -140px
  2957. }
  2958.  
  2959. .ithread span {
  2960. background-position: -120px -140px
  2961. }
  2962.  
  2963. .itorrent span {
  2964. background-position: 0 -160px
  2965. }
  2966.  
  2967. .itorrentplus span {
  2968. background-position: -20px -160px
  2969. }
  2970.  
  2971. .itorrentminus span {
  2972. background-position: -40px -160px
  2973. }
  2974.  
  2975. .itorrentconfirmed span {
  2976. background-position: -60px -160px
  2977. }
  2978.  
  2979. .iuserplus span {
  2980. background-position: -80px -160px
  2981. }
  2982.  
  2983. .iuserminus span {
  2984. background-position: -100px -160px
  2985. }
  2986.  
  2987. .iuserconfirm span {
  2988. background-position: -120px -160px
  2989. }
  2990.  
  2991. .iquest span {
  2992. background-position: 0 -180px
  2993. }
  2994.  
  2995. .iquestplus span {
  2996. background-position: -20px -180px
  2997. }
  2998.  
  2999. .iquestminus span {
  3000. background-position: -40px -180px
  3001. }
  3002.  
  3003. .iquestanswered span {
  3004. background-position: -60px -180px
  3005. }
  3006.  
  3007. .iquestdeleted span {
  3008. background-position: -80px -180px
  3009. }
  3010.  
  3011. .itorrentchanged span {
  3012. background-position: -100px -180px
  3013. }
  3014.  
  3015. .iidea span {
  3016. background-position: 0 -200px
  3017. }
  3018.  
  3019. .iideaplus span {
  3020. background-position: -20px -200px
  3021. }
  3022.  
  3023. .iideaminus span {
  3024. background-position: -40px -200px
  3025. }
  3026.  
  3027. .iideaaccepted span {
  3028. background-position: -60px -200px
  3029. }
  3030.  
  3031. .iideadeleted span {
  3032. background-position: -80px -200px
  3033. }
  3034.  
  3035. .thirdPartIcons {
  3036. background-image: url(images/spriteThirdPart.png);
  3037. background-repeat: no-repeat;
  3038. display: inline-block;
  3039. width: 16px;
  3040. height: 16px;
  3041. margin-left: 0!important;
  3042. padding-right: 4px
  3043. }
  3044.  
  3045. .iextratorrent {
  3046. background-position: -100px -40px
  3047. }
  3048.  
  3049. .ifollow {
  3050. background-position: -80px -20px
  3051. }
  3052.  
  3053. .ifacebook {
  3054. background-position: -140px -20px
  3055. }
  3056.  
  3057. .isolarmovie {
  3058. background-position: 0 0
  3059. }
  3060.  
  3061. .ialivetorrents {
  3062. background-position: -20px 0
  3063. }
  3064.  
  3065. .itorrentsto {
  3066. background-position: -40px 0
  3067. }
  3068.  
  3069. .itorrentdownloads {
  3070. background-position: -60px 0
  3071. }
  3072.  
  3073. .itvseries {
  3074. background-position: -80px 0
  3075. }
  3076.  
  3077. .ivertor {
  3078. background-position: -100px 0
  3079. }
  3080.  
  3081. .itorrentfinder {
  3082. background-position: -140px 0
  3083. }
  3084.  
  3085. .itorreact {
  3086. background-position: -220px 0
  3087. }
  3088.  
  3089. .torrenticons1 {
  3090. background-position: 0 -40px
  3091. }
  3092.  
  3093. .torrenticons2 {
  3094. background-position: -20px -40px
  3095. }
  3096.  
  3097. .torrenticons3 {
  3098. background-position: -40px -40px
  3099. }
  3100.  
  3101. .torrenticons4 {
  3102. background-position: -60px -40px
  3103. }
  3104.  
  3105. .torrenticons5 {
  3106. background-position: -80px -40px
  3107. }
  3108.  
  3109. .torrenticons6 {
  3110. background-position: -100px -40px
  3111. }
  3112.  
  3113. .torrenticons7 {
  3114. background-position: -120px -40px
  3115. }
  3116.  
  3117. .torrenticons8 {
  3118. background-position: -140px -40px
  3119. }
  3120.  
  3121. .torrenticons9 {
  3122. background-position: -160px -40px
  3123. }
  3124.  
  3125. .torrenticons10 {
  3126. background-position: -180px -40px
  3127. }
  3128.  
  3129. .torrenticons11 {
  3130. background-position: -200px -40px
  3131. }
  3132.  
  3133. .torrenticons12 {
  3134. background-position: -220px -40px
  3135. }
  3136.  
  3137. .torrenticons13 {
  3138. background-position: 0 -60px
  3139. }
  3140.  
  3141. .torrenticons14 {
  3142. background-position: -20px -60px
  3143. }
  3144.  
  3145. .torrenticons17 {
  3146. background-position: -80px -60px
  3147. }
  3148.  
  3149. .torrenticons18 {
  3150. background-position: -100px -60px
  3151. }
  3152.  
  3153. .torrenticons19 {
  3154. background-position: -120px -60px
  3155. }
  3156.  
  3157. .torrenticons20 {
  3158. background-position: -140px -60px
  3159. }
  3160.  
  3161. .torrenticons21 {
  3162. background-position: -160px -60px
  3163. }
  3164.  
  3165. .torrenticons22 {
  3166. background-position: -180px -60px
  3167. }
  3168.  
  3169. .torrenticons23 {
  3170. background-position: -200px -60px
  3171. }
  3172.  
  3173. .iwyzo {
  3174. background-position: 0 -20px
  3175. }
  3176.  
  3177. .ifirefox {
  3178. background-position: -20px -20px
  3179. }
  3180.  
  3181. .ivuze {
  3182. background-position: -40px -20px
  3183. }
  3184.  
  3185. .iutorrent {
  3186. background-position: -60px -20px
  3187. }
  3188.  
  3189. .ikat {
  3190. background-position: -80px -60px
  3191. }
  3192.  
  3193. .igoogle {
  3194. background-position: -120px -20px
  3195. }
  3196.  
  3197. .ichrome {
  3198. background-position: -160px -20px
  3199. }
  3200.  
  3201. .iirc {
  3202. background-position: -180px -20px
  3203. }
  3204.  
  3205. .isdelete {
  3206. background-position: 0 -100px
  3207. }
  3208.  
  3209. .isreport {
  3210. background-position: -20px -100px
  3211. }
  3212.  
  3213. .ismerge {
  3214. background-position: -40px -100px
  3215. }
  3216.  
  3217. .isnewpost {
  3218. background-position: -60px -100px
  3219. }
  3220.  
  3221. .isreply {
  3222. background-position: -80px -100px
  3223. }
  3224.  
  3225. .islock {
  3226. background-position: -100px -100px
  3227. }
  3228.  
  3229. .isstick {
  3230. background-position: -120px -100px
  3231. }
  3232.  
  3233. .isgreyplus {
  3234. background-position: 0 -120px
  3235. }
  3236.  
  3237. .isthumbup {
  3238. background-position: -20px -120px
  3239. }
  3240.  
  3241. .isthumbdown {
  3242. background-position: -40px -120px
  3243. }
  3244.  
  3245. .iscomment {
  3246. background-position: -60px -120px
  3247. }
  3248.  
  3249. .isuser {
  3250. background-position: -80px -120px
  3251. }
  3252.  
  3253. .isview {
  3254. background-position: -100px -120px
  3255. }
  3256.  
  3257. .isedit {
  3258. background-position: -120px -120px
  3259. }
  3260.  
  3261. .isseed {
  3262. background-position: -20px -40px
  3263. }
  3264.  
  3265. .isleech {
  3266. background-position: -20px -140px
  3267. }
  3268.  
  3269. .isaudio {
  3270. background-position: -60px -140px
  3271. }
  3272.  
  3273. .isvideo {
  3274. background-position: -100px -80px
  3275. }
  3276.  
  3277. .isrategood {
  3278. background-position: -80px -140px
  3279. }
  3280.  
  3281. .isratebad {
  3282. background-position: -100px -140px
  3283. }
  3284.  
  3285. h1,
  3286. h2,
  3287. h3,
  3288. h4,
  3289. h5 {
  3290. color: #99742e;
  3291. font-weight: normal;
  3292. padding: 0;
  3293. margin-top: 0;
  3294. margin: 0 0 5px 0
  3295. }
  3296.  
  3297. h1 {
  3298. font-family: Georgia, "Times New Roman", Times, serif
  3299. }
  3300.  
  3301. h2,
  3302. h3,
  3303. h4,
  3304. h5 {
  3305. font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
  3306. }
  3307.  
  3308. h1 a,
  3309. h2 a,
  3310. h3 a,
  3311. h4 a {
  3312. color: #99742e;
  3313. text-decoration: none
  3314. }
  3315.  
  3316. h1 a:hover,
  3317. h2 a:hover,
  3318. h3 a:hover,
  3319. h4 a:hover,
  3320. h1 a:hover span,
  3321. h2 a:hover span,
  3322. h3 a:hover span,
  3323. h4 a:hover span {
  3324. color: #5f4e18
  3325. }
  3326.  
  3327. h1 {
  3328. font-size: 26px;
  3329. margin: 0 0 10px 0
  3330. }
  3331.  
  3332. h2 {
  3333. font-size: 21px;
  3334. clear: left
  3335. }
  3336.  
  3337. h3 {
  3338. font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  3339. font-size: 16px;
  3340. clear: both;
  3341. color: #786142
  3342. }
  3343.  
  3344. h3 span {
  3345. color: #727272
  3346. }
  3347.  
  3348. h4 {
  3349. font-family: Verdana, Arial, Helvetica, sans-serif;
  3350. font-size: 12px;
  3351. font-weight: bold;
  3352. margin: 0 0 2px 0
  3353. }
  3354.  
  3355. h5 {
  3356. font-size: 12px;
  3357. letter-spacing: 0.5px;
  3358. color: #999;
  3359. margin: 0
  3360. }
  3361.  
  3362. h6 {
  3363. clear: none;
  3364. margin: -2px 0 10px 0;
  3365. font-weight: normal
  3366. }
  3367.  
  3368. .advertDownload {
  3369. padding-left: 400px;
  3370. line-height: 170%;
  3371. margin-bottom: 20px;
  3372. -webkit-touch-callout: none;
  3373. -webkit-user-select: none;
  3374. -khtml-user-select: none;
  3375. -moz-user-select: none;
  3376. -ms-user-select: none;
  3377. user-select: none
  3378. }
  3379.  
  3380. .advertDownload .darkButton {
  3381. display: inline-block;
  3382. cursor: pointer;
  3383. border-radius: 5px;
  3384. float: left;
  3385. margin-left: -400px
  3386. }
  3387.  
  3388. .advertDownload .darkButton span {
  3389. padding: 18px 0 17px 0;
  3390. min-width: 380px;
  3391. font-size: 30px;
  3392. text-align: center;
  3393. color: #FFEEB4;
  3394. text-transform: uppercase;
  3395. margin: 1px 2px;
  3396. border-top: 1px solid #aea590;
  3397. display: inline-block
  3398. }
  3399.  
  3400. .advertDownload span.blank {
  3401. font-size: 1.5em;
  3402. padding-top: 0.6em;
  3403. display: inline-block
  3404. }
  3405.  
  3406. .advertDownload span.blank a {
  3407. text-decoration: none
  3408. }
  3409.  
  3410. .advertDownload span.blank a:hover {
  3411. text-decoration: underline
  3412. }
  3413.  
  3414. .advertDownload span em {
  3415. font-style: normal;
  3416. font-size: 13px;
  3417. color: #909089
  3418. }
  3419.  
  3420. .advertBanner {
  3421. overflow: auto;
  3422. margin-bottom: 10px
  3423. }
  3424.  
  3425. .vuze,
  3426. .vuze:hover {
  3427. display: inline-block;
  3428. background: #f6f2dc;
  3429. padding: 6px 12px;
  3430. white-space: normal;
  3431. text-align: left;
  3432. margin-bottom: 10px
  3433. }
  3434.  
  3435. .seedLeachContainer {
  3436. overflow: auto;
  3437. -webkit-touch-callout: none;
  3438. -webkit-user-select: none;
  3439. -khtml-user-select: none;
  3440. -moz-user-select: moz-none;
  3441. -ms-user-select: none;
  3442. user-select: none
  3443. }
  3444.  
  3445. .seedLeachContainer .seedBlock,
  3446. .seedLeachContainer .leechBlock,
  3447. .seedLeachContainer .timeBlock {
  3448. background-repeat: no-repeat;
  3449. display: block;
  3450. float: left;
  3451. padding: 2px 0 2px 0;
  3452. margin: 3px 10px 3px 0
  3453. }
  3454.  
  3455. .seedBlock {
  3456. color: #59a018
  3457. }
  3458.  
  3459. .leechBlock {
  3460. color: #b36c20
  3461. }
  3462.  
  3463. .timeBlock {
  3464. color: #99742e
  3465. }
  3466.  
  3467. .kaBox:before {
  3468. height: 18px;
  3469. width: 18px!important;
  3470. border: 1px solid #A4A4A4;
  3471. border-radius: 0px!important;
  3472. line-height: 14px;
  3473. margin-right: 3px;
  3474. font-size: 14px!important;
  3475. padding: 0
  3476. }
  3477.  
  3478. .kaBox.ka {
  3479. cursor: default!important
  3480. }
  3481.  
  3482. .seedLeachContainer {
  3483. overflow: hidden
  3484. }
  3485.  
  3486. .leechBlock .kaBox:before {
  3487. background-color: #FFFBEB;
  3488. border: 1px solid #C4AC67;
  3489. color: #B07C5A;
  3490. text-align: center
  3491. }
  3492.  
  3493. .seedBlock .kaBox:before {
  3494. background-color: #F3FFE8;
  3495. border: 1px solid #A0C174;
  3496. color: #7CB03C
  3497. }
  3498.  
  3499. .timeBlock .kaBox:before {
  3500. color: #F7F4EE;
  3501. border: 1px solid #EEE;
  3502. background: #99742E
  3503. }
  3504.  
  3505. .goodFake {
  3506. float: right;
  3507. text-align: left;
  3508. -webkit-touch-callout: none;
  3509. -webkit-user-select: none;
  3510. -khtml-user-select: none;
  3511. -moz-user-select: moz-none;
  3512. -ms-user-select: none;
  3513. user-select: none
  3514. }
  3515.  
  3516. .goodFake>div {
  3517. display: inline-block;
  3518. width: 57px
  3519. }
  3520.  
  3521. .goodFake>div.floatright {
  3522. position: relative;
  3523. left: 3px
  3524. }
  3525.  
  3526. .feedbackpage .goodFakeLine {
  3527. height: 24px;
  3528. vertical-align: middle
  3529. }
  3530.  
  3531. .feedbackpage .goodFakeLine input {
  3532. vertical-align: middle
  3533. }
  3534.  
  3535. .fake,
  3536. .thnx {
  3537. display: inline-block;
  3538. width: 57px;
  3539. height: 85px;
  3540. cursor: pointer;
  3541. position: relative;
  3542. top: 0;
  3543. z-index: 2
  3544. }
  3545.  
  3546. .fake {
  3547. background: url(images/spriteContent.png) no-repeat -190px -107px
  3548. }
  3549.  
  3550. .thnx {
  3551. background: url(images/spriteContent.png) no-repeat -190px -20px
  3552. }
  3553.  
  3554. .sharingWidgetBox {
  3555. background-color: #564a25;
  3556. position: relative;
  3557. height: 48px;
  3558. width: 532px;
  3559. border-radius: 5px;
  3560. padding: 2px;
  3561. display: inline-block;
  3562. float: left;
  3563. margin: 0 20px 20px 0
  3564. }
  3565.  
  3566. .sharingWidget {
  3567. background-color: #f4ebcf;
  3568. width: 532px;
  3569. height: 33px;
  3570. margin: 0 40px 10px 0
  3571. }
  3572.  
  3573. .sharingWidget .siteButton {
  3574. position: relative;
  3575. top: 3px;
  3576. left: 3px
  3577. }
  3578.  
  3579. .widgetSeed,
  3580. .widgetLeech,
  3581. .widgetSize {
  3582. font-size: 11px
  3583. }
  3584.  
  3585. .widgetSeed {
  3586. position: absolute;
  3587. left: 290px;
  3588. top: 10px;
  3589. color: #5b8311
  3590. }
  3591.  
  3592. .widgetLeech {
  3593. position: absolute;
  3594. left: 410px;
  3595. top: 10px;
  3596. color: #7c6624
  3597. }
  3598.  
  3599. .widgetSize {
  3600. position: absolute;
  3601. top: 12px;
  3602. left: 195px;
  3603. color: #564a25
  3604. }
  3605.  
  3606. .widgetSize strong span {
  3607. font-weight: normal
  3608. }
  3609.  
  3610. .widgetSize .torType {
  3611. margin: -1px 3px 0 0
  3612. }
  3613.  
  3614. .widgetName {
  3615. color: #baab7c;
  3616. position: absolute;
  3617. top: 35px;
  3618. left: 5px;
  3619. width: 520px;
  3620. white-space: nowrap;
  3621. overflow: hidden
  3622. }
  3623.  
  3624. .torrentFileList {
  3625. width: 100%
  3626. }
  3627.  
  3628. .torrentFileList tr:hover {
  3629. background: #f4f5e9
  3630. }
  3631.  
  3632. .torrentFileList tr td {
  3633. padding: 3px 0;
  3634. border: 0;
  3635. vertical-align: middle!important;
  3636. border-bottom: 1px solid #ccc
  3637. }
  3638.  
  3639. .torrentFileList tr.innerFolder {
  3640. background: url(images/torTreeFinder.png) repeat-y 2px 0
  3641. }
  3642.  
  3643. .torrentFileList tr.innerFolder>td {
  3644. border-bottom: 0 none
  3645. }
  3646.  
  3647. .torrentFileList tr.innerFolder td td span {
  3648. margin-left: 0
  3649. }
  3650.  
  3651. .torrentFileList .torTree {
  3652. border-bottom: none;
  3653. background: url(images/spriteContent.png) no-repeat -270px -175px;
  3654. padding-left: 15px;
  3655. width: 1px
  3656. }
  3657.  
  3658. .torrentFileList tr.last .torTree,
  3659. .torrentFileList tr.innerFolder>.torTree {
  3660. background: url(images/spriteContent.png) no-repeat -270px -200px
  3661. }
  3662.  
  3663. .torrentFileList tr.last .torTree {
  3664. background-color: #fff
  3665. }
  3666.  
  3667. .torrent_files {
  3668. margin-bottom: 20px
  3669. }
  3670.  
  3671. .torrent_files .folder,
  3672. .torrent_files .folderopen {
  3673. font-weight: bold;
  3674. border-bottom: none;
  3675. display: block;
  3676. font-size: 12px;
  3677. padding: 5px 5px 4px 0;
  3678. background: #fff
  3679. }
  3680.  
  3681. .torrent_files .folder span.foldericon,
  3682. .torrent_files .folderopen span.foldericon {
  3683. background: url(images/spriteContent.png) no-repeat;
  3684. display: block;
  3685. float: left;
  3686. width: 20px;
  3687. height: 13px;
  3688. margin: 2px 0 0 0;
  3689. padding: 0 5px 0 0
  3690. }
  3691.  
  3692. .torrent_files span.folderopen span.foldericon {
  3693. background-position: -310px -65px
  3694. }
  3695.  
  3696. .torrent_files span.folder span.foldericon {
  3697. background-position: -310px -50px
  3698. }
  3699.  
  3700. .torrent_files span.folder a,
  3701. .torrent_files span.folderopen a {
  3702. color: #333
  3703. }
  3704.  
  3705. .torrent_files .innerFolder span.folder a,
  3706. .torrent_files .innerFolder span.folderopen a {
  3707. color: #333
  3708. }
  3709.  
  3710. .torrent_files li span.folder a:hover,
  3711. .torrent_files li span.folderopen a:hover {
  3712. text-decoration: none;
  3713. color: #666
  3714. }
  3715.  
  3716. .torrentFileList .torFileIcon {
  3717. padding-right: 4px
  3718. }
  3719.  
  3720. .torrentFileList .torFileName {
  3721. width: 100%
  3722. }
  3723.  
  3724. .torrentFileList .torFileSize {
  3725. white-space: nowrap;
  3726. padding-right: 5px;
  3727. text-align: right
  3728. }
  3729.  
  3730. .commentHeadLine {
  3731. border-top: 1px solid #b6b4a3;
  3732. color: #fff;
  3733. font-size: 11px;
  3734. width: auto;
  3735. padding: 3px 5px 3px 7px;
  3736. clear: both;
  3737. font-size: 11px;
  3738. height: 19px;
  3739. margin: 0 0 5px 0;
  3740. vertical-align: middle;
  3741. line-height: 150%;
  3742. text-shadow: 0 1px 0 #9b998b
  3743. }
  3744.  
  3745. .commentHeadLine .icon16,
  3746. .commentHeadLine .icon16.nohover:hover,
  3747. .commentHeadLine .ka:not(:hover),
  3748. .commentHeadLine .kaButton:not(:hover) {
  3749. background: none!important
  3750. }
  3751.  
  3752. .commentHeadLine .smallbuttonsline {
  3753. margin: 0
  3754. }
  3755.  
  3756. .commentHeadLine .smallbuttonsline .kaButton,
  3757. .commentHeadLine .smallbuttonsline .ka {
  3758. vertical-align: top
  3759. }
  3760.  
  3761. .commentHeadLine strong {
  3762. color: #fff;
  3763. margin: 3px 10px -3px 0
  3764. }
  3765.  
  3766. .commentHeadLine.deletedPost {
  3767. opacity: 0.6
  3768. }
  3769.  
  3770. .commentHeadLine.deletedPost:hover {
  3771. opacity: 1
  3772. }
  3773.  
  3774. .commentHeadLine a {
  3775. color: #fff;
  3776. text-decoration: none
  3777. }
  3778.  
  3779. .searchPostTitle {
  3780. background: #F5F3DF;
  3781. margin: -5px 0 0 0;
  3782. padding: 3px 10px 3px 10px;
  3783. clear: both
  3784. }
  3785.  
  3786. .opac5 {
  3787. opacity: 0.5
  3788. }
  3789.  
  3790. .communityLayout .commentTopControlLine {
  3791. float: none;
  3792. width: auto
  3793. }
  3794.  
  3795. .communityLayout .commentTopControlLine a {
  3796. float: right!important;
  3797. margin-left: 4px
  3798. }
  3799.  
  3800. .communityLayout .commentbody {
  3801. min-height: 75px
  3802. }
  3803.  
  3804. .rank_uploader {
  3805. background: url(images/spriteContent.png) no-repeat -175px 0;
  3806. display: inline-block;
  3807. height: 13px;
  3808. margin: 0 0 -2px 0;
  3809. width: 67px
  3810. }
  3811.  
  3812. .comments {
  3813. max-width: 700px;
  3814. float: none
  3815. }
  3816.  
  3817. code {
  3818. margin: 5px 0;
  3819. border: 1px solid #999;
  3820. padding: 5px;
  3821. font-family: "Courier New", Courier, monospace;
  3822. display: block;
  3823. font-size: 14px;
  3824. white-space: pre-wrap;
  3825. overflow: auto
  3826. }
  3827.  
  3828. .commentbody {
  3829. margin: 10px 0;
  3830. padding: 4px 5px;
  3831. min-height: 50px;
  3832. border-radius: 5px
  3833. }
  3834.  
  3835. .commentsLeftModule {
  3836. overflow: auto;
  3837. min-width: 713px
  3838. }
  3839.  
  3840. .reply {
  3841. margin-left: 0
  3842. }
  3843.  
  3844. .commentThread .commentThread {
  3845. margin-left: 50px
  3846. }
  3847.  
  3848. .commentThread .commentThread .commentThread {
  3849. margin-left: 0
  3850. }
  3851.  
  3852. .commentbody .badge {
  3853. height: auto;
  3854. overflow-x: visible
  3855. }
  3856.  
  3857. .commentbody .userPic {
  3858. width: 50px;
  3859. vertical-align: middle;
  3860. text-align: center;
  3861. margin: 0 10px 0 0;
  3862. float: left
  3863. }
  3864.  
  3865. .commentbody .userPic img {
  3866. margin-bottom: 2px
  3867. }
  3868.  
  3869. .commentbody .commentcontent {
  3870. margin: 0 0 0 70px
  3871. }
  3872.  
  3873. .userPic img,
  3874. .data .userPic img {
  3875. vertical-align: middle;
  3876. text-align: center;
  3877. max-width: 50px;
  3878. max-height: 50px;
  3879. border-radius: 3px;
  3880. margin: 0 0 3px 0
  3881. }
  3882.  
  3883. .commentcontent {
  3884. line-height: 1.8em;
  3885. margin-bottom: 0;
  3886. padding-bottom: 0;
  3887. position: relative
  3888. }
  3889.  
  3890. .communityLayout .commentcontent {
  3891. margin: 0 0 0 260px;
  3892. padding-bottom: 20px
  3893. }
  3894.  
  3895. .commentThread {
  3896. clear: both;
  3897. margin-bottom: 5px
  3898. }
  3899.  
  3900. .commentThread.hiddenComment .show {
  3901. font-size: 11px;
  3902. padding-left: 12px;
  3903. white-space: nowrap
  3904. }
  3905.  
  3906. .commentbody.hiddenComment .userPic,
  3907. .commentbody.hiddenComment strong,
  3908. .commentbody.hiddenComment .commentText,
  3909. .commentbody.hiddenComment .replyLink,
  3910. .commentbody.hiddenComment .commentAVRate,
  3911. .commentbody.deletedComment .userPic,
  3912. .commentbody.deletedComment strong,
  3913. .commentbody.deletedComment .commentText,
  3914. .commentbody.deletedComment .replyLink,
  3915. .commentbody.deletedComment .commentAVRate {
  3916. display: none
  3917. }
  3918.  
  3919. .commentbody.hiddenComment,
  3920. .commentbody.deletedComment {
  3921. background: none;
  3922. margin: 0;
  3923. min-height: 0
  3924. }
  3925.  
  3926. .commentbody.deletedComment {
  3927. opacity: 0.7
  3928. }
  3929.  
  3930. .commentbody .showComment {
  3931. display: none
  3932. }
  3933.  
  3934. .commentbody.hiddenComment .showComment {
  3935. display: inline-block
  3936. }
  3937.  
  3938. .commentThread .commentbody {
  3939. margin: 10px 0;
  3940. margin-left: 0;
  3941. background: #FFF url(images/commenheight.png) repeat-y 60px 0
  3942. }
  3943.  
  3944. .communityLayout .commentbody {
  3945. background: #FFF url(images/commenheight.png) repeat-y 235px 0;
  3946. margin-top: 4px
  3947. }
  3948.  
  3949. .feedbackButton {
  3950. text-decoration: none;
  3951. position: fixed;
  3952. right: 0;
  3953. display: block;
  3954. margin-right: -47px;
  3955. bottom: 100px;
  3956. background: #000;
  3957. z-index: 5;
  3958. padding: 3px 20px 5px 20px;
  3959. color: #fff;
  3960. -webkit-border-top-left-radius: 5px;
  3961. -webkit-border-top-right-radius: 5px;
  3962. -moz-border-radius-topleft: 5px;
  3963. -moz-border-radius-topright: 5px;
  3964. border-top-left-radius: 5px;
  3965. border-top-right-radius: 5px;
  3966. -ms-transform: rotate(-90deg);
  3967. -webkit-transform: rotate(-90deg);
  3968. -moz-transform: rotate(-90deg);
  3969. -o-transform: rotate(-90deg)
  3970. }
  3971.  
  3972. .eventsButtons {
  3973. background: #aeaeae;
  3974. background: -moz-linear-gradient(top, #aeaeae 0%, #939393 100%);
  3975. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aeaeae), color-stop(100%, #939393));
  3976. background: -webkit-linear-gradient(top, #aeaeae 0%, #939393 100%);
  3977. background: linear-gradient(to bottom, #aeaeae 0%, #939393 100%);
  3978. background: -ms-linear-gradient(top, #aeaeae 0%, #939393 100%);
  3979. border: 1px solid #616161;
  3980. box-shadow: inset 0 1px 2px 0 #aeaeae
  3981. }
  3982.  
  3983. .eventsButtons:hover {
  3984. color: #eee9cb
  3985. }
  3986.  
  3987. .quote,
  3988. blockquote,
  3989. .accentbox {
  3990. background-color: #f3edd9;
  3991. border: 1px solid #e7dbb2;
  3992. margin: 10px 0;
  3993. padding: 8px 20px 8px 12px;
  3994. display: block;
  3995. color: #767261
  3996. }
  3997.  
  3998. .quote[class$="emergency"],
  3999. blockquote[class$="emergency"],
  4000. .accentbox[class$="emergency"] {
  4001. background-color: #ffe2db;
  4002. border: 1px solid #ffb9a8
  4003. }
  4004.  
  4005. .quote[class$="update"],
  4006. blockquote[class$="update"],
  4007. .accentbox[class$="update"] {
  4008. background-color: #e9f1cf;
  4009. border: 1px solid #d7e5a8
  4010. }
  4011.  
  4012. .accentbox {
  4013. font-size: 110%
  4014. }
  4015.  
  4016. .accentbox li {
  4017. margin-bottom: 0.4em
  4018. }
  4019.  
  4020. .accentbox *:last-child {
  4021. padding-bottom: 0;
  4022. margin-bottom: 0
  4023. }
  4024.  
  4025. .quote {
  4026. margin: 18px 0 2px 5px;
  4027. padding: 18px 0 8px 12px;
  4028. display: block;
  4029. position: relative;
  4030. border-top: 1px double #c0bdba;
  4031. clear: right
  4032. }
  4033.  
  4034. .quote:has(> .quoteAuthor) {
  4035. margin-top: 5px
  4036. }
  4037.  
  4038. .halvedBlock {
  4039. width: 45%;
  4040. margin-right: 4%;
  4041. display: inline-block;
  4042. vertical-align: top
  4043. }
  4044.  
  4045. .bbreply {
  4046. margin-left: 10px
  4047. }
  4048.  
  4049. .quote .quote {
  4050. background: url(images/commenheight.png) repeat-y 0 0;
  4051. margin: 12px 0 2px 5px
  4052. }
  4053.  
  4054. .quote .quoteAuthor {
  4055. float: left;
  4056. margin: -13px 0px 0px -13px;
  4057. font-size: 12px;
  4058. color: #000;
  4059. position: absolute;
  4060. top: 0;
  4061. z-index: 30;
  4062. max-width: 750px;
  4063. overflow: hidden;
  4064. text-overflow: ellipsis
  4065. }
  4066.  
  4067. .quoteAuthor {
  4068. display: inline-block;
  4069. border-radius: 5px;
  4070. border: 1px double #b3a9a1!important;
  4071. background-color: #fff;
  4072. margin-bottom: 2px;
  4073. padding: 1px 6px;
  4074. text-shadow: none!important;
  4075. vertical-align: middle
  4076. }
  4077.  
  4078. .lightivorybg .quoteAuthor {
  4079. border: none!important;
  4080. background-color: #fff;
  4081. padding: 1px 6px
  4082. }
  4083.  
  4084. .minibadge {
  4085. float: left;
  4086. display: block;
  4087. border-radius: 5px;
  4088. background-color: #fff;
  4089. padding: 1px 6px;
  4090. margin: 1px!important;
  4091. font-size: 12px;
  4092. color: #000;
  4093. z-index: 100;
  4094. border: 1px double #b3a9a1!important
  4095. }
  4096.  
  4097. .twocols {
  4098. -moz-column-count: 2;
  4099. -moz-column-gap: 20px;
  4100. -webkit-column-count: 2;
  4101. -webkit-column-gap: 20px;
  4102. column-count: 2;
  4103. column-gap: 20px
  4104. }
  4105.  
  4106. .fourcols {
  4107. -moz-column-count: 4;
  4108. -moz-column-gap: 20px;
  4109. -webkit-column-count: 4;
  4110. -webkit-column-gap: 20px;
  4111. column-count: 4;
  4112. column-gap: 20px
  4113. }
  4114.  
  4115. .twocols>*,
  4116. .fourcols>* {
  4117. display: inline-block;
  4118. width: 100%
  4119. }
  4120.  
  4121. .twocols li,
  4122. .fourcols li {
  4123. display: inline-block;
  4124. padding-left: 0;
  4125. width: 100%
  4126. }
  4127.  
  4128. .commentform {
  4129. display: none;
  4130. margin-top: 1em;
  4131. margin-left: 20px;
  4132. clear: left;
  4133. width: 720px
  4134. }
  4135.  
  4136. .commentform#main {
  4137. display: block;
  4138. margin: 0 0 20px 0;
  4139. clear: both;
  4140. float: none
  4141. }
  4142.  
  4143. .commentform textarea {
  4144. height: 119px
  4145. }
  4146.  
  4147. textarea.activeSmiles {
  4148. margin-bottom: 0;
  4149. border-bottom-right-radius: 0;
  4150. border-bottom-left-radius: 0
  4151. }
  4152.  
  4153. .commentform.torrentPage textarea {
  4154. border-bottom-right-radius: 0;
  4155. border-bottom-left-radius: 0;
  4156. margin-bottom: 0
  4157. }
  4158.  
  4159. .commentform.torrentPage .textareaRecommendation {
  4160. display: inline-block;
  4161. width: 522px;
  4162. float: left;
  4163. background: #999;
  4164. padding: 1px 6px 2px 6px;
  4165. color: #fff;
  4166. margin-bottom: 5px;
  4167. text-align: center;
  4168. margin-top: -8px;
  4169. border-bottom-right-radius: 3px;
  4170. border-bottom-left-radius: 3px
  4171. }
  4172.  
  4173. .commentTopControlLine {
  4174. float: right;
  4175. padding-right: 1px;
  4176. display: block;
  4177. top: 0;
  4178. height: 16px;
  4179. margin-top: 2px
  4180. }
  4181.  
  4182. .communityLayout .commentThread .commentTopControlLine a {
  4183. display: block!important
  4184. }
  4185.  
  4186. .commentbody .commentTopControlLine a {
  4187. display: none;
  4188. float: right;
  4189. margin-left: 4px
  4190. }
  4191.  
  4192. .commentbody:hover .commentTopControlLine a {
  4193. display: inline-block
  4194. }
  4195.  
  4196. .commentThread .commentSig {
  4197. color: #848484;
  4198. font-size: 11px;
  4199. margin-bottom: 10px
  4200. }
  4201.  
  4202. .commentThread .rate {
  4203. float: right;
  4204. width: 100px;
  4205. padding-right: 1px;
  4206. display: inline-block;
  4207. margin-top: 2px;
  4208. margin-bottom: -2px;
  4209. position: relative
  4210. }
  4211.  
  4212. .rate .icon16,
  4213. .rate .kasmall {
  4214. vertical-align: top;
  4215. float: right;
  4216. margin-left: 4px
  4217. }
  4218.  
  4219. .rate.rated {
  4220. display: inline-block;
  4221. float: right
  4222. }
  4223.  
  4224. .communityLayout .rate.rated {
  4225. margin-bottom: 4px
  4226. }
  4227.  
  4228. .rate.rated:hover a.blank {
  4229. visibility: visible;
  4230. float: right
  4231. }
  4232.  
  4233. .rate.rated a.blank {
  4234. text-decoration: none;
  4235. background: #eee;
  4236. float: right;
  4237. margin-top: 2px;
  4238. padding: 0 4px;
  4239. visibility: hidden;
  4240. -webkit-border-bottom-right-radius: 3px;
  4241. -webkit-border-bottom-left-radius: 3px;
  4242. -moz-border-radius-bottomright: 3px;
  4243. -moz-border-radius-bottomleft: 3px;
  4244. border-bottom-right-radius: 3px;
  4245. border-bottom-left-radius: 3px;
  4246. position: relative;
  4247. z-index: 3
  4248. }
  4249.  
  4250. .ratemark {
  4251. min-height: 7px;
  4252. display: block;
  4253. float: right;
  4254. margin-right: 5px;
  4255. margin-top: 1px;
  4256. line-height: 12px;
  4257. font-size: 12px;
  4258. vertical-align: top;
  4259. padding-left: 10px;
  4260. text-decoration: none
  4261. }
  4262.  
  4263. .ratemark .ka:before {
  4264. line-height: 8px;
  4265. font-size: 12px;
  4266. width: 14px
  4267. }
  4268.  
  4269. .minus {
  4270. color: #ccc
  4271. }
  4272.  
  4273. .plus {
  4274. color: #c4af53
  4275. }
  4276.  
  4277. .commentAVRate {
  4278. width: auto;
  4279. text-transform: uppercase;
  4280. color: #797264;
  4281. padding: 8px 0 0 0
  4282. }
  4283.  
  4284. .commentAVRate span {
  4285. padding: 0 20px 0 0
  4286. }
  4287.  
  4288. .torrentReportedSign {
  4289. width: auto;
  4290. text-transform: uppercase;
  4291. font-size: 11px;
  4292. color: #c97230;
  4293. font-weight: bold;
  4294. padding: 2px 0 0 0
  4295. }
  4296.  
  4297. .torrentReportedSign .statusIcon {
  4298. margin-bottom: -4px
  4299. }
  4300.  
  4301. .commentowner {
  4302. color: #666;
  4303. margin: 0;
  4304. padding: 0 0 2px 0;
  4305. height: auto;
  4306. border-bottom: 1px dotted #ddd
  4307. }
  4308.  
  4309. .commentowner .siteButton {
  4310. margin-bottom: -1px
  4311. }
  4312.  
  4313. .commentowner .commentownerLeft {
  4314. margin-right: 117px
  4315. }
  4316.  
  4317. .downloadedArrow {
  4318. display: inline
  4319. }
  4320.  
  4321. .downloadedArrow .kaDownloadedArrow {
  4322. cursor: default!important;
  4323. font-size: 18px;
  4324. line-height: 5px;
  4325. top: 3px;
  4326. position: relative
  4327. }
  4328.  
  4329. .uploader,
  4330. .blogger {
  4331. display: inline;
  4332. margin: 0px 2px 0px 3px;
  4333. background-color: #7a6933;
  4334. color: #efe4b5;
  4335. text-transform: uppercase;
  4336. font-weight: bold;
  4337. font-size: 10px;
  4338. padding: 0px 3px;
  4339. border-radius: 1px;
  4340. -webkit-user-select: none;
  4341. -moz-user-select: none;
  4342. -ms-user-select: none;
  4343. cursor: default
  4344. }
  4345.  
  4346. .commentbody p {
  4347. margin: 0;
  4348. padding: 5px 0
  4349. }
  4350.  
  4351. .textcontent {
  4352. font-size: 12px;
  4353. line-height: 150%
  4354. }
  4355.  
  4356. .questionList li {
  4357. list-style: none
  4358. }
  4359.  
  4360. .mainpart .questionList li:before {
  4361. content: "? ";
  4362. font-weight: bold;
  4363. color: #999
  4364. }
  4365.  
  4366. .textcontent p {
  4367. margin: 0 0 20px 0
  4368. }
  4369.  
  4370. .threecolls li {
  4371. list-style: none
  4372. }
  4373.  
  4374. .fancybox-content ul,
  4375. .mainpart ul {
  4376. margin-bottom: 10px
  4377. }
  4378.  
  4379. ul.textcontent,
  4380. .textcontent ul {
  4381. margin-left: 10px;
  4382. margin-bottom: 10px
  4383. }
  4384.  
  4385. .textcontent li:before {
  4386. content: "• ";
  4387. color: #888;
  4388. margin-left: -10px
  4389. }
  4390.  
  4391. .textcontent.noBulletsList li:before {
  4392. content: "";
  4393. color: #888;
  4394. margin-left: 0
  4395. }
  4396.  
  4397. ul.noBulletsList {
  4398. margin-left: 0
  4399. }
  4400.  
  4401. .fancybox-content li li,
  4402. .mainpart li li {
  4403. padding: 0
  4404. }
  4405.  
  4406. .threecolls .firstColl,
  4407. .threecolls .secondColl,
  4408. .threecolls .thirdColl {
  4409. float: left;
  4410. display: block;
  4411. width: 33%;
  4412. margin-bottom: 20px
  4413. }
  4414.  
  4415. .sliderbox ul.singleRowSide li {
  4416. overflow: hidden;
  4417. white-space: nowrap;
  4418. padding-right: 10px
  4419. }
  4420.  
  4421. .errorpage {
  4422. background: url(images/404.jpg) no-repeat right top;
  4423. padding: 0 330px 0 0;
  4424. min-height: 310px;
  4425. width: 500px;
  4426. margin: 0 auto
  4427. }
  4428.  
  4429. .piratAgeGraphicBox {
  4430. width: 415px;
  4431. margin: 10px auto 0 auto
  4432. }
  4433.  
  4434. .piratAgeGraphicBox div {
  4435. width: 205px;
  4436. padding-bottom: 410px;
  4437. text-align: center;
  4438. display: inline-block
  4439. }
  4440.  
  4441. .piratBoy {
  4442. background: url(images/piratboy.png) no-repeat center bottom
  4443. }
  4444.  
  4445. .piratMan {
  4446. background: url(images/piratman.png) no-repeat center bottom
  4447. }
  4448.  
  4449. .prohibitingSign {
  4450. width: 300px;
  4451. height: 300px;
  4452. padding: 40px 0 50px 0;
  4453. background: url(images/prohibitingSign.png) no-repeat center center
  4454. }
  4455.  
  4456. .ac_results {
  4457. padding: 0;
  4458. border: 1px solid #594c2d;
  4459. background-color: white;
  4460. overflow: hidden;
  4461. z-index: 99999;
  4462. margin-top: 8px;
  4463. margin-left: -10px
  4464. }
  4465.  
  4466. .ac_results ul {
  4467. width: 100%;
  4468. list-style-position: outside;
  4469. list-style: none;
  4470. padding: 0;
  4471. margin: 0
  4472. }
  4473.  
  4474. .ac_results li {
  4475. margin: 0;
  4476. padding: 2px 5px;
  4477. cursor: default;
  4478. display: block;
  4479. font: menu;
  4480. font-size: 12px;
  4481. line-height: 16px;
  4482. overflow: hidden
  4483. }
  4484.  
  4485. .ac_loading {
  4486. background: white url(images/indicator.gif) right center no-repeat
  4487. }
  4488.  
  4489. .ac_odd {
  4490. background-color: #eee
  4491. }
  4492.  
  4493. .ac_over {
  4494. background-color: #9c8b55;
  4495. color: white
  4496. }
  4497.  
  4498. .formtable {
  4499. color: #333;
  4500. text-align: left
  4501. }
  4502.  
  4503. .formtable tr td {
  4504. padding: 0 6px 5px 0
  4505. }
  4506.  
  4507. .formtable tr td.valignTop {
  4508. padding-top: 5px
  4509. }
  4510.  
  4511. .formtable option {
  4512. padding-left: 4px;
  4513. padding-right: 4px
  4514. }
  4515.  
  4516. .font80perc {
  4517. font-size: 80%
  4518. }
  4519.  
  4520. .font10px {
  4521. font-size: 10px
  4522. }
  4523.  
  4524. .font11px,
  4525. small {
  4526. font-size: 11px;
  4527. vertical-align: middle;
  4528. line-height: inherit
  4529. }
  4530.  
  4531. .font12px {
  4532. font-size: 12px
  4533. }
  4534.  
  4535. .font14px {
  4536. font-size: 14px
  4537. }
  4538.  
  4539. .markeredBlock small {
  4540. line-height: inherit;
  4541. vertical-align: baseline
  4542. }
  4543.  
  4544. .alertfield,
  4545. .goodalertfield {
  4546. text-align: center;
  4547. margin: 0 auto 20px auto;
  4548. background: #c2342a;
  4549. border-radius: 5px;
  4550. padding: 3px 15px 4px 15px;
  4551. color: #fff
  4552. }
  4553.  
  4554. .goodalertfield {
  4555. background: #97c22a
  4556. }
  4557.  
  4558. .alertfield a,
  4559. .goodalertfield a {
  4560. color: #FFF
  4561. }
  4562.  
  4563. .checkandtext,
  4564. .checkandtext input {
  4565. vertical-align: middle
  4566. }
  4567.  
  4568.  
  4569. pre {
  4570. display: block;
  4571. font-family: verdana;
  4572. font-size: 12px;
  4573. white-space: pre;
  4574. margin: 1em 0;
  4575. white-space: pre-wrap; /* css-3 */
  4576. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  4577. white-space: -pre-wrap; /* Opera 4-6 */
  4578. white-space: -o-pre-wrap; /* Opera 7 */
  4579. word-wrap: break-word; /* Internet Explorer 5.5+ */
  4580. }
  4581.  
  4582. #previewPopupContainer b,
  4583. #previewPopupContainer strong,
  4584. #previewPopupContainer i,
  4585. #previewPopupContainer em,
  4586. #previewPopupContainer u,
  4587. .previewPopupContainer b,
  4588. .previewPopupContainer strong,
  4589. .previewPopupContainer i,
  4590. .previewPopupContainer em,
  4591. .previewPopupContainer u {
  4592. text-decoration: none;
  4593. font-weight: normal;
  4594. font-style: normal
  4595. }
  4596.  
  4597. #previewPopupContainer br,
  4598. #previewPopupContainer img,
  4599. .previewPopupContainer br,
  4600. .previewPopupContainer img {
  4601. display: none!important;
  4602. clear: none!important
  4603. }
  4604.  
  4605. #previewPopupContainer {
  4606. display: none
  4607. }
  4608.  
  4609. #vtip .previewPopupContainer {
  4610. margin: -10px
  4611. }
  4612.  
  4613. .previewPopupContainer {
  4614. position: absolute;
  4615. z-index: 2000;
  4616. width: 330px
  4617. }
  4618.  
  4619. .previewPopupContainer .tail {
  4620. width: 7px;
  4621. height: 17px;
  4622. position: absolute;
  4623. top: 3px
  4624. }
  4625.  
  4626. .previewPopupContainer.leftPlacing .tail {
  4627. right: -6px;
  4628. background: url(images/commentRight_tail.png) no-repeat -2px 0
  4629. }
  4630.  
  4631. .previewPopupContainer.rightPlacing .tail {
  4632. left: -6px;
  4633. background: url(images/commentLeft_tail.png) no-repeat 2px 0
  4634. }
  4635.  
  4636. .previewPopupContainer .prevAV {
  4637. padding: 3px 10px;
  4638. height: 16px;
  4639. border: 1px solid #8e8c7b;
  4640. border-bottom-color: #a2a08e;
  4641. border-top-left-radius: 5px;
  4642. border-top-right-radius: 5px;
  4643. box-shadow: 0 2px 3px #545048
  4644. }
  4645.  
  4646. .previewPopupContainer .prevRating {
  4647. float: right;
  4648. color: #fff
  4649. }
  4650.  
  4651. #previewPopupContainer #previewPopupContent,
  4652. .previewPopupContainer .previewPopupContent {
  4653. border-bottom: 1px solid #fff;
  4654. border-bottom-right-radius: 5px;
  4655. border-bottom-left-radius: 5px;
  4656. text-shadow: -1px 1px 0 #fff;
  4657. box-shadow: 0 2px 3px #545048;
  4658. background: #fafafa;
  4659. background: -moz-linear-gradient(top, #fafafa 0%, #f7f7f7 56%, #ededed 100%);
  4660. background: -webkit-gradient(linear, left top, left bottom, color-stop 0%, #fafafa, color-stop 56%, #f7f7f7, color-stop 100%, #ededed);
  4661. background: -webkit-linear-gradient(top, #fafafa 0%, #f7f7f7 56%, #ededed 100%);
  4662. background: -o-linear-gradient(top, #fafafa 0%, #f7f7f7 56%, #ededed 100%);
  4663. background: -ms-linear-gradient(top, #fafafa 0%, #f7f7f7 56%, #ededed 100%);
  4664. background: linear-gradient(to bottom, #fafafa 0%, #f7f7f7 56%, #ededed 100%)
  4665. }
  4666.  
  4667. .previewPopupContainer .previewPopupContent {
  4668. overflow: visible!important;
  4669. display: block!important;
  4670. position: absolute!important;
  4671. margin-left: 10px;
  4672. width: 294px
  4673. }
  4674.  
  4675. #previewPopupContainer p,
  4676. .previewPopupContainer p {
  4677. margin: 0;
  4678. white-space: nowrap;
  4679. overflow: hidden;
  4680. padding: 4px 10px
  4681. }
  4682.  
  4683. #previewPopupContainer p#first,
  4684. .previewPopupContainer p.first {
  4685. border-top-right-radius: 5px;
  4686. border-top-left-radius: 5px
  4687. }
  4688.  
  4689. #previewPopupContainer p#last,
  4690. .previewPopupContainer p.last {
  4691. border-bottom: none!important
  4692. }
  4693.  
  4694. .doublecelltable tr td {
  4695. vertical-align: top
  4696. }
  4697.  
  4698. .doublecelltable tr td td {
  4699. vertical-align: inherit
  4700. }
  4701.  
  4702. .doublecelltable tr td.sidebarCell {
  4703. padding-left: 0;
  4704. vertical-align: top
  4705. }
  4706.  
  4707. .sliderbox {
  4708. width: 200px;
  4709. margin: 0 0 15px 0
  4710. }
  4711.  
  4712. .sliderbox h3 {
  4713. margin: 0;
  4714. color: #99742e;
  4715. font-weight: bold;
  4716. font-size: 14px;
  4717. font-family: Georgia, "Times New Roman", Times, serif;
  4718. padding: 7px 0 0 0
  4719. }
  4720.  
  4721. .sliderbox ul li {
  4722. border: 0;
  4723. border-bottom: 1px solid #DFDDD7;
  4724. display: block;
  4725. margin: 0;
  4726. overflow: hidden
  4727. }
  4728.  
  4729. .sliderbox ul li:before {
  4730. margin: 0
  4731. }
  4732.  
  4733. .sliderbox ul li:hover {
  4734. background-color: #f9f9f9
  4735. }
  4736.  
  4737. .sliderbox ul.nohover li:hover {
  4738. background-color: transparent
  4739. }
  4740.  
  4741. #sidebar ul.nohover li .icon16 {
  4742. margin-left: -2px!important;
  4743. margin-right: 3px
  4744. }
  4745.  
  4746. .sliderbox ul li .thirdPartIcons {
  4747. float: left;
  4748. margin-left: -20px
  4749. }
  4750.  
  4751. .sliderbox ul li a {
  4752. min-height: 16px;
  4753. padding: 4px 0 4px 22px;
  4754. text-decoration: none;
  4755. white-space: normal;
  4756. display: block;
  4757. vertical-align: middle;
  4758. overflow: auto
  4759. }
  4760.  
  4761. .sliderbox ul li a.circleButton {
  4762. padding: 0;
  4763. min-height: inherit
  4764. }
  4765.  
  4766. .sliderbox ul li a.plain {
  4767. padding: 0;
  4768. display: inline-block
  4769. }
  4770.  
  4771. .sliderbox ul li #aclrow a,
  4772. .sliderbox ul li #aclrow span.aclspan {
  4773. min-height: 16px;
  4774. padding: 4px 0 4px 22px;
  4775. text-decoration: none;
  4776. white-space: normal;
  4777. display: inline-block
  4778. }
  4779.  
  4780. .sliderbox ul li #aclrow span.aclspan {
  4781. padding-left: 0;
  4782. margin: 0
  4783. }
  4784.  
  4785. .sidebarpadded {
  4786. padding: 3px 2px 2px 22px
  4787. }
  4788.  
  4789. .sidebarpadded2 {
  4790. padding: 2px 10px 3px 4px;
  4791. overflow: hidden;
  4792. display: block
  4793. }
  4794.  
  4795. .sidebarpadded2 img {
  4796. vertical-align: middle
  4797. }
  4798.  
  4799. .sliderbox ul li span.explanation {
  4800. color: #aba387;
  4801. font-size: 11px;
  4802. display: block;
  4803. padding: 0 2px 2px 24px;
  4804. margin-top: -3px
  4805. }
  4806.  
  4807. .latest-icon,
  4808. .latest-title {
  4809. float: left
  4810. }
  4811.  
  4812. .latest-title {
  4813. width: 158px;
  4814. margin: 2px 0 0 6px
  4815. }
  4816.  
  4817. .latest-title:after {
  4818. clear: left
  4819. }
  4820.  
  4821. .torrentMediaInfo {
  4822. overflow: auto;
  4823. clear: both
  4824. }
  4825.  
  4826. .torrentMediaInfo a {
  4827. text-decoration: none
  4828. }
  4829.  
  4830. .torrentMediaInfo .movieCover {
  4831. float: left;
  4832. padding-right: 10px;
  4833. margin-bottom: 1em
  4834. }
  4835.  
  4836. .torrentMediaInfo .movieCover img {
  4837. max-width: 100px
  4838. }
  4839.  
  4840. .dataList {
  4841. padding: 0 0 0 15px;
  4842. margin-left: 100px
  4843. }
  4844.  
  4845. .dataList ul {
  4846. width: 49%;
  4847. display: inline-block;
  4848. vertical-align: top
  4849. }
  4850.  
  4851. .dataList ul li {
  4852. display: block;
  4853. padding: 0 20px 10px 0
  4854. }
  4855.  
  4856. .dataList ul li strong {
  4857. width: 100px
  4858. }
  4859.  
  4860. .trendCalendar {
  4861. width: 275px;
  4862. text-align: center;
  4863. background: url(images/calendarMainBg.jpg) no-repeat bottom center;
  4864. padding-bottom: 4px;
  4865. float: right;
  4866. margin-bottom: 50px
  4867. }
  4868.  
  4869. .trendCalendar table {
  4870. width: 212px;
  4871. margin: 0 auto;
  4872. padding: 0
  4873. }
  4874.  
  4875. .trendCalendarHeader {
  4876. background: url(images/calendarHeadLine.jpg) no-repeat top center;
  4877. padding: 10px 0 0 0;
  4878. height: 45px;
  4879. line-height: 45px;
  4880. padding-bottom: 5px
  4881. }
  4882.  
  4883. .trendCalendarHeader a {
  4884. display: block;
  4885. text-decoration: none
  4886. }
  4887.  
  4888. .turnRightButton,
  4889. .turnLeftButton {
  4890. display: block;
  4891. width: 25px;
  4892. height: 34px
  4893. }
  4894.  
  4895. .turnLeftButton {
  4896. background: url(images/callendarButtons.png) no-repeat 0 0
  4897. }
  4898.  
  4899. .turnLeftButton:hover {
  4900. background: url(images/callendarButtons.png) no-repeat 0 -35px
  4901. }
  4902.  
  4903. .trendCalendarHeader .calendarCenterMonth {
  4904. margin: 0 26px;
  4905. width: auto;
  4906. height: 45px;
  4907. font-family: Georgia, "Times New Roman", Times, serif;
  4908. font-size: 24px;
  4909. background: #f2efe6
  4910. }
  4911.  
  4912. .turnRightButton {
  4913. background: url(images/callendarButtons.png) no-repeat 0 -70px
  4914. }
  4915.  
  4916. .turnRightButton:hover {
  4917. background: url(images/callendarButtons.png) no-repeat 0 -105px
  4918. }
  4919.  
  4920. .trendCalendar tr td {
  4921. background: none;
  4922. margin: 0;
  4923. width: 28px;
  4924. height: 28px;
  4925. font-size: 11px
  4926. }
  4927.  
  4928. .trendCalendar tr td span {
  4929. display: inline-block;
  4930. margin: 0;
  4931. line-height: 28px;
  4932. width: 28px;
  4933. height: 28px;
  4934. color: #aca680
  4935. }
  4936.  
  4937. .trendList {
  4938. margin: 20px 0 40px 0;
  4939. width: 440px
  4940. }
  4941.  
  4942. .trendList li {
  4943. padding: 1px 0 4px 0;
  4944. border-bottom: 1px dotted #ccc
  4945. }
  4946.  
  4947. .ordinalNumber {
  4948. width: 20px;
  4949. font-family: Georgia, "Times New Roman", Times, serif;
  4950. font-size: 15px
  4951. }
  4952.  
  4953. .trendNew,
  4954. .trendNone,
  4955. .trendDown,
  4956. .trendUp {
  4957. display: inline-block;
  4958. width: 35px;
  4959. height: 14px;
  4960. vertical-align: middle;
  4961. float: right;
  4962. color: #999;
  4963. font-size: 10px;
  4964. line-height: 11px;
  4965. padding: 0 0 0 15px;
  4966. margin-top: 6px
  4967. }
  4968.  
  4969. .trendNew {
  4970. background: url(images/trendNew.gif) no-repeat 0 0
  4971. }
  4972.  
  4973. .trendDown {
  4974. background: url(images/trendDown.gif) no-repeat 0 0
  4975. }
  4976.  
  4977. .trendUp {
  4978. background: url(images/trendUp.gif) no-repeat 0 0
  4979. }
  4980.  
  4981. .trendNone {
  4982. background: url(images/trendNone.gif) no-repeat 0 0
  4983. }
  4984.  
  4985. .trendCalendar tr td a {
  4986. display: inline-block;
  4987. line-height: 28px;
  4988. width: 28px;
  4989. height: 28px;
  4990. text-decoration: none;
  4991. background: #bcb692;
  4992. color: #fff
  4993. }
  4994.  
  4995. .trendCalendar tr td a:hover {
  4996. background: #b3ad8a
  4997. }
  4998.  
  4999. .trendCalendar tr td strong {
  5000. background: #7b7149;
  5001. color: #fff;
  5002. display: inline-block;
  5003. width: 28px;
  5004. height: 28px
  5005. }
  5006.  
  5007. .nickname {
  5008. margin-bottom: 0
  5009. }
  5010.  
  5011. .profileCloud {
  5012. background: #887752;
  5013. border-radius: 3px;
  5014. margin-bottom: 20px;
  5015. padding: 10px;
  5016. margin-left: 5px
  5017. }
  5018.  
  5019. .profileCloud .editStatus {
  5020. margin-bottom: 4px;
  5021. float: right
  5022. }
  5023.  
  5024. .userStatusMessage {
  5025. color: #FFF;
  5026. font-size: 18px
  5027. }
  5028.  
  5029. .userStatusMessage a {
  5030. color: #FFF
  5031. }
  5032.  
  5033. .updatedStatus {
  5034. color: #CCC
  5035. }
  5036.  
  5037. .achievement {
  5038. text-align: center;
  5039. padding: 0 30px
  5040. }
  5041.  
  5042. .pager {
  5043. background: #f6f3e6;
  5044. height: 22px;
  5045. font-size: 11px;
  5046. color: #8b8776
  5047. }
  5048.  
  5049. .pager .prevPage,
  5050. .pager .nextPage {
  5051. width: 35px;
  5052. height: 22px;
  5053. display: block
  5054. }
  5055.  
  5056. .pager .prevPage:hover,
  5057. .pager .nextPage:hover {
  5058. background-position: 0 -22px;
  5059. cursor: pointer
  5060. }
  5061.  
  5062. .pager .prevPage {
  5063. background: url(images/prevPage.jpg) no-repeat 0 0;
  5064. float: left
  5065. }
  5066.  
  5067. .pager .nextPage {
  5068. background: url(images/nextPage.jpg) no-repeat 0 0;
  5069. float: right
  5070. }
  5071.  
  5072. .torrentDownloaded {
  5073. opacity: 0.6
  5074. }
  5075.  
  5076. .ui-sortable-helper {
  5077. border: 3px solid #ccc;
  5078. border-radius: 5px;
  5079. margin-left: -4px;
  5080. margin-right: -4px;
  5081. background: #f4f1e7
  5082. }
  5083.  
  5084. .ui-sortable-helper td {
  5085. border-bottom: none!important
  5086. }
  5087.  
  5088. .ui-sortable tr {
  5089. cursor: move
  5090. }
  5091.  
  5092. .qrateContainer {
  5093. color: #666;
  5094. width: 180px;
  5095. display: inline-block;
  5096. right: 0;
  5097. position: relative;
  5098. float: right
  5099. }
  5100.  
  5101. .qrateContainer.feedback {
  5102. top: 0;
  5103. width: auto;
  5104. float: left
  5105. }
  5106.  
  5107. .torrentRating {
  5108. font-size: 34px;
  5109. display: inline-block;
  5110. height: 50px;
  5111. line-height: 30px;
  5112. padding: 0 15px 0 10px;
  5113. vertical-align: middle;
  5114. text-align: center;
  5115. color: #b29d49;
  5116. font-family: Georgia, "Times New Roman", Times, serif
  5117. }
  5118.  
  5119. .torrentRating span {
  5120. font-size: 18px;
  5121. color: #918245
  5122. }
  5123.  
  5124. .qrate {
  5125. width: 86px;
  5126. min-height: 40px;
  5127. padding-bottom: 5px;
  5128. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  5129. text-align: center;
  5130. margin: 0 0 4px 0;
  5131. color: #fff;
  5132. display: inline-block;
  5133. background: #ccc6b6;
  5134. background: -moz-linear-gradient(top, #ccc6b6 0%, #b8b1a1 100%);
  5135. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc6b6), color-stop(100%, #b8b1a1));
  5136. background: -webkit-linear-gradient(top, #ccc6b6 0%, #b8b1a1 100%);
  5137. background: linear-gradient(to bottom, #ccc6b6 0%, #b8b1a1 100%);
  5138. background: -ms-linear-gradient(top, #ccc6b6 0%, #b8b1a1 100%);
  5139. border-radius: 3px;
  5140. border-bottom: 2px solid #988f72
  5141. }
  5142.  
  5143. .qrate span {
  5144. font-size: 11px;
  5145. font-weight: bold;
  5146. padding: 6px 0;
  5147. display: block
  5148. }
  5149.  
  5150. .qrate select {
  5151. padding: 2px;
  5152. font: 16px;
  5153. color: #666;
  5154. width: 70px;
  5155. text-align: center
  5156. }
  5157.  
  5158. .qrate .vote {
  5159. display: none
  5160. }
  5161.  
  5162. .qrate option {
  5163. text-align: left;
  5164. line-height: 11px;
  5165. padding-right: 2px;
  5166. margin: 1px
  5167. }
  5168.  
  5169. .tabs {
  5170. margin-top: 5px;
  5171. clear: both;
  5172. overflow: auto
  5173. }
  5174.  
  5175. ul.tabNavigation {
  5176. list-style: none;
  5177. margin: 0;
  5178. padding: 0;
  5179. white-space: nowrap;
  5180. text-align: right
  5181. }
  5182.  
  5183. ul.tabNavigation li {
  5184. display: inline-block;
  5185. white-space: nowrap;
  5186. margin: 5px 0 0 0
  5187. }
  5188.  
  5189. ul.tabNavigation li:before {
  5190. content: ""
  5191. }
  5192.  
  5193. ul.tabNavigation li a {
  5194. border-top-left-radius: 3px;
  5195. border-top-right-radius: 3px;
  5196. border: 1px solid #554829;
  5197. border-bottom: none;
  5198. padding: 0 1px;
  5199. text-decoration: none;
  5200. display: block;
  5201. z-index: 2;
  5202. position: relative;
  5203. letter-spacing: 0.7px;
  5204. text-transform: uppercase
  5205. }
  5206.  
  5207. ul.tabNavigation li a:hover {
  5208. color: #efd787
  5209. }
  5210.  
  5211. ul.tabNavigation li a span {
  5212. text-align: center;
  5213. padding: 4px 12px;
  5214. display: block;
  5215. font-size: 11px;
  5216. white-space: nowrap;
  5217. position: relative
  5218. }
  5219.  
  5220. ul.tabNavigation li.rssInside a span {
  5221. padding-right: 35px
  5222. }
  5223.  
  5224. .menuValue {
  5225. display: inline-block;
  5226. border-radius: 6px;
  5227. padding: 0 3px;
  5228. top: -2px;
  5229. position: relative;
  5230. margin: 0 -2px 0 0;
  5231. font-size: 8px;
  5232. font-style: normal;
  5233. font-weight: bold;
  5234. min-width: 7px;
  5235. text-align: center
  5236. }
  5237.  
  5238. a:hover .menuValue {
  5239. background-color: #efd787
  5240. }
  5241.  
  5242. .tabNavigation .menuValue,
  5243. #navstyle .menuValue,
  5244. .smallTorrentBadge {
  5245. color: #594c2c;
  5246. text-shadow: none;
  5247. border-left: 1px solid #56492A;
  5248. border-bottom: 1px solid #56492A;
  5249. background: #ffeeb4;
  5250. background: -moz-linear-gradient(top, #ffeeb4 1%, #fff9e8 6%, #ffeeb4 11%, #f2e3ab 100%);
  5251. background: -webkit-gradient(linear, left top, left bottom, color-stop 1%, #ffeeb4, color-stop 6%, #fff9e8, color-stop 11%, #ffeeb4, color-stop 100%, #f2e3ab);
  5252. background: -webkit-linear-gradient(top, #ffeeb4 1%, #fff9e8 6%, #ffeeb4 11%, #f2e3ab 100%);
  5253. background: -o-linear-gradient(top, #ffeeb4 1%, #fff9e8 6%, #ffeeb4 11%, #f2e3ab 100%);
  5254. background: -ms-linear-gradient(top, #ffeeb4 1%, #fff9e8 6%, #ffeeb4 11%, #f2e3ab 100%);
  5255. background: linear-gradient(to bottom, #ffeeb4 1%, #fff9e8 6%, #ffeeb4 11%, #f2e3ab 100%);
  5256. margin: -1px 0
  5257. }
  5258.  
  5259. .slotbox table.data {
  5260. margin: 0;
  5261. font-size: 12px
  5262. }
  5263.  
  5264. .sliderbox .menuValue {
  5265. border: none;
  5266. padding-bottom: 2px;
  5267. font-size: 9px;
  5268. margin: 0
  5269. }
  5270.  
  5271. .repValue {
  5272. display: inline-block!important;
  5273. top: -0.5em;
  5274. position: relative;
  5275. font-size: 75%;
  5276. font-weight: bold;
  5277. color: #62afff;
  5278. text-shadow: none;
  5279. font-family: Verdana, Geneva, sans-serif;
  5280. line-height: 100%;
  5281. -webkit-touch-callout: none;
  5282. -webkit-user-select: none;
  5283. -khtml-user-select: none;
  5284. -moz-user-select: none;
  5285. -ms-user-select: none;
  5286. user-select: none
  5287. }
  5288.  
  5289. .repValue:before {
  5290. content: "*";
  5291. font-family: sans-serif, "Trebuchet MS";
  5292. bottom: -0.4em;
  5293. position: relative;
  5294. font-size: 2.5em;
  5295. padding-left: 4px
  5296. }
  5297.  
  5298. h1 .repValue,
  5299. h2 .repValue {
  5300. font-size: 55%;
  5301. top: -10px
  5302. }
  5303.  
  5304. .repValue.negative {
  5305. color: #b6b6b6
  5306. }
  5307.  
  5308. .repValue .repValueStar {
  5309. display: none
  5310. }
  5311.  
  5312. .selectedTab .menuValue,
  5313. .selectedTab:hover .menuValue,
  5314. h2 .menuValue,
  5315. h2:hover .menuValue {
  5316. color: #fff;
  5317. padding: 1px 3px 1px 3px
  5318. }
  5319.  
  5320. h2 .menuValue {
  5321. position: relative;
  5322. top: -2px
  5323. }
  5324.  
  5325. ul.tabNavigation .selectedTab,
  5326. ul.tabNavigation .selectedTab:hover {
  5327. background: #fff;
  5328. color: #413a2a;
  5329. text-shadow: none
  5330. }
  5331.  
  5332. ul.tabNavigation a.darkButton.selectedTab .menuValue,
  5333. ul.tabNavigation a.darkButton.selectedTab:hover .menuValue {
  5334. border: none;
  5335. color: #fff;
  5336. background: #666
  5337. }
  5338.  
  5339. ul.tabNavigation a:hover {
  5340. color: #efd787
  5341. }
  5342.  
  5343. hr.tabsSeparator {
  5344. background: #5b5338;
  5345. display: block;
  5346. height: 1px;
  5347. border: 0;
  5348. width: 100%;
  5349. clear: both;
  5350. top: -1px;
  5351. margin: 0 0 10px 0;
  5352. position: relative
  5353. }
  5354.  
  5355. .badge {
  5356. min-height: 50px;
  5357. padding: 5px 5px 5px 0;
  5358. width: 230px;
  5359. margin: 2px 15px 2px 0;
  5360. height: 70px;
  5361. float: left;
  5362. overflow: hidden;
  5363. text-align: left
  5364. }
  5365.  
  5366. .badge span {
  5367. display: block
  5368. }
  5369.  
  5370. .badge .userPic {
  5371. float: left;
  5372. width: 50px
  5373. }
  5374.  
  5375. .badge .badgeInfo {
  5376. margin-left: 60px
  5377. }
  5378.  
  5379. .badgeSiteStatus {
  5380. color: #666;
  5381. vertical-align: top;
  5382. margin-top: 3px;
  5383. display: block;
  5384. height: 16px
  5385. }
  5386.  
  5387. .badgeSiteStatus .icon16,
  5388. .badgeSiteStatus .ka16 {
  5389. float: right;
  5390. margin-left: 3px
  5391. }
  5392.  
  5393. .online,
  5394. .offline {
  5395. width: 4px;
  5396. height: 4px;
  5397. margin-top: 1px;
  5398. float: left;
  5399. display: inline-block;
  5400. border-radius: 50%;
  5401. vertical-align: baseline
  5402. }
  5403.  
  5404. .badgeSiteStatus .online,
  5405. .badgeSiteStatus .offline {
  5406. margin-left: 1px
  5407. }
  5408.  
  5409. .badgeInline .online,
  5410. .badgeInline .offline {
  5411. float: none
  5412. }
  5413.  
  5414. .online {
  5415. border: 3px solid #56cc41
  5416. }
  5417.  
  5418. .offline {
  5419. border: 3px solid #ca845f
  5420. }
  5421.  
  5422. .userPic .userPicHeight {
  5423. position: relative;
  5424. max-height: 50px;
  5425. min-height: 50px
  5426. }
  5427.  
  5428. .badgeInline {
  5429. padding: 1px 5px 0 1px;
  5430. margin: 0;
  5431. vertical-align: bottom;
  5432. white-space: nowrap;
  5433. position: relative
  5434. }
  5435.  
  5436. .badgeInline .imessage {
  5437. z-index: 20;
  5438. right: -16px;
  5439. margin: 0 0 -3px -25px;
  5440. padding: 0;
  5441. top: -2px;
  5442. position: relative;
  5443. display: none;
  5444. height: 19px;
  5445. color: #fff!important;
  5446. overflow: visible
  5447. }
  5448.  
  5449. .badgeInline:hover .imessage {
  5450. display: inline-block;
  5451. position: absolute
  5452. }
  5453.  
  5454. .userStatus {
  5455. position: absolute;
  5456. z-index: 10;
  5457. top: 0;
  5458. background: #000;
  5459. opacity: 0.5
  5460. }
  5461.  
  5462. .userStatusIcon {
  5463. position: absolute;
  5464. z-index: 11;
  5465. top: 0;
  5466. background-image: url(images/spriteContent.png);
  5467. background-repeat: no-repeat;
  5468. width: 35px;
  5469. height: 35px
  5470. }
  5471.  
  5472. .mutedUser.userStatusIcon {
  5473. background-position: -150px -40px
  5474. }
  5475.  
  5476. .deletedUser.userStatusIcon {
  5477. background-position: -150px -72px
  5478. }
  5479.  
  5480. .blockedUser.userStatusIcon {
  5481. background-position: -150px -108px
  5482. }
  5483.  
  5484. .communityLayout .badge .userPic {
  5485. width: 100px
  5486. }
  5487.  
  5488. .userPic .userStatusIcon {
  5489. margin: 8px
  5490. }
  5491.  
  5492. .userPicSize100px .badge .badgeInfo {
  5493. margin-left: 110px
  5494. }
  5495.  
  5496. .userPicSize100px .userPic img {
  5497. max-width: 100px;
  5498. max-height: 100px
  5499. }
  5500.  
  5501. .userPicSize100px .userPicHeight {
  5502. position: relative;
  5503. max-height: 100px;
  5504. height: 100px
  5505. }
  5506.  
  5507. .userPicSize100px .userStatusIcon {
  5508. margin: 31px
  5509. }
  5510.  
  5511. .userPicSize100px .userStatus {
  5512. width: 100px!important;
  5513. height: 100px!important
  5514. }
  5515.  
  5516. .userPic .userStatus {
  5517. width: 50px;
  5518. height: 50px
  5519. }
  5520.  
  5521. .smallButtonsline {
  5522. margin: 2px 2px 2px 0;
  5523. vertical-align: top;
  5524. white-space: nowrap
  5525. }
  5526.  
  5527. .commentTopControlLine .smallButton {
  5528. margin-top: -3px
  5529. }
  5530.  
  5531. .statusIcon {
  5532. width: 16px;
  5533. height: 16px;
  5534. display: inline-block;
  5535. cursor: default;
  5536. vertical-align: text-top;
  5537. background-image: url(images/spriteContent.png);
  5538. background-repeat: no-repeat;
  5539. margin-right: 2px
  5540. }
  5541.  
  5542. .statusIcon.ka:before {
  5543. cursor: default!important;
  5544. font-size: 1em!important;
  5545. width: 1em;
  5546. height: 1em;
  5547. line-height: 1em;
  5548. margin-left: 0px
  5549. }
  5550.  
  5551. .goodFake .smallButton {
  5552. width: 32px;
  5553. margin-bottom: 5px
  5554. }
  5555.  
  5556. .siteButton:hover,
  5557. a:hover .siteButton,
  5558. .rate.rated a.blank:hover,
  5559. .kaButton:hover {
  5560. color: #fff;
  5561. background: #a8965a;
  5562. background: -moz-linear-gradient(top, #a8965a 0%, #89783f 100%);
  5563. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8965a), color-stop(100%, #89783f));
  5564. background: -webkit-linear-gradient(top, #a8965a 0%, #89783f 100%);
  5565. background: linear-gradient(to bottom, #a8965a 0%, #89783f 100%);
  5566. background: -ms-linear-gradient(top, #a8965a 0%, #89783f 100%)
  5567. }
  5568.  
  5569. .bigButton {
  5570. padding: 5px 13px 4px;
  5571. letter-spacing: 1px;
  5572. font-size: 12px;
  5573. text-transform: uppercase
  5574. }
  5575.  
  5576. .widgetButton {
  5577. text-overflow: ellipsis;
  5578. overflow: hidden;
  5579. padding: 1px 6px 0 3px;
  5580. border-radius: 9px;
  5581. line-height: 140%;
  5582. font-size: 12px;
  5583. white-space: nowrap;
  5584. max-width: 95%;
  5585. -webkit-box-sizing: border-box;
  5586. -moz-box-sizing: border-box;
  5587. box-sizing: border-box
  5588. }
  5589.  
  5590. .widgetButton span {
  5591. margin-top: -1px
  5592. }
  5593.  
  5594. .widgetButton em {
  5595. font-style: normal;
  5596. text-overflow: ellipsis
  5597. }
  5598.  
  5599. .widgetButton strong {
  5600. font-weight: normal;
  5601. color: #fff
  5602. }
  5603.  
  5604. .ka-widget {
  5605. color: #FFF5D2;
  5606. background: transparent linear-gradient(to bottom, #766843 0%, #645736 100%) repeat scroll 0% 0%;
  5607. text-shadow: -1px 1px 0px #56492A;
  5608. text-decoration: none;
  5609. text-overflow: ellipsis;
  5610. overflow: hidden;
  5611. padding: 1px 6px 1px 4px;
  5612. border-radius: 9px;
  5613. line-height: 140%;
  5614. font-size: 12px;
  5615. white-space: nowrap;
  5616. max-width: 95%;
  5617. box-sizing: border-box;
  5618. line-height: 140%
  5619. }
  5620.  
  5621. .ka-widget:hover {
  5622. background: transparent linear-gradient(to bottom, #6b5e3c 0%, #544728 100%) repeat scroll 0% 0%;
  5623. text-shadow: -1px 1px 0px #3D3010;
  5624. color: #FFF5D2
  5625. }
  5626.  
  5627. .ka-widget .ka {
  5628. top: 1px;
  5629. position: relative
  5630. }
  5631.  
  5632. .ka-widget em {
  5633. font-style: normal;
  5634. text-overflow: ellipsis
  5635. }
  5636.  
  5637. .ka-green-widget {
  5638. background: transparent linear-gradient(to bottom, #62aa3f 0%, #4c9529 100%) repeat scroll 0% 0%;
  5639. text-shadow: 0px 1px 0px #3E7D20;
  5640. color: #F1F9B2
  5641. }
  5642.  
  5643. .ka-green-widget:hover {
  5644. background: transparent linear-gradient(to bottom, #5e9a42 0%, #4a862d 100%) repeat scroll 0% 0%;
  5645. text-shadow: 0px 1px 0px #3C6D25;
  5646. color: #F1F9B2
  5647. }
  5648.  
  5649. .ka-widget .ka-pin {
  5650. font-size: 1.8em
  5651. }
  5652.  
  5653. .ka-widget .ka-faq,
  5654. .ka-widget .ka-idea {
  5655. font-size: 1.9em
  5656. }
  5657.  
  5658. .redButton .buttonPic {
  5659. border-right: 1px solid #ca7b3e
  5660. }
  5661.  
  5662. .smallButton.reportFake span {
  5663. padding: 0 0 0 20px
  5664. }
  5665.  
  5666. .goodFake .smallButton span {
  5667. padding: 4px 0
  5668. }
  5669.  
  5670. .textButton {
  5671. padding: 3px 5px 0 2px;
  5672. line-height: 150%!important;
  5673. text-decoration: none;
  5674. font-family: Verdana, Geneva, sans-serif;
  5675. height: 17px;
  5676. font-size: 11px;
  5677. white-space: nowrap
  5678. }
  5679.  
  5680. .textButton span {
  5681. padding-right: 4px
  5682. }
  5683.  
  5684. .giantButton {
  5685. padding: 6px 16px;
  5686. font-size: 12px!important;
  5687. text-transform: uppercase;
  5688. letter-spacing: 1px
  5689. }
  5690.  
  5691. .giantButton .buttonPic {
  5692. width: 35px;
  5693. height: 27px;
  5694. margin: -7px 0;
  5695. float: left
  5696. }
  5697.  
  5698. .gfunchecked {
  5699. opacity: 0.5
  5700. }
  5701.  
  5702. .greyButton,
  5703. .circleButton.greyButton,
  5704. .ratedone {
  5705. background: #929292;
  5706. background: -moz-linear-gradient(top, #929292 0%, #777 100%);
  5707. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #777));
  5708. background: -webkit-linear-gradient(top, #929292 0%, #777 100%);
  5709. background: linear-gradient(to bottom, #929292 0%, #777777 100%);
  5710. background: -ms-linear-gradient(top, #929292 0%, #777 100%);
  5711. text-shadow: 0 1px 0 #6e6e6e;
  5712. border-radius: 3px
  5713. }
  5714.  
  5715. .greyButton:hover,
  5716. .circleButton.greyButton:hover,
  5717. .ratedone:hover {
  5718. background: #7e7e7e;
  5719. background: -moz-linear-gradient(top, #7e7e7e 0%, #646464 100%);
  5720. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7e7e7e), color-stop(100%, #646464));
  5721. background: -webkit-linear-gradient(top, #7e7e7e 0%, #646464 100%);
  5722. background: linear-gradient(to bottom, #7e7e7e 0%, #646464 100%);
  5723. background: -ms-linear-gradient(top, #7e7e7e 0%, #646464 100%);
  5724. text-shadow: 0 1px 0 #6e6e6e
  5725. }
  5726.  
  5727. .darkButton,
  5728. .menuValue,
  5729. .circleButton {
  5730. background: #766843;
  5731. background: -moz-linear-gradient(top, #766843 0%, #645736 100%);
  5732. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #766843), color-stop(100%, #645736));
  5733. background: -webkit-linear-gradient(top, #766843 0%, #645736 100%);
  5734. background: linear-gradient(to bottom, #766843 0%, #645736 100%);
  5735. background: -ms-linear-gradient(top, #766843 0%, #645736 100%);
  5736. text-shadow: -1px 1px 0 #56492a;
  5737. color: #FFEEB4;
  5738. text-decoration: none
  5739. }
  5740.  
  5741. .darkButton:hover,
  5742. .sliderbox a:hover .menuValue,
  5743. .circleButton:hover {
  5744. background: #6b5e3c;
  5745. background: -moz-linear-gradient(top, #6b5e3c 0%, #544728 100%);
  5746. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b5e3c), color-stop(100%, #544728));
  5747. background: -webkit-linear-gradient(top, #6b5e3c 0%, #544728 100%);
  5748. background: linear-gradient(to bottom, #6b5e3c 0%, #544728 100%);
  5749. background: -ms-linear-gradient(top, #6b5e3c 0%, #544728 100%);
  5750. text-shadow: -1px 1px 0 #3D3010;
  5751. color: #FFEEB4
  5752. }
  5753.  
  5754. .disabledButton:hover,
  5755. .disabledButton {
  5756. background: #b5b5b5;
  5757. background: -moz-linear-gradient(top, #b5b5b5 0%, #adadad 100%);
  5758. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5b5b5), color-stop(100%, #adadad));
  5759. background: -webkit-linear-gradient(top, #b5b5b5 0%, #adadad 100%);
  5760. background: linear-gradient(to bottom, #b5b5b5 0%, #adadad 100%);
  5761. background: -ms-linear-gradient(top, #b5b5b5 0%, #adadad 100%);
  5762. text-shadow: 0 1px 0 #777;
  5763. cursor: default
  5764. }
  5765.  
  5766. .redButton,
  5767. .nohover:hover .redButton,
  5768. .siteButton.dislikeButton,
  5769. .minusbut {
  5770. background: #d47e3c;
  5771. background: -moz-linear-gradient(top, #d47e3c 0%, #c06e2f 100%);
  5772. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d47e3c), color-stop(100%, #c06e2f));
  5773. background: -webkit-linear-gradient(top, #d47e3c 0%, #c06e2f 100%);
  5774. background: linear-gradient(to bottom, #d47e3c 0%, #c06e2f 100%);
  5775. background: -ms-linear-gradient(top, #d47e3c 0%, #c06e2f 100%);
  5776. text-shadow: 0 1px 0 #9f5c28
  5777. }
  5778.  
  5779. .redButton:hover,
  5780. a:hover .redButton,
  5781. .siteButton.dislikeButton:hover,
  5782. .minusbut:hover,
  5783. #fakeLink:hover .siteButton.redButton {
  5784. background: #ab6531;
  5785. background: -moz-linear-gradient(top, #ab6531 0%, #a25b25 100%);
  5786. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab6531), color-stop(100%, #a25b25));
  5787. background: -webkit-linear-gradient(top, #ab6531 0%, #a25b25 100%);
  5788. background: linear-gradient(to bottom, #ab6531 0%, #a25b25 100%);
  5789. background: -ms-linear-gradient(top, #ab6531 0%, #a25b25 100%);
  5790. text-shadow: 0 1px 0 #905020
  5791. }
  5792.  
  5793. .siteButton.redButton.checked,
  5794. .siteButton.kaDislikeButton.checked,
  5795. .siteButton.redButton.checked:hover,
  5796. .siteButton.kaDislikeButton.checked:hover {
  5797. background: transparent linear-gradient(to bottom, #82512b 0%, #a25b25 100%) repeat scroll 0% 0%!important;
  5798. text-shadow: 0 1px 0 #905020!important
  5799. }
  5800.  
  5801. .siteButton.greenButton.checked,
  5802. .siteButton.kaLikeButton.checked,
  5803. .siteButton.greenButton.checked:hover,
  5804. .siteButton.kaLikeButton.checked:hover {
  5805. background: transparent linear-gradient(to bottom, #5a7c3d 0%, #648446 100%) repeat scroll 0% 0%!important;
  5806. text-shadow: 0 1px 0 #435d2c!important
  5807. }
  5808.  
  5809. .siteButton.checked span {
  5810. opacity: 0.5;
  5811. filter: alpha(opacity=50);
  5812. cursor: default
  5813. }
  5814.  
  5815. .greenButton {
  5816. background: #8da73e;
  5817. background: -moz-linear-gradient(top, #8da73e 0%, #789228 100%);
  5818. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8da73e), color-stop(100%, #789228));
  5819. background: -webkit-linear-gradient(top, #8da73e 0%, #789228 100%);
  5820. background: linear-gradient(to bottom, #8da73e 0%, #789228 100%);
  5821. background: -ms-linear-gradient(top, #8da73e 0%, #789228 100%);
  5822. text-shadow: 0 1px 0 #468827
  5823. }
  5824.  
  5825. .greenButton:hover,
  5826. .likeButton:hover,
  5827. a:hover .icon16.greenButton {
  5828. background: #79971d;
  5829. background: -moz-linear-gradient(top, #79971d 0%, #638106 100%);
  5830. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79971d), color-stop(100%, #638106));
  5831. background: -webkit-linear-gradient(top, #79971d 0%, #638106 100%);
  5832. background: linear-gradient(to bottom, #79971d 0%, #638106 100%);
  5833. background: -ms-linear-gradient(top, #79971d 0%, #638106 100%);
  5834. text-shadow: 0 1px 0 #3c6d25
  5835. }
  5836.  
  5837. .ideaButton {
  5838. background: #62aa3f;
  5839. background: -moz-linear-gradient(top, #62aa3f 0%, #4c9529 100%);
  5840. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62aa3f), color-stop(100%, #4c9529));
  5841. background: -webkit-linear-gradient(top, #62aa3f 0%, #4c9529 100%);
  5842. background: linear-gradient(to bottom, #62aa3f 0%, #4c9529 100%);
  5843. background: -ms-linear-gradient(top, #62aa3f 0%, #4c9529 100%);
  5844. text-shadow: 0 1px 0 #3e7d20;
  5845. color: #f1f9b2
  5846. }
  5847.  
  5848. .ideaButton:hover,
  5849. a:hover .icon16.ideaButton {
  5850. background: #5e9a42;
  5851. background: -moz-linear-gradient(top, #5e9a42 0%, #4a862d 100%);
  5852. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e9a42), color-stop(100%, #4a862d));
  5853. background: -webkit-linear-gradient(top, #5e9a42 0%, #4a862d 100%);
  5854. background: linear-gradient(to bottom, #5e9a42 0%, #4a862d 100%);
  5855. background: -ms-linear-gradient(top, #5e9a42 0%, #4a862d 100%);
  5856. text-shadow: 0 1px 0 #3c6d25;
  5857. color: #f1f9b2
  5858. }
  5859.  
  5860. .blueButton {
  5861. background: #5e93cd!important;
  5862. background: #5e93cd;
  5863. background: -moz-linear-gradient(top, #5e93cd 0%, #4c7cb1 100%);
  5864. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e93cd), color-stop(100%, #4c7cb1));
  5865. background: -webkit-linear-gradient(top, #5e93cd 0%, #4c7cb1 100%);
  5866. background: linear-gradient(to bottom, #5e93cd 0%, #4c7cb1 100%);
  5867. background: -ms-linear-gradient(top, #5e93cd 0%, #4c7cb1 100%);
  5868. text-shadow: 0 1px 0 #456f9e!important
  5869. }
  5870.  
  5871. .blueButton:hover {
  5872. background: #5a85b3;
  5873. background: -moz-linear-gradient(top, #5a85b3 0%, #476f9a 100%);
  5874. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a85b3), color-stop(100%, #476f9a));
  5875. background: -webkit-linear-gradient(top, #5a85b3 0%, #476f9a 100%);
  5876. background: linear-gradient(to bottom, #5a85b3 0%, #476f9a 100%);
  5877. background: -ms-linear-gradient(top, #5a85b3 0%, #476f9a 100%);
  5878. text-shadow: 0 1px 0 #3f638b!important
  5879. }
  5880.  
  5881. .reportedMessage,
  5882. .reportedMessage:hover {
  5883. background-color: #fff9d2!important;
  5884. width: auto;
  5885. margin: 0 5px;
  5886. padding: 3px 10px
  5887. }
  5888.  
  5889. .achTable a {
  5890. text-decoration: none;
  5891. color: #fff
  5892. }
  5893.  
  5894. .achTable a:hover {
  5895. color: #fff
  5896. }
  5897.  
  5898. .goldAch,
  5899. .silverAch,
  5900. .bronzeAch,
  5901. .simpleAch,
  5902. .specialAch {
  5903. background-position: left top;
  5904. background-repeat: no-repeat;
  5905. padding-left: 19px;
  5906. font-size: 11px;
  5907. margin: 0 0 3px 0;
  5908. display: inline-block;
  5909. text-decoration: none;
  5910. border-radius: 3px
  5911. }
  5912.  
  5913. .achSimpleLabel,
  5914. .achBronzeLabel,
  5915. .achSilverLabel,
  5916. .achGoldLabel,
  5917. .achSpecialLabel {
  5918. height: 28px;
  5919. width: 28px;
  5920. border-radius: 3px 0 0 3px;
  5921. background: url("images/achLabel.png") #39322d;
  5922. float: left
  5923. }
  5924.  
  5925. .achGoldLabel {
  5926. background-position: -31px
  5927. }
  5928.  
  5929. .achSilverLabel {
  5930. background-position: -62px
  5931. }
  5932.  
  5933. .achBronzeLabel {
  5934. background-position: -92px
  5935. }
  5936.  
  5937. .achSimpleLabel {
  5938. background-position: -122px
  5939. }
  5940.  
  5941. .achSimple,
  5942. .achBronze,
  5943. .achSilver,
  5944. .achGold,
  5945. .achSpecial {
  5946. width: 370px;
  5947. height: 28px;
  5948. border-radius: 0 3px 3px 0;
  5949. color: white;
  5950. text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  5951. font-size: 12px;
  5952. border: 1px solid rgba(0, 0, 0, 0.1);
  5953. border-left: none;
  5954. box-sizing: border-box;
  5955. margin: 0px!important;
  5956. -webkit-appearance: none;
  5957. cursor: pointer;
  5958. transition: 0.1s background;
  5959. float: left
  5960. }
  5961.  
  5962. .achSimple:after,
  5963. .achBronze:after,
  5964. .achSilver:after,
  5965. .achGold:after,
  5966. .achSpecial:after {
  5967. clear: both
  5968. }
  5969.  
  5970. .achSpecial {
  5971. background: #af9ddc
  5972. }
  5973.  
  5974. .achSpecial:hover {
  5975. background: #a48fd7
  5976. }
  5977.  
  5978. .achGold {
  5979. background: #ba9a2b
  5980. }
  5981.  
  5982. .achGold:hover {
  5983. background: #9f8323
  5984. }
  5985.  
  5986. .achSilver {
  5987. background: #8d92a2
  5988. }
  5989.  
  5990. .achSilver:hover {
  5991. background: #757b8c
  5992. }
  5993.  
  5994. .achBronze {
  5995. background: #c17e4c
  5996. }
  5997.  
  5998. .achBronze:hover {
  5999. background: #a87148
  6000. }
  6001.  
  6002. .achSimple {
  6003. background: #939393
  6004. }
  6005.  
  6006. .achSimple:hover {
  6007. background: #837e7e
  6008. }
  6009.  
  6010. .assignedAchievement:before {
  6011. content: "✔";
  6012. font-weight: bold;
  6013. color: #666;
  6014. position: absolute;
  6015. left: -15px
  6016. }
  6017.  
  6018. .assignedAchievement {
  6019. position: relative
  6020. }
  6021.  
  6022. .simpleAch,
  6023. .specialAch {
  6024. padding-left: 2px
  6025. }
  6026.  
  6027. .goldAch span,
  6028. .silverAch span,
  6029. .bronzeAch span,
  6030. .simpleAch span,
  6031. .specialAch span {
  6032. background-position: right top;
  6033. background-repeat: no-repeat;
  6034. background-image: none!important;
  6035. padding: 0 6px 2px 6px;
  6036. display: inline-block;
  6037. border-radius: 3px
  6038. }
  6039.  
  6040. .goldAch span,
  6041. .goldAch {
  6042. background-image: url(images/ach_gold.gif);
  6043. background-color: #bb9b1a
  6044. }
  6045.  
  6046. .simpleAch span,
  6047. .simpleAch {
  6048. background-color: #939393
  6049. }
  6050.  
  6051. .specialAch,
  6052. .specialAch span {
  6053. background-color: #af9ddc
  6054. }
  6055.  
  6056. .silverAch span,
  6057. .silverAch {
  6058. background-image: url(images/ach_silver.gif);
  6059. background-color: #8d92a3
  6060. }
  6061.  
  6062. .bronzeAch span,
  6063. .bronzeAch {
  6064. background-image: url(images/ach_bronze.gif);
  6065. background-color: #c27e47
  6066. }
  6067.  
  6068. .achBadge {
  6069. vertical-align: middle;
  6070. height: 17px;
  6071. min-width: 20px;
  6072. max-width: 500px;
  6073. margin: 1px 0px 2px 0px;
  6074. border-radius: 2px;
  6075. display: inline-block;
  6076. line-height: 1.1em
  6077. }
  6078.  
  6079. .simpleAchIcon,
  6080. .bronzeAchIcon,
  6081. .silverAchIcon,
  6082. .goldAchIcon,
  6083. .specialAchIcon {
  6084. border-radius: 2px 0px 0px 2px;
  6085. float: left;
  6086. height: 17px;
  6087. width: 17px;
  6088. background: rgba(0, 0, 0, 0.5) url("images/achBadgeIcons.png") repeat scroll 0% 0%/auto 100%;
  6089. vertical-align: middle
  6090. }
  6091.  
  6092. .goldAchIcon {
  6093. background-position: -17px
  6094. }
  6095.  
  6096. .silverAchIcon {
  6097. background-position: -34px
  6098. }
  6099.  
  6100. .bronzeAchIcon {
  6101. background-position: -51px
  6102. }
  6103.  
  6104. .simpleAchIcon {
  6105. background-position: -68px
  6106. }
  6107.  
  6108. .achTitle {
  6109. color: white;
  6110. padding: 1px 4px;
  6111. font-size: 10px;
  6112. vertical-align: top;
  6113. display: inline-block;
  6114. height: 15px;
  6115. line-height: 15px
  6116. }
  6117.  
  6118. .simpleAchBack {
  6119. background-color: #939393
  6120. }
  6121.  
  6122. .bronzeAchBack {
  6123. background-color: #C27E47
  6124. }
  6125.  
  6126. .silverAchBack {
  6127. background-color: #8D92A3
  6128. }
  6129.  
  6130. .goldAchBack {
  6131. background-color: #BB9B1A
  6132. }
  6133.  
  6134. .specialAchBack {
  6135. background-color: #AF9DDC
  6136. }
  6137.  
  6138. .achButton {
  6139. width: 17px;
  6140. height: 17px;
  6141. display: inline-block;
  6142. background-color: #B35021;
  6143. border-radius: 0px 2px 2px 0px
  6144. }
  6145.  
  6146. .achButton:hover {
  6147. background-color: #9C3100
  6148. }
  6149.  
  6150. .achButton .ka:before {
  6151. line-height: 13px;
  6152. font-size: 11px;
  6153. padding-left: 1px;
  6154. padding-top: 2px
  6155. }
  6156.  
  6157. .message_unread {
  6158. background: #F4F1E7!important
  6159. }
  6160.  
  6161. .message_deleted {
  6162. background: #FDD!important
  6163. }
  6164.  
  6165. .message_form {
  6166. margin-top: 3px
  6167. }
  6168.  
  6169. .message_form .userPic {
  6170. float: left
  6171. }
  6172.  
  6173. .message_form .formtable {
  6174. margin: 0 0 0 120px
  6175. }
  6176.  
  6177. .message_form table tr td {
  6178. vertical-align: top
  6179. }
  6180.  
  6181. .blogcol,
  6182. .oneColl {
  6183. width: 700px;
  6184. margin: 0 auto;
  6185. clear: both
  6186. }
  6187.  
  6188. .oneColl.welcomePage {
  6189. padding: 30px 0 10px 0;
  6190. overflow: auto
  6191. }
  6192.  
  6193. .oneColl .halfOneColl {
  6194. width: 330px;
  6195. padding: 10px 10px 0 10px;
  6196. float: left
  6197. }
  6198.  
  6199. label input.checkbox {
  6200. vertical-align: text-bottom;
  6201. margin-left: 0
  6202. }
  6203.  
  6204. #darkenize {
  6205. background-color: white;
  6206. opacity: 0.7;
  6207. -moz-opacity: 0.7;
  6208. filter: alpha(opacity=70);
  6209. height: 100%;
  6210. background-repeat: repeat;
  6211. position: absolute
  6212. }
  6213.  
  6214. .report {
  6215. border: 1px solid #EEE;
  6216. padding: 5px;
  6217. margin: 10px 0
  6218. }
  6219.  
  6220. .report textarea {
  6221. width: 100%;
  6222. border: 0;
  6223. border-top: 1px solid #EEE
  6224. }
  6225.  
  6226. #desc {
  6227. padding-bottom: 20px
  6228. }
  6229.  
  6230. #desc img,
  6231. .commentcontent img,
  6232. .ideaBox img,
  6233. .profileCloud img,
  6234. .maximgwidth img,
  6235. .textcontent img,
  6236. .data img,
  6237. .communityLayout img {
  6238. max-width: 620px;
  6239. height: auto
  6240. }
  6241.  
  6242. .previewbox {
  6243. width: 99%;
  6244. border: 1px solid #666;
  6245. padding: 5px;
  6246. display: none
  6247. }
  6248.  
  6249. .previewbox img {
  6250. max-width: 525px
  6251. }
  6252.  
  6253. .spareBlock {
  6254. width: auto;
  6255. text-align: center;
  6256. margin: 0 auto 10px auto
  6257. }
  6258.  
  6259. .spareBlock.hzSpare {
  6260. width: 728px;
  6261. text-align: right
  6262. }
  6263.  
  6264. .spareBlock .legend {
  6265. padding: 5px 0;
  6266. background-color: #fff;
  6267. font-size: 11px;
  6268. color: #ccc
  6269. }
  6270.  
  6271. .spareBlock a.removeAdv {
  6272. margin: 0 0 0 0;
  6273. color: #ccc
  6274. }
  6275.  
  6276. .spareBlock a.removeAdv:hover {
  6277. text-decoration: none
  6278. }
  6279.  
  6280. .spareBlock iframe {
  6281. margin: 0 auto 10px auto;
  6282. display: block
  6283. }
  6284.  
  6285. .pollbar,
  6286. .indicator div {
  6287. background: #919191;
  6288. background: -moz-linear-gradient(top, #919191 0%, #868686 100%);
  6289. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #919191), color-stop(100%, #868686));
  6290. background: -webkit-linear-gradient(top, #919191 0%, #868686 100%);
  6291. background: linear-gradient(to bottom, #919191 0%, #868686 100%);
  6292. background: -ms-linear-gradient(top, #919191 0%, #868686 100%)
  6293. }
  6294.  
  6295. .pollbar {
  6296. height: 15px;
  6297. border: 0 transparent;
  6298. display: inline-block
  6299. }
  6300.  
  6301. .pollresultsblock {
  6302. margin: 20px 0;
  6303. padding: 30px 40px;
  6304. background: #f3f3f3;
  6305. clear: both;
  6306. overflow: auto
  6307. }
  6308.  
  6309. #fancybox-content .pollresults {
  6310. background: none
  6311. }
  6312.  
  6313. .pollresults .blockrow {
  6314. overflow: auto;
  6315. padding: 5px 0
  6316. }
  6317.  
  6318. .blockrow ul {
  6319. margin: 0 0 10px 0;
  6320. display: block
  6321. }
  6322.  
  6323. .blockrow li {
  6324. margin: 3px 0 3px 24px;
  6325. display: block
  6326. }
  6327.  
  6328. .blockrow li input {
  6329. margin-left: -20px;
  6330. float: left
  6331. }
  6332.  
  6333. .pollresults {
  6334. display: inline-block
  6335. }
  6336.  
  6337. .pollresults .votes {
  6338. min-width: 400px;
  6339. padding-top: 4px
  6340. }
  6341.  
  6342. .pollresults .pollbarwrapper,
  6343. .indicator {
  6344. background: #dfdfdf;
  6345. background: -moz-linear-gradient(top, #dfdfdf 0%, #d6d6d6 100%);
  6346. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #d6d6d6));
  6347. background: -webkit-linear-gradient(top, #dfdfdf 0%, #d6d6d6 100%);
  6348. background: linear-gradient(to bottom, #dfdfdf 0%, #d6d6d6 100%);
  6349. background: -ms-linear-gradient(top, #dfdfdf 0%, #d6d6d6 100%);
  6350. box-shadow: inset 0 1px 1px 0 #999
  6351. }
  6352.  
  6353. .pollresults .pollbarwrapper {
  6354. height: 15px;
  6355. border-radius: 8px;
  6356. width: 400px;
  6357. display: block;
  6358. float: left;
  6359. border-bottom: 1px solid #fff
  6360. }
  6361.  
  6362. .pollresults .pollbarwrapper div {
  6363. float: left;
  6364. border-radius: 8px
  6365. }
  6366.  
  6367. .pollresults .numvotes {
  6368. display: block;
  6369. margin-left: 10px;
  6370. float: left;
  6371. clear: right
  6372. }
  6373.  
  6374. .pollresults .percentvotes {
  6375. position: absolute;
  6376. right: 0;
  6377. top: 0
  6378. }
  6379.  
  6380. .ui-helper-hidden {
  6381. display: none
  6382. }
  6383.  
  6384. .ui-helper-hidden-accessible {
  6385. display: none
  6386. }
  6387.  
  6388. .ui-helper-reset {
  6389. margin: 0;
  6390. padding: 0;
  6391. border: 0;
  6392. outline: 0;
  6393. line-height: 1.3;
  6394. text-decoration: none;
  6395. font-size: 100%;
  6396. list-style: none
  6397. }
  6398.  
  6399. .ui-helper-clearfix:after {
  6400. content: ".";
  6401. display: block;
  6402. height: 0;
  6403. clear: both;
  6404. visibility: hidden
  6405. }
  6406.  
  6407. .ui-helper-clearfix {
  6408. display: inline-block
  6409. }
  6410.  
  6411. .ui-autocomplete {
  6412. z-index: 2000!important
  6413. }
  6414.  
  6415. .tooltip,
  6416. .ui-tooltip,
  6417. .ui-widget,
  6418. .ui-corner-all,
  6419. .ui-widget-content {
  6420. background: #F4F1E7;
  6421. color: black;
  6422. padding: 6px;
  6423. border-bottom: 1px solid #dbdbcf!important;
  6424. border-radius: 2px;
  6425. font-size: 12px;
  6426. box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  6427. text-shadow: 0px 1px 0 white
  6428. }
  6429.  
  6430. .ui-widget-overlay {
  6431. position: absolute;
  6432. top: 0;
  6433. left: 0;
  6434. width: 100%;
  6435. height: 100%
  6436. }
  6437.  
  6438. .ui-widget .ui-widget {
  6439. font-size: 1em
  6440. }
  6441.  
  6442. .ui-widget-content {
  6443. border-bottom-radius: 0;
  6444. border-bottom-left-radius: 3px;
  6445. border-bottom-right-radius: 3px;
  6446. border: 1px solid #ddd;
  6447. border-top: none!important;
  6448. background: #fff;
  6449. color: #333
  6450. }
  6451.  
  6452. .ui-widget-content a {
  6453. color: #594c2d;
  6454. text-shadow: -1px 1px 0 #fff
  6455. }
  6456.  
  6457. .ui-widget-header {
  6458. border: 1px solid #e78f08;
  6459. background: #f6a828;
  6460. color: #fff;
  6461. font-weight: bold
  6462. }
  6463.  
  6464. .ui-widget-header a {
  6465. color: #fff
  6466. }
  6467.  
  6468. .ui-state-default,
  6469. .ui-widget-content .ui-state-default,
  6470. .ui-widget-header .ui-state-default {
  6471. border: 1px solid #ccc;
  6472. background: #f6f6f6;
  6473. font-weight: bold;
  6474. color: #1c94c4
  6475. }
  6476.  
  6477. .ui-state-default a,
  6478. .ui-state-default a:link,
  6479. .ui-state-default a:visited {
  6480. color: #999;
  6481. text-decoration: none
  6482. }
  6483.  
  6484. .ui-state-hover a,
  6485. .ui-state-hover a:hover {
  6486. color: #c77405;
  6487. text-decoration: none
  6488. }
  6489.  
  6490. .ui-state-active,
  6491. .ui-widget-content .ui-state-active,
  6492. .ui-widget-header .ui-state-active {
  6493. border: 1px solid #fbd850;
  6494. background: #fff;
  6495. font-weight: bold;
  6496. color: #eb8f00
  6497. }
  6498.  
  6499. .ui-state-active a,
  6500. .ui-state-active a:link,
  6501. .ui-state-active a:visited {
  6502. color: #eb8f00;
  6503. text-decoration: none
  6504. }
  6505.  
  6506. .ui-widget:active {
  6507. outline: none
  6508. }
  6509.  
  6510. .ui-state-highlight,
  6511. .ui-widget-content .ui-state-highlight,
  6512. .ui-widget-header .ui-state-highlight {
  6513. border: 1px solid #fed22f;
  6514. background: #ffe45c;
  6515. color: #363636
  6516. }
  6517.  
  6518. .ui-state-highlight a,
  6519. .ui-widget-content .ui-state-highlight a,
  6520. .ui-widget-header .ui-state-highlight a {
  6521. color: #363636
  6522. }
  6523.  
  6524. .ui-state-error,
  6525. .ui-widget-content .ui-state-error,
  6526. .ui-widget-header .ui-state-error {
  6527. border: 1px solid #cd0a0a;
  6528. background: #b81900;
  6529. color: #fff
  6530. }
  6531.  
  6532. .ui-state-error a,
  6533. .ui-widget-content .ui-state-error a,
  6534. .ui-widget-header .ui-state-error a {
  6535. color: #fff
  6536. }
  6537.  
  6538. .ui-state-error-text,
  6539. .ui-widget-content .ui-state-error-text,
  6540. .ui-widget-header .ui-state-error-text {
  6541. color: #fff
  6542. }
  6543.  
  6544. .ui-priority-primary,
  6545. .ui-widget-content .ui-priority-primary,
  6546. .ui-widget-header .ui-priority-primary {
  6547. font-weight: bold
  6548. }
  6549.  
  6550. .ui-priority-secondary,
  6551. .ui-widget-content .ui-priority-secondary,
  6552. .ui-widget-header .ui-priority-secondary {
  6553. opacity: 0.7;
  6554. filter: alpha(opacity=70);
  6555. font-weight: normal
  6556. }
  6557.  
  6558. .ui-state-disabled,
  6559. .ui-widget-content .ui-state-disabled,
  6560. .ui-widget-header .ui-state-disabled {
  6561. opacity: 0.35;
  6562. filter: alpha(opacity=35);
  6563. background-image: none
  6564. }
  6565.  
  6566. .ui-widget-overlay {
  6567. background: #666;
  6568. opacity: 0.5;
  6569. filter: alpha(opacity=50)
  6570. }
  6571.  
  6572. .ui-widget-shadow {
  6573. margin: -5px 0 0 -5px;
  6574. padding: 5px;
  6575. background: #000;
  6576. opacity: 0.2;
  6577. filter: alpha(opacity=20)
  6578. }
  6579.  
  6580. .ui-menu.ui-search-autocomplete {
  6581. width: 21%!important;
  6582. left: 230px!important;
  6583. border: 2px solid #594c2d;
  6584. border-top: 1px solid #e7e0c7
  6585. }
  6586.  
  6587. .ui-menu {
  6588. list-style: none;
  6589. padding: 0;
  6590. display: none;
  6591. float: left;
  6592. color: #666;
  6593. max-height: 300px;
  6594. overflow: auto;
  6595. position: fixed!important;
  6596. top: 38px!important;
  6597. left: 277.21875px!important;
  6598. width: 24.5%;
  6599. border: none!important;
  6600. border-top: 1px solid #e7e7e7!important;
  6601. box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  6602. background-color: #fff1e5
  6603. }
  6604.  
  6605. .ui-menu .ui-menu-item {
  6606. margin: 0;
  6607. padding: 0;
  6608. float: left;
  6609. clear: left;
  6610. width: 100%
  6611. }
  6612.  
  6613. .ui-menu .ui-menu-item a {
  6614. text-decoration: none;
  6615. display: block;
  6616. line-height: 1.5;
  6617. white-space: nowrap;
  6618. overflow: hidden;
  6619. cursor: pointer!important;
  6620. padding: 6px 10px!important
  6621. }
  6622.  
  6623. .ui-menu .ui-menu-item a:hover {
  6624. border-top: none!important;
  6625. border-bottom: none!important;
  6626. padding: 6px 10px!important
  6627. }
  6628.  
  6629. .ui-menu .ui-menu-item a:hover,
  6630. .ui-menu .ui-menu-item a.ui-state-hover,
  6631. .ui-menu .ui-menu-item a.ui-state-active {
  6632. font-weight: normal;
  6633. border-bottom-radius: 0;
  6634. text-shadow: -1px 1px 0 #917c38;
  6635. background: #a6904c;
  6636. background: -moz-linear-gradient(top, #a6904c 0%, #917c38 100%);
  6637. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a6904c), color-stop(100%, #917c38));
  6638. background: -webkit-linear-gradient(top, #a6904c 0%, #917c38 100%);
  6639. background: linear-gradient(to bottom, #a6904c 0%, #917c38 100%);
  6640. background: -ms-linear-gradient(top, #a6904c 0%, #917c38 100%);
  6641. color: #fff8d3;
  6642. border-bottom: 1px solid #7e6c3a;
  6643. border-top: 1px solid #bba56d;
  6644. padding: 3px 10px
  6645. }
  6646.  
  6647. input[type="search"] {
  6648. -webkit-appearance: textfield
  6649. }
  6650.  
  6651. #setself table {
  6652. border-spacing: 0;
  6653. vertical-align: top;
  6654. margin-top: -2px
  6655. }
  6656.  
  6657. #setself img {
  6658. width: 25px!important;
  6659. float: right;
  6660. cursor: pointer
  6661. }
  6662.  
  6663. .customfile-input {
  6664. position: absolute;
  6665. height: 100px;
  6666. cursor: pointer!important;
  6667. background: transparent;
  6668. border: 0;
  6669. z-index: 91999
  6670. }
  6671.  
  6672. .customfile-input {
  6673. opacity: 0;
  6674. -moz-opacity: 0;
  6675. filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0)
  6676. }
  6677.  
  6678. .customfile {
  6679. cursor: pointer!important;
  6680. vertical-align: top;
  6681. cursor: pointer;
  6682. overflow: hidden;
  6683. padding: 0;
  6684. position: relative;
  6685. display: inline-block
  6686. }
  6687.  
  6688. .customfile .bigButton {
  6689. vertical-align: top
  6690. }
  6691.  
  6692. .customfile-disabled {
  6693. opacity: 0.5;
  6694. cursor: default
  6695. }
  6696.  
  6697. .customfile-feedback {
  6698. display: inline-block;
  6699. margin: 3px 10px 0 0;
  6700. padding: 1px 0 0 0;
  6701. overflow: hidden;
  6702. max-width: 200px
  6703. }
  6704.  
  6705. .customfile-feedback-populated {
  6706. padding: 1px 0 0 13px;
  6707. margin-left: 0;
  6708. max-width: 200px;
  6709. overflow: hidden;
  6710. white-space: nowrap;
  6711. background: url(images/inputFileState.png) 0 6px no-repeat
  6712. }
  6713.  
  6714. .customfile-button {
  6715. cursor: pointer
  6716. }
  6717.  
  6718. .correctTorrent .customfile-ext-torrent {
  6719. background: url(images/inputFileState.png) 1px -27px no-repeat
  6720. }
  6721.  
  6722. .correctPicture .customfile-ext-jpg,
  6723. .correctPicture .customfile-ext-jpeg,
  6724. .correctPicture .customfile-ext-png,
  6725. .correctPicture .customfile-ext-gif {
  6726. background: url(images/inputFileState.png) 1px -27px no-repeat
  6727. }
  6728.  
  6729. .socialBanners a {
  6730. display: inline-block;
  6731. margin: 10px 10px
  6732. }
  6733.  
  6734. .orwidth {
  6735. text-align: center;
  6736. display: inline-block;
  6737. width: 33px
  6738. }
  6739.  
  6740. .bbedit-smileybar {
  6741. z-index: 2;
  6742. margin-top: -10px;
  6743. margin-bottom: 5px;
  6744. background: #F6F2DC;
  6745. width: 532px!important;
  6746. padding: 6px 0 1px 0;
  6747. text-align: center;
  6748. border: 1px solid #999
  6749. }
  6750.  
  6751. html,
  6752. body {
  6753. height: 100%
  6754. }
  6755.  
  6756. #wrapper {
  6757. min-height: 100%
  6758. }
  6759.  
  6760. #wrapperInner {
  6761. overflow: auto;
  6762. padding-bottom: 70px
  6763. }
  6764.  
  6765. body:before {
  6766. content: "";
  6767. height: 100%;
  6768. float: left;
  6769. width: 0;
  6770. margin-top: -32767px
  6771. }
  6772.  
  6773. footer {
  6774. clear: both;
  6775. width: 900px;
  6776. margin: 0 auto;
  6777. padding: 0 0 10px 0;
  6778. color: #666;
  6779. display: block;
  6780. position: relative;
  6781. margin-top: -70px;
  6782. height: 70px;
  6783. -webkit-box-sizing: border-box;
  6784. -moz-box-sizing: border-box;
  6785. box-sizing: border-box;
  6786. font-size: 11px;
  6787. text-align: center
  6788. }
  6789.  
  6790. footer ul {
  6791. padding-top: 0;
  6792. display: block;
  6793. overflow: auto
  6794. }
  6795.  
  6796. footer ul:first-of-type {
  6797. font-size: 12px!important
  6798. }
  6799.  
  6800. footer ul li {
  6801. margin-top: 3px;
  6802. display: inline-block
  6803. }
  6804.  
  6805. footer ul li:last-child {
  6806. clear: right
  6807. }
  6808.  
  6809. footer ul li:last-child a {
  6810. background: none
  6811. }
  6812.  
  6813. footer ul li a {
  6814. margin: 0 0 5px 0;
  6815. padding: 0 9px 0 6px;
  6816. text-align: center;
  6817. background: url(images/dataTableBorderVert.gif) no-repeat right center;
  6818. text-decoration: none;
  6819. color: #666;
  6820. display: block
  6821. }
  6822.  
  6823. footer a:hover {
  6824. color: #666;
  6825. text-decoration: underline
  6826. }
  6827.  
  6828. .commentAttachments {
  6829. margin-top: 10px;
  6830. float: left
  6831. }
  6832.  
  6833. .galleryThumbSizerStills {
  6834. width: 115px;
  6835. height: 80px;
  6836. float: left;
  6837. margin: 0 5px 5px 0;
  6838. vertical-align: top
  6839. }
  6840.  
  6841. .galleryThumbSizerArrow {
  6842. width: 20px;
  6843. height: 80px;
  6844. margin: 0 0 2px 0;
  6845. float: left
  6846. }
  6847.  
  6848. .galleryThumbSizerStills img {
  6849. max-width: 115px;
  6850. max-height: 80px
  6851. }
  6852.  
  6853. .galleryThumb {
  6854. text-align: center;
  6855. display: table-cell;
  6856. width: inherit;
  6857. height: inherit;
  6858. vertical-align: middle
  6859. }
  6860.  
  6861. .galleryThumbSizerStills .galleryThumb {
  6862. background: #f2f2f1
  6863. }
  6864.  
  6865. .galleryThumbSizerArrow .galleryThumb:hover {
  6866. background: #eae4c3
  6867. }
  6868.  
  6869. .galleryThumb .blank {
  6870. background: url(images/spriteContent.png) repeat-x scroll -295px -72px transparent;
  6871. width: 7px;
  6872. margin: 0 auto;
  6873. height: 7px;
  6874. display: block
  6875. }
  6876.  
  6877. .imageSelector {
  6878. width: 620px;
  6879. padding: 5px
  6880. }
  6881.  
  6882. .noselect {
  6883. -webkit-touch-callout: none;
  6884. -webkit-user-select: none;
  6885. -khtml-user-select: none;
  6886. -moz-user-select: none;
  6887. -webkit-user-select: none;
  6888. -o-user-select: none;
  6889. -ms-user-select: none;
  6890. user-select: none
  6891. }
  6892.  
  6893. .ui-selectable {
  6894. -moz-user-select: none;
  6895. -webkit-user-select: none;
  6896. -o-user-select: none;
  6897. -ms-user-select: none;
  6898. user-select: none
  6899. }
  6900.  
  6901. .ui-selectable-helper {
  6902. border: 1px dotted #000;
  6903. position: absolute;
  6904. z-index: 9999;
  6905. background: #3875D7;
  6906. opacity: 0.4
  6907. }
  6908.  
  6909. .ui-selectable .galleryThumbSizerStills {
  6910. border: 2px solid #fff
  6911. }
  6912.  
  6913. .ui-selectable .galleryThumbSizerStills.ui-selected,
  6914. .ui-selectable .galleryThumbSizerStills.ui-selecting {
  6915. border: 2px solid #3875D7
  6916. }
  6917.  
  6918. .ui-uploading {
  6919. background-image: url(images/indicator.gif);
  6920. background-position: left center;
  6921. background-repeat: no-repeat
  6922. }
  6923.  
  6924. .bbcode .markItUp {
  6925. border: none
  6926. }
  6927.  
  6928. .bbcode .markItUpContainer {
  6929. background: none;
  6930. padding: 0;
  6931. border: none
  6932. }
  6933.  
  6934. .bbcode textarea.markItUpEditor {
  6935. background: none;
  6936. padding: 2px 5px 3px 5px;
  6937. border: 1px solid #999;
  6938. border-radius: 3px;
  6939. color: #666;
  6940. font-size: 12px;
  6941. font-family: Verdana, Arial, Helvetica, sans-serif
  6942. }
  6943.  
  6944. .hideBlockJS {
  6945. display: none
  6946. }
  6947.  
  6948. .ach_desc {
  6949. border-top: 1px solid #b6b4a3;
  6950. text-align: justufy;
  6951. font-size: 13px;
  6952. padding: 3px 5px 3px 7px;
  6953. margin: 0 0 5px 0;
  6954. vertical-align: middle;
  6955. line-height: 150%
  6956. }
  6957.  
  6958. .pointer {
  6959. cursor: pointer
  6960. }
  6961.  
  6962. #report_button {
  6963. min-width: 100px;
  6964. max-height: 18px!important;
  6965. display: inline-block;
  6966. width: auto;
  6967. padding-top: 0px;
  6968. line-height: 12px
  6969. }
  6970.  
  6971. .chat-container {
  6972. position: fixed;
  6973. top: 0;
  6974. left: 0;
  6975. width: 800px;
  6976. height: 300px;
  6977. z-index: 50;
  6978. background: white;
  6979. border-radius: 5px;
  6980. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.47)
  6981. }
  6982.  
  6983. .chat-container-mobile {
  6984. top: 50px!important;
  6985. left: 0!important;
  6986. width: 100%!important;
  6987. height: 88%!important;
  6988. background: white;
  6989. border-radius: 0px;
  6990. box-shadow: none!important;
  6991. border: none!important
  6992. }
  6993.  
  6994. .chat-container-mobile .chat-minimize {
  6995. display: none
  6996. }
  6997.  
  6998. .chat-close,
  6999. .chat-minimize {
  7000. background: #a28e4b;
  7001. color: white;
  7002. border-radius: 3px;
  7003. margin-left: 4px;
  7004. font-weight: 600;
  7005. line-height: 15px;
  7006. height: 17px;
  7007. width: 17px;
  7008. text-align: center;
  7009. float: right;
  7010. cursor: pointer
  7011. }
  7012.  
  7013. .chat-header {
  7014. position: absolute;
  7015. top: 0;
  7016. left: 0;
  7017. right: 0;
  7018. height: 16px;
  7019. border-radius: 5px;
  7020. padding: 12px;
  7021. cursor: move
  7022. }
  7023.  
  7024. .chat-title {
  7025. color: #7A6933;
  7026. font-weight: bold;
  7027. float: left
  7028. }
  7029.  
  7030. .chat-title a {
  7031. text-decoration: none
  7032. }
  7033.  
  7034. .chat-status {
  7035. float: left;
  7036. margin: 0px 5px 0 0
  7037. }
  7038.  
  7039. .chat-status .offline,
  7040. .chat-status .online {
  7041. width: 6px;
  7042. height: 6px;
  7043. border-width: 4px
  7044. }
  7045.  
  7046. .chat-history {
  7047. border-top: 1px solid #ddd;
  7048. box-shadow: inset 0px 11px 5px -11px rgba(0, 0, 0, 0.2);
  7049. background: white;
  7050. top: 35px;
  7051. bottom: 58px;
  7052. left: 0px;
  7053. right: 0px;
  7054. overflow: auto;
  7055. position: absolute
  7056. }
  7057.  
  7058. .chat-history-entry {
  7059. padding: 3px;
  7060. clear: left;
  7061. border-bottom: 1px solid #ddd
  7062. }
  7063.  
  7064. .chat-history-entry:last-child {
  7065. border: 0
  7066. }
  7067.  
  7068. .chat-message {
  7069. font-size: 10px;
  7070. margin-left: 43px
  7071. }
  7072.  
  7073. .chat-message:after {
  7074. clear: left;
  7075. content: ".";
  7076. display: block;
  7077. height: 0;
  7078. visibility: hidden
  7079. }
  7080.  
  7081. .chat-input {
  7082. border: 1px solid #ddd;
  7083. border-radius: 3px;
  7084. padding: 3px;
  7085. background: #fff;
  7086. position: absolute;
  7087. left: 5px;
  7088. right: 5px;
  7089. bottom: 5px
  7090. }
  7091.  
  7092. .chat-textarea {
  7093. position: absolute;
  7094. left: 46px;
  7095. top: 3px;
  7096. right: 3px;
  7097. bottom: 3px
  7098. }
  7099.  
  7100. .chat-textarea textarea {
  7101. margin: 0;
  7102. padding: 0;
  7103. border: 0;
  7104. border-radius: 0;
  7105. resize: none;
  7106. width: 100%!important;
  7107. height: 100%
  7108. }
  7109.  
  7110. .chat-secure {
  7111. position: absolute;
  7112. right: -1px;
  7113. bottom: -1px;
  7114. z-index: 1000;
  7115. background: #F9F9F9;
  7116. opacity: 0.7;
  7117. border: 1px solid #ddd;
  7118. border-radius: 3px
  7119. }
  7120.  
  7121. .chat-secure .input[type="checkbox"] {
  7122. margin: 0!important;
  7123. padding: 0!important
  7124. }
  7125.  
  7126. .chat-message-secure {
  7127. background: #F9F9F9;
  7128. opacity: 0.7
  7129. }
  7130.  
  7131. .chat-avatar {
  7132. width: 40px;
  7133. height: 40px;
  7134. overflow: hidden;
  7135. border-radius: 3px;
  7136. float: left
  7137. }
  7138.  
  7139. .chat-avatar img {
  7140. width: 40px
  7141. }
  7142.  
  7143. .chat-time {
  7144. float: right;
  7145. font-size: 9px
  7146. }
  7147.  
  7148. .chat-unread {
  7149. background-color: #FAF9F3
  7150. }
  7151.  
  7152. .chat-bar {
  7153. position: fixed;
  7154. z-index: 100;
  7155. bottom: 0;
  7156. height: 25px;
  7157. background: rgba(255, 255, 255, 0.5);
  7158. width: 100%;
  7159. border: 1px solid #e5e1d0;
  7160. text-decoration: none;
  7161. box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3)
  7162. }
  7163.  
  7164. .chat-bar li {
  7165. max-width: 185px;
  7166. display: inline-block;
  7167. line-height: 25px;
  7168. margin-left: -4px;
  7169. height: 25px;
  7170. padding: 0 10px;
  7171. border-right: 1px solid #e5e1d0
  7172. }
  7173.  
  7174. .chat-bar li:hover {
  7175. text-decoration: none;
  7176. cursor: pointer;
  7177. background: #FDF4CF
  7178. }
  7179.  
  7180. .chat-bar li a {
  7181. text-decoration: none;
  7182. cursor: pointer
  7183. }
  7184.  
  7185. .chat-bar .selected {
  7186. background: #fdf4cf
  7187. }
  7188.  
  7189. .chat-bar .chat-bar-new {
  7190. background: white;
  7191. border-top: 3px solid #56CC41;
  7192. margin-top: -3px;
  7193. border-radius: 2px 2px 0 0;
  7194. margin-left: 1px
  7195. }
  7196.  
  7197. .chat-bar .barUser {
  7198. background: white
  7199. }
  7200.  
  7201. .chat-bar-short {
  7202. width: 35px!important
  7203. }
  7204.  
  7205. ul.menu-more {
  7206. bottom: 25px;
  7207. right: 1px;
  7208. margin: 0px;
  7209. cursor: pointer;
  7210. display: none;
  7211. position: absolute;
  7212. padding: 0px;
  7213. white-space: nowrap;
  7214. border: 1px solid #e5e1d0;
  7215. background: white
  7216. }
  7217.  
  7218. li.more-tab:hover {
  7219. background: #f9f9f9!important
  7220. }
  7221.  
  7222. ul.menu-more>li {
  7223. margin: 0px;
  7224. white-space: nowrap;
  7225. list-style: none;
  7226. display: block;
  7227. width: 100%
  7228. }
  7229.  
  7230. ul.menu-more>li.hover {
  7231. background: #cfcfcf;
  7232. color: #333
  7233. }
  7234.  
  7235. h1,
  7236. h2,
  7237. h3,
  7238. h4,
  7239. h5 {
  7240. color: #99742e;
  7241. font-weight: normal;
  7242. padding: 0;
  7243. margin-top: 0;
  7244. margin: 0 0 5px 0;
  7245. font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
  7246. }
  7247.  
  7248. h1 a,
  7249. h2 a,
  7250. h3 a,
  7251. h4 a,
  7252. h5 a {
  7253. color: #99742e;
  7254. text-decoration: none
  7255. }
  7256.  
  7257. h1 a:hover,
  7258. h1 a:hover span,
  7259. h2 a:hover,
  7260. h2 a:hover span,
  7261. h3 a:hover,
  7262. h3 a:hover span,
  7263. h4 a:hover,
  7264. h4 a:hover span,
  7265. h5 a:hover,
  7266. h5 a:hover span {
  7267. color: #5f4e18
  7268. }
  7269.  
  7270. h1 .icon16,
  7271. h2 .icon16,
  7272. h3 .icon16,
  7273. h4 .icon16,
  7274. h5 .icon16 {
  7275. vertical-align: bottom;
  7276. top: -4px;
  7277. position: relative
  7278. }
  7279.  
  7280. h1 {
  7281. font-family: Georgia, "Times New Roman", Times, serif;
  7282. font-size: 26px;
  7283. margin: 0 0 10px 0
  7284. }
  7285.  
  7286. h2 {
  7287. font-size: 21px;
  7288. clear: left
  7289. }
  7290.  
  7291. h3 {
  7292. font-size: 16px;
  7293. clear: both;
  7294. color: #786142
  7295. }
  7296.  
  7297. h3 span {
  7298. color: #727272
  7299. }
  7300.  
  7301. h4 {
  7302. font-size: 12px;
  7303. font-weight: bold;
  7304. margin: 0 0 2px 0
  7305. }
  7306.  
  7307. h5 {
  7308. font-size: 12px;
  7309. letter-spacing: 0.5px;
  7310. color: #999;
  7311. margin: 0
  7312. }
  7313.  
  7314. h6 {
  7315. clear: none;
  7316. margin: -2px 0 10px 0
  7317. }
  7318.  
  7319. #navigation li a .menuItem:not(.usernameProfile).thinGlyph,
  7320. #navigation li .dropdown li a.thinGlyph,
  7321. footer ul li a.thinGlyph,
  7322. .sliderbox ul li span.explanation.thinGlyph,
  7323. .data tr th a.thinGlyph {
  7324. font-weight: 100;
  7325. font-size: 1.1em
  7326. }
  7327.  
  7328. .font11px.thinGlyph,
  7329. small.thinGlyph,
  7330. .font10px.thinGlyph {
  7331. font-weight: 100
  7332. }
  7333.  
  7334. .firstPost strong.thinGlyph {
  7335. padding: 3px 60px 1px;
  7336. line-height: 9px;
  7337. font-weight: 100;
  7338. font-size: 11px
  7339. }
  7340.  
  7341. #translate_link strong.thinGlyph {
  7342. font-weight: bold;
  7343. font-size: 0.9em
  7344. }
  7345.  
  7346. .thinGlyph {
  7347. font-weight: 100
  7348. }
  7349.  
  7350. noindex:-o-prefocus,
  7351. .hideInOpera {
  7352. display: none!important
  7353. }
  7354.  
  7355. img {
  7356. border: 0
  7357. }
  7358.  
  7359. a:focus {
  7360. outline: 0
  7361. }
  7362.  
  7363. a {
  7364. cursor: default
  7365. }
  7366.  
  7367. a[href],
  7368. .advertBanner a {
  7369. cursor: pointer
  7370. }
  7371.  
  7372. input::-moz-focus-inner {
  7373. border: 0;
  7374. padding: 0
  7375. }
  7376.  
  7377. button {
  7378. background: none;
  7379. border: none;
  7380. padding: 0;
  7381. margin: 0;
  7382. box-sizing: content-box!important;
  7383. -moz-box-sizing: content-box!important
  7384. }
  7385.  
  7386. ul,
  7387. ol,
  7388. li {
  7389. margin: 0;
  7390. padding: 0;
  7391. list-style: none
  7392. }
  7393.  
  7394. ol li {
  7395. list-style: outside decimal!important
  7396. }
  7397.  
  7398. a,
  7399. input,
  7400. button {
  7401. outline: none
  7402. }
  7403.  
  7404. a {
  7405. color: #7a6933;
  7406. text-decoration: underline
  7407. }
  7408.  
  7409. a:hover {
  7410. color: #5f4e18;
  7411. text-decoration: none
  7412. }
  7413.  
  7414. a img {
  7415. text-decoration: none;
  7416. border-bottom: 0;
  7417. vertical-align: bottom
  7418. }
  7419.  
  7420. hr {
  7421. display: block;
  7422. border: none;
  7423. border-top: 1px solid #e0e0e0;
  7424. background: none
  7425. }
  7426.  
  7427. form {
  7428. margin: 0;
  7429. padding: 0
  7430. }
  7431.  
  7432. button::-moz-focus-inner {
  7433. border: none;
  7434. padding: 0;
  7435. vertical-align: top
  7436. }
  7437.  
  7438. @font-face {
  7439. font-family: "katfont";
  7440. src: url(fonts/katfont-Regular-v2.woff) format('woff'), url(fonts/katfont-Regular-v2.svg) format('svg')
  7441. }
  7442.  
  7443. .sliderbox ul li #aclrow a {
  7444. padding: 4px 0 4px 0px
  7445. }
  7446.  
  7447. .ka:before {
  7448. font-family: "katfont";
  7449. font-style: normal;
  7450. font-weight: normal;
  7451. font-size: 14px;
  7452. speak: none;
  7453. display: inline-block;
  7454. text-decoration: none!important;
  7455. width: 1em;
  7456. margin-right: 0.2em;
  7457. text-align: center;
  7458. font-variant: normal!important;
  7459. text-transform: none!important;
  7460. line-height: 16px;
  7461. margin-left: 0.2em;
  7462. -webkit-font-smoothing: antialiased;
  7463. -moz-osx-font-smoothing: grayscale;
  7464. cursor: pointer
  7465. }
  7466.  
  7467. .ka,
  7468. .ka:hover,
  7469. .ka:hover:before,
  7470. .ka:before,
  7471. .ka16 {
  7472. text-decoration: none!important;
  7473. font-variant: normal!important;
  7474. text-transform: none!important
  7475. }
  7476.  
  7477. .ka16 {
  7478. display: inline-block;
  7479. font-size: 14px;
  7480. color: #fff;
  7481. background: #c1ad6a;
  7482. background: -moz-linear-gradient(top, #c1ad6a 0%, #a28e4b 100%);
  7483. background: -webkit-linear-gradient(top, #c1ad6a 0%, #a28e4b 100%);
  7484. background: -ms-linear-gradient(top, #c1ad6a 0%, #a28e4b 100%);
  7485. background: linear-gradient(to bottom, #c1ad6a 0%, #a28e4b 100%);
  7486. text-shadow: 0 1px 0 #867026;
  7487. padding: 2px 0;
  7488. border-radius: 2px;
  7489. height: 16px;
  7490. line-height: 14px!important;
  7491. width: 20px;
  7492. text-align: center;
  7493. margin: 0 0 1px 0
  7494. }
  7495.  
  7496. .ka16:hover {
  7497. color: white;
  7498. background: #a28e4b
  7499. }
  7500.  
  7501. .ka16 em {
  7502. font: verdana normal 0.5em;
  7503. vertical-align: middle;
  7504. display: inline-block;
  7505. -webkit-font-smoothing: subpixel-antialiased;
  7506. padding: 0 4px 0 1px
  7507. }
  7508.  
  7509. a:hover .ka16 {
  7510. background: #a28e4b
  7511. }
  7512.  
  7513. .ka-overlay {
  7514. position: absolute;
  7515. z-index: 11;
  7516. font-size: 300%;
  7517. color: white;
  7518. line-height: 150%;
  7519. width: 100%;
  7520. height: 100%;
  7521. text-align: center;
  7522. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4)
  7523. }
  7524.  
  7525. .ka-500 {
  7526. font-size: 500%;
  7527. line-height: 170%
  7528. }
  7529.  
  7530. .ka20 {
  7531. font-size: 23px;
  7532. height: 16px;
  7533. line-height: 16px
  7534. }
  7535.  
  7536. .ka-red {
  7537. background: #d47e3c!important;
  7538. text-shadow: 0 1px 0 #d47e3c
  7539. }
  7540.  
  7541. .ka-red:hover {
  7542. background: #ab6531!important
  7543. }
  7544.  
  7545. .ka-green {
  7546. background: #8da73e!important;
  7547. text-shadow: 0 1px 0 #8da73e
  7548. }
  7549.  
  7550. .ka-green:hover {
  7551. background: #79971d!important
  7552. }
  7553.  
  7554. .ka-grey {
  7555. background: #7a7a7a!important;
  7556. text-shadow: 0 1px 0 #7a7a7a
  7557. }
  7558.  
  7559. .ka-grey:hover {
  7560. background: #656565!important
  7561. }
  7562.  
  7563. .commentHeadLine .ka-textbutton,
  7564. .commentHeadLine .ka16 {
  7565. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.03) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset
  7566. }
  7567.  
  7568. .commentHeadLine .ka-textbutton.ka16,
  7569. .commentHeadLine .ka16.ka16 {
  7570. width: unset
  7571. }
  7572.  
  7573. .commentHeadLine .ka:not(:hover) {
  7574. background: transparent none repeat scroll 0% 0%!important;
  7575. text-shadow: 0 1px 0 #7a7a7a
  7576. }
  7577.  
  7578. .ka-disabled {
  7579. cursor: default!important;
  7580. background: #b5b5b5!important;
  7581. text-shadow: 0px 1px 0px #A2A2A2
  7582. }
  7583.  
  7584. .ka-disabled:hover {
  7585. background: #b5b5b5!important
  7586. }
  7587.  
  7588. .ka img {
  7589. position: absolute;
  7590. margin: 2px 0 0 -9px
  7591. }
  7592.  
  7593. .ka-textbutton {
  7594. width: auto
  7595. }
  7596.  
  7597. .ka-textbutton i {
  7598. text-decoration: none;
  7599. font-family: Verdana, Geneva, sans-serif!important;
  7600. white-space: nowrap;
  7601. font-style: normal;
  7602. font-weight: bold;
  7603. font-size: 12px;
  7604. margin: 0;
  7605. padding: 0 5px 0 2px
  7606. }
  7607.  
  7608. .ka-vul2 {
  7609. color: #744ace!important;
  7610. width: 13px;
  7611. font-size: 20px;
  7612. height: 10px;
  7613. line-height: 0.6em
  7614. }
  7615.  
  7616. .stack-icon {
  7617. position: absolute;
  7618. text-align: center;
  7619. left: 0
  7620. }
  7621.  
  7622. .sliderbox ul li a {
  7623. padding: 4px 0 4px 0px;
  7624. position: relative
  7625. }
  7626.  
  7627. .retinaStatus {
  7628. font-size: 26px
  7629. }
  7630.  
  7631. .retinaFileType {
  7632. margin-left: -1em;
  7633. font-size: 200%;
  7634. vertical-align: middle
  7635. }
  7636.  
  7637. .ka-180::before {
  7638. display: inline-block;
  7639. -ms-transform: rotate(180deg);
  7640. -webkit-transform: rotate(180deg);
  7641. transform: rotate(180deg);
  7642. top: 5px;
  7643. position: relative
  7644. }
  7645.  
  7646. .ka-no-background {
  7647. background-image: none!important
  7648. }
  7649.  
  7650. .ka-270::before {
  7651. display: inline-block;
  7652. -ms-transform: rotate(270deg);
  7653. -webkit-transform: rotate(270deg);
  7654. transform: rotate(270deg);
  7655. top: 2px;
  7656. right: 2px;
  7657. position: relative
  7658. }
  7659.  
  7660. .ka-90::before {
  7661. display: inline-block;
  7662. -ms-transform: rotate(90deg);
  7663. -webkit-transform: rotate(90deg);
  7664. transform: rotate(90deg);
  7665. top: 2px;
  7666. left: 2px;
  7667. position: relative
  7668. }
  7669.  
  7670. .ka16.kasmall {
  7671. width: 16px;
  7672. height: 13px
  7673. }
  7674.  
  7675. .ka16.kasmall:before {
  7676. line-height: 10px!important;
  7677. font-size: 12px;
  7678. padding-left: 0px;
  7679. width: 1em;
  7680. height: 1em;
  7681. top: -2px;
  7682. position: relative
  7683. }
  7684.  
  7685. .ka.statusIcon {
  7686. background-image: none;
  7687. line-height: 12px;
  7688. cursor: default!important;
  7689. margin: 0;
  7690. width: 1em
  7691. }
  7692.  
  7693. .ka-torrent:before {
  7694. content: ""
  7695. }
  7696.  
  7697. .ka-torrent-add:before {
  7698. content: ""
  7699. }
  7700.  
  7701. .ka-torrent-remove:before {
  7702. content: ""
  7703. }
  7704.  
  7705. .ka-torrent-accept:before {
  7706. content: ""
  7707. }
  7708.  
  7709. .ka-torrent-delete:before {
  7710. content: ""
  7711. }
  7712.  
  7713. .ka-torrent-move:before {
  7714. content: ""
  7715. }
  7716.  
  7717. .ka-comment:before,
  7718. .ka-quote:before {
  7719. content: ""
  7720. }
  7721.  
  7722. .ka-comment-add:before {
  7723. content: ""
  7724. }
  7725.  
  7726. .ka-comment-remove:before {
  7727. content: ""
  7728. }
  7729.  
  7730. .ka-comment-accept:before {
  7731. content: ""
  7732. }
  7733.  
  7734. .ka-comment-delete:before {
  7735. content: ""
  7736. }
  7737.  
  7738. .ka-comment-move:before {
  7739. content: ""
  7740. }
  7741.  
  7742. .ka-user:before {
  7743. content: ""
  7744. }
  7745.  
  7746. .ka-user-add:before {
  7747. content: ""
  7748. }
  7749.  
  7750. .ka-user-remove:before {
  7751. content: ""
  7752. }
  7753.  
  7754. .ka-user-accept:before {
  7755. content: ""
  7756. }
  7757.  
  7758. .ka-user-delete:before {
  7759. content: ""
  7760. }
  7761.  
  7762. .ka-user-move:before {
  7763. content: ""
  7764. }
  7765.  
  7766. .ka-idea:before {
  7767. content: ""
  7768. }
  7769.  
  7770. .ka-idea-add:before {
  7771. content: ""
  7772. }
  7773.  
  7774. .ka-idea-remove:before {
  7775. content: ""
  7776. }
  7777.  
  7778. .ka-idea-accept:before {
  7779. content: ""
  7780. }
  7781.  
  7782. .ka-idea-delete:before {
  7783. content: ""
  7784. }
  7785.  
  7786. .ka-idea-move:before {
  7787. content: ""
  7788. }
  7789.  
  7790. .ka-preview:before,
  7791. .ka-accept:before {
  7792. content: ""
  7793. }
  7794.  
  7795. .ka-delete:before {
  7796. content: ""
  7797. }
  7798.  
  7799. .ka-folder:before,
  7800. .markeredBlock.torType.folderType:before {
  7801. content: ""
  7802. }
  7803.  
  7804. .ka-document:before,
  7805. .markeredBlock.torType.undefinedType:before,
  7806. .markeredBlock.torType:before {
  7807. content: ""
  7808. }
  7809.  
  7810. .ka-faq:before,
  7811. .markeredBlock.torType.nfoType:before {
  7812. content: ""
  7813. }
  7814.  
  7815. .ka-music-note:before,
  7816. .markeredBlock.torType.musicType:before {
  7817. content: ""
  7818. }
  7819.  
  7820. .ka-bookmark:before,
  7821. .markeredBlock.torType.pdfType:before {
  7822. content: ""
  7823. }
  7824.  
  7825. .ka-unknown:before,
  7826. .markeredBlock.torType.zipType:before {
  7827. content: ""
  7828. }
  7829.  
  7830. .ka-text:before,
  7831. .markeredBlock.torType.txtType:before {
  7832. content: ""
  7833. }
  7834.  
  7835. .ka-settings:before,
  7836. .markeredBlock.torType.exeType:before {
  7837. content: ""
  7838. }
  7839.  
  7840. .ka-camera:before,
  7841. .markeredBlock.torType.pictureType:before {
  7842. content: ""
  7843. }
  7844.  
  7845. .ka-film:before,
  7846. .ka-movie:before,
  7847. .markeredBlock.torType.VideoType:before {
  7848. content: ""
  7849. }
  7850.  
  7851. .ka-flash:before,
  7852. .markeredBlock.torType.flashType:before {
  7853. content: ""
  7854. }
  7855.  
  7856. .ka-plus:before {
  7857. content: ""
  7858. }
  7859.  
  7860. .ka-minus:before {
  7861. content: ""
  7862. }
  7863.  
  7864. .ka-share:before {
  7865. content: ""
  7866. }
  7867.  
  7868. .ka-report:before {
  7869. content: ""
  7870. }
  7871.  
  7872. .ka-announce:before {
  7873. content: ""
  7874. }
  7875.  
  7876. .ka-community:before {
  7877. content: ""
  7878. }
  7879.  
  7880. .ka-achievement:before {
  7881. content: ""
  7882. }
  7883.  
  7884. .ka-tag:before {
  7885. content: ""
  7886. }
  7887.  
  7888. .ka-tags:before {
  7889. content: ""
  7890. }
  7891.  
  7892. .ka-users:before {
  7893. content: ""
  7894. }
  7895.  
  7896. .ka-verify:before,
  7897. .ka-unverify:before {
  7898. content: ""
  7899. }
  7900.  
  7901. .ka-star:before,
  7902. .ka-unstar:before {
  7903. content: ""
  7904. }
  7905.  
  7906. .ka-message:before {
  7907. content: ""
  7908. }
  7909.  
  7910. .ka-arrow-up:before,
  7911. .ka-arrow-right:before,
  7912. .ka-arrow-down:before,
  7913. .ka-arrow-left:before {
  7914. content: ""
  7915. }
  7916.  
  7917. .ka-merge:before {
  7918. content: ""
  7919. }
  7920.  
  7921. .ka-mute:before {
  7922. content: ""
  7923. }
  7924.  
  7925. .ka-edit:before {
  7926. content: ""
  7927. }
  7928.  
  7929. .ka-search:before,
  7930. .ka-zoom:before {
  7931. content: ""
  7932. }
  7933.  
  7934. .ka-pin:before {
  7935. content: ""
  7936. }
  7937.  
  7938. .ka-follow:before {
  7939. content: ""
  7940. }
  7941.  
  7942. .ka-unfollow:before {
  7943. content: ""
  7944. }
  7945.  
  7946. .ka-magnet:before {
  7947. content: ""
  7948. }
  7949.  
  7950. .ka-lock:before {
  7951. content: ""
  7952. }
  7953.  
  7954. .ka-unlock:before {
  7955. content: ""
  7956. }
  7957.  
  7958. .ka-arrow2-up:before,
  7959. .ka-arrow2-right:before,
  7960. .ka-arrow2-down:before,
  7961. .ka-arrow2-left:before {
  7962. content: ""
  7963. }
  7964.  
  7965. .ka-arrow3-up:before,
  7966. .ka-arrow3-right:before,
  7967. .ka-arrow3-down:before,
  7968. .ka-arrow3-left:before {
  7969. content: ""
  7970. }
  7971.  
  7972. .ka-thumbs-up:before {
  7973. content: ""
  7974. }
  7975.  
  7976. .ka-thumbs-down:before {
  7977. content: ""
  7978. }
  7979.  
  7980. .ka-bullet:before {
  7981. content: ""
  7982. }
  7983.  
  7984. .ka-time:before {
  7985. content: ""
  7986. }
  7987.  
  7988. .ka-rss:before {
  7989. content: ""
  7990. }
  7991.  
  7992. .ka-key:before {
  7993. content: ""
  7994. }
  7995.  
  7996. .ka-reply:before {
  7997. content: ""
  7998. }
  7999.  
  8000. .ka-refresh:before {
  8001. content: ""
  8002. }
  8003.  
  8004. .ka-list:before {
  8005. content: ""
  8006. }
  8007.  
  8008. .ka-list2:before {
  8009. content: ""
  8010. }
  8011.  
  8012. .ka-sound:before {
  8013. content: ""
  8014. }
  8015.  
  8016. .ka-eye:before {
  8017. content: ""
  8018. }
  8019.  
  8020. .ka-poll:before {
  8021. content: ""
  8022. }
  8023.  
  8024. .ka-IP:before {
  8025. content: ""
  8026. }
  8027.  
  8028. .ka-IP-ban:before {
  8029. content: ""
  8030. }
  8031.  
  8032. .ka-DMCA:before {
  8033. content: ""
  8034. }
  8035.  
  8036. .ka-link:before,
  8037. .ka-url:before,
  8038. .ka-image-link:before {
  8039. content: ""
  8040. }
  8041.  
  8042. .ka-bold:before,
  8043. .ka-b:before {
  8044. content: ""
  8045. }
  8046.  
  8047. .ka-italic:before,
  8048. .ka-i:before {
  8049. content: ""
  8050. }
  8051.  
  8052. .ka-underline:before,
  8053. .ka-u:before {
  8054. content: ""
  8055. }
  8056.  
  8057. .ka-strike:before,
  8058. .ka-s:before {
  8059. content: ""
  8060. }
  8061.  
  8062. .ka-image:before,
  8063. .ka-image-upload:before {
  8064. content: ""
  8065. }
  8066.  
  8067. .ka-align:before,
  8068. .ka-align-left:before {
  8069. content: ""
  8070. }
  8071.  
  8072. .ka-align-right:before {
  8073. content: ""
  8074. }
  8075.  
  8076. .ka-align-center:before {
  8077. content: ""
  8078. }
  8079.  
  8080. .ka-align-justify:before {
  8081. content: ""
  8082. }
  8083.  
  8084. .ka-list-bullet:before {
  8085. content: ""
  8086. }
  8087.  
  8088. .ka-list-numeric:before {
  8089. content: ""
  8090. }
  8091.  
  8092. .ka-list-additem:before {
  8093. content: ""
  8094. }
  8095.  
  8096. .ka-size-small:before,
  8097. .ka-size-100:before,
  8098. .ka-size-200:before,
  8099. .ka-size:before {
  8100. content: ""
  8101. }
  8102.  
  8103. .ka-code:before {
  8104. content: ""
  8105. }
  8106.  
  8107. .ka-color:before {
  8108. content: ""
  8109. }
  8110.  
  8111. .ka-youtube:before {
  8112. content: ""
  8113. }
  8114.  
  8115. .ka-smiles:before {
  8116. content: ""
  8117. }
  8118.  
  8119. .ka-attention:before,
  8120. .ka-spoiler:before {
  8121. content: ""
  8122. }
  8123.  
  8124. .ka-folder2:before {
  8125. content: ""
  8126. }
  8127.  
  8128. .ka-settings2:before {
  8129. content: ""
  8130. }
  8131.  
  8132. .ka-calendar:before {
  8133. content: ""
  8134. }
  8135.  
  8136. .ka-unpin:before {
  8137. content: ""
  8138. }
  8139.  
  8140. .ka-eye-off:before {
  8141. content: ""
  8142. }
  8143.  
  8144. .ka-sup:before {
  8145. content: ""
  8146. }
  8147.  
  8148. .ka-sub:before {
  8149. content: ""
  8150. }
  8151.  
  8152. .ka-flag:before {
  8153. content: ""
  8154. }
  8155.  
  8156. .ka-toggle-on:before {
  8157. content: ""
  8158. }
  8159.  
  8160. .ka-toggle-off:before {
  8161. content: ""
  8162. }
  8163.  
  8164. .ka-firefox:before {
  8165. content: ""
  8166. }
  8167.  
  8168. .ka-facebook:before {
  8169. content: ""
  8170. }
  8171.  
  8172. .ka-twitter:before {
  8173. content: ""
  8174. }
  8175.  
  8176. .ka-kat:before {
  8177. content: ""
  8178. }
  8179.  
  8180. .ka-irc:before {
  8181. content: ""
  8182. }
  8183.  
  8184. .ka-chrome:before {
  8185. content: ""
  8186. }
  8187.  
  8188. .ka-opera:before {
  8189. content: ""
  8190. }
  8191.  
  8192. .ka-ie:before {
  8193. content: ""
  8194. }
  8195.  
  8196. .ka-utorrent:before {
  8197. content: ""
  8198. }
  8199.  
  8200. .ka-layout-sidebar:before {
  8201. content: ""
  8202. }
  8203.  
  8204. .ka-layout-sidebar2:before {
  8205. content: ""
  8206. }
  8207.  
  8208. .ka-imdb:before {
  8209. content: ""
  8210. }
  8211.  
  8212. .ka-tomato:before {
  8213. content: ""
  8214. }
  8215.  
  8216. .ka-popcorn:before {
  8217. content: ""
  8218. }
  8219.  
  8220. .ka-90:before,
  8221. .ka-arrow-right:before,
  8222. .ka-arrow2-right:before,
  8223. .ka-arrow3-right:before {
  8224. transform: rotate(90deg)
  8225. }
  8226.  
  8227. .ka-180:before,
  8228. .ka-unverify:before,
  8229. .ka-unstar:before,
  8230. .ka-arrow-down:before,
  8231. .ka-arrow2-down:before,
  8232. .ka-arrow3-down:before {
  8233. transform: rotate(180deg)
  8234. }
  8235.  
  8236. .ka-270:before,
  8237. .ka-arrow-left:before,
  8238. .ka-arrow2-left:before,
  8239. .ka-arrow3-left:before {
  8240. transform: rotate(270deg)
  8241. }
  8242.  
  8243. ul.tabNavigation li .ka-rss.rsssign:before {
  8244. font-size: 12px;
  8245. margin-left: 2px;
  8246. line-height: 5px!important
  8247. }
  8248.  
  8249. .showNone {
  8250. display: none
  8251. }
  8252.  
  8253. .showBlock {
  8254. display: block
  8255. }
  8256.  
  8257. .pusher {
  8258. margin-bottom: 48px
  8259. }
  8260.  
  8261. .valueBubble {
  8262. position: absolute;
  8263. font-family: sans-serif;
  8264. color: #fc7208;
  8265. background: #fc7208;
  8266. height: 8px;
  8267. width: 8px;
  8268. top: 9px;
  8269. left: 25px;
  8270. border: 2px solid #594c2d;
  8271. transition: 0.1s all;
  8272. border-radius: 50%
  8273. }
  8274.  
  8275. .valueBubble span {
  8276. top: -22px;
  8277. left: 10px;
  8278. position: absolute;
  8279. font-family: sans-serif;
  8280. color: #fc7208;
  8281. font-size: 10px;
  8282. font-style: normal!important;
  8283. font-weight: 800;
  8284. text-shadow: none
  8285. }
  8286.  
  8287. .valueBubbleUser {
  8288. left: 40px;
  8289. border: 2px solid #2c240f!important
  8290. }
  8291.  
  8292. .valueBlock {
  8293. background: #ffeeb4;
  8294. color: #2c240f;
  8295. font-size: 10px;
  8296. text-decoration: none;
  8297. font-style: normal;
  8298. text-shadow: none;
  8299. float: right;
  8300. height: 15px;
  8301. line-height: 15px;
  8302. margin-top: 11px;
  8303. padding: 0 4px;
  8304. border-radius: 4px
  8305. }
  8306.  
  8307. #switch_user {
  8308. top: 48px!important;
  8309. right: 0px!important;
  8310. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4)!important;
  8311. border-radius: 0!important;
  8312. border: none!important;
  8313. position: fixed!important
  8314. }
  8315.  
  8316. #switch_user.hover {
  8317. cursor: pointer
  8318. }
  8319.  
  8320. #switch_user .fastswitchPopup p {
  8321. border-bottom: none!important;
  8322. line-height: 15px
  8323. }
  8324.  
  8325. * {
  8326. -ms-text-size-adjust: none
  8327. }
  8328.  
  8329. .headerRel {
  8330. position: relative!important
  8331. }
  8332.  
  8333. header {
  8334. position: fixed;
  8335. z-index: 1000;
  8336. width: 100%;
  8337. box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  8338. height: 48px;
  8339. background: #594c2d
  8340. }
  8341.  
  8342. header #menu {
  8343. height: 48px
  8344. }
  8345.  
  8346. header a#logo {
  8347. margin: 5px 5px;
  8348. float: left;
  8349. width: 220px;
  8350. height: 40px;
  8351. background: url("images/logo/kat_logo_ny-1x.png") no-repeat;
  8352. transition: 0.2s all;
  8353. display: inline-block
  8354. }
  8355.  
  8356. @media (-webkit-min-device-pixel-ratio: 2),
  8357. (min-resolution: 192dppx) {
  8358. header a#logo {
  8359. background: url("images/logo/kat_logo_ny-2x.png") no-repeat left!important;
  8360. background-size: cover!important
  8361. }
  8362. }
  8363.  
  8364. #torrentSearch {
  8365. position: relative;
  8366. top: 9px;
  8367. float: left;
  8368. width: 21%
  8369. }
  8370.  
  8371. #contentSearch {
  8372. position: relative;
  8373. line-height: 20px;
  8374. z-index: 1;
  8375. box-sizing: border-box;
  8376. width: 100%;
  8377. font-size: 14px;
  8378. padding: 5px 60px 5px 8px;
  8379. color: #7c6a59;
  8380. margin: 0!important;
  8381. border: none;
  8382. box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
  8383. -webkit-appearance: none!important;
  8384. border-radius: 2px
  8385. }
  8386.  
  8387. #searchTool {
  8388. position: absolute;
  8389. top: 0px;
  8390. right: 5px;
  8391. z-index: 3
  8392. }
  8393.  
  8394. #searchTool button {
  8395. cursor: pointer
  8396. }
  8397.  
  8398. #searchTool .ka:before {
  8399. font-size: 17px!important;
  8400. margin: 2px;
  8401. color: #5f5f5e;
  8402. text-shadow: none;
  8403. cursor: pointer;
  8404. line-height: 26px;
  8405. height: 30px
  8406. }
  8407.  
  8408. #searchTool .ka:before:hover {
  8409. color: #2a2a2a;
  8410. cursor: pointer!important
  8411. }
  8412.  
  8413. #navigation>li:hover a {
  8414. background: #2c240f
  8415. }
  8416.  
  8417. #navigation {
  8418. position: absolute;
  8419. right: 0
  8420. }
  8421.  
  8422. #navigation li {
  8423. float: left;
  8424. position: relative
  8425. }
  8426.  
  8427. #navigation li a {
  8428. color: #ffeeb4;
  8429. text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  8430. font-size: 11px;
  8431. font-weight: 600;
  8432. padding: 0 13px;
  8433. height: 48px;
  8434. line-height: 48px;
  8435. display: block;
  8436. transition: 0.1s all;
  8437. text-decoration: none!important;
  8438. position: relative;
  8439. transform: translate3d(0, 0, 0)
  8440. }
  8441.  
  8442. @media (max-width: 860px) {
  8443. #navigation li a {
  8444. padding: 0 3.5vw
  8445. }
  8446. }
  8447.  
  8448. #navigation li a .menuItem {
  8449. display: inline-block;
  8450. margin: 0 5px;
  8451. text-transform: uppercase
  8452. }
  8453.  
  8454. #navigation li a .menuItem.usernameProfile {
  8455. text-transform: none
  8456. }
  8457.  
  8458. #navigation li a:hover {
  8459. background: #2c240f
  8460. }
  8461.  
  8462. #navigation li a:hover .valueBubble {
  8463. border: 2px solid #2c240f!important
  8464. }
  8465.  
  8466. #navigation li:hover .dropdown {
  8467. display: block
  8468. }
  8469.  
  8470. #navigation li .ka:before {
  8471. font-size: 16px!important;
  8472. line-height: 16px;
  8473. position: relative;
  8474. font-weight: 100!important;
  8475. top: 1px
  8476. }
  8477.  
  8478. #navigation li .userImage {
  8479. height: 25px;
  8480. width: 25px;
  8481. margin: 0 5px 9px 6px;
  8482. border-radius: 50%;
  8483. border: 3px solid #2c240f
  8484. }
  8485.  
  8486. #navigation li .dropdown {
  8487. display: none;
  8488. width: 145px;
  8489. position: absolute;
  8490. transition: 0.1s all;
  8491. background: #594c2d;
  8492. padding: 5px 5px 0 5px;
  8493. border-radius: 0 0 3px 3px
  8494. }
  8495.  
  8496. #navigation li .dropdown li {
  8497. float: none;
  8498. margin-bottom: 5px
  8499. }
  8500.  
  8501. #navigation li .dropdown li a {
  8502. width: 100%;
  8503. height: 34px;
  8504. line-height: 36px;
  8505. background: #594c2d;
  8506. border-radius: 3px;
  8507. border-top: none;
  8508. padding: 0 8px;
  8509. box-sizing: border-box;
  8510. text-align: left
  8511. }
  8512.  
  8513. #navigation li .dropdown li a:hover {
  8514. background: #2c240f
  8515. }
  8516.  
  8517. #navigation li .dropdown li .ka:before {
  8518. font-size: 14px!important;
  8519. line-height: 15px!important;
  8520. margin-right: 8px
  8521. }
  8522.  
  8523. #navigation li .dropdown li .ka16 {
  8524. line-height: 10px!important;
  8525. margin-top: 8px;
  8526. margin-right: 6px
  8527. }
  8528.  
  8529. #navigation li .dropdown hr {
  8530. border-top: 1px solid rgba(255, 254, 181, 0.23)
  8531. }
  8532.  
  8533. #navigation li .dp-left {
  8534. left: -13px;
  8535. width: 150px
  8536. }
  8537.  
  8538. #navigation li .dp-right {
  8539. right: 0px!important
  8540. }
  8541.  
  8542. #navigation li .dp-middle {
  8543. right: -130px!important
  8544. }
  8545.  
  8546. #navigation li .select-opt {
  8547. width: 135px;
  8548. height: 35px;
  8549. margin-left: -8px;
  8550. color: #ffeeb4;
  8551. background: #2c240f;
  8552. font-size: 12px;
  8553. border: none;
  8554. -webkit-appearance: none;
  8555. -moz-appearance: none;
  8556. padding: 7px;
  8557. cursor: pointer;
  8558. text-transform: none
  8559. }
  8560.  
  8561. .dropdown-msg {
  8562. width: 300px!important;
  8563. display: none
  8564. }
  8565.  
  8566. .dropdown-msg li {
  8567. float: left!important;
  8568. position: relative
  8569. }
  8570.  
  8571. .dropdown-msg li a.dp-dialogs {
  8572. float: left!important;
  8573. width: 300px!important;
  8574. height: 56px!important
  8575. }
  8576.  
  8577. .dropdown-msg li a.dp-dialogs p.msgContent {
  8578. position: absolute!important;
  8579. line-height: 11px!important;
  8580. font-size: 10px!important;
  8581. top: 22px!important;
  8582. left: 51px!important;
  8583. font-size: 9px!important;
  8584. font-weight: 100;
  8585. overflow: hidden;
  8586. height: 30px
  8587. }
  8588.  
  8589. .dropdown-msg li a.dp-dialogs p.msgContent img {
  8590. display: none
  8591. }
  8592.  
  8593. .dropdown-msg li a.dp-dialogs img {
  8594. height: 40px!important;
  8595. width: 40px!important;
  8596. margin: 8px 8px 8px 0!important
  8597. }
  8598.  
  8599. .dropdown-msg li a.dp-dialogs .msgUsername {
  8600. position: absolute!important;
  8601. line-height: 25px!important;
  8602. width: 230px!important
  8603. }
  8604.  
  8605. .dropdown-msg li a.dp-dialogs .msgDate {
  8606. position: absolute!important;
  8607. right: 0!important;
  8608. text-align: right!important;
  8609. font-weight: 100!important;
  8610. font-size: 9px!important
  8611. }
  8612.  
  8613. .dropdown-msg .msgOption {
  8614. position: absolute;
  8615. display: none;
  8616. bottom: 5px;
  8617. right: 0;
  8618. color: #ffeeb4
  8619. }
  8620.  
  8621. .dropdown-msg .msgOptionActive {
  8622. background: #2c240f
  8623. }
  8624.  
  8625. .dropdown-msg .topMsg {
  8626. height: 35px!important;
  8627. float: left
  8628. }
  8629.  
  8630. .dropdown-msg .topMsg a {
  8631. float: left!important;
  8632. width: 148px!important
  8633. }
  8634.  
  8635. .dropdown-msg .dp-oneLine a {
  8636. width: 300px!important
  8637. }
  8638.  
  8639. #showHideSearch {
  8640. color: #ffeeb4;
  8641. float: left;
  8642. position: relative;
  8643. font-size: 32px;
  8644. line-height: 36px
  8645. }
  8646.  
  8647. @media handheld,
  8648. screen and (max-width: 585px) {
  8649. #menu {
  8650. min-width: 585px
  8651. }
  8652. #showHideSearch {
  8653. display: block
  8654. }
  8655. #torrentSearch {
  8656. position: absolute!important;
  8657. left: 90px;
  8658. z-index: 200;
  8659. width: 70%!important;
  8660. display: none
  8661. }
  8662. }
  8663.  
  8664. @media handheld,
  8665. screen and (min-width: 586px) {
  8666. #showHideSearch {
  8667. display: none
  8668. }
  8669. #torrentSearch {
  8670. display: block
  8671. }
  8672. }
  8673.  
  8674. @media screen and (max-width: 1000px) {
  8675. #showHideSearch {
  8676. font-size: 32px!important;
  8677. line-height: 36px!important;
  8678. top: 0
  8679. }
  8680. #navigation li a .menuItem {
  8681. display: none
  8682. }
  8683. p.msgContent {
  8684. display: block!important
  8685. }
  8686. }
  8687.  
  8688. @media screen and (max-width: 1348px) {
  8689. .ui-menu.ui-search-autocomplete {
  8690. left: 53px!important
  8691. }
  8692. header a#logo {
  8693. width: 43px
  8694. }
  8695. #torrentSearch,
  8696. .ui-menu.ui-search-autocomplete {
  8697. width: 30%!important;
  8698. min-width: 210px!important
  8699. }
  8700. .showOnlyWide {
  8701. display: none
  8702. }
  8703. .showOnlyNarrow {
  8704. display: block
  8705. }
  8706. }
  8707.  
  8708. @media screen and (max-width: 1267px) {
  8709. .latest-title {
  8710. width: 140px
  8711. }
  8712. }
  8713.  
  8714. @media screen and (min-width: 1348px) {
  8715. .showOnlyWide {
  8716. display: block
  8717. }
  8718. .showOnlyNarrow {
  8719. display: none
  8720. }
  8721. }
  8722.  
  8723. @media screen and (max-width: 1469px) {
  8724. .showFeedback {
  8725. display: none
  8726. }
  8727. .hideFeedback {
  8728. display: block
  8729. }
  8730. }
  8731.  
  8732. @media screen and (min-width: 1470px) {
  8733. .showFeedback {
  8734. display: block
  8735. }
  8736. .hideFeedback {
  8737. display: none
  8738. }
  8739. }
  8740.  
  8741. @media (max-width: 860px) {
  8742. html,
  8743. body,
  8744. footer {
  8745. max-width: 100%;
  8746. min-width: 0
  8747. }
  8748. #wrapper {
  8749. overflow: auto
  8750. }
  8751. }
  8752.  
  8753. #fancybox-loading {
  8754. position: fixed;
  8755. top: 50%;
  8756. left: 50%;
  8757. width: 40px;
  8758. height: 40px;
  8759. margin-top: -20px;
  8760. margin-left: -20px;
  8761. cursor: pointer;
  8762. overflow: hidden;
  8763. z-index: 1104;
  8764. display: none
  8765. }
  8766.  
  8767. #fancybox-loading div {
  8768. position: absolute;
  8769. top: 0;
  8770. left: 0;
  8771. width: 40px;
  8772. height: 480px;
  8773. background-image: url('images/fancybox/fancybox.png')
  8774. }
  8775.  
  8776. #fancybox-overlay {
  8777. position: absolute;
  8778. top: 0;
  8779. left: 0;
  8780. width: 100%;
  8781. z-index: 1100;
  8782. display: none;
  8783. background: url('images/fancybox/pagedarkbg.png')!important
  8784. }
  8785.  
  8786. #fancybox-tmp {
  8787. padding: 0;
  8788. margin: 0;
  8789. border: 0;
  8790. overflow: auto;
  8791. display: none
  8792. }
  8793.  
  8794. #fancybox-wrap {
  8795. position: absolute;
  8796. top: 0;
  8797. left: 0;
  8798. z-index: 1101;
  8799. outline: none;
  8800. display: none
  8801. }
  8802.  
  8803. #fancybox-outer {
  8804. position: relative;
  8805. background: #fff url('images/fancybox/fancyboxControlBg.png') repeat-x 0 -9px;
  8806. -webkit-box-shadow: 0px 3px 20px 0px #000;
  8807. -moz-box-shadow: 0px 3px 20px 0px #000;
  8808. box-shadow: 0px 3px 20px 0px #000;
  8809. border-radius: 3px
  8810. }
  8811.  
  8812. #fancybox-content {
  8813. width: 0;
  8814. height: 0;
  8815. padding: 34px 20px 10px 20px;
  8816. outline: none;
  8817. position: relative;
  8818. overflow: hidden;
  8819. z-index: 1102
  8820. }
  8821.  
  8822. #fancybox-content .buttonsline {
  8823. margin-bottom: 0
  8824. }
  8825.  
  8826. #fancybox-content .popupControls {
  8827. position: absolute;
  8828. top: -30px;
  8829. z-index: 1200;
  8830. cursor: pointer
  8831. }
  8832.  
  8833. #fancybox-content .fancyCustomLeft {
  8834. left: -17px
  8835. }
  8836.  
  8837. #fancybox-content .fancyCustomTop {
  8838. left: 4px
  8839. }
  8840.  
  8841. #fancybox-content .fancyCustomRight {
  8842. left: 25px
  8843. }
  8844.  
  8845. #fancybox-hide-sel-frame {
  8846. position: absolute;
  8847. top: 0;
  8848. left: 0;
  8849. width: 100%;
  8850. height: 100%;
  8851. background: transparent;
  8852. z-index: 1101
  8853. }
  8854.  
  8855. #fancybox-close {
  8856. position: absolute;
  8857. top: 4px;
  8858. right: 4px;
  8859. cursor: pointer;
  8860. z-index: 1103;
  8861. display: none
  8862. }
  8863.  
  8864. #fancybox-error {
  8865. color: #444;
  8866. font: normal 12px/20px Arial;
  8867. padding: 14px;
  8868. margin: 0
  8869. }
  8870.  
  8871. #fancybox-img {
  8872. width: 100%;
  8873. height: 100%;
  8874. padding: 0;
  8875. margin: 0;
  8876. border: none;
  8877. outline: none;
  8878. line-height: 0;
  8879. vertical-align: top
  8880. }
  8881.  
  8882. #fancybox-frame {
  8883. width: 100%;
  8884. height: 100%;
  8885. border: none;
  8886. display: block
  8887. }
  8888.  
  8889. #fancybox-left,
  8890. #fancybox-right {
  8891. position: absolute;
  8892. bottom: 0px;
  8893. height: 100%;
  8894. width: 35%;
  8895. cursor: pointer;
  8896. outline: none;
  8897. background: transparent url('images/fancybox/blank.gif');
  8898. z-index: 1102;
  8899. display: none
  8900. }
  8901.  
  8902. #fancybox-left {
  8903. left: 0px
  8904. }
  8905.  
  8906. #fancybox-right {
  8907. right: 0px
  8908. }
  8909.  
  8910. #fancybox-left-ico,
  8911. #fancybox-right-ico {
  8912. position: absolute;
  8913. top: 50%;
  8914. left: -9999px;
  8915. width: 30px;
  8916. height: 30px;
  8917. margin-top: -15px;
  8918. cursor: pointer;
  8919. z-index: 1102;
  8920. display: block
  8921. }
  8922.  
  8923. #fancybox-left-ico {
  8924. background-image: url('images/fancybox/fancybox.png');
  8925. background-position: -40px -30px
  8926. }
  8927.  
  8928. #fancybox-right-ico {
  8929. background-image: url('images/fancybox/fancybox.png');
  8930. background-position: -40px -60px
  8931. }
  8932.  
  8933. #fancybox-left:hover,
  8934. #fancybox-right:hover {
  8935. visibility: visible
  8936. }
  8937.  
  8938. #fancybox-left:hover span {
  8939. left: 20px
  8940. }
  8941.  
  8942. #fancybox-right:hover span {
  8943. left: auto;
  8944. right: 20px
  8945. }
  8946.  
  8947. .fancybox-bg {
  8948. position: absolute;
  8949. padding: 0;
  8950. margin: 0;
  8951. border: 0;
  8952. width: 20px;
  8953. height: 20px;
  8954. z-index: 1001
  8955. }
  8956.  
  8957. #fancybox-bg-n {
  8958. top: -20px;
  8959. left: 0;
  8960. width: 100%
  8961. }
  8962.  
  8963. #fancybox-bg-ne {
  8964. top: -20px;
  8965. right: -20px
  8966. }
  8967.  
  8968. #fancybox-bg-e {
  8969. top: 0;
  8970. right: -20px;
  8971. height: 100%
  8972. }
  8973.  
  8974. #fancybox-bg-se {
  8975. bottom: -20px;
  8976. right: -20px
  8977. }
  8978.  
  8979. #fancybox-bg-s {
  8980. bottom: -20px;
  8981. left: 0;
  8982. width: 100%
  8983. }
  8984.  
  8985. #fancybox-bg-sw {
  8986. bottom: -20px;
  8987. left: -20px
  8988. }
  8989.  
  8990. #fancybox-bg-w {
  8991. top: 0;
  8992. left: -20px;
  8993. height: 100%
  8994. }
  8995.  
  8996. #fancybox-bg-nw {
  8997. top: -20px;
  8998. left: -20px
  8999. }
  9000.  
  9001. #fancybox-title {
  9002. font-family: Helvetica;
  9003. font-size: 12px;
  9004. z-index: 1102
  9005. }
  9006.  
  9007. .fancybox-title-inside {
  9008. padding-bottom: 10px;
  9009. text-align: center;
  9010. color: #333;
  9011. background: #fff;
  9012. position: relative
  9013. }
  9014.  
  9015. .fancybox-title-outside {
  9016. padding-top: 10px;
  9017. color: #fff
  9018. }
  9019.  
  9020. .fancybox-title-over {
  9021. position: absolute;
  9022. bottom: 0;
  9023. left: 0;
  9024. color: #FFF;
  9025. text-align: left
  9026. }
  9027.  
  9028. #fancybox-title-over {
  9029. padding: 10px;
  9030. background-image: url('images/fancybox/fancy_title_over.png');
  9031. display: block
  9032. }
  9033.  
  9034. .fancybox-title-float {
  9035. position: absolute;
  9036. left: 0;
  9037. bottom: -20px;
  9038. height: 32px
  9039. }
  9040.  
  9041. #fancybox-title-float-wrap {
  9042. border: none;
  9043. border-collapse: collapse;
  9044. width: auto
  9045. }
  9046.  
  9047. #fancybox-title-float-wrap td {
  9048. border: none;
  9049. white-space: nowrap
  9050. }
  9051.  
  9052. #fancybox-title-float-left {
  9053. padding: 0 0 0 15px;
  9054. background: url('images/fancybox/fancybox.png') -40px -90px no-repeat
  9055. }
  9056.  
  9057. #fancybox-title-float-main {
  9058. color: #FFF;
  9059. line-height: 29px;
  9060. font-weight: bold;
  9061. padding: 0 0 3px 0;
  9062. background: url('images/fancybox/fancybox-x.png') 0px -40px
  9063. }
  9064.  
  9065. #fancybox-title-float-right {
  9066. padding: 0 0 0 15px;
  9067. background: url('images/fancybox/fancybox.png') -55px -90px no-repeat
  9068. }
  9069.  
  9070. .fancybox-ie6 #fancybox-close {
  9071. background: transparent;
  9072. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale')
  9073. }
  9074.  
  9075. .fancybox-ie6 #fancybox-left-ico {
  9076. background: transparent;
  9077. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale')
  9078. }
  9079.  
  9080. .fancybox-ie6 #fancybox-right-ico {
  9081. background: transparent;
  9082. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale')
  9083. }
  9084.  
  9085. .fancybox-ie6 #fancybox-title-over {
  9086. background: transparent;
  9087. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale');
  9088. zoom: 1
  9089. }
  9090.  
  9091. .fancybox-ie6 #fancybox-title-float-left {
  9092. background: transparent;
  9093. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale')
  9094. }
  9095.  
  9096. .fancybox-ie6 #fancybox-title-float-main {
  9097. background: transparent;
  9098. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale')
  9099. }
  9100.  
  9101. .fancybox-ie6 #fancybox-title-float-right {
  9102. background: transparent;
  9103. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale')
  9104. }
  9105.  
  9106. .fancybox-ie6 #fancybox-bg-w,
  9107. .fancybox-ie6 #fancybox-bg-e,
  9108. .fancybox-ie6 #fancybox-left,
  9109. .fancybox-ie6 #fancybox-right,
  9110. #fancybox-hide-sel-frame {
  9111. height: expression(this.parentNode.clientHeight + "px")
  9112. }
  9113.  
  9114. .fancybox-ie .fancybox-bg {
  9115. background: transparent!important
  9116. }
  9117.  
  9118. .fancybox-ie #fancybox-bg-n {
  9119. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale')
  9120. }
  9121.  
  9122. .fancybox-ie #fancybox-bg-ne {
  9123. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale')
  9124. }
  9125.  
  9126. .fancybox-ie #fancybox-bg-e {
  9127. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale')
  9128. }
  9129.  
  9130. .fancybox-ie #fancybox-bg-se {
  9131. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale')
  9132. }
  9133.  
  9134. .fancybox-ie #fancybox-bg-s {
  9135. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale')
  9136. }
  9137.  
  9138. .fancybox-ie #fancybox-bg-sw {
  9139. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale')
  9140. }
  9141.  
  9142. .fancybox-ie #fancybox-bg-w {
  9143. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale')
  9144. }
  9145.  
  9146. .fancybox-ie #fancybox-bg-nw {
  9147. filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale')
  9148. }
  9149.  
  9150. .underline {
  9151. text-decoration: underline
  9152. }
  9153.  
  9154. .line-throught {
  9155. text-decoration: line-through
  9156. }
  9157.  
  9158. .bbedit-toolbar {
  9159. line-height: 20px;
  9160. font-size: 10px;
  9161. width: 480px;
  9162. -webkit-user-select: none;
  9163. -khtml-user-select: none;
  9164. -moz-user-select: none;
  9165. -o-user-select: none;
  9166. user-select: none
  9167. }
  9168.  
  9169. .bbedit-toolbar span:before {
  9170. width: 1em;
  9171. margin-left: -6px;
  9172. top: -1px;
  9173. position: relative;
  9174. font-size: 16px
  9175. }
  9176.  
  9177. .bbedit-toolbar span {
  9178. padding: 3px 8px;
  9179. cursor: pointer;
  9180. width: 4px;
  9181. height: 14px;
  9182. display: inline-block;
  9183. -webkit-user-select: none;
  9184. -khtml-user-select: none;
  9185. -moz-user-select: none;
  9186. -o-user-select: none;
  9187. user-select: none
  9188. }
  9189.  
  9190. .bbedit-toolbar span.bbedit-separator {
  9191. width: 1px;
  9192. height: 20px;
  9193. margin: 0px 2px;
  9194. padding: 0px;
  9195. background: #E7E7E7;
  9196. cursor: default;
  9197. top: 3px;
  9198. position: relative
  9199. }
  9200.  
  9201. .bbedit-toolbar>span.hover,
  9202. .bbedit-toolbar>span:hover,
  9203. .bbedit-toolbar>*>span.hover,
  9204. .bbedit-toolbar>*>span:hover {
  9205. border-color: #777;
  9206. background-color: #E5E5E5
  9207. }
  9208.  
  9209. .bbedit-smileybar img {
  9210. margin-right: 3px;
  9211. cursor: pointer
  9212. }
  9213.  
  9214. .bbedit-b {
  9215. background-position: 0 0
  9216. }
  9217.  
  9218. .bbedit-i {
  9219. background-position: -20px 0
  9220. }
  9221.  
  9222. .bbedit-u {
  9223. background-position: -40px 0
  9224. }
  9225.  
  9226. .bbedit-s {
  9227. background-position: -60px 0
  9228. }
  9229.  
  9230. .bbedit-url {
  9231. background-position: -100px 0
  9232. }
  9233.  
  9234. .bbedit-image {
  9235. background-position: -80px 0
  9236. }
  9237.  
  9238. .bbedit-code {
  9239. background-position: -120px 0
  9240. }
  9241.  
  9242. .bbedit-quote {
  9243. background-position: -140px 0
  9244. }
  9245.  
  9246. .bbedit-smiles {
  9247. background-position: -160px 0
  9248. }
  9249.  
  9250. .bbedit-user {
  9251. background-position: -180px 0
  9252. }
  9253.  
  9254. .bbedit-torrent {
  9255. background-position: -200px 0
  9256. }
  9257.  
  9258. .bbedit-spoiler {
  9259. background-position: -220px 0
  9260. }
  9261.  
  9262. .bbedit-size {
  9263. background-position: -240px 0
  9264. }
  9265.  
  9266. .bbedit-list {
  9267. background-position: -300px 0
  9268. }
  9269.  
  9270. .bbedit-align {
  9271. background-position: -260px 0
  9272. }
  9273.  
  9274. .bbedit-color {
  9275. background-position: -280px 0
  9276. }
  9277.  
  9278. .bbedit-youtube {
  9279. background-position: -320px 0
  9280. }
  9281.  
  9282. .bbedit-preview {
  9283. background-position: -340px 0
  9284. }
  9285.  
  9286. .bbedit-align-left span {
  9287. background-position: -260px 0
  9288. }
  9289.  
  9290. .bbedit-align-center span {
  9291. background-position: -380px 0
  9292. }
  9293.  
  9294. .bbedit-align-right span {
  9295. background-position: -400px 0
  9296. }
  9297.  
  9298. .bbedit-align-justify span {
  9299. background-position: -420px 0
  9300. }
  9301.  
  9302. [class^="bbedit-size-"] span {
  9303. background-position: -240px 0
  9304. }
  9305.  
  9306. .bbedit-image-upload span {
  9307. background-position: -80px 0
  9308. }
  9309.  
  9310. .bbedit-image-link span {
  9311. background-position: -100px 0
  9312. }
  9313.  
  9314. .bbedit-list-bullet span {
  9315. background-position: -300px 0
  9316. }
  9317.  
  9318. .bbedit-list-numeric span {
  9319. background-position: -440px 0
  9320. }
  9321.  
  9322. .bbedit-list-additem span {
  9323. background-position: -460px 0
  9324. }
  9325.  
  9326. .bbedit-smileybar {
  9327. width: 530px
  9328. }
  9329.  
  9330. .bbedit-hasmenu {
  9331. display: inline-block
  9332. }
  9333.  
  9334. .bbedit-hasmenu ul {
  9335. display: none
  9336. }
  9337.  
  9338. .bbedit-hasmenu:hover ul {
  9339. display: block
  9340. }
  9341.  
  9342. .bbedit-menu {
  9343. position: absolute;
  9344. background: #FFF none repeat scroll 0% 0%;
  9345. padding: 0px;
  9346. border: 1px solid #808080;
  9347. margin-top: -5px;
  9348. width: 110px
  9349. }
  9350.  
  9351. .bbedit-toolbar .bbedit-menu .ka {
  9352. top: 1px;
  9353. position: relative
  9354. }
  9355.  
  9356. .bbedit-menu li:hover {
  9357. background-color: rgba(0, 0, 0, 0.15)
  9358. }
  9359.  
  9360. .bbedit-menu li {
  9361. padding: 1px 7px;
  9362. cursor: pointer
  9363. }
  9364.  
  9365. .bbedit-menu li span {
  9366. display: inline-block;
  9367. position: absolute;
  9368. margin-top: 1px;
  9369. margin-left: -4px
  9370. }
  9371.  
  9372. .bbedit-menu li i {
  9373. font-style: normal;
  9374. padding-left: 4px
  9375. }
  9376.  
  9377. .bbedit-color-menu {
  9378. width: 75px
  9379. }
  9380.  
  9381. .bbedit-color-menu li {
  9382. padding: 0px;
  9383. width: 25px;
  9384. height: 25px;
  9385. display: inline-block;
  9386. margin: 0px;
  9387. vertical-align: top
  9388. }
  9389.  
  9390. .bbedit-color-menu span {
  9391. background: none
  9392. }
  9393.  
  9394. ul.holder {
  9395. margin: 0;
  9396. overflow: hidden;
  9397. height: auto!important;
  9398. height: 1%;
  9399. padding: 0 5px
  9400. }
  9401.  
  9402. *:first-child+html ul.holder {
  9403. padding-bottom: 2px
  9404. }
  9405.  
  9406. * html ul.holder {
  9407. padding-bottom: 2px
  9408. }
  9409.  
  9410. ul.holder li {
  9411. float: left;
  9412. list-style-type: none;
  9413. margin: 1px 5px 0 0;
  9414. white-space: nowrap
  9415. }
  9416.  
  9417. ul.holder li.bit-box {
  9418. padding: 1px 7px 1px 0
  9419. }
  9420.  
  9421. ul.holder li.bit-box-focus {
  9422. text-shadow: -1px 1px 0 #917c38;
  9423. background: #a58f55 url(images/suggestionActiveBg.gif) repeat-x bottom left;
  9424. color: #fff8d3
  9425. }
  9426.  
  9427. ul.holder li.bit-input input {
  9428. width: auto;
  9429. overflow: visible;
  9430. margin: 0;
  9431. border: 0px;
  9432. outline: 0;
  9433. padding: 2px 0px 2px
  9434. }
  9435.  
  9436. ul.holder li.bit-input input.smallinput {
  9437. width: 20px
  9438. }
  9439.  
  9440. ul.holder li.bit-box,
  9441. #apple-list ul.holder li.bit-box {
  9442. padding-right: 15px;
  9443. padding-left: 5px;
  9444. margin-left: -3px;
  9445. position: relative;
  9446. z-index: 1000
  9447. }
  9448.  
  9449. #apple-list ul.holder li.bit-input {
  9450. margin: 0
  9451. }
  9452.  
  9453. #apple-list ul.holder li.bit-input input.smallinput {
  9454. width: 5px
  9455. }
  9456.  
  9457. ul.holder li.bit-hover {
  9458. text-shadow: -1px 1px 0 #917c38;
  9459. background: #a58f55 url(images/suggestionActiveBg.gif) repeat-x bottom left;
  9460. color: #fff8d3
  9461. }
  9462.  
  9463. ul.holder li.bit-box-focus {
  9464. text-shadow: -1px 1px 0 #917c38;
  9465. background: #a58f55 url(images/suggestionActiveBg.gif) repeat-x bottom left;
  9466. color: #fff8d3
  9467. }
  9468.  
  9469. ul.holder li.bit-box a.closebutton {
  9470. position: absolute;
  9471. right: 4px;
  9472. top: 7px;
  9473. display: block;
  9474. width: 7px;
  9475. height: 7px;
  9476. font-size: 1px;
  9477. background: url('images/close.gif')
  9478. }
  9479.  
  9480. ul.holder li.bit-box a.closebutton:hover {
  9481. background-position: 7px
  9482. }
  9483.  
  9484. ul.holder li.bit-box-focus a.closebutton,
  9485. ul.holder li.bit-box-focus a.closebutton:hover {
  9486. background-position: bottom
  9487. }
  9488.  
  9489. .facebook-auto {
  9490. display: none;
  9491. position: absolute;
  9492. width: 532px;
  9493. background: #eee;
  9494. z-index: 1001
  9495. }
  9496.  
  9497. .facebook-auto .default {
  9498. padding: 5px 7px;
  9499. border: 1px solid #ccc
  9500. }
  9501.  
  9502. .facebook-auto ul {
  9503. display: none;
  9504. margin: 0;
  9505. padding: 0;
  9506. overflow: auto;
  9507. position: absolute;
  9508. z-index: 9999;
  9509. -moz-border-radius: 0;
  9510. -webkit-border-left-radius: 0;
  9511. border-bottom-radius: 0;
  9512. -moz-border-radius-bottomleft: 3px;
  9513. -webkit-border-bottom-left-radius: 3px;
  9514. border-bottom-left-radius: 3px;
  9515. -moz-border-radius-bottomright: 3px;
  9516. -webkit-border-bottom-right-radius: 3px;
  9517. border-bottom-right-radius: 3px;
  9518. border: 1px solid #ddd!important;
  9519. border-top: none!important;
  9520. background: #fff;
  9521. color: #333
  9522. }
  9523.  
  9524. .facebook-auto ul li {
  9525. padding: 5px 12px;
  9526. z-index: 1000;
  9527. cursor: pointer;
  9528. margin: 0;
  9529. list-style-type: none;
  9530. border-top: 1px solid #f9f7ed;
  9531. background-color: #f9f4e1
  9532. }
  9533.  
  9534. .facebook-auto ul li em {
  9535. font-weight: bold;
  9536. font-style: normal;
  9537. background: #ccc
  9538. }
  9539.  
  9540. .facebook-auto ul li.auto-focus {
  9541. text-shadow: -1px 1px 0 #917c38;
  9542. background: #a58f55 url(images/suggestionActiveBg.gif) repeat-x bottom left;
  9543. color: #fff8d3
  9544. }
  9545.  
  9546. .facebook-auto ul li.auto-focus em {
  9547. background: none
  9548. }
  9549.  
  9550. .deleted {
  9551. background-color: #eeeee2!important
  9552. }
  9553.  
  9554. .hidden {
  9555. display: none
  9556. }
  9557.  
  9558. #demo ul.holder li.bit-input input {
  9559. padding: 2px 0 1px;
  9560. border: 1px solid #999
  9561. }
  9562.  
  9563. .ie6fix {
  9564. height: 1px;
  9565. width: 1px;
  9566. position: absolute;
  9567. top: 0px;
  9568. left: 0px;
  9569. z-index: 1
  9570. }
  9571.  
  9572. #feedback-hint {
  9573. position: fixed;
  9574. width: 300px;
  9575. height: 30px;
  9576. top: 50%;
  9577. left: 50%;
  9578. margin-left: -150px;
  9579. margin-top: -15px;
  9580. text-align: center;
  9581. line-height: 30px;
  9582. z-index: 9999;
  9583. background: #fff;
  9584. -webkit-box-shadow: 0px 1px 3px 0px #000;
  9585. -moz-box-shadow: 0px 1px 3px 0px #000;
  9586. box-shadow: 0px 1px 3px 0px #000;
  9587. box-shadow: 0px 1px 3px 0px #000;
  9588. -moz-border-radius: 12px;
  9589. -webkit-border-radius: 12px;
  9590. border-radius: 12px
  9591. }
  9592.  
  9593. #feedback-form {
  9594. position: fixed;
  9595. bottom: 10px;
  9596. right: 0;
  9597. z-index: 9999;
  9598. height: 435px;
  9599. padding: 10px;
  9600. width: 260px;
  9601. -webkit-box-shadow: 0 1px 3px 0 #000;
  9602. -moz-box-shadow: 0 1px 3px 0 #000;
  9603. box-shadow: 0 1px 3px 0 #000;
  9604. -moz-border-radius: 5px 0 0 5px;
  9605. -webkit-border-radius: 5px 0 0 5px;
  9606. border-radius: 5px 0 0 5px;
  9607. background: #faf9f3;
  9608. text-shadow: -1px 1px 0px #fff
  9609. }
  9610.  
  9611. #feedback-form input.longinput,
  9612. #feedback-form textarea {
  9613. width: 250px!important
  9614. }
  9615.  
  9616. #feedback-form textarea {
  9617. height: 110px
  9618. }
  9619.  
  9620. .bugMark {
  9621. position: relative;
  9622. z-index: 9998;
  9623. left: 100%;
  9624. margin-left: -6px;
  9625. top: -7px
  9626. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement