html_4chan_style.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. #parent #container {
  2. background-color: #eef2ff;
  3. padding: 17px;
  4. }
  5. #parent #container .reply {
  6. background-color: rgb(214, 218, 240);
  7. border-bottom-color: rgb(183, 197, 217);
  8. border-bottom-style: solid;
  9. border-bottom-width: 1px;
  10. border-image-outset: 0;
  11. border-image-repeat: stretch;
  12. border-image-slice: 100%;
  13. border-image-source: none;
  14. border-image-width: 1;
  15. border-left-color: rgb(0, 0, 0);
  16. border-left-style: none;
  17. border-left-width: 0px;
  18. border-right-color: rgb(183, 197, 217);
  19. border-right-style: solid;
  20. border-right-width: 1px;
  21. border-top-color: rgb(0, 0, 0);
  22. border-top-style: none;
  23. border-top-width: 0px;
  24. color: rgb(0, 0, 0);
  25. display: table;
  26. font-family: arial, helvetica, sans-serif;
  27. font-size: 13.3333px;
  28. margin-bottom: 4px;
  29. margin-left: 0px;
  30. margin-right: 0px;
  31. margin-top: 4px;
  32. overflow-x: hidden;
  33. overflow-y: hidden;
  34. padding-bottom: 4px;
  35. padding-left: 2px;
  36. padding-right: 2px;
  37. padding-top: 4px;
  38. }
  39. #parent #container .number {
  40. color: rgb(0, 0, 0);
  41. font-family: arial, helvetica, sans-serif;
  42. font-size: 13.3333px;
  43. width: 342.65px;
  44. margin-right: 7px;
  45. }
  46. #parent #container .op {
  47. color: rgb(0, 0, 0);
  48. font-family: arial, helvetica, sans-serif;
  49. font-size: 13.3333px;
  50. margin-bottom: 8px;
  51. margin-left: 0px;
  52. margin-right: 0px;
  53. margin-top: 4px;
  54. overflow-x: hidden;
  55. overflow-y: hidden;
  56. }
  57. #parent #container .op blockquote {
  58. margin-left: 0px !important;
  59. }
  60. #parent #container .name {
  61. color: rgb(17, 119, 67);
  62. font-family: arial, helvetica, sans-serif;
  63. font-size: 13.3333px;
  64. font-weight: 700;
  65. margin-left: 7px;
  66. }
  67. #parent #container .quote {
  68. color: rgb(221, 0, 0);
  69. font-family: arial, helvetica, sans-serif;
  70. font-size: 13.3333px;
  71. text-decoration-color: rgb(221, 0, 0);
  72. text-decoration-line: underline;
  73. text-decoration-style: solid;
  74. text-decoration-thickness: auto;
  75. }
  76. #parent #container .greentext {
  77. color: rgb(120, 153, 34);
  78. font-family: arial, helvetica, sans-serif;
  79. font-size: 13.3333px;
  80. }
  81. #parent #container blockquote {
  82. margin: 0px !important;
  83. margin-block-start: 1em;
  84. margin-block-end: 1em;
  85. margin-inline-start: 40px;
  86. margin-inline-end: 40px;
  87. margin-top: 13.33px !important;
  88. margin-bottom: 13.33px !important;
  89. margin-left: 40px !important;
  90. margin-right: 40px !important;
  91. }
  92. #parent #container .message {
  93. color: black;
  94. border: none;
  95. }