lotushomerun

css for a site :)

Feb 3rd, 2019
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.34 KB | None | 0 0
  1. body {
  2. background-color:#0F0E11;
  3. font-family: 'Trebuchet MS';
  4. }
  5.  
  6.  
  7. div#page {
  8. background-color:#0F0E11;
  9. }
  10.  
  11. header {
  12. background-color:#0F0E11;
  13. }
  14.  
  15. label {
  16. color:white;
  17. }
  18.  
  19. span {
  20. color:#CFCFCF;
  21. }
  22.  
  23.  
  24. p {
  25. color:#CFCFCF;
  26. }
  27.  
  28. a.active {
  29. color:#00C9FF;
  30. }
  31.  
  32. h1 {
  33. color:white;
  34. font-family: 'Trebuchet MS';
  35. font-weight: bold;
  36. }
  37.  
  38. h2 {
  39. color:white;
  40. font-family: 'Trebuchet MS';
  41. }
  42.  
  43. div#notice {
  44. background-color:#19171C;
  45. }
  46.  
  47. div#upgrade-account-notice {
  48. background-color:#19171C;
  49. }
  50.  
  51. h1.general-tag-list {
  52. color:white;
  53. font-family: 'Trebuchet MS';
  54. }
  55.  
  56. li {
  57. color:white;
  58. font-family: 'Trebuchet MS';
  59. }
  60.  
  61. input {
  62. font-family: 'Trebuchet MS';
  63. }
  64.  
  65. textarea {
  66. font-family: 'Trebuchet MS';
  67. }
  68.  
  69.  
  70. a {
  71. font-family: 'Trebuchet MS';
  72. }
  73.  
  74. div#image-resize-notice {
  75. background-color:#C66EFF;
  76. }
  77.  
  78. select {
  79. font-family: 'Trebuchet MS';
  80. }
  81.  
  82. footer {
  83. background-color:#0F0E11;
  84. }
  85.  
  86. th {
  87. color:#CFCFCF;
  88. }
  89.  
  90. td {
  91. color:#CFCFCF;
  92. }
  93.  
  94. h3 {
  95. color:white;
  96. font-family: 'Trebuchet MS';
  97. }
  98.  
  99. h4 {
  100. color:white;
  101. font-family: 'Trebuchet MS';
  102. }
  103.  
  104. h5 {
  105. color:white;
  106. font-family: 'Trebuchet MS';
  107. }
  108.  
  109. h6 {
  110. color:white;
  111. font-family: 'Trebuchet MS';
  112. }
  113.  
  114. blockquote {
  115. background-color:#6E714F;
  116. }
  117.  
  118. tr {
  119. background-color:#0F0E11;
  120. }
  121.  
  122. span.search-name {
  123. color:#0F0E11;
  124. }
  125.  
  126. div#artist-commentary {
  127. background-color:#19171C;
  128. }
Add Comment
Please, Sign In to add comment