Advertisement
Guest User

vichan-hanabira

a guest
Jan 25th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.51 KB | None | 0 0
  1. body {
  2.     background: #ffffee;
  3.     color: #600000;
  4.     font-size: 100%;
  5.     font-family: inherit;
  6. }
  7.  
  8. p {
  9.     margin: 0.3em;
  10. }
  11.  
  12. blockquote {
  13.     background: inherit;
  14.     margin: 0;
  15.     color: #789922;
  16.     padding: .3em 0;
  17. }
  18.  
  19. div.post.reply {
  20.     background: #f0e0d6;
  21.     -webkit-border-radius: 5px;
  22.     border-width: medium 1px 1px medium;
  23.     border-style: none solid solid none;
  24.     /*padding: 0 1em 0 0;*/
  25. }
  26.  
  27. div.post.reply.highlighted {
  28.   background: #f0e0d6;
  29. }
  30.  
  31. div.body {
  32.     padding: 0em 20px !important;
  33.     margin: 0px !important;
  34. }
  35.  
  36. a {
  37.     color: #0000ee;
  38.     font-size: inherit;
  39. }
  40.  
  41. a:hover {
  42.     color: #DD0000;
  43. }
  44.  
  45. div.post.reply div.body a {
  46.     color: #0000ee;
  47. }
  48. div.post.reply div.body a:hover {
  49.     color: #DD0000;
  50. }
  51. div.post {
  52.     padding-left: 20px
  53. }
  54.  
  55. .unimportant,
  56. .unimportant * {
  57.     font-size: 0.8em;
  58. }
  59.  
  60. a.unimportant,
  61. .unimportant * {
  62.     font-size: inherit;
  63. }
  64.  
  65. form table tr th {
  66.     background: #EEAA88;
  67. }
  68.  
  69. div.pages {
  70.     background: #f0e0d6;
  71. }
  72.  
  73. .postfilename {
  74.     font-size: 100%;
  75. }
  76.  
  77. span.spoiler {
  78.     background: #f0d0b6;
  79.     color: #f0d0b6
  80. }
  81. .spoiler a {
  82.     background: #f0d0b6;
  83.     color: #f0d0b6
  84. }
  85. .spoiler a:hover {
  86.     color: #600000!important
  87. }
  88. .spoiler blockquote {
  89.     background: #f0d0b6;
  90.     color: #f0d0b6
  91. }
  92. .spoiler:hover {
  93.     background: #f0d0b6!important;
  94.     color: #600000!important
  95. }
  96.  
  97. .intro span.subject {
  98.     color: #CC1105;
  99.     font-size: 1.2em;
  100.     font-weight: bold;
  101.     text-align: left;
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement