Advertisement
bvffalo

 Mushroom mewch 3

Nov 22nd, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.30 KB | None | 0 0
  1. body {
  2.     background: url("https://i.imgur.com/pOO6SCZ.png");
  3.     color: #ACACAC;
  4. }
  5. #postingForm th, .modalTableBody th {
  6.     font-weight: bold;
  7.     text-align: left;
  8.     width: 100px;
  9.     font-size: 80%;
  10.     padding-left: 0.1em;
  11.     cursor: default;
  12.     border: 1px solid #82cece;
  13.     border-radius: 0px;
  14.     background: #182f3f;
  15. }
  16. input, select, textarea {
  17.     border: 1px double #82cece;
  18.     border-radius: 1px;
  19.     background: #182f3f;
  20.     color: #ACACAC;
  21.     font-family: 'Arial', monospace, sans-serif;
  22.     font-size: 80%;
  23. }
  24. input[type=button], input[type=submit], button, .dropzone, .selectedCell {
  25.     border: 3px double #82cece;
  26.     background: #182f3f;
  27.     border-radius: 0px;
  28.     color: #ACACAC;
  29. }
  30. #newPostFieldset {
  31.     background: #182f3fa8;
  32. }
  33. #quick-reply table {
  34.     padding: 0.25em;
  35.     margin: 0;
  36.     width: 100%;
  37.     background: #182f3f;
  38. }
  39. /* Borders */
  40. #newPostFieldset, #quick-reply table, .modalDecorationPanel, .floatingMenu, #settingsFieldset, .reportFieldset {
  41.     border: 1px solid #82cece;
  42. }
  43.  
  44. /* Backgrounds */
  45. #newPostFieldset, #quick-reply table, .modalDecorationPanel, .floatingMenu, #settingsFieldset, .reportFieldset {
  46.     border: 1px solid #82cece;
  47. }
  48. .sideCatalogCell, .sideCatalogMarkedCell {
  49.     background: #182f3f;
  50. }
  51. .floatingMenu   {
  52.     background: #182f3f;
  53. }
  54. .catalogCell {
  55.     border: 1px solid #82cece;
  56.     background: #182f3f;
  57.     border-radius: 0px;
  58. }
  59. #divLatestPosts .latestPostCell {
  60.     background: #182f3f;
  61.     border-radius: 0px;
  62.     border: 1px solid #82cece;
  63. }
  64. #divLatestImages img {
  65.     max-width: 125px;
  66.     max-height: 125px;
  67.     padding: 5px;
  68.     background: #182f3f3b;
  69. }
  70. .topBoards a {
  71.     background: #182f3f;
  72.     border-radius: 0px;
  73.     border: 1px solid #82cece;
  74. }
  75. /* Navigation bar */
  76. nav {
  77.     height: 18px;
  78.     position: fixed;
  79.     top: 0;
  80.     width: 100%;
  81.     background-color: #182f3f9e;
  82.     border-bottom: 1px solid #82cece;
  83.     padding-bottom: 3px;
  84.     font-size: 70%;
  85.     text-align: center;
  86.     z-index: 1;
  87. }
  88. /* Icons */
  89. a, .coloredIcon, .unhideButton, .embedButton, .checkedFavouriteButton:before, #selectedTab, #showFormsButton {
  90.     color: #82cece;
  91.     cursor: pointer;
  92. }
  93. input[type=checkbox].postingCheckbox+label::before {
  94.     font-family: Icons;
  95.     content: "\e0db";
  96.     margin-right: 0.5em;
  97.     color: aqua;
  98.     display: inline-block;
  99.     cursor: pointer;
  100. }
  101. .boardPages {
  102.     color: #82cece;
  103.     padding: 0.1em 0.25em;
  104. }
  105. /* Headers */
  106. .boardHeader p {
  107.     color: #82cece;
  108. }
  109. #divTools {
  110.     position: relative;
  111.     text-align: center;
  112.     padding-left: 250px;
  113. }
  114. /* Posts */
  115. .innerPost, .markedPost {
  116.     display: inline-block;
  117.     padding: 0.25em;
  118.     max-width: 100%;
  119.     background-color: #182f3f;
  120.     border: 1px solid #82cece;
  121.     border-radius: 1px;
  122. }
  123. hr {
  124.     height: 0px;
  125.     border-width: 1px medium medium;
  126.     border-style: solid none none;
  127.     border-color: #82cece;
  128. }
  129. .labelSubject {
  130.     color: #46b5b5;
  131.     font-weight: bold;
  132. }
  133. /* Names */
  134. .noEmailName, .noEmailName:hover {
  135.     color: #82cece;
  136.     text-shadow: none;
  137. }
  138. .linkName {
  139.     font-weight: bold;
  140.     color: #a0ffff;
  141. }
  142. .postInfo, .opHead, .divMessage, .panelUploads, .panelIp, .panelProxyIp, .contentOmissionIndicator, .labelOmission, .labelId {
  143.     font-size: 80%;
  144. }
  145. .labelYou {
  146.     color: #a0ffff;
  147.     font-weight: normal;
  148.     font-style: italic;
  149.     padding: 0 3px;
  150. }
  151. /* TestLinks */
  152. .linkSelf {
  153.     color: #ACACAC;
  154.     text-decoration: none;
  155. }
  156. .linkQuote {
  157.     color: #ACACAC;
  158.     text-decoration: none;
  159. }
  160. /* Image Spoiler */
  161.     background: url("https://i.imgur.com/czx5BwS.png");
  162. /* */
  163. .labelYou {
  164.     color: #82cece;
  165.     font-weight: normal;
  166.     font-style: italic;
  167.     padding: 0 3px;
  168. }
  169. /*  */
  170. #boardContentLinks {
  171.     padding-bottom: 30px;
  172. }
  173. /* redText */
  174. .redText {
  175.   /*  background-image: repeating-linear-gradient(90deg, violet, indigo, blue, green, yellow, orange, red, violet); */
  176.     background-image: repeating-linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet, red);
  177. /*  background-image: repeating-linear-gradient(90deg, #E40303, #FF8C00, #FFED00, #008026, #004DFF, #750787, #E40303); */
  178.     background-size: 50% 100%;
  179.     -webkit-background-clip: text;
  180.     -webkit-text-fill-color: transparent;
  181.     animation: rainbow 1s linear infinite;
  182.     font-size: 1.5em;
  183.     text-transform: uppercase;
  184. }
  185. @keyframes rainbow {
  186.     0%{background-position:0% 50%}
  187.     100%{background-position:100% 50%}
  188. }
  189.  
  190. @-webkit-keyframes rainbow {
  191.     0%{background-position:0% 50%}
  192.     100%{background-position:100% 50%}
  193. }
  194.  
  195. @-moz-keyframes rainbow {
  196.     0%{background-position:0% 50%}
  197.     100%{background-position:100% 50%}
  198. }
  199.  
  200. @-ms-keyframes rainbow {
  201.     0%{background-position:0% 50%}
  202.     100%{background-position:100% 50%}    
  203. }
  204.     header {
  205.          /*  background-image: repeating-linear-gradient(90deg, violet, indigo, blue, green, yellow, orange, red, violet); */
  206.     background-image: repeating-linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet, red);
  207. /*  background-image: repeating-linear-gradient(90deg, #E40303, #FF8C00, #FFED00, #008026, #004DFF, #750787, #E40303); */
  208.     background-size: 50% 100%;
  209.     -webkit-background-clip: text;
  210.     -webkit-text-fill-color: #82cece;
  211.     animation: rainbow 1s linear infinite;
  212.     font-size: 75%;
  213.     text-transform: uppercase;
  214. }
  215.  
  216. @keyframes rainbow {
  217.     0%{background-position:0% 50%}
  218.     100%{background-position:100% 50%}
  219. }
  220.  
  221. @-webkit-keyframes rainbow {
  222.     0%{background-position:0% 50%}
  223.     100%{background-position:100% 50%}
  224. }
  225.  
  226. @-moz-keyframes rainbow {
  227.     0%{background-position:0% 50%}
  228.     100%{background-position:100% 50%}
  229. }
  230.  
  231. @-ms-keyframes rainbow {
  232.     0%{background-position:0% 50%}
  233.     100%{background-position:100% 50%}    
  234.     }
  235. /* Icon Colors */
  236. a.rules:after {
  237.     font-family: Icons;
  238.     content: "\e052";
  239.     margin-right: 0.5em;
  240.     color: #82cece;
  241.     height: 80%;
  242.     font-size: 80%;
  243.     padding-left: 0.25em;
  244.     vertical-align: middle;
  245. }
  246. /* width */
  247. ::-webkit-scrollbar {
  248.   width: 7px;
  249.   height: 7px;
  250. }
  251.  
  252. /* Track */
  253. ::-webkit-scrollbar-track {
  254.   background: #0d1a1d;
  255. }
  256.  
  257. /* Handle */
  258. ::-webkit-scrollbar-thumb {
  259.   background: #46b5b5;
  260. }
  261.  
  262. /* Handle on hover */
  263. ::-webkit-scrollbar-thumb:hover {
  264.   background: #9befef;
  265. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement