Advertisement
Guest User

ptxdark

a guest
Mar 11th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.36 KB | None | 0 0
  1. body, .tabuas, #options_div { background: black; color: white; }
  2. .desktop-style div.boardlist:not(.bottom) { background: black; color: white; border-top: 2px solid #4285f4; border-radius: 0; }
  3. a:link { color: #4285f4 !important; text-decoration: none !important; }
  4. a:link:hover { color: #2e5daa !important; }
  5. .info, .caixa.esquerda, .caixa.direita, div.ban, table.announcements-list tbody { background: #0c0c0c; color: white; }
  6. .caixa.esquerda li, .caixa.direita li { color: #b2b2b2; }
  7. div.ban h2, table.modlog tr th, #bcima, #bbaixo, #expa { background: #191919; }
  8. h1, .intro span.subject { color: #006666; }
  9. #bcatalogo, #barquivo, #brecarregar, #bres, #bvoltar { background: black; border-bottom: solid 2px #2e5daa; border-radius: 0; }
  10. hr { border-color: black; }
  11. form[name="post"], table.announcements { color: black; }
  12. #PostAreaToggle + span > a > label, #toggleAnnouncements { border-bottom: solid 2px #2e5daa; }
  13. div.post.reply, div.pages { background: #0c0c0c; border-color: #191919; }
  14. .intro span.name, div.blotter { color: #00b3b3; }
  15. div.pages #bcatalogo, form table tr th { background: #0c0c0c; }
  16. div.pages a.selected { color: white; }
  17. form table tr th { color: white; }
  18. div.post.reply.highlighted { background: #242424; border-color: #242424; }
  19. .thread p a { color: #b2b2b2 !important; }
  20. .thread p { color: #b2b2b2 !important; }
  21. .options_tab_icon { color: white; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement