Advertisement
Guest User

Untitled

a guest
Nov 10th, 2014
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.73 KB | None | 0 0
  1. tr.even {
  2.     color: black;
  3. }
  4.  
  5. body {
  6.     background: #101010;
  7. }
  8.  
  9. input {
  10.     background: #101010;
  11. }
  12.  
  13. a, div p a {
  14.     color: #5c9542;
  15. }
  16.  
  17. form {
  18.     color: #101010;
  19. }
  20.  
  21. p.center {
  22.     color: black;
  23. }
  24.  
  25.  
  26. #even {
  27.     background: #101010;
  28. }
  29.  
  30. #footer {
  31.     background: #101010;
  32. }
  33.  
  34. #header {
  35.     background: #101010;
  36. }
  37.  
  38. #userbox {
  39.     background: #232323;
  40.     border: 1;
  41.     border-color: #101010;
  42.     border-bottom-left-radius: 4;
  43. }
  44.  
  45. #header h1 a {
  46.     background: #101010;
  47. }
  48.  
  49.  
  50. #topnav, #topnav ul {
  51.     background: #101010;
  52.     color: white;
  53. }
  54. #topnav ul strong a, #topnav ul strong {
  55.     background: #232323;
  56. }
  57.  
  58. #content_small {
  59.     background: #101010;
  60. }
  61.  
  62.  
  63. #main {
  64.     background: #232323;
  65.     color: white;
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement