Guest User

Untitled

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