Guest User

Untitled

a guest
Jul 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. /* DISPLAY */
  2.  
  3. h4 img, .postmeta img, #footer, #sidebarGoogleTop, #rs-discuss .table-list tbody:first-of-type tr:first-of-type, #wp-admin-bar-wp-logo {
  4. display: none;
  5. }
  6.  
  7. /* BACKGROUND */
  8.  
  9. .postmeta, ul#eventtabs li a, ul#eventtabs li a:hover, ul#eventtabs li.active a, #sidebarNews a, div.rec_search, #rs-discuss .breadcrumbs, #rs-discuss .rowgroup-odd, #rs-discuss .table-list {
  10. background: none;
  11. }
  12.  
  13. body, #wrapper, .fix tr td, .fix tr th, #rs-discuss .rowgroup, #rs-discuss .post-block, .calendar td, .post div.rec {
  14. background: #21252b;
  15. }
  16.  
  17. ul#Nav, #rs-discuss .category, #rs-discuss .post-block-odd {
  18. background: #233240;
  19. }
  20.  
  21. .fix tr.fix_title th {
  22. background: #0077ff;
  23. }
  24.  
  25. #recs thead tr .headerSortDown, #recs thead tr .headerSortUp {
  26. background: #7700ff;
  27. }
  28.  
  29. #content, #sidebars, #rs-discuss .fix, .fix {
  30. background-color: #282c34;
  31. }
  32.  
  33. .rec_search_filter {
  34. background:none !important;
  35. }
  36.  
  37. /* COLOR */
  38.  
  39. ul#Nav, #rs-discuss .category, #sidebarNews a, .mat, .calendar tr.head td, .calendar tr.head td.wend {
  40. color: #ffffff;
  41. }
  42.  
  43. #sidebarNews a:hover, a, a:visited, ul#Nav li a:hover, ul#Nav li li a:hover, ul#Nav li:hover a, ul#Nav li:hover li a:hover, ul#eventtabs li.active a, #sidebarNews a {
  44. color: #0077ff;
  45. }
  46.  
  47. a:hover, #sidebarNews a:hover, ul#eventtabs li:not(.active) a:hover, .calendar td ul.events {
  48. color: #7700ff;
  49. }
  50.  
  51. h1, h2, .clock, h4, ul#eventtabs li a, .event b, .dropped a {
  52. color: #0077ff77;
  53. }
  54.  
  55. #sidebarNews small, #content, #sidebars, #rs-discuss .fix, .fix {
  56. color: #abb2bf;
  57. }
  58.  
  59. .calendar td ul.events li ul {
  60. color: #000000;
  61. }
  62.  
  63. span !a{
  64. color: #abb2bf !important;
  65. }
  66.  
  67. /* BORDER */
  68.  
  69. p a, div#eventcontent, ul#eventtabs, .postmeta, hr, ul#eventtabs li a, .widget_table tbody td, div.rec_search, #rs-discuss .breadcrumbs, #rs-discuss .table-list, div.demo_filter, #content, #sidebars, #rs-discuss .fix, .fix, #rs-discuss .post-wrapper, .calendar td {
  70. border: none;
  71. }
  72.  
  73. /* TEXT DECORATION */
  74.  
  75. #sidebarNews a, #sidebarNews a:hover {
  76. text-decoration: none;
  77. }
  78.  
  79. div#eventcontent {
  80. max-height: none;
  81. }
  82.  
  83. #sidebarHeader h2, h2 {
  84. border-bottom: 3px #0077ff77 solid;
  85. }
  86.  
  87. .navigation {
  88. margin-bottom:0px;
  89. }
  90.  
  91. .widget_table tfoot td, strong {
  92. font-weight: normal;
  93. }
  94.  
  95. .dropped a:hover {
  96. color: #7700ff77;
  97. text-decoration: none;
  98. }
  99.  
  100. html>body .post ul {
  101. list-style-image: none;
  102. }
Add Comment
Please, Sign In to add comment