You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

221 lines
4.3 KiB

  1. /* Fil */
  2. /* Status */
  3. /* Drawer */
  4. body {
  5. background: rgba(73, 58, 99, 1) url(https://www.tsinghua.edu.cn/images/nav-bg.jpg) no-repeat fixed;
  6. background-size: cover;
  7. background-attachment: fixed;
  8. background-position: center;
  9. height: 100vh !important;
  10. }
  11. body.theme-thu {
  12. background: rgba(73, 58, 99, 1) url(https://www.tsinghua.edu.cn/image/nav-bg.jpg) no-repeat fixed;
  13. background-size: cover;
  14. background-attachment: fixed;
  15. background-position: center;
  16. height: 100vh !important;
  17. }
  18. .ui {
  19. background: rgba(0, 0, 0, .4);
  20. }
  21. .column {
  22. >.scrollable {
  23. background: rgba(128, 112, 132, 0);
  24. border-radius: 0 0 0.25rem 0.25rem;
  25. color: rgba(240, 240, 240, 1);
  26. }
  27. }
  28. .column-back-button {
  29. background: rgba(240, 240, 240, 1);
  30. box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
  31. border-bottom: 1px solid transparent;
  32. height: auto;
  33. }
  34. .column-header {
  35. background: rgba(73, 58, 99, 0.4);
  36. border-bottom: 1px solid #aaa;
  37. border-radius: 0.25rem 0.25rem 0 0;
  38. }
  39. .column-icon {
  40. background: transparent !important;
  41. color: rgba(255, 255, 255, .5);
  42. }
  43. .collapsable-collapsed {
  44. background: transparent !important;
  45. color: rgba(255, 255, 255, .5);
  46. }
  47. .column-header__button {
  48. background: transparent !important;
  49. color: rgba(255, 255, 255, .5);
  50. }
  51. .column-header__back-button {
  52. background: transparent !important;
  53. color: rgba(255, 255, 255, .5);
  54. }
  55. .column-link {
  56. background: rgba(40, 40, 40, 0);
  57. color: rgba(200, 200, 200, 1);
  58. box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
  59. &:hover {
  60. background: rgba(102, 8, 116, 0.5);
  61. color: rgba(255, 255, 255, 1);
  62. }
  63. }
  64. .drawer__header {
  65. a {
  66. &:hover {
  67. background: rgba(66, 40, 72, 1);
  68. }
  69. }
  70. background: transparent;
  71. }
  72. .getting-started {
  73. p {
  74. color: rgba(102, 102, 102, 1);
  75. }
  76. background: rgb(52, 40, 62, 0.4);
  77. }
  78. .static-content {
  79. p {
  80. margin-bottom: 0.5rem;
  81. }
  82. }
  83. .column-subheading {
  84. background: rgba(255, 255, 255, 0.2);
  85. color: white;
  86. }
  87. .column-header__collapsible {
  88. >div {
  89. background: rgba(40, 60, 85, 0.6);
  90. border-bottom: 1px solid;
  91. }
  92. }
  93. .account__moved-note__message {
  94. color: rgba(255, 255, 255, 1);
  95. }
  96. .account__moved-note {
  97. .detailed-status__display-name {
  98. span {
  99. color: rgba(255, 255, 255, 1);
  100. }
  101. strong {
  102. color: rgba(255, 255, 255, 0.5) !important;
  103. }
  104. }
  105. }
  106. .reply-indicator__content {
  107. color: #DDD;
  108. a {
  109. color: rgba(37, 136, 208, 1);
  110. }
  111. .status__content__spoiler-link {
  112. background: rgba(49, 53, 67, 1);
  113. line-height: 1.2rem;
  114. }
  115. }
  116. .status__content {
  117. color: #DDD;
  118. a {
  119. color: rgba(37, 136, 208, 1);
  120. }
  121. .status__content__spoiler-link {
  122. background: rgba(49, 53, 67, 1);
  123. line-height: 1.2rem;
  124. }
  125. }
  126. .status__wrapper {
  127. border-top: 1px solid #ccc;
  128. }
  129. .focusable {
  130. &:focus {
  131. background: rgba(200, 222, 243, 0.5);
  132. }
  133. }
  134. .account__header {
  135. .icon-button {
  136. color: rgba(255, 255, 255, 1);
  137. color: rgba(255, 255, 255, 0.8);
  138. &:hover {
  139. color: rgba(255, 255, 255, 1);
  140. }
  141. }
  142. background: rgba(57, 48, 59, 0);
  143. >div {
  144. background: rgba(57, 48, 59, 0);
  145. }
  146. }
  147. .icon-button {
  148. color: rgba(255, 255, 255, 0.6);
  149. }
  150. .status__display-name {
  151. strong {
  152. color: rgba(240, 240, 240, 1);
  153. }
  154. }
  155. .account__display-name {
  156. strong {
  157. color: rgba(240, 240, 240, 1);
  158. }
  159. }
  160. .status__content__spoiler-link {
  161. span {
  162. color: rgba(255, 255, 255, 1);
  163. }
  164. }
  165. .account__action-bar {
  166. .icon-button {
  167. color: rgba(255, 255, 255, 0.8);
  168. &:hover {
  169. color: rgba(255, 255, 255, 1);
  170. }
  171. }
  172. background: rgba(255, 255, 255, 1);
  173. border-top: 1px solid rgba(255, 255, 255, 0.25);
  174. border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  175. }
  176. .account__action-bar__tab {
  177. border-left: 1px solid rgba(255, 255, 255, 0.25);
  178. }
  179. .notification__message {
  180. a {
  181. &:hover {
  182. color: rgba(37, 136, 208, 1);
  183. }
  184. }
  185. }
  186. .detailed-status {
  187. background: rgba(200, 222, 243, .2);
  188. color: rgba(51, 51, 51, 1);
  189. }
  190. .detailed-status__display-name {
  191. color: rgba(255, 255, 255, 0.5);
  192. strong {
  193. color: rgba(255, 255, 255, 0.5);
  194. }
  195. }
  196. .detailed-status__meta {
  197. color: rgba(255, 255, 255, 0.5);
  198. }
  199. .detailed-status__action-bar {
  200. background: rgba(0, 0, 0, 0.05);
  201. border-top: 1px solid #ccc;
  202. border-bottom: 1px solid #ccc;
  203. box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.05);
  204. }
  205. .drawer__inner {
  206. background: rgb(52, 40, 62, 0.7);
  207. border-radius: 0.25rem;
  208. height: auto;
  209. max-height: 100%;
  210. overflow-y: auto;
  211. }
  212. .getting-started__wrapper {
  213. background: rgb(52, 40, 62, 0.4);
  214. }
  215. .pinned-info {
  216. background: rgba(73, 58, 99, 0.7);
  217. }
  218. .tabs-bar__wrapper {
  219. background: rgba(23,25,31);
  220. }