Advertisement
hcxangel

Batallon Anti-Ciencia

Mar 11th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.73 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("batallonanticiencia.com") {
  4. .comment {
  5.     padding-bottom:10px !Important;
  6.     border:1px solid rgba(0,0,0,.5) !important;
  7.     padding-right:10px !Important;
  8.     margin-bottom:0 !Important
  9. }
  10.  
  11. .comment ~ .comment {
  12.     margin-top:5px !Important;
  13. }
  14.  
  15. .comment.bypostauthor > div {
  16.     background:none !Important;
  17. }
  18.  
  19. .comment.odd {
  20.     background:rgba(128,128,0,.1) !important;
  21. }
  22.  
  23. .comment.even {
  24.     background:rgba(255,255,255,.5) !important;
  25. }
  26.  
  27. .comment.thread-odd.depth-1 {
  28.     background:#FCF2CF !important;
  29. }
  30.  
  31. .comment.thread-even.depth-1 {
  32.     background:#FFEEC2 !important;
  33. }
  34.  
  35. .comment.bypostauthor {
  36.     background:#E0BB55 !important;
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement