Advertisement
Guest User

/retro/ theme by >>512

a guest
Mar 28th, 2020
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. body{
  2. bgcolor: #000000 !important;
  3. }
  4.  
  5. h1{
  6. font-family: Apple Garamond !important;
  7. }
  8.  
  9. div{
  10. font-family: Times !important;
  11. }
  12.  
  13. .postCell{
  14. color: #000000 !important;
  15. bgcolor: #ffffff !important;
  16. }
  17.  
  18. p{
  19. font-family: Apple Garamond !important;
  20. color: cadetblue !important;
  21. }
  22.  
  23. button{
  24. border-radius: 0px !important;
  25. border-style: outset !important;
  26. font-family: Apple Garamond !important;
  27. font-style: bold !important;
  28. background-color: #bbbbbb !important;
  29. }
  30.  
  31. th{
  32. border-style: outset !important;
  33. font-family: Apple Garamond !important;
  34. background-color: #F5ECCE !important;
  35. }
  36.  
  37. a{
  38. font-family: Times !important;
  39. color: navy !important;
  40. }
  41.  
  42. .WebringButton{
  43. text-decoration: none !important;
  44. text-shadow: none !important;
  45. }
  46.  
  47. #divThreads{
  48. width: 70% !important;
  49. align-self: center !important;
  50. }
  51.  
  52. div{
  53. margin: 0 auto !important;
  54. }
  55.  
  56. .postCell{
  57. border-style: outset !important;
  58. border-color: cadetblue !important;
  59.  
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement