Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.44 KB | None | 0 0
  1. body{
  2. background-image: url(https://i.imgur.com/Rq8B6oO.gif), url(https://i.imgur.com/Eqc0kH2.png);
  3. background-size: 419px 325px, 300px 300px;
  4. background-position: right bottom, left top;
  5. background-repeat: no-repeat, repeat;
  6. background-attachment: fixed;
  7. color: #eee;
  8. font-family: 'Hack', monospace, sans-serif;
  9. font-size: 90%;
  10. }
  11. textarea {
  12. color: inherit;
  13. font-size: inherit;
  14. border: 0;
  15. padding: 2;
  16. background-color: transparent;
  17. outline: 0;
  18. }
  19. #newPostFieldset, #quick-reply table, .modalDecorationPanel, .floatingMenu, #settingsFieldset, .reportFieldset {
  20. border: 1px dashed #771111;
  21. }
  22. .labelSubject {
  23. color: #b388ff;
  24. font-weight: bold;
  25. }
  26. .labelSubject::before {
  27. content: "「";
  28. }
  29. .labelSubject::after {
  30. content: "」";
  31. }
  32. .panelBacklinks a {
  33. padding-left: 0.5em;
  34. color: #c22;
  35. text-decoration: none;
  36. }
  37. .panelBacklinks:hover a {
  38. padding-left: 0.5em;
  39. color: #513fd3;
  40. text-decoration: none;
  41. }
  42. .quoteLink {
  43. color: #c22;
  44. }
  45. .quoteLink:hover {
  46. color: #513fd3;
  47. }
  48. .linkName {
  49. font-weight: bold;
  50. color: #c22;
  51. }
  52. .linkName:hover {
  53. font-weight: bold;
  54. color: #513fd3;
  55. }
  56. .linkQuote {
  57. color: #555;
  58. text-decoration: none;
  59. }
  60. .linkQuote:hover {
  61. color: #c22;
  62. text-decoration: none;
  63. }
  64. .linkSelf {
  65. color: #555;
  66. text-decoration: none;
  67. }
  68. #showFormsButton {
  69. color: #c22;
  70. }
  71. #showFormsButton:hover {
  72. color: #513fd3;
  73. }
  74. nav {
  75. background: #222222b3;
  76. border-bottom: 1px solid #111;
  77. }
  78. .coloredIcon {
  79. color: #c22;
  80. }
  81. .coloredIcon:hover {
  82. color: #513fd3;
  83. }
  84. .catalogCell {
  85. background: #222222;
  86. border: 1px solid #222;
  87. border-radius: 0px;
  88. }
  89. .relativeTime {
  90. color: #555;
  91. }
  92. input[type=button], input[type=submit], button, .dropzone, .selectedCell
  93. {
  94. border: 3px double #111;
  95. background: #222;
  96. border-radius: 0px;
  97. }
  98. #postingForm th {
  99. border: 1px solid #333;
  100. background: #222;
  101. border-radius: 0px;
  102. }
  103. .innerPost, .markedPost {
  104. background: #222;
  105. border: 1px solid #111;
  106. border-radius: 0px;
  107. }
  108. .markedPost, .sideCatalogMarkedCell {
  109. background: #333;
  110. }
  111. #newPostFieldset, #quick-reply table, .modalDecorationPanel {
  112. border: 1px dashed #c21;
  113. }
  114. hr {
  115. border-color: #c21;
  116. }
  117. .reportFieldset {
  118. border: 1px dashed #c21;
  119. }
  120. .noEmailName, .noEmailName:hover {
  121. color: #98E;
  122. }
  123. a {
  124. color: #c21;
  125. }
  126. .sideCatalogCell, .sideCatalogMarkedCell {
  127. background: #222;
  128. border: 1px solid #333333;
  129. border-radius: 0px;
  130. }
  131. #divLatestPosts .latestPostCell {
  132. background: #222;
  133. border: 1px solid #c21;
  134. border-radius: 0px;
  135. }
  136. span.spoiler {
  137. background: eee;
  138. color: eee;
  139. padding: 0 1px;
  140. }
  141. .redText {
  142. /* background-image: repeating-linear-gradient(90deg, violet, indigo, blue, green, yellow, orange, red, violet); */
  143. background-image: repeating-linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet, red);
  144. /* background-image: repeating-linear-gradient(90deg, #E40303, #FF8C00, #FFED00, #008026, #004DFF, #750787, #E40303); */
  145. background-size: 50% 100%;
  146. -webkit-background-clip: text;
  147. -webkit-text-fill-color: transparent;
  148. animation: rainbow 1s linear infinite;
  149. font-size: 1.5em;
  150. text-transform: uppercase;
  151. }
  152.  
  153. @keyframes rainbow {
  154. 0%{background-position:0% 50%}
  155. 100%{background-position:100% 50%}
  156. }
  157.  
  158. @-webkit-keyframes rainbow {
  159. 0%{background-position:0% 50%}
  160. 100%{background-position:100% 50%}
  161. }
  162.  
  163. @-moz-keyframes rainbow {
  164. 0%{background-position:0% 50%}
  165. 100%{background-position:100% 50%}
  166. }
  167.  
  168. @-ms-keyframes rainbow {
  169. 0%{background-position:0% 50%}
  170. 100%{background-position:100% 50%}
  171. }
  172. .floatingMenu {
  173. border: 1px dashed #222;
  174. background: #1c1c1c;
  175. padding: 0.25em;
  176. }
  177. .floatingMenu, #quick-reply table {
  178. background: #1c1c1c;
  179. border: 1px dashed #222;
  180. }
  181. input[type=checkbox].postingCheckbox+label:before {
  182. color: #c21;
  183. }
  184. a.rules:after {
  185. color: #c21;
  186. }
  187. header {
  188. /* background-image: repeating-linear-gradient(90deg, violet, indigo, blue, green, yellow, orange, red, violet); */
  189. background-image: repeating-linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet, red);
  190. /* background-image: repeating-linear-gradient(90deg, #E40303, #FF8C00, #FFED00, #008026, #004DFF, #750787, #E40303); */
  191. background-size: 50% 100%;
  192. -webkit-background-clip: text;
  193. -webkit-text-fill-color: #c21;
  194. animation: rainbow 1s linear infinite;
  195. font-size: 75%;
  196. text-transform: uppercase;
  197. }
  198.  
  199. @keyframes rainbow {
  200. 0%{background-position:0% 50%}
  201. 100%{background-position:100% 50%}
  202. }
  203.  
  204. @-webkit-keyframes rainbow {
  205. 0%{background-position:0% 50%}
  206. 100%{background-position:100% 50%}
  207. }
  208.  
  209. @-moz-keyframes rainbow {
  210. 0%{background-position:0% 50%}
  211. 100%{background-position:100% 50%}
  212. }
  213.  
  214. @-ms-keyframes rainbow {
  215. 0%{background-position:0% 50%}
  216. 100%{background-position:100% 50%}
  217. }
  218. .noEmailName, .noEmailName:hover {
  219. color: #c21;
  220. }
  221. /* width */
  222. ::-webkit-scrollbar {
  223. width: 7px;
  224. height: 7px;
  225. }
  226.  
  227. /* Track */
  228. ::-webkit-scrollbar-track {
  229. background: #222;
  230. }
  231.  
  232. /* Handle */
  233. ::-webkit-scrollbar-thumb {
  234. background: #240000;
  235. }
  236.  
  237. /* Handle on hover */
  238. ::-webkit-scrollbar-thumb:hover {
  239. background: #c22;
  240. }
  241. input, select, textarea {;
  242. border: 1px double #111;
  243. border-radius: 1px;
  244. background: #222;
  245. color: #eee;
  246. font-family: 'Hack', monospace, sans-serif;
  247. font-size: 90%;
  248. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement