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.

50 lines
726 B

6 years ago
  1. tr.content-list-item {
  2. user-select: none;
  3. outline: 0.05px solid;
  4. > td.icon {
  5. font-size: 2.75em;
  6. text-align: center;
  7. width: 2.5ch;
  8. outline: 0.05px solid;
  9. }
  10. > td.content {
  11. padding: 0.25em;
  12. padding-bottom: 0.33em;
  13. margin: 0;
  14. > .title {
  15. padding: 0.25em 1ch;
  16. user-select: text;
  17. a {
  18. font-size: 1.333em;
  19. }
  20. a:hover {
  21. color: white;
  22. }
  23. }
  24. > .description {
  25. margin: 0 1ch;
  26. p {
  27. margin: 0;
  28. }
  29. }
  30. > .meta {
  31. > div {
  32. display: inline-block;
  33. padding: 0.25em 1ch;
  34. user-select: text;
  35. }
  36. > div.spc {
  37. padding: 0;
  38. user-select: none;
  39. }
  40. }
  41. }
  42. }