Advertisement
Guest User

Untitled

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