Advertisement
Guest User

I hate CSS

a guest
Jan 7th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document url(https://www.ukchemicalresearch.org/index.php) {
  3. #shoutbox {
  4. margin-bottom: 18px;
  5. background-color: black;
  6. box-shadow: none;
  7. }
  8.  
  9. #shoutbox div.head, #shoutbox div.panel,
  10. #shoutbox div.window div.div.data,
  11. #shoutbox div.window div.data div.entry,
  12. #shoutbox div.window div.data div.entry div.text,
  13. #shoutbox div.window div.data div.entry div.user {
  14. border-top-width: 0px;
  15. background-color: black;
  16. }
  17.  
  18. #shoutbox div.window div.data div.entry div.user {
  19. vertical-align: top;
  20. }
  21.  
  22. #shoutbox div.avatar img {
  23. display: none;
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement