Advertisement
Guest User

Untitled

a guest
Aug 12th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.03 KB | None | 0 0
  1. #top_section {
  2.     background-color: #574b90;
  3.     border-bottom: 1px solid #303952;
  4. }
  5.  
  6. #profile_menu, #alerts_menu, #pm_menu {
  7.     background-color: #786fa6;
  8.     border-color: #574b90;
  9. }
  10.  
  11. #alerts_menu .button, #pm_menu .button {
  12.     background-color: #574b90;
  13.     border-color: #574b90;
  14. }
  15.  
  16. .no_unread {
  17.     color: white;
  18. }
  19.  
  20. #top_info li a {
  21.     color: white !important;
  22. }
  23.  
  24. #top_info li a:hover, .open {
  25.     background-color: #786fa6 !important;
  26. }
  27.  
  28. a.active {
  29.     background-color: #786fa6 !important;
  30. }
  31.  
  32. #footerfix, body {
  33.     background-color: #303952;
  34. }
  35.  
  36. #wrapper, #inner_section, .navigate_section ul, #display_head {
  37.     background-color: #596275 !important;
  38.     border-color: #303952;
  39.     color: white;
  40. }
  41.  
  42. .navigate_section ul li a {
  43.     color: white;
  44.     text-shadow: none;
  45. }
  46.  
  47. #main_menu li a {
  48.     color: white;
  49. }
  50.  
  51. .generic_menu ul li a {
  52.     color: white !important;
  53. }
  54.  
  55. .dropmenu li ul {
  56.     background-color: #786fa6;
  57.     border-color: #574b90;
  58. }
  59.  
  60. .cat_bar {
  61.     background-color: #786fa6 !important;
  62. }
  63.  
  64. div[id^="board"] {
  65.     background-color: #303952;
  66.     border-color: #786fa6;
  67. }
  68.  
  69. .posttitle strong a, .postby a, .children a, .inline a, .nextlinks a, a.smalltext,  .like_button a, .like_count a,
  70. .report_link a {
  71.     color: #f8a5c2 !important;
  72. }
  73.  
  74. .children p  strong, #upshrink_link, .subbg a, .inline strong, .lastpost p strong:first-child,
  75. #top_subject, #display_head p, #display_head p strong, a.smalltext strong, .post_verification strong {
  76.     color: white !important;
  77. }
  78.  
  79. .lastpost p strong:nth-child(2) {
  80.     color: #778beb;
  81. }
  82.  
  83. .title_bar {
  84.     border-color: #786fa6;
  85. }
  86.  
  87. #info_center {
  88.     background-color: #303952;
  89.     border-color: #786fa6;
  90. }
  91.  
  92. .windowbg {
  93.     background-color: #303952 !important;
  94.     border-color: #786fa6 !important;
  95. }
  96.  
  97. .subject {
  98.     color: #e66767 !important;
  99. }
  100.  
  101. textarea {
  102.     background-color: #596275 !important;
  103. }
  104.  
  105. #quickReplyOptions div {
  106.     background-color: #303952 !important;
  107.     border-color: #786fa6 !important;
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement