Advertisement
Guest User

Untitled

a guest
May 16th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.05 KB | None | 0 0
  1. p.citation {
  2.     background: #333;
  3. }
  4.  
  5. .post.entry-content {
  6.     border-bottom: 1px solid #2b2b2b;
  7. }
  8.  
  9. .signature {
  10.     border-top: none;
  11. }
  12.  
  13. .post_controls .report {
  14.     background: #9c1c1c;
  15. }
  16.  
  17. .multiquote {
  18.     background:#333;
  19. }
  20.  
  21. .ipsList_inline>li {
  22.     margin: 0 0px;
  23.     margin-left: 2px;
  24. }
  25.  
  26. a._ips_trigger_quote:hover {
  27.     background:#444 !important;
  28. }
  29.  
  30. a._ips_trigger_quote {
  31.     margin-left: 5px !important;
  32.     background:#333 !important;
  33. }
  34.  
  35. ul.ips_trigger_quote {
  36.     margin-left:5px;
  37. }
  38.  
  39. ul.post_controls img {
  40.     display: none;
  41. }
  42.  
  43. ul.post_controls {
  44.     padding: 0px;
  45. }
  46.  
  47. .ipsLikeButton.ipsLikeButton_disabled {
  48.     background: #6c6c6c !important;
  49. }
  50.  
  51. .ipsLikeButton.ipsLikeButton_disabled:hover {
  52.     background: #7c7c7c !important;
  53. }
  54.  
  55. .ipsLikeButton {
  56.     padding: 0 10px 0 10px;
  57.     display: inline-block;
  58.     -moz-border-radius: 0px;
  59.     -webkit-border-radius: 0px;
  60.     border-radius: 0px;
  61. }
  62.  
  63. .ipsLikeBar_info {
  64.     -moz-border-radius: 0px;
  65.     -webkit-border-radius: 0px;
  66.     border-radius: 0px;
  67. }
  68.  
  69. #background {
  70.     background:#222222;
  71.   }
  72.  
  73. #bar {
  74.     position: fixed !important;
  75. }
  76. #search_wrap {
  77.     background:#3D3D3D;
  78.     box-shadow:none;
  79.     border-radius:0px;  
  80.   }
  81.  
  82.  
  83. #main_search {
  84.     text-shadow:none;
  85.   }
  86. .post_date{color:#FFFFFF;}
  87.  
  88.   #search_options {
  89.     background:#333333;
  90.     border-radius:0px;
  91.   }
  92.   #nav_backgrounds a {
  93.     background:#3D3D3D;
  94.     box-shadow:none;
  95.     border-radius:0px;
  96.   }
  97.   #primary_nav {
  98.     background:#222222;
  99.     text-shadow:none;
  100.     box-shadow:none;
  101.     border-radius:0px;
  102.   }
  103.   #secondary_navigation {
  104.     border-radius:0px;
  105.   }
  106.   #community_app_menu > li.active > a {
  107.     background:#333333;
  108.   }
  109.   #community_app_menu > li > a {
  110.     border-radius:0px;
  111.   }
  112.   #community_app_menu > li > a:hover {
  113.     border-radius:0px;
  114.     background:#333333;
  115.   }
  116.   #secondary_navigation {
  117.     background:#222222;
  118.   }
  119.   #wrapper {
  120.     background:#222222;
  121.     border-radius:0px;
  122.   }
  123.   .sb_titlebox {
  124.    background:#3d3d3d;
  125.     border-radius:0px;
  126.   }
  127.   .maintitle {
  128.     background:#222222;
  129.   }
  130.   ul.topic_buttons > li > a {
  131.     background:#333333;
  132.     border-radius:0px;
  133.   }
  134.   .post_wrap > h3 {
  135.     background:#3d3d3d;
  136.     border-radius:0px;
  137.   }
  138.   .post_block h3 {
  139.     text-shadow: none;
  140.   }
  141.   tr.__topic {
  142.     background:#222222;
  143.   }
  144.   #anonymous_element_77 {
  145.     background:#222222;
  146.   }
  147.   #idm_category .idm_category_row, .store_categories li, #idm_categories a, .ipsList_data li, .ipsList_withminiphoto li, table.ipb_table tr td {
  148.     background: none;
  149.   }
  150.   #anonymous_element_76 {
  151.     background:#222222;
  152.   }
  153.   h4.statistics_head {
  154.     background:#222222;
  155.   }
  156.   .ipsBox {
  157.     background:#222222;
  158.   }
  159.   .ipsBox_container {
  160.     background:#222222;
  161.     border: 1px solid #222222;
  162.   }
  163.   .ipsSideMenu ul li {
  164.     border-top: none;
  165.     border-bottom:none;
  166.   }
  167.   .ipsSideMenu ul {
  168.     border-top: none;
  169.   }
  170.   table.ipb_table td {
  171.     border-bottom: none;
  172.   }
  173.   .maintitle {
  174.     text-shadow:none;
  175.   }
  176.   .statistics_head {
  177.     text-shadow:none;
  178.   }
  179.   .ftoggle {
  180.     background:#333333;
  181.   }
  182.   #bar {
  183.     position:relative;
  184.     background:#333333;
  185.     box-shadow:none;
  186.   }
  187.   .ipsLikeButton_enabled {
  188.     background:#719c1c !important;
  189.     opacity:1 !important;
  190.   }
  191.   .ipsLikeButton_enabled:hover {
  192.     background:#9bc648 !important;
  193.   }
  194.   ul.post_controls a {
  195.     background: none;
  196.     border-radius:0px;
  197.     padding: 0px 15px;
  198.     margin-left: 0px;
  199.   }
  200.   .input_submit {
  201.     border-radius:0px;
  202.     background:#333333;
  203.     box-shadow:none;
  204.   }
  205.   .input_submit.alt {
  206.     text-shadow:none;
  207.   }
  208.   .input_submit:hover {
  209.     background:#333;
  210.     text-shadow:none;
  211.   }
  212.   #board_stats .value {
  213.     box-shadow:none;
  214.     border-radius:0px;
  215.     text-shadow:none;
  216.   }
  217.   #backtotop, #bottomScroll {
  218.     border-radius:0px;
  219.     background:#333;
  220.     box-shadow:none;
  221.   }
  222.   #backtotop:hover {
  223.     background:#3D3D3D;
  224.   }
  225.   #full_compose {
  226.     border-radius:0px;
  227.     background:#333333;
  228.     box-shadow:none;
  229.   }
  230.   .ipsUserPhoto_variable {
  231.     max-width:135px !important;
  232.   }
  233.   .pagination .page a, .pagination .back a, .pagination .forward a {
  234.     background:#3d3d3d;
  235.     border-radius:0px;
  236.   }
  237.   .pagination .pages li.active {
  238.     background:#3d3d3d;
  239.     border-radius:0px;
  240.     font-weight:bold;
  241.   }
  242.   .pagination .page a:hover, .pagination .back a:hover, .pagination  .forward a:hover {
  243.     background:#3d3d3d;
  244.     border-radius:0px;
  245.     text-decoration:underline;
  246.   }
  247.   ul.mini_pagination li a {
  248.     background:#3d3d3d;
  249.     border-radius:0px;
  250.   }
  251.   .ipsVerticalTabbed_tabs li a {
  252.     border-radius:0px;
  253.   }
  254.   .bar, .ipsSideBlock h3, .general_box h3 {
  255.     background:#3d3d3d;
  256.     border-radius:0px;
  257.     text-shadow:none;
  258.   }
  259.   .ipsList_data li {
  260.     border-bottom:none;
  261.     border-top:none;
  262.   }
  263.   .ipsButton_secondary {
  264.     background:#3d3d3d;
  265.     border-radius:0px;
  266.   }
  267.   .ipsFilterbar li.active a, .ipsFilterbar.bar.altbar li.active a {
  268.     background:#3d3d3d;
  269.     box-shadow:none;
  270.     border-radius:0px;
  271.   }
  272.   .content_border {
  273.     border:none;
  274.   }
  275.   #announcements td, table.ipd_table td {
  276.     border-bottom:none;
  277.     border-top:none;
  278.   }
  279.   .popupWrapper {
  280.     background:#333;
  281.     border-radius:0px;
  282.   }
  283.   .stem.topright {
  284.     background:none;
  285.   }
  286.   .popupInner {
  287.     box-shadow:none;
  288.     background:#333;
  289.   }
  290.   .popupInner h3 {
  291.     border-bottom:none;
  292.     background:none;
  293.     text-shadow:none;
  294.   }
  295.   .user_control li a {
  296.     background:none;
  297.     border-radius:0px;
  298.     text-shadow:none;
  299.   }
  300.   .userpopup dl {
  301.     border-top:none;
  302.     border-bottom:none;
  303.   }
  304.   .ipsBadge {
  305.     text-shadow:none;
  306.     border-radius:0px;
  307.     background:#3d3d3d;
  308.   }
  309.   .reputation.positive {
  310.     background:#3D3D3D;
  311.   }
  312.   .reputation.negative {
  313.     background:#3D3D3D;
  314.   }
  315.   .reputation {
  316.   border-radius:0px;
  317.   text-shadow:none;
  318.   }
  319.   .ipsUserPhoto {
  320.     box-shadow:none;
  321.     border-radius:0px;
  322.   }
  323.   .ipsList_withminiphoto li {
  324.     border-top:none;
  325.     border-bottom:none;
  326.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement