A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

57 righe
728 B

  1. .edit-page {
  2. font-size: 1em;
  3. min-height: 12em;
  4. }
  5. header.admin {
  6. margin: 0;
  7. h1 + a {
  8. margin-left: 1em;
  9. }
  10. }
  11. nav#admin {
  12. display: block;
  13. margin: 0.5em 0;
  14. a {
  15. margin-left: 0;
  16. .rounded(.25em);
  17. border: 0;
  18. &.selected {
  19. background: #dedede;
  20. font-weight: bold;
  21. .blip {
  22. color: black;
  23. }
  24. }
  25. }
  26. .blip {
  27. font-weight: bold;
  28. }
  29. }
  30. .pager {
  31. display: flex;
  32. justify-content: center;
  33. a {
  34. color: #333;
  35. font-family: @sansFont;
  36. font-size: 0.86em;
  37. padding: 0.5em 1em;
  38. border: 1px solid #ccc;
  39. &:hover {
  40. text-decoration: none;
  41. background: #efefef;
  42. }
  43. &.selected {
  44. cursor: default;
  45. background: #ccc;
  46. }
  47. }
  48. }
  49. .admin-actions {
  50. .btn {
  51. font-family: @sansFont;
  52. font-size: 0.86em;
  53. }
  54. }