Advertisement
Guest User

/miku/ minimal

a guest
Jun 15th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. /* Page Layouts */
  2. body {
  3. background: #F3F7FA;
  4. background-image: url('http://i.imgur.com/Jk52fuh.png');
  5. background-repeat: no-repeat;
  6. background-position: bottom right;
  7. background-attachment: fixed;
  8. color: 85929F;
  9. }
  10.  
  11. hr {
  12. opacity: 0;
  13. }
  14.  
  15. a,a:visited {
  16. color: #2b8f9f;
  17. }
  18.  
  19. a:hover,.intro a.post_no:hover {
  20. color: #75cfc5;
  21. }
  22.  
  23. .intro a.email span.name {
  24. color: #2b8f9f;
  25. }
  26.  
  27. .intro a.email:hover span.name {
  28. color: #75cfc5;
  29. }
  30.  
  31. h2 {
  32. color: #A4BBCD;
  33. }
  34.  
  35. header div.subtitle,h1 {
  36. color: #ff2592;
  37. }
  38.  
  39. input[type="text"],input[type="password"],textarea {
  40. border: 1px solid #A4BBCD;
  41. }
  42.  
  43. form table tr th {
  44. background: #A4BBCD;
  45. }
  46.  
  47. div.banner {
  48. background-color: #F3F7FA;
  49. }
  50.  
  51. div.banner,div.banner a {
  52. color: #2b8f9f;
  53. }
  54.  
  55. div.banner a:hover {
  56. color: #75cfc5;
  57. }
  58.  
  59. img.banner,img.board_image {
  60. border: 0px;
  61. }
  62.  
  63. .intro span.subject {
  64. color: #A4BBCD;
  65. }
  66.  
  67. .intro span.name {
  68. color: #2b8f9f;
  69. }
  70.  
  71. .intro span.capcode,p.intro a.capcode,p.intro a.nametag {
  72. color: #ff2592;
  73. }
  74.  
  75. .sage {
  76. color: #ff2592;
  77. }
  78.  
  79. div.post.reply.highlighted {
  80. background: #A5BCCD;
  81. border-color: #D4E0EA;
  82. }
  83.  
  84. div.post.reply {
  85. background: #D4E0EA;
  86. border-color: #A5BCCD;
  87. }
  88.  
  89. span.trip {
  90. color: #ff2592;
  91. }
  92.  
  93. div.module,
  94. div.ban {
  95. background: #D4E0EA;
  96. border: 1px solid #A4BBCD;
  97. }
  98.  
  99. div.ban h2 {
  100. background: #D4E0EA;
  101. color: #2b8f9f;
  102. }
  103.  
  104. span.heading {
  105. color: #ff2592;
  106. }
  107.  
  108. span.public_ban {
  109. color: #ff2592;
  110. }
  111.  
  112. div.blotter {
  113. color: #ff2592;
  114. }
  115.  
  116. .desktop-style div.boardlist:not(.bottom) {
  117. border-bottom: 1px solid #A4BBCD;
  118. background-color: #D4E0EA;
  119. }
  120.  
  121. .theme-catalog div.thread img {
  122. box-shadow: 0 0 4px rgba(0,0,0,0.55);
  123. border: 2px solid rgba(164, 187, 205,0);
  124. }
  125.  
  126. .theme-catalog div.thread {
  127. background: rgba(212, 224, 234, 0.75);
  128. border: 2px solid rgba(164, 187, 205, 0.90);
  129. }
  130.  
  131. .theme-catalog div.thread:hover {
  132. background: #D4E0EA;
  133. border-color: #A4BBCD;
  134. }
  135.  
  136. #options_background, #alert_background {
  137. background: black;
  138. }
  139.  
  140. #options_div, #alert_div {
  141. background-color: #D4E0EA;
  142. }
  143.  
  144. .options_tab_icon.active {
  145. color: #ff2592;
  146. }
  147.  
  148. /* File selector */
  149. .dropzone {
  150. color: #A4BBCD;
  151. background-color: rgba(212, 224, 234, 0.5);
  152. }
  153.  
  154. .dropzone .file-hint {
  155. color: rgba(164, 187, 205, 1);
  156. border: 2px dashed rgba(164, 187, 205, 0.4);
  157. }
  158. .file-hint:hover, .dropzone.dragover .file-hint {
  159. color: rgba(0, 0, 0, 1);
  160. border-color: rgba(125, 125, 125, 0.8);
  161. }
  162. .dropzone.dragover {
  163. background-color: rgba(212, 224, 234, 1);
  164. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement