Guest User

2ch

a guest
Aug 29th, 2016
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.75 KB | None | 0 0
  1. /*
  2.  *  Library of Babel
  3.  *  2ch section
  4.  */
  5.  
  6. html, body {
  7.     background-color: #FFFFFF !important;
  8.     background-repeat: no-repeat;
  9. }
  10.  
  11. body {
  12.     font-family: "Courier", "Courier New", monospace;
  13.     font-size:12pt;
  14.     color: #333333;
  15. }
  16.  
  17. .posts {
  18.     font-family: Courier, "Courier New", monospace;
  19.     font-size: 11pt;
  20.     overflow-x: hidden;
  21. }
  22.  
  23. /* Main Page */
  24. .header a.mainlogo {
  25.    
  26. }
  27.  
  28. .header .welcomefriend {
  29.     color: #d9d9d9;
  30. }
  31.  
  32. ul.menu-links-mob a {
  33.     text-decoration: none;
  34. }
  35.  
  36. .hboardlist li b {
  37.     color: #333333;
  38. }
  39.  
  40. .table .thead .th {
  41.     background: #555555;
  42.     color: #dddddd;
  43. }
  44.  
  45. /* Settings */
  46. .qr {
  47.     background: white !important;
  48. }
  49.  
  50. /* Threads & Posts */
  51. .thread {
  52.     margin: auto;
  53.     min-width: 66%;
  54.     max-width: 66%;
  55. }
  56.  
  57. .post-wrapper, .oppost-wrapper {
  58.     margin: 4px auto;
  59. }
  60.  
  61. .oppost-wrapper {
  62.     background: white !important;
  63.     border: solid 1px #CCCCCC;
  64.     border-radius: 0 !important;
  65. }
  66.  
  67. .reply, .reply.withimg, .post {
  68.     background: white !important;
  69.     border: solid 1px #CCCCCC;
  70.     border-radius: 0 !important;
  71.  
  72.     min-width: 100%;
  73.     max-width: 100%;
  74.     text-align: justify;
  75. }
  76.  
  77. .oppost {
  78.     border: none;
  79. }
  80.  
  81. /* links */
  82. .reply-label, a, .a-link-emulator {
  83.     color: #888888 !important;
  84.     text-decoration: none;
  85. }
  86.  
  87. /* spoilers */
  88. span.spoiler:hover {
  89.     color: #333333;
  90. }
  91.  
  92. span.spoiler {
  93.     background: #CCCCCC;
  94.     color: #CCCCCC;
  95. }
  96.  
  97. /* other */
  98. #adminbar {
  99.     font-family: "Courier", "Times New Roman", "serif";
  100.     font-size: 12px;
  101.     color: #666666;
  102. }
  103.  
  104. .board-tags, .board-tags + hr {
  105.     display: none;
  106. }
  107.  
  108. .moneymoneymoney {
  109.     display: none;
  110. }
  111.  
  112. .favorites, .boardstats {
  113.     display: none;
  114. }
  115.  
  116. /* DET */
  117. .de-thr-hid {
  118.     display: block;
  119.     margin: auto;
  120.     min-width: 66%;
  121.     max-width: 66%;
  122. }
  123.  
  124. .de-pview {
  125.     min-width: 0;
  126. }
Add Comment
Please, Sign In to add comment