Advertisement
Guest User

High contrast shoutbox script

a guest
Jan 7th, 2016
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. @-moz-document url("https://www.ukchemicalresearch.org/"), url("https://www.ukchemicalresearch.org/index.php") {
  2. #shoutbox {
  3. margin-bottom: 18px;
  4. background-color: black;
  5. color: yellow;
  6. box-shadow: none;
  7. line-height: 1.0;
  8. }
  9. #shoutbox div.head,
  10. #shoutbox div.panel,
  11. #shoutbox div.window div.div.data,
  12. #shoutbox div.window div.data div.entry,
  13. #shoutbox div.window div.data div.entry div.text,
  14. #shoutbox div.window div.data div.entry div.info,
  15. #shoutbox div.window div.data div.entry div.info a,
  16. #shoutbox div.window div.data div.entry div.info span,
  17. #shoutbox div.window div.data div.entry div.user {
  18. border-top-width: 0px;
  19. background-color: black;
  20. color: yellow;
  21. font-family: "Ubuntu", "Trebuchet MS", arial, sans-serif;
  22. font-size: 9.5pt;
  23. }
  24. #shoutbox div.window div.data div.entry div.user {
  25. vertical-align: top;
  26. }
  27. #shoutbox div.avatar img {
  28. display: none;
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement