Advertisement
Guest User

Yotsuba B (from onee.ch)

a guest
Aug 20th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. /* html, body {
  2.  
  3. } */
  4.  
  5. a, a:visited {
  6. color: #34345c;
  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: #98e;
  34. }
  35.  
  36. input[type=button], input[type=submit], button, .dropzone, .selectedCell {
  37. border: 0px double #D6DAF0;
  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: #34345C;
  52. cursor: pointer;
  53. }
  54.  
  55.  
  56. nav {
  57. height: 18px;
  58. position: fixed;
  59. top: 0;
  60. width: 100%;
  61. background-color: rgba(214,218,240,0.98);
  62. border-bottom: 1px solid #D6DAF0;
  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, .markedPost, .innerPost, .sideCatalogCell, .markedPost, .sideCatalogMarkedCell, .catalogCell {
  75. /* background: #d6daf0;
  76. border: 1px solid #b7c5d9; */
  77. background-color: #d6daf0;
  78. border: 1px solid #b7c5d9;
  79. border-left: none;
  80. border-top: none;
  81. /* display: table; */
  82. padding: 2px;
  83. }
  84.  
  85.  
  86.  
  87. @media only screen and (max-width: 812px) {
  88. body {
  89. background: #eef2ff url(/.static/fade-blue.png) top center repeat-x;
  90. font-size: 85%;
  91. margin-top: 5px;
  92. margin-left: 0;
  93. margin-right: 0;
  94. padding-top: 10px;
  95. padding-left: 0;
  96. padding-right: 0;
  97. }
  98.  
  99.  
  100. }
  101.  
  102.  
  103.  
  104.  
  105.  
  106. body {
  107. background: #eef2ff url(/.static/fade-blue.png) top center repeat-x;
  108. color: #000;
  109. font-size: 11pt;
  110. margin-left: 0;
  111. margin-right: 0;
  112. margin-top: 5px;
  113. padding-left: 5px;
  114. padding-right: 5px;
  115. }
  116. a {
  117. color: #00e;
  118. text-decoration: none;
  119. }
  120.  
  121. nav {
  122. height: 18px;
  123. position: fixed;
  124. top: 0;
  125. width: 100%;
  126. background-color: #D6DAF0;
  127. border-bottom: 1px solid #D6DAF0;
  128. padding-bottom: 3px;
  129. font-size: 70%;
  130. text-align: center;
  131. z-index: 1;
  132. }
  133.  
  134. #existingFiltersPanel {
  135. overflow: hidden;
  136. overflow-y: auto;
  137. height: 20em;
  138. background: #eef2ff;
  139. }
  140.  
  141. .floatingMenu .header, .floatingMenu .headerLabel {
  142. cursor: pointer;
  143. background: #D6DAF0;
  144. }
  145.  
  146. #newPostFieldset, #quick-reply table, .modalDecorationPanel, .floatingMenu, #settingsFieldset, .reportFieldset {
  147.  
  148. }
  149. .floatingMenu, #quick-reply table {
  150. background: rgba(214,218,240,0.98);
  151. }
  152. #selectedTab {
  153. color: #DD0000;
  154. /* text-shadow: 0px 0px 5px #117743; */
  155. }
  156.  
  157. hr {
  158. height: 0px;
  159. border-width: 1px medium medium;
  160. border-style: solid none none;
  161. border-color: #D6DAF0;
  162. }
  163.  
  164. input, select, textarea {
  165. border-width: 1px;
  166. border-style: solid;
  167. border-color: rgb(169, 169, 169);
  168. background: #ffffff;
  169. color: #000000;
  170. font-family: 'Hack', monospace, sans-serif;
  171. font-size: 80%;
  172. }
  173.  
  174. .linkQuote {
  175. color: #00e;
  176. text-decoration: none;
  177. }
  178. .linkSelf {
  179. color: #00e;
  180. text-decoration: none;
  181. }
  182.  
  183. .labelSubject{
  184. color: #0f0c5d;
  185. font-weight: 700;
  186. }
  187.  
  188. .noEmailName:hover, .noEmailName {
  189. color: #117743;
  190. text-shadow: none;
  191. }
  192. .labelRole {
  193. color: #bd0707;
  194. }
  195.  
  196. .labelRole:before {
  197. font-family: Icons;
  198. content: "\e0dc";
  199. color: rgb(211, 1, 1);
  200. }
  201. #settingsMenu {
  202. background-color: rgba(214,218,240,0.98);
  203. }
  204. .spoiler:hover {
  205. color: #000;
  206. background: none;
  207. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement