The frontend/UI server, written in JS using the MarkoJS library
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.

77 lines
1.1 KiB

  1. div.post {
  2. margin-bottom: 1ch;
  3. margin-left: -12px;
  4. padding-left: 12px;
  5. div.post-meta-row {
  6. padding: 0;
  7. margin: 0;
  8. }
  9. div.options {
  10. position: absolute;
  11. text-align: right;
  12. width: calc(100% - 38.75ch);
  13. max-width: 95ch;
  14. a {
  15. display: inline-block;
  16. padding: 0 0.5ch;
  17. opacity: 0.5;
  18. cursor: pointer;
  19. user-select: none;
  20. }
  21. a:hover {
  22. opacity: 1;
  23. }
  24. @media screen and (max-width: 700px) {
  25. width: calc(100% - 6.5ch);
  26. }
  27. }
  28. div.post-body {
  29. font-size: 1.25em;
  30. div.nick-wrapper {
  31. display: inline;
  32. .nick-decoration {
  33. display: inline;
  34. }
  35. .nick {
  36. display: inline;
  37. }
  38. }
  39. div.post-content {
  40. display: inline;
  41. }
  42. div.annotation {
  43. margin-top: 0.33em;
  44. }
  45. p:first-of-type {
  46. margin-top: 0;
  47. padding-top: 0;
  48. }
  49. }
  50. }
  51. div.post.pk-scene {
  52. margin-left: -14px;
  53. border-left: 2px solid #68A;
  54. }
  55. div.post.multipart {
  56. margin-top: -1.25em;
  57. div.post-meta {
  58. span {
  59. display: none;
  60. }
  61. }
  62. }