Advertisement
Guest User

Yotsuba C/Happy Day (from onee.ch)

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