Advertisement
Guest User

Mewch Theme For Spacechan

a guest
Aug 19th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. hr {
  2. border-color: #eebbba; /* hr divider color*/
  3. }
  4.  
  5. #divLatestPosts .latestPostCell {
  6. background: #eebbba !important; /* background latest posts cell on homepage */
  7. border: 1px solid #ffcccb !important; /* border of latest posts cell on homepage */
  8. }
  9.  
  10. .coloredIcon {
  11. color: #34345c; /*nav bar icons and links and controls color*/
  12. }
  13.  
  14. a {
  15. color: #34345c; /*link color*/
  16. }
  17.  
  18. body {
  19. background: #ffe4e6 !important; /*background color, solid*/
  20. /*background: linear-gradient(to bottom, #D6DAF0 0%, #EEF2FF 10%) !important;*/ /*background color, gradient*/
  21. color: #000; /*general text color*/
  22. }
  23.  
  24. input, select, textarea {
  25. border: 1px double white;
  26. border-radius: 5px;
  27. background: white;
  28. color: black;
  29. font-family: 'Hack', monospace, sans-serif;
  30. font-size: 80%;
  31. border-radius: 0px;
  32. }
  33.  
  34. nav {
  35. background-color: #ffcccb /* nav bar background color */
  36. }
  37.  
  38. #settingsFieldset {
  39. border: 1px dashed #ffcccb; /* dotted border color */
  40. }
  41.  
  42. #staticPageFieldset {
  43. border: 1px dashed #ffcccb; /* dotted border color */
  44. }
  45.  
  46. .floatingMenu {
  47. border: 1px solid #34345c;
  48. background: #ffcccb; /* controls menu background */
  49. }
  50.  
  51. .hideButton {
  52. color: #34345c /*hide button color*/
  53. }
  54.  
  55. .boardHeader, .boardHeader p{
  56. color: #000; /*color of board name and description*/
  57. }
  58.  
  59. #infoBox {
  60. color: rgb(251, 44, 112);
  61. }
  62.  
  63. .topBoards a {
  64. background: #eebbba !important; /* background top boards cell on homepage */
  65. border: 1px solid #ffcccb !important; /* border of top boards cell on homepage */
  66. }
  67.  
  68. .catalogCell {
  69. background: #eebbba !important; /* background for catalog cells */
  70. border: 1px solid #ffcccb !important; /* border for catalog cells */
  71. border-radius: 0px;
  72. }
  73.  
  74. legend {
  75. background-color: #eebbba; /*color of mode label on posting form*/
  76. color: #fff;
  77. }
  78.  
  79. #postingForm th {
  80. background: #ffcccb; /*color of description cells in posting form */
  81. border: #ffcccb;
  82. }
  83.  
  84. #newPostFieldset, .modalDecorationPanel {
  85. border: none;
  86. background: none; /*make background of post form transparent */
  87. }
  88.  
  89. .handle {
  90. background-color: #eebbba;
  91. }
  92.  
  93. #quick-reply table{
  94. background: #ffcccb; /*quick reply box background color */
  95. border: 1px solid #eebbba ; /*quick reply box border color */
  96. }
  97.  
  98. /* POSTS */
  99.  
  100. .labelSubject {
  101. color: #6d6193; /*color of subject in posts*/
  102. font-weight: bold;
  103. }
  104.  
  105. .linkName {
  106. color: #117743; /* color of username in posts */
  107. }
  108.  
  109. .linkSelf {
  110. color: #35345c !important; /*color of 'No.' on posts */
  111. }
  112.  
  113. .linkQuote {
  114. color: #35345c !important; /*color of of the actual number for a post */
  115. }
  116.  
  117. .linkQuote:hover {
  118. color: #35345c !important; /* color when hovering over a post number */
  119. }
  120.  
  121. .innerPost {
  122. background: #ffcccb; /* background of post cell */
  123. border-color: #eebbba; /* border of post cell */
  124. border-radius: 0px;
  125. }
  126.  
  127. .markedPost {
  128. background-color: #fcb0af; /*color for selected post cell*/
  129. border-radius: 0;
  130. border: 1px solid #eebbba;
  131. }
  132.  
  133. a[href*=".html#"] {
  134. color: #ff1f1f; /*color of >> links*/
  135. }
  136.  
  137. span.quote {
  138. color: #ff1f1f; /*color of >> links*/
  139. }
  140.  
  141. /* IMAGES n' SUCH */
  142.  
  143. .embedButton {
  144. color: #117743;
  145. }
  146.  
  147. /* MISCELLANEOUS */
  148.  
  149. #selectedTab {
  150. color: #000;
  151. text-shadow: 0px 0px 6px #0066ff;
  152. }
  153. #postingForm input:focus, #postingForm textarea:focus,
  154. .modalDecorationPanel input[type='text']:focus, #settingsMenu input[type='text']:focus,
  155. #settingsMenu textarea:focus {
  156. box-shadow: 0px 0px 5px 2px #ffcccb;
  157. }
  158. input[type=button], input[type=submit], button, .dropzone, .selectedCell
  159. {
  160. border: 3px double #07371F;
  161. border-radius: 0px;
  162. background: #eebbba;
  163. color: black;
  164. padding-left: 0.25em;
  165. font-family: 'Hack', monospace, sans-serif;
  166. font-size: 80%;
  167. font-weight: bold;
  168. margin-top: 0.5em;
  169. margin-bottom: 0.5em;
  170. cursor: pointer;
  171. }
  172. #postingForm th {
  173. border-radius: 0px;
  174. }
  175. .sideCatalogCell, .sideCatalogMarkedCell {
  176. background: #ffcccb;
  177. border-radius: 0px;
  178. border: 1px solid #eebbba;
  179. }
  180. span.labelCreated {
  181. font-weight: normal;
  182. }
  183. .linkQuote {
  184. font-weight: normal;
  185. }
  186. .linkSelf {
  187. font-weight: normal;
  188. }
  189. #divLatestPosts .latestPostCell {
  190. border-radius: 0px;
  191. border: 1px solid #eebbba;
  192. }
  193. #divLatestImages img {
  194. background: #ffcccb;
  195. border-radius: 0px;
  196. border: 1px solid #eebbba;
  197. }
  198. .reportFieldset {
  199. border: 1px dashed #eebbba;
  200. }
  201. a.rules::after{
  202. color: red;
  203. }
  204. input.postingCheckbox[type="checkbox"] + label::before {
  205. color: red;
  206. }
  207. a:hover, .glowOnHover:hover {
  208. text-shadow: 0px 0px 5px red;
  209. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement