Guest User

Untitled

a guest
Dec 23rd, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 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. /* Bottom bar, not visible in catalog mode */
  27. div.pages {
  28. background: #151515;
  29. border-color: #81a2be;
  30. }
  31. div.pages a.selected {
  32. color: #cc6666;
  33. }
  34. /* Thread separators */
  35. hr {
  36. border-color: #373b41;
  37. }
  38.  
  39. /* Link colors, might or might not work */
  40. a:link, a:visited, .intro a.email span.name {
  41. color: #81a2be;
  42. }
  43. a:link:hover {
  44. color: #cc6666;
  45. }
  46.  
  47. /* Catalog grids */
  48. /* Background color and green border */
  49. .thread.grid-li.grid-size-vsmall, .thread.grid-li.grid-size-vsmall:hover,
  50. .thread.grid-li.grid-size-small, .thread.grid-li.grid-size-small:hover,
  51. .thread.grid-li.grid-size-large, .thread.grid-li.grid-size-large:hover {
  52. background-color: #282A2E;
  53. border: 1px solid #373b41;
  54. }
  55.  
  56. /* Posting form */
  57. /* Field names */
  58. form table tr th {
  59. background: #282A2E;
  60. color: #ACACAC;
  61. border: 1px solid #373b41;
  62. }
  63. /* Input fields */
  64. textarea, input:not([type="file"]):not([type="checkbox"]), [type="submit"] {
  65. color: #ACACAC;
  66. background: #282A2E;
  67. border: 1px double #1d1f21;
  68. border-radius: 5px;
  69. }
  70. /* Input fields, focused */
  71. textarea:focus, input:not([type="file"]):not([type="checkbox"]):focus, [type="submit"]:hover {
  72. border: 1px solid #1d1f21;
  73. -moz-box-shadow: 0 0 10px #1d1f21;
  74. -webkit-box-shadow: 0 0 10px #1d1f21;
  75. box-shadow: 0 0 10px #1d1f21;
  76. }
  77.  
  78. /* OP */
  79. /* Subject */
  80. .intro span.subject {
  81. color: #b294bb;
  82. }
  83.  
  84. /* name */
  85. .intro span.name {
  86. color: #5f89ac;
  87. }
  88.  
  89. /* tripcode */
  90. .intro span.trip {
  91. color: #8abeb7;
  92. }
  93.  
  94. /* Replies */
  95. /* Background color and green border */
  96. div.post.reply {
  97. background: #282A2E;
  98. border-color: #373b41;
  99. border-style: solid;
  100. border-width: 0.8px;
  101. border-radius: 5px;
  102. }
  103. /* Highlighted replies */
  104. div.post.reply.highlighted {
  105. background: #282A2E;
  106. border-color: #5f89ac;
  107. border-style: solid;
  108. border-width: 0.8px;
  109. border-radius: 5px;
  110. }
  111. /* Buggy shit */
  112. div.post.reply div.body a {
  113. color: #5f89ac;
  114. text-decoration: none;
  115. }
Advertisement
Add Comment
Please, Sign In to add comment