Advertisement
Guest User

Untitled

a guest
Apr 24th, 2016
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. a:link {
  2. color: #99f;
  3. }
  4.  
  5. a:link,a:visited {
  6. text-shadow: none;
  7. }
  8.  
  9. a:visited {
  10. color: #669;
  11. }
  12.  
  13. b {
  14. font-weight: normal;
  15. }
  16.  
  17. body {
  18. background-color: #555;
  19. scrollbar-base-color: 4E6096;
  20. }
  21.  
  22. font {
  23. color: #ddd;
  24. }
  25.  
  26. html body table {
  27. background-color: #555;
  28. }
  29.  
  30. td {
  31. background: #555;
  32. border-top: 0px;
  33. color: #ddd;
  34. padding-left: 4px;
  35. padding-right: 4px;
  36. text-shadow: none;
  37. }
  38.  
  39. th {
  40. background-color: #555;
  41. border: 1px outset;
  42. color: #ddd;
  43. padding: 10px;
  44. text-align: left;
  45. text-shadow: none;
  46. }
  47.  
  48. tr {
  49. color: #ddd;
  50. text-shadow: none;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement