Advertisement
Guest User

Space Themed Spacechan Theme (no curved boxes)

a guest
Aug 20th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. body {
  2. background: url("https://i.imgur.com/N5yFPgq.png");
  3. }
  4. nav {
  5. background-image: linear-gradient(to left, aqua , black, black);
  6. border-bottom: 1px solid #4169E1;
  7. }
  8. .coloredIcon {
  9. color: #216db9;
  10. }
  11. .catalogCell {
  12. background: #040404;
  13. border: 1px solid #4169E1;
  14. border-radius: 0px;
  15. }
  16. input, select, textarea {
  17. border: 1px double #4169E1;
  18. background: #040404;
  19. border-radius: 0px;
  20. }
  21. input[type=button], input[type=submit], button, .dropzone, .selectedCell
  22. {
  23. border: 3px double #4169E1;
  24. background: #040404;
  25. border-radius: 0px;
  26. }
  27. #postingForm th {
  28. border: 1px solid #4169E1;
  29. background: #040404;
  30. border-radius: 0px;
  31. }
  32. .innerPost, .markedPost {
  33. background: #040404;
  34. border: 1px solid #4169E1;
  35. border-radius: 0px;
  36. }
  37. #newPostFieldset, #quick-reply table, .modalDecorationPanel {
  38. border: 1px dashed #00D4FF;
  39. }
  40. hr {
  41. border-color: #00D4FF;
  42. }
  43. .reportFieldset {
  44. border: 1px dashed #00D4FF;
  45. }
  46. .noEmailName, .noEmailName:hover {
  47. color: #98E;
  48. }
  49. a {
  50. color: #216db9;
  51. }
  52. .sideCatalogCell, .sideCatalogMarkedCell {
  53. background: #040404;
  54. border: 1px solid #4169E1;
  55. border-radius: 0px;
  56. }
  57. #divLatestPosts .latestPostCell {
  58. background: #040404;
  59. border: 1px solid #4169E1;
  60. border-radius: 0px;
  61. }
  62. span.spoiler {
  63. background: teal;
  64. color: teal;
  65. padding: 0 1px;
  66. }
  67. .redText {
  68. /* background-image: repeating-linear-gradient(90deg, violet, indigo, blue, green, yellow, orange, red, violet); */
  69. background-image: repeating-linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet, red);
  70. /* background-image: repeating-linear-gradient(90deg, #E40303, #FF8C00, #FFED00, #008026, #004DFF, #750787, #E40303); */
  71. background-size: 50% 100%;
  72. -webkit-background-clip: text;
  73. -webkit-text-fill-color: transparent;
  74. animation: rainbow 1s linear infinite;
  75. font-size: 1.5em;
  76. text-transform: uppercase;
  77. }
  78.  
  79. @keyframes rainbow {
  80. 0%{background-position:0% 50%}
  81. 100%{background-position:100% 50%}
  82. }
  83.  
  84. @-webkit-keyframes rainbow {
  85. 0%{background-position:0% 50%}
  86. 100%{background-position:100% 50%}
  87. }
  88.  
  89. @-moz-keyframes rainbow {
  90. 0%{background-position:0% 50%}
  91. 100%{background-position:100% 50%}
  92. }
  93.  
  94. @-ms-keyframes rainbow {
  95. 0%{background-position:0% 50%}
  96. 100%{background-position:100% 50%}
  97. }
  98. .floatingMenu {
  99. border: 1px dashed #00D4FF;
  100. background: #1d1f21;
  101. padding: 0.25em;
  102. }
  103. input[type=checkbox].postingCheckbox+label:before {
  104. color: aqua;
  105. }
  106. a.rules:after {
  107. color: #117743;
  108. }
  109. header {
  110. /* background-image: repeating-linear-gradient(90deg, violet, indigo, blue, green, yellow, orange, red, violet); */
  111. background-image: repeating-linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet, red);
  112. /* background-image: repeating-linear-gradient(90deg, #E40303, #FF8C00, #FFED00, #008026, #004DFF, #750787, #E40303); */
  113. background-size: 50% 100%;
  114. -webkit-background-clip: text;
  115. -webkit-text-fill-color: transparent;
  116. animation: rainbow 1s linear infinite;
  117. font-size: normal;
  118. text-transform: uppercase;
  119. }
  120.  
  121. @keyframes rainbow {
  122. 0%{background-position:0% 50%}
  123. 100%{background-position:100% 50%}
  124. }
  125.  
  126. @-webkit-keyframes rainbow {
  127. 0%{background-position:0% 50%}
  128. 100%{background-position:100% 50%}
  129. }
  130.  
  131. @-moz-keyframes rainbow {
  132. 0%{background-position:0% 50%}
  133. 100%{background-position:100% 50%}
  134. }
  135.  
  136. @-ms-keyframes rainbow {
  137. 0%{background-position:0% 50%}
  138. 100%{background-position:100% 50%}
  139. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement