bvffalo

Yotsuba (from onee.ch)

Aug 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.77 KB | None | 0 0
  1. /* html, body {
  2. } */
  3.  
  4. a:hover {
  5.     color:#DD0000;
  6. }
  7. a:hover, .glowOnHover:hover {
  8.     text-shadow: 0px 0px 0px #11774300;
  9. }
  10.  
  11. input, select, textarea {
  12.     border: 1px double #800000;
  13.     border-radius: 1px;
  14.     background: #ffffff;
  15.     color: #7d7d7d;
  16.     font-family: 'Hack', monospace, sans-serif;
  17.     font-size: 80%;
  18. }
  19.  
  20. #postingForm th, .modalTableBody th {
  21.     font-weight: bold;
  22.     text-align: left;
  23.     width: 100px;
  24.     padding-left: 5px;
  25.     padding-right: 5px;
  26.     font-size: 10pt;
  27.     cursor: default;
  28.     border: 0px solid #11774300;
  29.     border-radius: 0px;
  30.     background: #ea8;
  31. }
  32.  
  33. input[type=button], input[type=submit], button, .dropzone, .selectedCell {
  34.     border: 0px double #D6DAF0;
  35.     border-radius: 0px;
  36.     background: #d0d0d0;
  37.     color: #000000;
  38.     padding-left: 0.25em;
  39.     font-family: 'Hack', monospace, sans-serif;
  40.     font-size: 80%;
  41.     font-weight: bold;
  42.     margin-top: 0.5em;
  43.     margin-bottom: 0.5em;
  44.     cursor: pointer;
  45. }
  46.  
  47. .coloredIcon {
  48.     color: #800000;
  49.     cursor: pointer;
  50. }
  51.  
  52.  
  53. nav {
  54.     height: 18px;
  55.     position: fixed;
  56.     top: 0;
  57.     width: 100%;
  58.     background-color: rgba(240,224,214,0.98);
  59.     border-bottom: 1px solid #b0790a00;
  60.     box-shadow: -5px 1px 10px rgba(0, 0, 0, 0.20);
  61.     padding-bottom: 3px;
  62.     font-size: 70%;
  63.     text-align: center;
  64.     z-index: 1;
  65. }
  66.  
  67. .boardHeader p {
  68.     color: maroon;
  69. }
  70.  
  71. .topBoards a, #divLatestImages img, #divLatestPosts .latestPostCell, .innerPost, .sideCatalogCell, .markedPost, .sideCatalogMarkedCell, .catalogCell {
  72.     /*background: rgba(240,224,214,0.98);
  73.     border-radius: 0px; */
  74.     background-color: #f0e0d6;
  75.     border: 1px solid #d9bfb7;
  76.     border-left: none;
  77.     border-top: none;
  78.     /* display: table; */
  79.     padding: 2px;
  80. }
  81. .markedPost, .sideCatalogMarkedCell {
  82.     background: rgba(240,224,214,0.98);
  83. }
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95. body {
  96.     color:#800000;
  97.     margin: 0px;
  98.     font-size: 11pt;
  99.     margin-left: 0px;
  100.     margin-right: 0px;
  101.     margin-top: 5px;
  102.     padding-left: 5px;
  103.     padding-right: 5px;
  104.     background: #ffe url(/.static/fade.png) top center repeat-x;
  105. }
  106. a {
  107.     color: #00e;
  108.     text-decoration: none;
  109. }
  110.  
  111. nav {
  112.     height: 18px;
  113.     position: fixed;
  114.     top: 0;
  115.     width: 100%;
  116.     background-color: #F0E0D6;
  117.     border-bottom: 1px solid #65448e00;
  118.     padding-bottom: 3px;
  119.     font-size: 70%;
  120.     text-align: center;
  121.     z-index: 1;
  122. }
  123.  
  124. #existingFiltersPanel {
  125.     overflow: hidden;
  126.     overflow-y: auto;
  127.     height: 20em;
  128.     background: #F0E0D6;
  129. }
  130.  
  131. .floatingMenu .header, .floatingMenu .headerLabel {
  132.     cursor: pointer;
  133.     background: #F0E0D6;
  134. }
  135.  
  136. #newPostFieldset, #quick-reply table, .modalDecorationPanel, .floatingMenu, #settingsFieldset, .reportFieldset {
  137.    
  138. }
  139. .floatingMenu, #quick-reply table {
  140.     background: #F0E0D6;
  141. }
  142. #selectedTab {
  143.     color: #DD0000;
  144.     /* text-shadow: 0px 0px 5px #117743; */
  145. }
  146.  
  147. hr {
  148.     height: 0px;
  149.     border-width: 1px medium medium;
  150.     border-style: solid none none;
  151.     border-color: #800000;
  152. }
  153.  
  154. input, select, textarea {
  155.     border: 1px double #777777;
  156.     border-radius: 0px;
  157.     background: #ffffff;
  158.     color: #7d7d7d;
  159.     font-family: 'Hack', monospace, sans-serif;
  160.     font-size: 80%;
  161. }
  162.  
  163. .linkQuote {
  164.     color: #00e;
  165.     text-decoration: none;
  166. }
  167. .linkSelf {
  168.     color: #00e;
  169.     text-decoration: none;
  170. }
  171.  
  172. .labelSubject{
  173.     color: #cc1105;
  174.     font-weight: bold;
  175. }
  176. .noEmailName:hover, .noEmailName {
  177.     color: #117743;
  178.     text-shadow: none;
  179.   }
  180.   .labelRole {
  181.     color: #bd0707;
  182.   }
  183.  
  184.   .labelRole:before {
  185.     font-family: Icons;
  186.     content: "\e0dc";
  187.     color: rgb(211, 1, 1);
  188.   }
  189.   #settingsMenu {
  190.     background-color: #F0E0D6;
  191. }
  192. .spoiler:hover {
  193.     color: #800000;
  194.     background: none;
  195. }
Add Comment
Please, Sign In to add comment