Advertisement
Guest User

Untitled

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