Advertisement
VisonYT

Css forum

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