Advertisement
erinx

Sanjuyotsuba for 8chan

Jan 10th, 2016
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.10 KB | None | 0 0
  1. /* BEGIN SANJUYOTSUBA  */
  2.  
  3. body {
  4.     background: #ffe url("https://i.imgur.com/NW736Kv.png") repeat-x scroll 50% 0 !important;
  5.     color: #800000;
  6. }
  7. a:link, a:visited{
  8.  color: #800;
  9. }
  10. .intro span.name {
  11.  color: #228854;
  12. }
  13. .intro span.trip {
  14.  color: #228854;
  15. }
  16. a.email {
  17.     color: #00f !important;
  18. }
  19. a:link:hover {
  20.     color: #e00;
  21. }
  22. a.post_no {
  23.     color: #800000;
  24. }
  25. div.post.reply {
  26.     background: #DFFFED none repeat scroll 0 0;
  27.     border-color: #d9bfb7;
  28. }
  29. div.post.reply.highlighted {
  30.     background: #F0E0D6 none repeat scroll 0 0;
  31.     border-color: #d9bfb7;
  32. }
  33. div.post.reply div.body a {
  34.     color: navy;
  35. }
  36. .intro span.subject {
  37.     color: #d00;
  38. }
  39. form table tr th {
  40.     background: #DFFFED none repeat scroll 0 0;
  41.     border-color: #d9bfb7;
  42. }
  43. div.ban h2 {
  44.     background: #fca none repeat scroll 0 0;
  45.     color: inherit;
  46. }
  47. div.ban {
  48.     border-color: #800;
  49. }
  50. div.ban p {
  51.     color: black;
  52. }
  53. div.pages {
  54.     background: #DFFFED none repeat scroll 0 0;
  55.     border-color: #d9bfb7;
  56. }
  57. div.pages a.selected {
  58.     color: #800;
  59. }
  60. hr {
  61.     border-color: #d9bfb7;
  62. }
  63. div.boardlist {
  64.     color: #b86;
  65. }
  66. div.boardlist a {
  67.     color: #800;
  68. }
  69. table.modlog tr th {
  70.     background: #DFFFED none repeat scroll 0 0;
  71. }
  72. #options_div, #alert_div {
  73.     background: #DFFFED none repeat scroll 0 0;
  74. }
  75. .desktop-style div.boardlist:nth-child(1) {
  76.     background-color: #DFFFED;
  77. }
  78. .desktop-style div.boardlist:not(.bottom) {
  79.     background-color: #DFFFED;
  80. }
  81. .box {
  82.     background: #fff none repeat scroll 0 0;
  83.     border-color: #800;
  84.     color: #000;
  85. }
  86. .box-title {
  87.     background: #fca none repeat scroll 0 0;
  88.     color: #800;
  89. }
  90. table thead th {
  91.     background: #fca none repeat scroll 0 0;
  92.     border-color: #800;
  93.     color: #800;
  94. }
  95. table tbody tr:nth-of-type(2n) {
  96.     background-color: #ede2d4;
  97. }
  98. table.board-list-table .board-uri .board-sfw {
  99.     color: #800;
  100. }
  101. tbody.board-list-omitted td {
  102.     background: #fca none repeat scroll 0 0;
  103.     border-color: #800;
  104. }
  105. table.board-list-table .board-tags .board-cell:hover {
  106.     background: #ffe none repeat scroll 0 0;
  107. }
  108. table.board-list-table tr:nth-of-type(2n) .board-tags .board-cell {
  109.     background: #ede2d4 none repeat scroll 0 0;
  110. }
  111. #quick-reply .post-table, #quick-reply td {
  112.     background: #DFFFED none repeat scroll 0 0;
  113.     border-collapse: collapse;
  114.     margin: 0;
  115. }
  116. div.banner{
  117.   background:  #DFFFED;
  118.   color: #800000;
  119. }
  120. div.banner > .unimportant{
  121.   color: #800000;
  122. }
  123. .inline{
  124.   min-width: 350px;
  125.   overflow: visible;
  126.   display: table;
  127.   padding: 5px;
  128. }
  129.  
  130.  
  131. /* SANJUYOTSUBA FOR 8K  */
  132.  
  133. .kqr{
  134.   background: #FFFFEE !important;
  135. }    
  136. .kqr-comment{
  137.   background:#dfffed !important;
  138.   color:#800000 !important;
  139. }
  140. .default-backdrop{
  141.   background:#FFFFEE !important;
  142. }
  143. .kqr-personafield{
  144.   background:#dfffed !important;
  145.   color:#800000 !important;
  146. }
  147. .kqr-handle{
  148.   background:#B8FFBC !important;
  149.   color:#800000 !important;
  150. }
  151. .kqr-button{
  152.   background:#dfffed !important;
  153.   color:#800000 !important;
  154. }
  155. .kqr-embedinput{
  156.   background:#dfffed !important;
  157.   color:#800000 !important;
  158. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement