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.

239 lines
4.6 KiB

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