Advertisement
Guest User

Untitled

a guest
Jul 27th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.22 KB | None | 0 0
  1. * {
  2. box-sizing: border-box;
  3. padding: 10;
  4. margin: 0;
  5. }
  6.  
  7. body {
  8. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  9. color: #a4aac1;
  10. -webkit-font-smoothing: subpixel-antialiased !important;
  11. -webkit-backface-visibility: hidden;
  12. -moz-backface-visibility: hidden;
  13. -ms-backface-visibility: hidden;
  14. background: #1c1e31 url(images/Veizor/body.png) bottom center no-repeat;
  15. }
  16.  
  17. a {
  18. color: #919baf;
  19. text-decoration: none;
  20. }
  21.  
  22. a:hover {
  23. color: #ffd700;
  24. }
  25.  
  26. #container {
  27. text-align: left;
  28. line-height: 1.4;
  29. margin: 0;
  30. min-width: 990px;
  31.  
  32. font-size: 13px;
  33. }
  34.  
  35. #quick_login .remember_me input {
  36. vertical-align: middle;
  37. margin: -3px 0 0 5px;
  38. }
  39.  
  40. #footer {
  41. clear: both;
  42. }
  43.  
  44. #footer ul.menu {
  45. margin: 0;
  46. padding: 0;
  47. list-style: none;
  48. }
  49.  
  50. #footer ul.menu li {
  51. margin: 0 5px;
  52. display: inline;
  53. }
  54.  
  55. #footer .upper {
  56. background: #efefef;
  57. border-top: 1px solid #bbb;
  58. border-bottom: 1px solid #bbb;
  59. padding: 6px;
  60. font-size: 12px;
  61. overflow: hidden;
  62. }
  63.  
  64. #footer a:link,
  65. #footer a:visited,
  66. #footer a:hover,
  67. #footer a:active {
  68. color: #777;
  69. }
  70.  
  71. #footer .upper .language {
  72. float: right;
  73. margin: -1px;
  74. margin-left: 15px;
  75. }
  76.  
  77. #footer .upper .language select {
  78. border-color: #ccc;
  79. }
  80.  
  81. #footer .upper .theme {
  82. float: right;
  83. margin: -1px;
  84. margin-left: 15px;
  85. }
  86.  
  87. #footer .upper .theme select {
  88. border-color: #ccc;
  89. }
  90.  
  91. #footer .upper ul.bottom_links {
  92. float: left;
  93. margin: 4px 0 0 0;
  94. }
  95.  
  96. #footer .lower {
  97. color: #666;
  98. padding: 6px 6px 12px 6px;
  99. overflow: hidden;
  100. font-size: 11px;
  101. }
  102.  
  103. #footer .lower a:link,
  104. #footer .lower a:visited {
  105. color: #444;
  106. font-weight: bold;
  107. }
  108.  
  109. #footer .lower a:hover,
  110. #footer .lower a:active {
  111. color: #333;
  112. text-decoration: underline;
  113. font-weight: bold;
  114. }
  115.  
  116. #footer .lower #current_time {
  117. float: right;
  118. color: #888;
  119. }
  120.  
  121. #debug {
  122. float: right;
  123. text-align: right;
  124. margin-top: 20px;
  125. font-size: 11px;
  126. }
  127.  
  128. .scaleimages img {
  129. max-width: 100%;
  130. }
  131.  
  132. .forum_status {
  133. height: 50px;
  134. width: 50px;
  135. font-size: 30px;
  136. text-align: center;
  137. }
  138.  
  139. .forum_status i {
  140. display: inline-block;
  141. line-height: 50px;
  142. }
  143.  
  144. .forum_on {
  145. color: #ffd700;
  146. }
  147.  
  148. .forum_off i {
  149. opacity: .4;
  150. }
  151.  
  152. .forum_offlock i:before {
  153. content: "\f023";
  154. }
  155.  
  156. .forum_offlink i:before {
  157. content: "\f0c1";
  158. }
  159.  
  160. .subforumicon {
  161. height: 10px;
  162. width: 10px;
  163. display: inline-block;
  164. margin: 0 5px;
  165. background: url(images/mini_status_sprite.png) no-repeat 0 0;
  166. }
  167.  
  168. .subforum_minion {
  169. background-position: 0 0;
  170. }
  171.  
  172. .subforum_minioff {
  173. background-position: 0 -10px;
  174. }
  175.  
  176. .subforum_miniofflock {
  177. background-position: 0 -20px;
  178. }
  179.  
  180. .subforum_miniofflink {
  181. background-position: 0 -30px;
  182. }
  183.  
  184. table {
  185. font-size: 13px;
  186. }
  187.  
  188. .tborder {
  189. width: 100%;
  190. margin: auto auto;
  191. padding: 1px;
  192. }
  193.  
  194. .tfixed {
  195. table-layout: fixed;
  196. word-wrap: break-word;
  197. }
  198.  
  199. .thead {
  200. background: #3d404a;
  201. padding: 11px 15px 11px 15px;
  202. margin-top: 12;
  203. border-radius: 5px 5px 0 0;
  204. text-transform: none;
  205.  
  206. font-size: 16px;
  207. font-weight: 400;
  208. }
  209.  
  210. .thead a {
  211. color: #919baf;
  212. }
  213.  
  214.  
  215. }
  216.  
  217. .tcat {
  218. background: #0f0f0f url(images/tcat.png) repeat-x;
  219. color: #fff;
  220. border-top: 1px solid #444;
  221. border-bottom: 1px solid #000;
  222. padding: 6px;
  223. font-size: 12px;
  224. }
  225.  
  226. .tcat a:link {
  227. color: #fff;
  228. }
  229.  
  230. .tcat a:visited {
  231. color: #fff;
  232. }
  233.  
  234. .tcat a:hover,
  235. .tcat a:active {
  236. color: #fff;
  237. }
  238.  
  239. .trow1 , .trow2 {
  240. background: #2e323c;
  241. padding: 15px 10px !important;
  242. }
  243.  
  244. .trow_shaded {
  245. background: #ffdde0;
  246. border: 1px solid;
  247. border-color: #fff #ffb8be #ffb8be #fff;
  248. }
  249.  
  250. .no_bottom_border {
  251. border-bottom: 0;
  252. }
  253.  
  254. .post.unapproved_post {
  255. background: #ffdde0;
  256. }
  257.  
  258. .post.unapproved_post .post_author {
  259. border-bottom-color: #ffb8be;
  260. }
  261.  
  262. .post.classic.unapproved_post .post_author {
  263. border-color: #ffb8be;
  264. }
  265.  
  266. .post.unapproved_post .post_controls {
  267. border-top-color: #ffb8be;
  268. }
  269.  
  270. .trow_deleted,
  271. .post.deleted_post {
  272. background: #2e323c;
  273. color: #2e323c;
  274. opacity: .4;
  275. border: 1px solid #2e323c;
  276. padding: 5px;
  277. -moz-border-radius: 3px;
  278. -webkit-border-radius: 3px;
  279. border-radius: 3px;
  280. }
  281.  
  282. .trow_selected,
  283. tr.trow_selected td {
  284. background: #FFFBD9;
  285. border-right-color: #F7E86A;
  286. border-bottom-color: #F7E86A;
  287. }
  288.  
  289. .trow_selected a:link,
  290. .trow_selected a:visited,
  291. .trow_selected a:hover,
  292. .trow_selected a:active {
  293. color: #333;
  294. }
  295.  
  296. .trow_sep {
  297. background: #2e323c;
  298. color: #d3d3d3;
  299. border-bottom: 0px solid #c5c5c5;
  300. padding: 6px;
  301.  
  302. font-size: 12px;
  303. font-weight: bold;
  304. }
  305.  
  306. .tfoot {
  307. border-top: 1px solid #2e323c;
  308. padding: 6px;
  309. color: #666;
  310. }
  311.  
  312. .tfoot a:link {
  313. color: #444;
  314. text-decoration: none;
  315. }
  316.  
  317. .tfoot a:visited {
  318. color: #444;
  319. text-decoration: none;
  320. }
  321.  
  322. .tfoot a:hover,
  323. .tfoot a:active {
  324. color: #444;
  325. text-decoration: underline;
  326. }
  327.  
  328. .thead input.textbox,
  329. .thead select {
  330. border: 1px solid #263c30;
  331. }
  332.  
  333. .bottommenu {
  334. background: #efefef;
  335. color: #333;
  336. border: 1px solid #4874a3;
  337. padding: 10px;
  338. }
  339.  
  340. .navigation {
  341. color: #ffd700;
  342. font-size: 12px;
  343. }
  344.  
  345. .navigation .active {
  346. color: #ffd700;
  347. font-size: small;
  348. font-weight: bold;
  349. }
  350.  
  351. .smalltext {
  352. font-size: 13px;
  353. font-weight: bold;
  354. }
  355.  
  356. .largetext {
  357. color: #ffd700;
  358. font-size: 16px;
  359. font-weight: bold;
  360. }
  361.  
  362. fieldset {
  363. padding: 12px;
  364. border: 1px solid #ddd;
  365. margin: 0;
  366. }
  367.  
  368. fieldset.trow1,
  369. fieldset.trow2 {
  370. border-color: #bbb;
  371. }
  372.  
  373. fieldset.align_right {
  374. text-align: right;
  375. }
  376.  
  377. input.textbox {
  378. background: #ffffff;
  379. color: #333;
  380. border: 1px solid #ccc;
  381. padding: 3px;
  382. outline: 0;
  383. font-size: 13px;
  384. font-family: Tahoma, Verdana, Arial, Sans-Serif;
  385. }
  386.  
  387. input.textbox.portal_search {
  388. width: 68%;
  389. }
  390.  
  391. textarea {
  392. background: #1F2129;
  393. color: #9e9e9e;
  394. border-color: rgb(58, 61, 71) !important;
  395. padding: 2px;
  396. line-height: 1.4;
  397. outline: 0;
  398. font-family: Tahoma, Verdana, Arial, Sans-Serif;
  399. font-size: 13px;
  400. }
  401.  
  402. select {
  403. background: #2e323c;
  404. color: #fff;
  405. padding: 3px;
  406. border: 1px solid #29bdc6;
  407. outline: 0;
  408. font-family: Tahoma, Verdana, Arial, Sans-Serif;
  409. font-size: 13px;
  410. }
  411.  
  412. form {
  413. margin: 0;
  414. padding: 0;
  415. }
  416.  
  417. input.error, textarea.error, select.error {
  418. border: 1px solid #f30;
  419. color: #f30;
  420. }
  421.  
  422. input.valid, textarea.valid, select.valid {
  423. border: 1px solid #0c0;
  424. }
  425.  
  426. label.error {
  427. color: #f30;
  428. margin: 5px;
  429. padding: 0px;
  430. display: block;
  431. font-weight: bold;
  432. font-size: 11px;
  433. }
  434.  
  435. form #message {
  436. width: 500px;
  437. }
  438.  
  439. .editor {
  440. background: #f1f1f1;
  441. border: 1px solid #ccc;
  442. }
  443.  
  444. .editor_control_bar {
  445. background: #fff;
  446. border: 1px solid #ccc;
  447. }
  448.  
  449. .post .editor_control_bar {
  450. background: #f5f5f5;
  451. }
  452.  
  453. .popup_menu {
  454. background: #fff;
  455. border: 1px solid #ccc;
  456. }
  457.  
  458. .popup_menu .popup_item {
  459. background: #efefef;
  460. color: #333;
  461. }
  462.  
  463. .popup_menu .popup_item:hover {
  464. background: #0072BC;
  465. color: #fff;
  466. }
  467.  
  468. .trow_reputation_positive {
  469. background: #ccffcc;
  470. }
  471.  
  472. .trow_reputation_negative {
  473. background: #ffcccc;
  474. }
  475.  
  476. .reputation_positive {
  477. color: green;
  478. }
  479.  
  480. .reputation_neutral {
  481. color: #444;
  482. }
  483.  
  484. .reputation_negative {
  485. color: red;
  486. }
  487.  
  488. .repbox {
  489. font-size:16px;
  490. font-weight: bold;
  491. padding:5px 7px 5px 7px;
  492. }
  493.  
  494. ._neutral {
  495. background-color:#FAFAFA;
  496. color: #999999;
  497. border:1px solid #CCCCCC;
  498. }
  499.  
  500. ._minus {
  501. background-color: #FDD2D1;
  502. color: #CB0200;
  503. border:1px solid #980201;
  504. }
  505.  
  506. ._plus {
  507. background-color:#E8FCDC;
  508. color: #008800;
  509. border:1px solid #008800;
  510. }
  511.  
  512. img {
  513. border: none;
  514. }
  515.  
  516. img.attachment {
  517. border: 1px solid #E9E5D7;
  518. padding: 2px;
  519. }
  520.  
  521. hr {
  522. background-color: #000000;
  523. color: #000000;
  524. height: 1px;
  525. border: 0px;
  526. }
  527.  
  528. .clear {
  529. clear: both;
  530. }
  531.  
  532. .float_left {
  533. float: left;
  534. }
  535.  
  536. .float_right {
  537. float: right;
  538. }
  539.  
  540. .hidden {
  541. display: none;
  542. float: none;
  543. width: 1%;
  544. }
  545.  
  546. .hiddenrow {
  547. display: none;
  548. }
  549.  
  550. .selectall {
  551. background: #FFFBD9;
  552. border-bottom: 1px solid #F7E86A;
  553. color: #333;
  554. text-align: center;
  555. }
  556.  
  557. .expcolimage {
  558. float: right;
  559. width: auto;
  560. vertical-align: middle;
  561. margin-top: 3px;
  562. }
  563.  
  564. .tcat_menu > .expcolimage {
  565. margin-top: 0;
  566. }
  567.  
  568. blockquote {
  569. border: 1px solid #ccc;
  570. margin: 0;
  571. background: #fff;
  572. padding: 10px;
  573. }
  574.  
  575. blockquote cite {
  576. font-weight: bold;
  577. border-bottom: 1px solid #ccc;
  578. font-style: normal;
  579. display: block;
  580. padding-bottom: 3px;
  581. margin: 0 0 10px 0;
  582. }
  583.  
  584. blockquote cite > span {
  585. float: right;
  586. font-weight: normal;
  587. font-size: 12px;
  588. color: #666;
  589. }
  590.  
  591. blockquote cite span.highlight {
  592. float: none;
  593. font-weight: bold;
  594. padding-bottom: 0;
  595. }
  596.  
  597. .codeblock {
  598. background: #fff;
  599. border: 1px solid #ccc;
  600. padding: 10px;
  601. }
  602.  
  603. .codeblock .title {
  604. border-bottom: 1px solid #ccc;
  605. padding-bottom: 3px;
  606. margin: 0 0 10px 0;
  607.  
  608. font-weight: bold;
  609. }
  610.  
  611. .codeblock code {
  612. overflow: auto;
  613. height: auto;
  614. max-height: 200px;
  615. display: block;
  616.  
  617. font-family: Monaco, Consolas, Courier, monospace;
  618. font-size: 13px;
  619. }
  620.  
  621. .smilie {
  622. vertical-align: middle;
  623. }
  624.  
  625. .smilie_pointer {
  626. cursor: pointer;
  627. }
  628.  
  629. .separator {
  630. margin: 5px;
  631. padding: 0;
  632. height: 0px;
  633. font-size: 1px;
  634. list-style-type: none;
  635. }
  636.  
  637. .popup_menu .popup_item_container {
  638. margin: 1px;
  639. text-align: left;
  640. }
  641.  
  642. .popup_menu .popup_item {
  643. display: block;
  644. padding: 4px;
  645. white-space: nowrap;
  646. text-decoration: none;
  647. }
  648.  
  649. .popup_menu a.popup_item:hover {
  650. text-decoration: none;
  651. }
  652.  
  653. .subject_new {
  654. font-weight: bold;
  655. }
  656.  
  657. .highlight {
  658. background: #FFFFCC;
  659. padding-top: 3px;
  660. padding-bottom: 3px;
  661. }
  662.  
  663. .pm_alert {
  664. background: #FFF6BF;
  665. border: 1px solid #FFD324;
  666. text-align: center;
  667. padding: 5px 20px;
  668. margin-bottom: 15px;
  669. font-size: 11px;
  670. }
  671.  
  672. .red_alert {
  673. background: #FBE3E4;
  674. border: 1px solid #A5161A;
  675. color: #A5161A;
  676. text-align: center;
  677. padding: 5px 20px;
  678. margin-bottom: 15px;
  679. font-size: 11px;
  680. word-wrap: break-word;
  681. }
  682.  
  683. .red_alert a:link,
  684. .red_alert a:visited,
  685. .red_alert a:hover,
  686. .red_alert a:active {
  687. color: #A5161A;
  688. }
  689.  
  690. .high_warning {
  691. color: #CC0000;
  692. }
  693.  
  694. .moderate_warning {
  695. color: #F3611B;
  696. }
  697.  
  698. .low_warning {
  699. color: #AE5700;
  700. }
  701.  
  702. .imminent_banned {
  703. color: #880000;
  704. }
  705.  
  706. .high_banned {
  707. color: #FF0000;
  708. }
  709.  
  710. .moderate_banned {
  711. color: #FF6600;
  712. }
  713.  
  714. .low_banned {
  715. color: #008000;
  716. }
  717.  
  718. .online {
  719. color: #15A018;
  720. }
  721.  
  722. .offline {
  723. color: #C7C7C7;
  724. }
  725.  
  726. div.error {
  727. padding: 5px 10px;
  728. border: 2px solid #FFD324;
  729. background: #FFF6BF;
  730. font-size: 12px;
  731. }
  732.  
  733. div.error p {
  734. margin: 0;
  735. color: #333;
  736. font-weight: normal;
  737. }
  738.  
  739. div.error p em {
  740. font-style: normal;
  741. font-weight: bold;
  742. padding-left: 24px;
  743. display: block;
  744. color: #C00;
  745. background: url(images/error.png) no-repeat 0;
  746. }
  747.  
  748. div.error ul {
  749. margin-left: 24px;
  750. }
  751.  
  752. .pagination {
  753. font-size: 11px;
  754. padding-top: 10px;
  755. margin-bottom: 5px;
  756. }
  757.  
  758. .tfoot .pagination,
  759. .tcat .pagination {
  760. padding-top: 0;
  761. }
  762.  
  763. .pagination .pages {
  764. font-weight: bold;
  765. }
  766.  
  767. .pagination .pagination_current,
  768. .pagination a {
  769. background: #f5f5f5;
  770. border: 1px solid #ccc;
  771. }
  772.  
  773. .pagination a {
  774. background: #f5f5f5;
  775. border: 1px solid #ccc;
  776. }
  777.  
  778. .pagination .pagination_current {
  779. background: none;
  780. color: #333;
  781. border: none;
  782. font-weight: bold;
  783. }
  784.  
  785. .pagination a:hover {
  786. background: #0072BC;
  787. color: #fff;
  788. border-color: #263c30;
  789. text-decoration: none;
  790. }
  791.  
  792. .pagination .go_page img {
  793. margin-bottom: -4px;
  794. }
  795.  
  796. .drop_go_page {
  797. background: #f5f5f5;
  798. padding: 4px;
  799. }
  800.  
  801. .pagination_breadcrumb {
  802. background-color: #efefef;
  803. border: 1px solid #fff;
  804. outline: 1px solid #ccc;
  805. padding: 5px;
  806. margin-top: 5px;
  807. font-weight: normal;
  808. }
  809.  
  810. .pagination_breadcrumb_link {
  811. vertical-align: middle;
  812. cursor: pointer;
  813. }
  814.  
  815. .thread_legend,
  816. .thread_legend dd {
  817. margin: 0;
  818. padding: 0;
  819. }
  820.  
  821. .thread_legend dd {
  822. padding-bottom: 4px;
  823. margin-right: 15px;
  824. }
  825.  
  826. .thread_legend img {
  827. margin-right: 4px;
  828. vertical-align: bottom;
  829. }
  830.  
  831. .forum_legend,
  832. .forum_legend dt,
  833. .forum_legend dd {
  834. margin: 0;
  835. padding: 0;
  836. }
  837.  
  838. .forum_legend dd {
  839. float: left;
  840. margin-right: 10px;
  841. margin-top: 7px;
  842. }
  843.  
  844. .forum_legend dt {
  845. margin-right: 10px;
  846. float: left;
  847. }
  848.  
  849. .success_message {
  850. color: #00b200;
  851. font-weight: bold;
  852. font-size: 10px;
  853. margin-bottom: 10px;
  854. }
  855.  
  856. .error_message {
  857. color: #C00;
  858. font-weight: bold;
  859. font-size: 10px;
  860. margin-bottom: 10px;
  861. }
  862.  
  863. #posts_container {
  864. padding: 0;
  865. }
  866.  
  867. .ignored_post {
  868. border-top: 3px solid #333;
  869. padding: 15px;
  870. }
  871.  
  872. .ignored_post .show_ignored_post {
  873. margin-top: -15px;
  874. }
  875.  
  876. .ignored_post .show_ignored_post a.button span {
  877. background-position: 0 -400px;
  878. }
  879.  
  880. .deleted_post_hidden {
  881. border-top: 2px solid #ccc;
  882. padding: 15px;
  883. }
  884.  
  885. .deleted_post_collapsed {
  886. border-top: 3px solid #333;
  887. padding: 15px;
  888. }
  889.  
  890. .deleted_post_collapsed .show_deleted_post {
  891. margin-top: -15px;
  892. }
  893.  
  894. .deleted_post_collapsed .show_deleted_post a.button span {
  895. background-position: 0 -400px;
  896. }
  897.  
  898. .post {
  899. overflow: hidden;
  900. }
  901.  
  902. .post.classic {
  903. padding-top: 15px;
  904. background-color: #2e323c;
  905. border-radius: 5px;
  906. border: 1px solid #3a3d47;
  907. }
  908.  
  909. .post .post_author {
  910. padding: 5px;
  911. overflow: hidden;
  912. }
  913.  
  914. .post.classic .post_author {
  915. float: left;
  916. width: 15%;
  917. margin: 0 1% 15px 0;
  918. border-left: 0;
  919. padding: 5px 1%;
  920. }
  921.  
  922. .post .post_author .buddy_status {
  923. vertical-align: middle;
  924. margin-top: -4px;
  925. }
  926.  
  927. .post .post_author div.author_avatar {
  928. float: left;
  929. margin-right: 3px;
  930. }
  931.  
  932. .post.classic .post_author div.author_avatar {
  933. float: none;
  934. text-align: center;
  935. margin-bottom: 8px;
  936. }
  937.  
  938. .post .post_author div.author_avatar img {
  939. width: 90px;
  940. height: 90px;
  941. border-radius: 100%;
  942. }
  943.  
  944. .post .post_author div.author_information {
  945. float: left;
  946. padding: 6px 8px;
  947. }
  948.  
  949. .post.classic .post_author div.author_information {
  950. float: none;
  951. padding: 0;
  952. text-align: center;
  953. }
  954.  
  955. .post .post_author div.author_statistics {
  956. line-height: 1.3;
  957. }
  958.  
  959. .post.classic .post_author div.author_statistics {
  960. margin: 6px 0 0 0;
  961. padding: 6px 6px 3px 6px;
  962. float: none;
  963. text-align: center;
  964. }
  965.  
  966. .post .post_head {
  967. font-size: 11px;
  968. padding-bottom: 4px;
  969. margin-bottom: 4px;
  970. }
  971.  
  972. .post .post_head span.post_date {
  973. color: #666;
  974. }
  975.  
  976. .post .post_head span.edited_post {
  977. font-size: 10px;
  978. color: #999;
  979. }
  980.  
  981. .post .post_head span.edited_post a {
  982. color: #666;
  983. }
  984.  
  985. .post_body {
  986. padding: 12px 0;
  987.  
  988. font-size: 14px;
  989. }
  990.  
  991. .post.classic .post_content {
  992. float: left;
  993. width: 79%;
  994. padding: 0 1% 5px 1%;
  995. }
  996.  
  997. .post_content {
  998. padding: 9px 10px 5px 10px;
  999. }
  1000.  
  1001. .post_content .signature {
  1002. margin-top: 5px;
  1003. border-top: 1px dotted #ddd;
  1004. padding: 10px 0 4px 0;
  1005. }
  1006.  
  1007. .post .post_meta {
  1008. margin: 4px 0;
  1009. font-size: 11px;
  1010. color: #999;
  1011. }
  1012.  
  1013. .post .post_meta a:link,
  1014. .post .post_meta a:visited {
  1015. color: #777;
  1016. }
  1017.  
  1018. .post .post_meta a:hover,
  1019. .post .post_meta a:active {
  1020. color: #777;
  1021. }
  1022.  
  1023. .post_controls {
  1024. clear: both;
  1025. padding: 5px;
  1026. overflow: hidden;
  1027. }
  1028.  
  1029. .postbit_buttons > a:link,
  1030. .postbit_buttons > a:hover,
  1031. .postbit_buttons > a:visited,
  1032. .postbit_buttons > a:active {
  1033. display: inline-block;
  1034. padding: 2px 5px;
  1035. margin: 2px;
  1036. font-size: 11px;
  1037. }
  1038.  
  1039. .postbit_buttons > a:hover {
  1040. border-color: #bbb;
  1041. }
  1042.  
  1043. .postbit_buttons a span {
  1044. display: inline-block;
  1045. height: 16px;
  1046. }
  1047.  
  1048. .postbit_buttons a.postbit_find span {
  1049. background-position: 0 0;
  1050. }
  1051.  
  1052. .postbit_buttons a.postbit_reputation_add span {
  1053. background-position: 0 -20px;
  1054. }
  1055.  
  1056. .postbit_buttons a.postbit_email span {
  1057. background-position: 0 -40px;
  1058. }
  1059.  
  1060. .postbit_buttons a.postbit_website span {
  1061. background-position: 0 -60px;
  1062. }
  1063.  
  1064. .postbit_buttons a.postbit_pm span {
  1065. background-position: 0 -80px;
  1066. }
  1067.  
  1068. .postbit_buttons a.postbit_quote span {
  1069. background-position: 0 -100px;
  1070. }
  1071.  
  1072. .postbit_buttons a.postbit_multiquote span {
  1073. background-position: 0 -120px;
  1074. }
  1075.  
  1076. .postbit_buttons a.postbit_multiquote_on span {
  1077. background-position: 0 -140px;
  1078. }
  1079.  
  1080. .postbit_buttons a.postbit_edit span {
  1081. background-position: 0 -160px;
  1082. }
  1083.  
  1084. .postbit_buttons a.postbit_qdelete span {
  1085. background-position: 0 -180px;
  1086. }
  1087.  
  1088. .postbit_buttons a.postbit_qrestore span {
  1089. background-position: 0 -200px;
  1090. }
  1091.  
  1092. .postbit_buttons a.postbit_report span {
  1093. background-position: 0 -220px;
  1094. }
  1095.  
  1096. .postbit_buttons a.postbit_warn span {
  1097. background-position: 0 -240px;
  1098. }
  1099.  
  1100. .postbit_buttons a.postbit_purgespammer span {
  1101. background-position: 0 -540px;
  1102. }
  1103.  
  1104. .postbit_buttons a.postbit_reply_pm span {
  1105. background-position: 0 -260px;
  1106. }
  1107.  
  1108. .postbit_buttons a.postbit_reply_all span {
  1109. background-position: 0 -280px;
  1110. }
  1111.  
  1112. .postbit_buttons a.postbit_forward_pm span {
  1113. background-position: 0 -300px;
  1114. }
  1115.  
  1116. .postbit_buttons a.postbit_delete_pm span {
  1117. background-position: 0 -320px;
  1118. }
  1119.  
  1120. a.button:link,
  1121. a.button:hover,
  1122. a.button:visited,
  1123. a.button:active {
  1124. background: #0f0f0f url(images/tcat.png) repeat-x;
  1125. color: #fff;
  1126. display: inline-block;
  1127. padding: 4px 8px;
  1128. margin: 2px 2px 6px 2px;
  1129. border: 1px solid #000;
  1130. font-size: 14px;
  1131. }
  1132.  
  1133. a.button.small_button {
  1134. font-size: 13px;
  1135. margin: 0;
  1136. padding: 3px 6px;
  1137. }
  1138.  
  1139. a.button span {
  1140. padding-left: 20px;
  1141. display: inline-block;
  1142. background-image: url(images/buttons_sprite.png);
  1143. background-repeat: no-repeat;
  1144. }
  1145.  
  1146. a.button.new_thread_button span {
  1147. background-position: 0 -340px;
  1148. }
  1149.  
  1150. a.button.new_reply_button span {
  1151. background-position: 0 -360px;
  1152. }
  1153.  
  1154. a.button.closed_button span {
  1155. background-position: 0 -380px;
  1156. }
  1157.  
  1158. a.button.rate_user_button span {
  1159. background-position: 0 -400px;
  1160. }
  1161.  
  1162. a.button.add_buddy_button span {
  1163. background-position: 0 -440px;
  1164. }
  1165.  
  1166. a.button.remove_buddy_button span {
  1167. background-position: 0 -480px;
  1168. }
  1169.  
  1170. a.button.add_ignore_button span {
  1171. background-position: 0 -460px;
  1172. }
  1173.  
  1174. a.button.remove_ignore_button span {
  1175. background-position: 0 -500px;
  1176. }
  1177.  
  1178. a.button.report_user_button span {
  1179. background-position: 0 -520px;
  1180. }
  1181.  
  1182. .quick_jump {
  1183. background: url(images/jump.png) no-repeat 0;
  1184. width: 13px;
  1185. height: 13px;
  1186. padding-left: 13px; /* amount of padding needed for image to fully show */
  1187. margin-top: -3px;
  1188. border: none;
  1189. }
  1190.  
  1191. .pollbar {
  1192. background: url(images/pollbar.png) top left repeat-x;
  1193. border: 1px solid #3f3f3f;
  1194. height: 10px;
  1195. }
  1196.  
  1197. .pollbar .percent {
  1198. display: none;
  1199. }
  1200.  
  1201. .posticons_label {
  1202. white-space: nowrap;
  1203. }
  1204.  
  1205. /** jGrowl Start **/
  1206.  
  1207. /** Special IE6 Style Positioning **/
  1208. .ie6 {
  1209. position: absolute;
  1210. }
  1211.  
  1212. .ie6.top-right {
  1213. right: auto;
  1214. bottom: auto;
  1215. left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  1216. top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  1217. }
  1218.  
  1219. .ie6.top-left {
  1220. left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  1221. top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  1222. }
  1223.  
  1224. .ie6.bottom-right {
  1225. left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  1226. top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  1227. }
  1228.  
  1229. .ie6.bottom-left {
  1230. left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  1231. top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  1232. }
  1233.  
  1234. .ie6.center {
  1235. left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  1236. top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  1237. width: 100%;
  1238. }
  1239.  
  1240. /** jGrowl Styling **/
  1241. .jGrowl {
  1242. z-index: 9999;
  1243. color: #ffffff;
  1244. font-size: 12px;
  1245. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  1246. position: fixed;
  1247. }
  1248.  
  1249. .jGrowl.top-left {
  1250. left: 0px;
  1251. top: 0px;
  1252. }
  1253.  
  1254. .jGrowl.top-right {
  1255. right: 0px;
  1256. top: 0px;
  1257. }
  1258.  
  1259. .jGrowl.bottom-left {
  1260. left: 0px;
  1261. bottom: 0px;
  1262. }
  1263.  
  1264. .jGrowl.bottom-right {
  1265. right: 0px;
  1266. bottom: 0px;
  1267. }
  1268.  
  1269. .jGrowl.center {
  1270. top: 0px;
  1271. width: 50%;
  1272. left: 25%;
  1273. }
  1274.  
  1275. /** Cross Browser Styling **/
  1276.  
  1277. .jGrowl.center .jGrowl-notification,
  1278. .jGrowl.center .jGrowl-closer {
  1279. margin-left: auto;
  1280. margin-right: auto;
  1281. }
  1282.  
  1283. .jGrowl-notification {
  1284. background-color: transparent;
  1285. opacity: 0.9;
  1286. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  1287. -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  1288. zoom: 1;
  1289. width: 250px;
  1290. padding: 10px;
  1291. margin: 10px;
  1292. text-align: left;
  1293. display: none;
  1294. -moz-border-radius: 5px;
  1295. -webkit-border-radius: 5px;
  1296. border-radius: 5px;
  1297. word-break: break-all;
  1298. }
  1299.  
  1300. .jGrowl .jGrowl-notification {
  1301. min-height: 40px;
  1302. }
  1303.  
  1304. .jGrowl-notification .ui-state-highlight,
  1305. .jGrowl-notification .ui-widget-content .ui-state-highlight,
  1306. .jGrowl-notification .ui-widget-header .ui-state-highlight {
  1307. border: 1px solid #000;
  1308. background: #000;
  1309. color: #fff;
  1310. }
  1311.  
  1312. .jGrowl-notification .jGrowl-header {
  1313. font-weight: bold;
  1314. font-size: .85em;
  1315. }
  1316.  
  1317. .jGrowl-notification .jGrowl-close {
  1318. background-color: transparent;
  1319. color: inherit;
  1320. border: none;
  1321. z-index: 99;
  1322. float: right;
  1323. font-weight: bold;
  1324. font-size: 1em;
  1325. cursor: pointer;
  1326. }
  1327.  
  1328. .jGrowl-closer {
  1329. background-color: #000000;
  1330. opacity: 0.9;
  1331. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  1332. -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
  1333. zoom: 1;
  1334. width: 250px;
  1335. padding: 10px;
  1336. margin: 10px;
  1337. text-align: left;
  1338. display: none;
  1339. border-radius: 5px;
  1340. word-break: break-all;
  1341. padding-top: 4px;
  1342. padding-bottom: 4px;
  1343. cursor: pointer;
  1344. font-size: .9em;
  1345. font-weight: bold;
  1346. text-align: center;
  1347. }
  1348.  
  1349. .jGrowl-closer .ui-state-highlight,
  1350. .jGrowl-closer .ui-widget-content .ui-state-highlight,
  1351. .jGrowl-closer .ui-widget-header .ui-state-highlight {
  1352. border: 1px solid #000;
  1353. background: #000;
  1354. color: #fff;
  1355. }
  1356.  
  1357. .jGrowl .jGrowl-notification.jgrowl_success {
  1358. background: lightgreen;
  1359. border: 1px solid lightgreen;
  1360. color: #333;
  1361. }
  1362.  
  1363. .jGrowl .jGrowl-notification.jgrowl_error {
  1364. background: red;
  1365. border: 1px solid red;
  1366. color: #333;
  1367. }
  1368.  
  1369. .jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
  1370. background: yellow;
  1371. border: 1px solid yellow;
  1372. color: #333;
  1373. }
  1374.  
  1375. /** Hide jGrowl when printing **/
  1376. @media print {
  1377. .jGrowl {
  1378. display: none;
  1379. }
  1380.  
  1381.  
  1382. }
  1383.  
  1384. /** jGrowl End **/
  1385.  
  1386. /** Modal Start **/
  1387.  
  1388. .blocker {
  1389. position: fixed;
  1390. top: 0;
  1391. right: 0;
  1392. bottom: 0;
  1393. left: 0;
  1394. width: 100%;
  1395. height: 100%;
  1396. overflow: auto;
  1397. z-index: 9999;
  1398. padding: 20px;
  1399. box-sizing: border-box;
  1400. background-color: rgb(0,0,0);
  1401. background-color: rgba(0,0,0,0.75);
  1402. text-align: center;
  1403. }
  1404.  
  1405. .blocker:before{
  1406. content: "";
  1407. display: inline-block;
  1408. height: 100%;
  1409. vertical-align: middle;
  1410. margin-right: -0.05em;
  1411. }
  1412.  
  1413. .blocker.behind {
  1414. background-color: transparent;
  1415. }
  1416.  
  1417. .modal {
  1418. width: 400px;
  1419. text-align: left;
  1420. display: inline-block;
  1421. vertical-align: middle;
  1422. position: relative;
  1423. z-index: 2;
  1424. -webkit-box-sizing: border-box;
  1425. -moz-box-sizing: border-box;
  1426. box-sizing: border-box;
  1427. -webkit-border-radius: 8px;
  1428. -moz-border-radius: 8px;
  1429. -o-border-radius: 8px;
  1430. -ms-border-radius: 8px;
  1431. border-radius: 8px;
  1432. -webkit-box-shadow: 0 0 10px #000;
  1433. -moz-box-shadow: 0 0 10px #000;
  1434. -o-box-shadow: 0 0 10px #000;
  1435. -ms-box-shadow: 0 0 10px #000;
  1436. box-shadow: 0 0 10px #000;
  1437. }
  1438.  
  1439. .modal a.close-modal {
  1440. background: url(images/close.png) no-repeat 0 0;
  1441. width: 30px;
  1442. position: absolute;
  1443. top: -12.5px;
  1444. right: -12.5px;
  1445. display: block;
  1446. height: 30px;
  1447. text-indent: -9999px;
  1448. }
  1449.  
  1450. .modal-spinner {
  1451. display: none;
  1452. width: 64px;
  1453. height: 64px;
  1454. position: fixed;
  1455. top: 50%;
  1456. left: 50%;
  1457. margin-right: -32px;
  1458. margin-top: -32px;
  1459. background: url(images/spinner_big.gif) no-repeat center center;
  1460. -webkit-border-radius: 8px;
  1461. -moz-border-radius: 8px;
  1462. -o-border-radius: 8px;
  1463. -ms-border-radius: 8px;
  1464. border-radius: 8px;
  1465. }
  1466.  
  1467. /** Modal End **/
  1468.  
  1469. /** Impromptu Start **/
  1470.  
  1471. /*! jQuery-Impromptu - v6.2.3 - 2016-04-23
  1472. * http://trentrichardson.com/Impromptu
  1473. * Copyright (c) 2016 Trent Richardson; Licensed MIT */
  1474.  
  1475. .jqifade{
  1476. position: absolute;
  1477. background-color: #777777;
  1478. }
  1479.  
  1480. iframe.jqifade{
  1481. display:block;
  1482. z-index:-1;
  1483. }
  1484.  
  1485. div.jqi{
  1486. width: 400px;
  1487. max-width:90%;
  1488. font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  1489. position: absolute;
  1490. background-color: #ffffff;
  1491. font-size: 11px;
  1492. text-align: left;
  1493. border: solid 1px #eeeeee;
  1494. border-radius: 6px;
  1495. -moz-border-radius: 6px;
  1496. -webkit-border-radius: 6px;
  1497. padding: 7px;
  1498. }
  1499.  
  1500. div.jqi .jqicontainer{
  1501. }
  1502.  
  1503. div.jqi .jqiclose{
  1504. position: absolute;
  1505. top: 4px; right: -2px;
  1506. width: 18px;
  1507. cursor: default;
  1508. color: #bbbbbb;
  1509. font-weight: bold;
  1510. }
  1511.  
  1512. div.jqi .jqistate{
  1513. background-color: #fff;
  1514. }
  1515.  
  1516. div.jqi .jqititle{
  1517. padding: 5px 10px;
  1518. font-size: 16px;
  1519. line-height: 20px;
  1520. border-bottom: solid 1px #eeeeee;
  1521. }
  1522.  
  1523. div.jqi .jqimessage{
  1524. padding: 10px;
  1525. line-height: 20px;
  1526. color: #444444;
  1527. overflow: auto;
  1528. }
  1529.  
  1530. div.jqi .jqibuttonshide{
  1531. display: none;
  1532. }
  1533.  
  1534. div.jqi .jqibuttons{
  1535. text-align: right;
  1536. margin: 0 -7px -7px -7px;
  1537. border-top: solid 1px #e4e4e4;
  1538. background-color: #f4f4f4;
  1539. border-radius: 0 0 6px 6px;
  1540. -moz-border-radius: 0 0 6px 6px;
  1541. -webkit-border-radius: 0 0 6px 6px;
  1542. }
  1543.  
  1544. div.jqi .jqibuttons button{
  1545. margin: 0;
  1546. padding: 15px 20px;
  1547. background-color: transparent;
  1548. font-weight: normal;
  1549. border: none;
  1550. border-left: solid 1px #e4e4e4;
  1551. color: #777;
  1552. font-weight: bold;
  1553. font-size: 12px;
  1554. }
  1555.  
  1556. div.jqi .jqibuttons button.jqidefaultbutton{
  1557. color: #489afe;
  1558. }
  1559.  
  1560. div.jqi .jqibuttons button:hover,
  1561. div.jqi .jqibuttons button:focus{
  1562. color: #287ade;
  1563. outline: none;
  1564. }
  1565.  
  1566. div.jqi .jqibuttons button[disabled]{
  1567. color: #aaa;
  1568. }
  1569.  
  1570. .jqiwarning .jqi .jqibuttons{
  1571. background-color: #b95656;
  1572. }
  1573.  
  1574. /* sub states */
  1575. div.jqi .jqiparentstate::after{
  1576. background-color: #777;
  1577. opacity: 0.6;
  1578. filter: alpha(opacity=60);
  1579. content: '';
  1580. position: absolute;
  1581. top:0;left:0;bottom:0;right:0;
  1582. border-radius: 6px;
  1583. -moz-border-radius: 6px;
  1584. -webkit-border-radius: 6px;
  1585. }
  1586.  
  1587. div.jqi .jqisubstate{
  1588. position: absolute;
  1589. top:0;
  1590. left: 20%;
  1591. width: 60%;
  1592. padding: 7px;
  1593. border: solid 1px #eeeeee;
  1594. border-top: none;
  1595. border-radius: 0 0 6px 6px;
  1596. -moz-border-radius: 0 0 6px 6px;
  1597. -webkit-border-radius: 0 0 6px 6px;
  1598. }
  1599.  
  1600. div.jqi .jqisubstate .jqibuttons button{
  1601. padding: 10px 18px;
  1602. }
  1603.  
  1604. /* arrows for tooltips/tours */
  1605. .jqi .jqiarrow{
  1606. position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;
  1607. }
  1608.  
  1609. .jqi .jqiarrowtl{
  1610. left: 10px; top: -20px; border-bottom-color: #ffffff;
  1611. }
  1612.  
  1613. .jqi .jqiarrowtc{
  1614. left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px;
  1615. }
  1616.  
  1617. .jqi .jqiarrowtr{
  1618. right: 10px; top: -20px; border-bottom-color: #ffffff;
  1619. }
  1620.  
  1621. .jqi .jqiarrowbl{
  1622. left: 10px; bottom: -20px; border-top-color: #ffffff;
  1623. }
  1624.  
  1625. .jqi .jqiarrowbc{
  1626. left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px;
  1627. }
  1628.  
  1629. .jqi .jqiarrowbr{
  1630. right: 10px; bottom: -20px; border-top-color: #ffffff;
  1631. }
  1632.  
  1633. .jqi .jqiarrowlt{
  1634. left: -20px; top: 10px; border-right-color: #ffffff;
  1635. }
  1636.  
  1637. .jqi .jqiarrowlm{
  1638. left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px;
  1639. }
  1640.  
  1641. .jqi .jqiarrowlb{
  1642. left: -20px; bottom: 10px; border-right-color: #ffffff;
  1643. }
  1644.  
  1645. .jqi .jqiarrowrt{
  1646. right: -20px; top: 10px; border-left-color: #ffffff;
  1647. }
  1648.  
  1649. .jqi .jqiarrowrm{
  1650. right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px;
  1651. }
  1652.  
  1653. .jqi .jqiarrowrb{
  1654. right: -20px; bottom: 10px; border-left-color: #ffffff;
  1655. }
  1656.  
  1657. /** Impromptu End */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement