Mastodon custom

Mastodon customizer; change colors, fonts, and more.

  1. /* ==UserStyle==
  2. @name Mastodon custom
  3. @description Mastodon customizer; change colors, fonts, and more.
  4. @match https://mastodon.la/*
  5. @version 1.1
  6. @license MIT
  7. @namespace https://gf.qytechs.cn/users/981677
  8. ==/UserStyle== */
  9.  
  10. @font-face {
  11. font-family: "Ariel1";
  12. src: local("Libre Baskerville"), url("https://arielbecker/etc/fuentes/LibreBaskerville-Regular.ttf") format("ttf");
  13. font-style: normal;
  14. font-weight: 400;
  15. }
  16. @font-face {
  17. font-family: "Ariel2";
  18. src: local("JackInput"), url("https://arielbecker/etc/fuentes/JAi_____.TTF") format("ttf");
  19. font-style: normal;
  20. font-weight: 400;
  21. }
  22. @font-face {
  23. font-family: "Ariel3";
  24. src: local("Virtue"), url("https://arielbecker/etc/fuentes/virtue.ttf") format("ttf");
  25. font-style: normal;
  26. font-weight: 400;
  27. }
  28. body {
  29. font-family: "Ariel3", monospace !important;
  30. font-size: 12pt;
  31. line-height: 14pt;
  32. }
  33. .status__content {
  34. font-size: 10pt;
  35. line-height: 12pt;
  36. }
  37. .drawer {
  38. width: 16%;
  39. }
  40. .column {
  41. width: 28%;
  42. }
  43. .columns-area {
  44. max-width: 100vw;
  45. }
  46. .column-header .column-header__button .drawer__header {
  47. background: #282828;
  48. }
  49.  
  50. .column-header__button {
  51. color: #dde3ec;
  52. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址