Advertisement
Guest User

Untitled

a guest
May 18th, 2015
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. div div div div div div {
  2.     background-color: #fff;
  3.     color: #111;
  4. }
  5.  
  6. font {
  7.     color: #111;
  8. }
  9.  
  10. li {
  11.     color: #111;
  12. }
  13.  
  14. p {
  15.     color: #111;
  16. }
  17.  
  18. tbody {
  19.     color: #fff;
  20. }
  21.  
  22. th {
  23.     background-color: #def;
  24. }
  25.  
  26. a {
  27.     color: #49f;
  28. }
  29.  
  30. tr:nth-child(even) {
  31.     background: #fcfcfc;
  32. }
  33.  
  34. tr:nth-child(odd) {
  35.     background: #f5f5f5;
  36. }
  37.  
  38. tr {
  39.     color: #111;
  40. }
  41.  
  42. tr b {
  43.     color: #97f;
  44. }
  45.  
  46. table {
  47.     background-color: #fff;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement