Advertisement
anaodia7

Infinity Cake Theme

Feb 26th, 2022 (edited)
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.63 KB | None | 0 0
  1. body {
  2.     font-size: 90%;
  3.     color: #000;
  4.     background: #fadcdc;
  5.     background-image: linear-gradient(to bottom, #f5a6a6 0,transparent 260px);
  6.     font-family: arial, helvetica, sans-serif;
  7. }
  8.  
  9. .innerPost {
  10.     display: inline-block;
  11.     border-radius: 0 8px 0 0;
  12.     padding: 0.25em;
  13.     max-width: 82%;
  14.     background: #fab4c4;
  15.     border: 3px outset #f06989;
  16.     margin: 6px;
  17. }
  18.  
  19. .noEmailName, .noEmailName:hover {
  20.     color: #e80036;
  21.     text-shadow: 1px 1px green;
  22.     cursor: default;
  23.     content: "Cakeanon" !important;
  24.     content-visibility: visible;
  25. }
  26.  
  27. .quoteLink {
  28.     color: #013d78;
  29. }
  30.  
  31. .linkSelf, .linkQuote, .labelStats {
  32.     color: #013d78;
  33.     text-decoration: underline;
  34. }
  35.  
  36. .dropzone {
  37.     cursor: pointer;
  38.     text-align: center;
  39.     padding: 5px;
  40.     margin-bottom: 10px;
  41.     transition: all 0.2s ease 0s;
  42.     background: #fab4c4;
  43.     border: 3px double #ff00a2;
  44. }
  45.  
  46. #postingForm th, .modalTableBody th, #postingForm input[type=submit], #qrbutton {
  47.     font-size: 80%;
  48.     padding-left: 0.25em;
  49.     padding-right: 1em;
  50.     background: #fab4c4;
  51.     border: 3px double #ff00a2;
  52. }
  53.  
  54. #newPostFieldset legend {
  55.     border-radius: 8px 8px 0 0;
  56.     width: calc(100% - 15px);
  57.     margin-left: -1px;
  58.     background: #fab4c4;
  59.     border: 3px double #ff00a2;
  60. }
  61.  
  62. a, .glowOnHover {
  63.     color: #013d78;
  64.     cursor: pointer;
  65.     text-decoration: none;
  66. }
  67.  
  68. hr {
  69.     border: 2px dashed #de5796;
  70.     border-bottom: none;
  71. }
  72.  
  73. nav {
  74.     color: #ff1c86;
  75.     background-color: #fab4c4;
  76.     border-bottom: 1px  #ff1c86;
  77.     text-align: left;
  78.     font-size: 85%;
  79.     position: fixed !important;
  80.     top: -1px;
  81.     left: 0;
  82.     width: 100%;
  83.     z-index: 1;
  84.     padding: 0 4px 2px 4px;
  85. }
  86.  
  87. .floatingList, .floatingMenu, .modalForm, input[type=button], input[type=submit], button {
  88.     background: #fab4c4;
  89.     color: #000;
  90.     border: 3px double #ff00a2;
  91. }
  92.  
  93. div.innerPost.markedPost{
  94.      background: #f58ca4;
  95.      color: white;
  96.      border-radius: 7px;
  97.      border: 2px red dashed;
  98. }
  99.  
  100. .catalogCell {
  101.     border-radius: 0 11px 0 0;
  102.     border: 1px inset #ff00a2;
  103.     background: #fab4c4;
  104.     display: inline-block;
  105.     width: 12em;
  106.     height: 14em;
  107.     padding: 0.25em;
  108.     margin: 0.1em;
  109.     overflow-x: hidden;
  110.     overflow-y: auto;
  111. }
  112.  
  113. .catalogCell:hover {
  114.     border-radius: 0 14px 0 0;
  115.     border: 2px outset #ff00a2;
  116.     background: #fab4c4;
  117.     display: inline-block;
  118.     width: 12em;
  119.     height: 14em;
  120.     padding: 0.25em;
  121.     margin: 0.1em;
  122.     overflow-x: hidden;
  123.     overflow-y: auto;
  124. }
  125.  
  126. .titleFieldset {
  127.     padding: 1em;
  128.     width: 70%;
  129.     display: inline-block;
  130.     text-align: left;
  131.     background: pink;
  132.     border: 2px outset deeppink;
  133. }
  134.  
  135. fieldset legend {
  136.     font-weight: bold;
  137.     font-size: 80%;
  138.     padding: 4px;
  139.     width: 100%;
  140.     background: plum;
  141.     border: 2px outset deeppink;
  142. }
  143.  
  144. #indexWrapper > fieldset {
  145.     margin-bottom: 8px;
  146.     width: calc(100% - 2em);
  147.     background: plum;
  148. }
  149.  
  150. input[type=button], input[type=submit], button, .dropzone, .selectedCell {
  151.     border: 2px inset deeppink;
  152.     background: pink;
  153.     color: deeppink;
  154.     font-weight: bold;
  155.     font-size: 80%;
  156. }
  157.  
  158. input[type=button]:hover, input[type=submit]:hover, button:hover, .dropzone:hover, .selectedCell:hover {
  159.     border: 2px outset deeppink;
  160.     background: pink;
  161.     color: deeppink;
  162.     font-weight: bold;
  163.     font-size: 80%;
  164. }
  165.  
  166. #quick-reply th {
  167.     text-align: center;
  168.     background: #fab4c4;
  169.     border: 2px inset deeppink;
  170. }
  171.  
  172. #quick-reply th:hover {
  173.     text-align: center;
  174.     background: #fab4c4;
  175.     border: 2px outset deeppink;
  176. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement