Advertisement
Guest User

Untitled

a guest
Jan 16th, 2023
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | Source Code | 0 0
  1. @-moz-document url-prefix("https://thebucket.cdmxwildwings.com/") {
  2. html, body {
  3. background: hsla(32, 73%, 46%, 1);
  4.  
  5. background: linear-gradient(90deg, hsla(32, 73%, 46%, 1) 0%, hsla(13, 100%, 30%, 1) 100%);
  6.  
  7. background: -moz-linear-gradient(90deg, hsla(32, 73%, 46%, 1) 0%, hsla(13, 100%, 30%, 1) 100%);
  8.  
  9. background: -webkit-linear-gradient(90deg, hsla(32, 73%, 46%, 1) 0%, hsla(13, 100%, 30%, 1) 100%);
  10.  
  11. filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#C97A20", endColorstr="#9A2100", GradientType=1 );
  12.  
  13. }
  14.  
  15. .headerbar {
  16. background: hsla(32, 73%, 46%, 1);
  17.  
  18. background: linear-gradient(90deg, hsla(32, 73%, 46%, 1) 0%, hsla(13, 100%, 30%, 1) 100%);
  19.  
  20. background: -moz-linear-gradient(90deg, hsla(32, 73%, 46%, 1) 0%, hsla(13, 100%, 30%, 1) 100%);
  21.  
  22. background: -webkit-linear-gradient(90deg, hsla(32, 73%, 46%, 1) 0%, hsla(13, 100%, 30%, 1) 100%);
  23.  
  24. filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#C97A20", endColorstr="#9A2100", GradientType=1 );
  25. color: #fff;}
  26.  
  27. .forumbg {
  28. background: hsla(37, 100%, 6%, 1);
  29.  
  30. background: linear-gradient(90deg, hsla(37, 100%, 6%, 1) 0%, hsla(0, 100%, 6%, 1) 100%);
  31.  
  32. background: -moz-linear-gradient(90deg, hsla(37, 100%, 6%, 1) 0%, hsla(0, 100%, 6%, 1) 100%);
  33.  
  34. background: -webkit-linear-gradient(90deg, hsla(37, 100%, 6%, 1) 0%, hsla(0, 100%, 6%, 1) 100%);
  35.  
  36. filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#1D1200", endColorstr="#210000", GradientType=1 );
  37.  
  38. filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#782600", endColorstr="#842121", GradientType=1 );
  39. }
  40.  
  41. h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  42. color: #fff;
  43. font-family: 'BebasNeueRegular','Arial','Helvetica',sans-serif;
  44. line-height: normal;
  45. font-weight: bold;
  46. text-rendering: optimizeLegibility;/* Fix for webkit rendering, well at least for the time being */
  47. -webkit-font-smoothing: antialiased;/* Fix for webkit rendering, well at least for the time being */ }
  48.  
  49. p {
  50. line-height: 1.3em;
  51. font-size: 1.3em;
  52. font-weight:bold;
  53. margin-bottom: 1.5em;
  54. }
  55.  
  56. .forabg {
  57. background: hsla(37, 100%, 6%, 1);
  58.  
  59. background: linear-gradient(90deg, hsla(37, 100%, 6%, 1) 0%, hsla(0, 100%, 6%, 1) 100%);
  60.  
  61. background: -moz-linear-gradient(90deg, hsla(37, 100%, 6%, 1) 0%, hsla(0, 100%, 6%, 1) 100%);
  62.  
  63. background: -webkit-linear-gradient(90deg, hsla(37, 100%, 6%, 1) 0%, hsla(0, 100%, 6%, 1) 100%);
  64.  
  65. filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#1D1200", endColorstr="#210000", GradientType=1 ); }
  66.  
  67.  
  68. .wrap {
  69. background-color: #512918;
  70. border-color: #3c0d0d;
  71. }
  72.  
  73. html, body {
  74. color: #ff8300;
  75. background-color: #F5F7FA;
  76. }
  77.  
  78. a { color: #68b8ff; }
  79. a:hover { color: #D31141; }
  80.  
  81. ul.forums {
  82. background-color: #3e2218;
  83. background-image: none;
  84. }
  85.  
  86. ul.topiclist li {
  87. color: #98f6ff;
  88. }
  89.  
  90. ul.topiclist dd {
  91. border-left-color: #683a29;
  92. }
  93.  
  94. .rtl ul.topiclist dd {
  95. border-right-color: #683a29;
  96. border-left-color: transparent;
  97. }
  98.  
  99.  
  100.  
  101. li.row {
  102. border-top-color: #683a29;
  103. border-bottom-color: #683a29;
  104. }
  105.  
  106. li.row strong {
  107. color: #fff;
  108. }
  109.  
  110. li.row:hover {
  111. background-color: #622d1b;
  112. }
  113.  
  114. .navbar {
  115. background-color: #2f201c; }
  116.  
  117. .icon.icon-blue, a:hover .icon.icon-blue {
  118. color: #00f0ff;
  119. }
  120.  
  121. .icon.icon-green, a:hover .icon.icon-green {
  122. color: #0f0;
  123. }
  124.  
  125. .icon.icon-red, a:hover .icon.icon-red {
  126. color: #ff0019;
  127. }
  128.  
  129. .bg1 {
  130. background-color: #3e2218;
  131. }
  132.  
  133. .bg2 {
  134. background-color: #3e2218;
  135. }
  136.  
  137. .copyright {
  138. color: #d2d2d2;
  139. }
  140.  
  141. .inputbox {
  142. background-color: #000;
  143. border-color: #fff;
  144. color: #fff;
  145. }
  146.  
  147. .linklist i {
  148. color: #E78338;
  149. text-shadow: 2px 2px 3px #774802;
  150. }
  151.  
  152. .postbody {
  153. color: #f2f2f2; }
  154.  
  155. .content {
  156. color: #fff;
  157. }
  158.  
  159. .postprofile strong {
  160. color: #bfbfbf;
  161. }
  162.  
  163. .postprofile {
  164. color: #fff;
  165. border-color: #FFFFFF;
  166. }
  167.  
  168. .panel {
  169. background-color: #573b2e;
  170. color: #000000;
  171. }
  172.  
  173. label {
  174. color: #c0edf9;
  175. }
  176.  
  177. fieldset dl:hover dt label {
  178. color: #9bfaff;
  179. }
  180.  
  181. .message-box textarea {
  182. color: #fff;
  183. }
  184.  
  185. dd label {
  186. color: #ffd9aa;
  187. }
  188.  
  189. .panel {
  190. background-color: #573b2e;
  191. color: #000;
  192. }
  193.  
  194. .post h3 a.first-unread,
  195. .post:target h3 a {
  196. color: #fff;
  197. }
  198.  
  199.  
  200. .post:target .content {
  201. color: #fff;
  202. }
  203.  
  204. blockquote {
  205. background-color: #311a12;
  206. border-color:#9b5d2f;
  207. }
  208.  
  209. blockquote blockquote {
  210. /* Nested quotes */
  211. background-color:#22110b; }
  212.  
  213. .postprofile {
  214. color: #fff;
  215. border-color: #9b5d2f;
  216. }
  217.  
  218. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement