Advertisement
Guest User

readable /lit/ style

a guest
Sep 16th, 2016
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.46 KB | None | 0 0
  1. h1, h2, h3, h4, h5 {
  2.     color: #000 !important;
  3. }
  4.  
  5. a, a:visited, a.thread_subject {
  6.     color: #336699;
  7.     text-decoration: none;
  8. }
  9.  
  10. a:hover {
  11.     color: #5577bb;
  12. }
  13.  
  14. a.omit {
  15.     border-color: #333;
  16. }
  17.  
  18. span.page_current, a.hide {
  19.     background: #ddd !important;
  20.     border: none !important;
  21. }
  22.  
  23. body {
  24.     background: #ddd;
  25.     color: #000;
  26.     margin: auto;
  27.     max-width: 50%;
  28.     min-width: 50%;
  29. }
  30.  
  31. div.head, div.tocbox, th, table.th, tr.toc-header>th {
  32.     background: #aaa;
  33.     border: none;
  34.     padding: 2px 2px 2px 2px;
  35. }
  36.  
  37. div.thr_body, div.thread_headerw {
  38.     border: none;
  39. }
  40.  
  41. div.thread_header, div.pages {
  42.     background: #aaa;
  43.     border: none;
  44.     color: #000;
  45. }
  46.  
  47. hr {
  48.     background: #999;
  49.     border: 0;
  50.     border-bottom: 1px dashed #ccc;
  51. }
  52.  
  53. form>table {
  54.     background: #ddd;
  55. }
  56.  
  57. input, textarea {
  58.     -moz-border-radius: 5px !important;
  59.     -webkit-border-radius: 5px !important;
  60.     border-radius: 5px !important;
  61.     background: #fff;
  62.     border: 2px !important;
  63.     color: #000;
  64.     padding: 2px 2px 2px 2px;
  65. }
  66.  
  67. span.name {
  68.     color: #000;
  69. }
  70.  
  71. span.spoiler {
  72.     background: #000;
  73.     color: #000;
  74. }
  75.  
  76. span.spoiler:hover {
  77.     color: #fff;
  78. }
  79.  
  80. span.sub {
  81.     color: #336699;
  82. }
  83.  
  84. table.post-t {
  85.     background: #fff;
  86.     color: #000;
  87.     font-family: Open Sans, Arial, Helvetica, sans-serif;
  88.     font-size: 16px;
  89. }
  90.  
  91. tr,td, thead, tbody, table {
  92.     background: #fff;
  93.     border: none;
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement