logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

embed.css (1408B)


  1. body {
  2. background-color: #282c37;
  3. font-family: sans-serif;
  4. color: white;
  5. margin: 0;
  6. padding: 1em;
  7. padding-bottom: 0;
  8. }
  9. .avatar {
  10. cursor: pointer;
  11. }
  12. .avatar img {
  13. float: left;
  14. border-radius: 4px;
  15. margin-right: 4px;
  16. }
  17. .activity-content {
  18. padding-top: 1em;
  19. }
  20. .attachment {
  21. margin-top: 1em;
  22. }
  23. .attachment img {
  24. max-width: 100%;
  25. }
  26. .date a {
  27. text-decoration: none;
  28. }
  29. .date a:hover {
  30. text-decoration: underline;
  31. }
  32. .date a,
  33. .counts {
  34. color: #666;
  35. font-size: 0.9em;
  36. }
  37. .counts dt,
  38. .counts dd {
  39. float: left;
  40. margin-left: 1em;
  41. }
  42. a {
  43. color: white;
  44. }
  45. .h-card {
  46. min-height: 48px;
  47. margin-bottom: 8px;
  48. }
  49. .h-card a {
  50. text-decoration: none;
  51. }
  52. .h-card a:hover {
  53. text-decoration: underline;
  54. }
  55. .display-name {
  56. padding-top: 4px;
  57. display: block;
  58. text-overflow: ellipsis;
  59. overflow: hidden;
  60. color: white;
  61. }
  62. /* keep emoji from being hilariously huge */
  63. .display-name img {
  64. max-height: 1em;
  65. }
  66. .display-name .nickname {
  67. padding-top: 4px;
  68. display: block;
  69. }
  70. .nickname:hover {
  71. text-decoration: none;
  72. }
  73. .pull-right {
  74. float: right;
  75. }
  76. .collapse {
  77. margin: 0;
  78. width: auto;
  79. }
  80. a.button {
  81. box-sizing: border-box;
  82. display: inline-block;
  83. color: white;
  84. background-color: #419bdd;
  85. border-radius: 4px;
  86. border: none;
  87. padding: 10px;
  88. font-weight: 500;
  89. font-size: 0.9em;
  90. }
  91. a.button:hover {
  92. text-decoration: none;
  93. background-color: #61a6d9;
  94. }