Guest User

Untitled

a guest
Dec 23rd, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. /* Tomorrow Theme for Leftypol.org */
  2. /* General */
  3. body {
  4. background: #1d1f21 url('img/fade-yotsuba.png') repeat-x 50% 0%;
  5. color: #ACACAC;
  6. }
  7.  
  8. /* Top bar */
  9. /* Background, border and fade */
  10. .bar {
  11. background-color: #151515;
  12. border-color: #81a2be!important;
  13. /* comment these out to remove the fade */
  14. /*
  15. -moz-box-shadow: 0 0 40px #FFB300;
  16. -webkit-box-shadow: 0 0 40px #FFB300;
  17. box-shadow: 0 0 40px #FFB300;
  18. */
  19. }
  20. /* Board links */
  21. div.boardlist {
  22. color: #81a2be;
  23. font-size: 14px;
  24. }
  25.  
  26. /* Board title and subtitle */
  27. header div.subtitle, h1 {
  28. color: indianred;
  29. }
  30.  
  31. /* Bottom bar, not visible in catalog mode */
  32. div.pages {
  33. background: #151515;
  34. border-color: #81a2be;
  35. }
  36. div.pages a.selected {
  37. color: #cc6666;
  38. }
  39. /* Thread separators */
  40. hr {
  41. border-color: #373b41;
  42. }
  43.  
  44. /* Link colors, might or might not work */
  45. a:link, a:visited, .intro a.email span.name {
  46. color: #81a2be;
  47. }
  48. a:link:hover {
  49. color: #cc6666;
  50. }
  51.  
  52. /* Catalog grids */
  53. /* Background color and green border */
  54. .thread.grid-li.grid-size-vsmall, .thread.grid-li.grid-size-vsmall:hover,
  55. .thread.grid-li.grid-size-small, .thread.grid-li.grid-size-small:hover,
  56. .thread.grid-li.grid-size-large, .thread.grid-li.grid-size-large:hover {
  57. background-color: #282A2E;
  58. border: 1px solid #373b41;
  59. }
  60.  
  61. /* Posting form */
  62. /* Field names */
  63. form table tr th {
  64. background: #282A2E;
  65. color: #ACACAC;
  66. border: 1px solid #373b41;
  67. }
  68. /* Input fields */
  69. textarea, input:not([type="file"]):not([type="checkbox"]), [type="submit"] {
  70. color: #ACACAC;
  71. background: #282A2E;
  72. border: 1px double #1d1f21;
  73. border-radius: 5px;
  74. }
  75. /* Input fields, focused */
  76. textarea:focus, input:not([type="file"]):not([type="checkbox"]):focus, [type="submit"]:hover {
  77. border: 1px solid #1d1f21;
  78. -moz-box-shadow: 0 0 10px #1d1f21;
  79. -webkit-box-shadow: 0 0 10px #1d1f21;
  80. box-shadow: 0 0 10px #1d1f21;
  81. }
  82.  
  83. /* OP */
  84. /* Subject */
  85. .intro span.subject {
  86. color: #b294bb;
  87. }
  88.  
  89. /* name */
  90. .intro span.name {
  91. color: #5f89ac;
  92. }
  93.  
  94. /* tripcode */
  95. .intro span.trip {
  96. color: #8abeb7;
  97. }
  98.  
  99. /* Replies */
  100. /* Background color and green border */
  101. div.post.reply {
  102. background: #282A2E;
  103. border-color: #373b41;
  104. border-style: solid;
  105. border-width: 0.8px;
  106. border-radius: 5px;
  107. }
  108. /* Highlighted replies */
  109. div.post.reply.highlighted {
  110. background: #282A2E;
  111. border-color: #5f89ac;
  112. border-style: solid;
  113. border-width: 0.8px;
  114. border-radius: 5px;
  115. }
  116.  
  117. /* Red text */
  118. span.heading {
  119. color: indianred;
  120. }
  121.  
  122. /* Buggy shit */
  123. div.post.reply div.body a {
  124. color: #5f89ac;
  125. text-decoration: none;
  126. }
  127.  
  128.  
Advertisement
Add Comment
Please, Sign In to add comment