Advertisement
Guest User

A gift to 314chan

a guest
Apr 4th, 2021
612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. html, body {
  2. font-size:12pt;
  3. background: #dff0eb;
  4. color:#000000;
  5. font-family:arial;
  6. }
  7.  
  8. a {
  9. background:inherit;
  10. color: #8d0000;
  11. text-decoration:none;
  12. }
  13.  
  14. a.no-decoration {
  15. font-family: arial;
  16. color: #8d0000;
  17. }
  18.  
  19. h1.board-title {
  20. font-family: arial;
  21. font-size: 24pt;
  22. text-decoration: regular;
  23. color: #8d0000;
  24. }
  25.  
  26. nav.navbar {
  27. background: #dff0eb;
  28. border: none;
  29. border-style: none;
  30. font-family: arial;
  31. }
  32.  
  33. #float .post-container, #livetext, #threadstats, .catalog-tile, .pages, .post-container, .stickynav, .toggle-summary {
  34. background: none;
  35. border: none;
  36. }
  37.  
  38. .modal, tr, td {
  39. background: #dff0eb;
  40. border-color: #b7d0c7;
  41. }
  42.  
  43. table {
  44. border-style: none;
  45. }
  46.  
  47. .label, .rlabel, th, th.alt {
  48. background: #b7d0c7;
  49. border: none;
  50. }
  51.  
  52. .post-container {
  53. background: #b7d0c7;
  54. }
  55.  
  56. #postform {
  57. background: #88b0a1;
  58. border-color: #b7d0c7;
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement