_configuration.rtl.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /*=== Configuration pages */
  2. .post {
  3. font-size: 1rem;
  4. h1, h2 {
  5. color: var(--main-font-color);
  6. font-size: 2rem;
  7. margin-top: 1.75rem;
  8. font-weight: 300;
  9. line-height: 1.2em;
  10. }
  11. h2 {
  12. font-size: 1.5rem;
  13. }
  14. a[href="./"] { /* This is the "Back to your feeds" button.*/
  15. margin: 0;
  16. padding: 0.75rem 1.5rem;
  17. background: var(--grey-lighter);
  18. display: inline-block;
  19. color: var(--grey-dark);
  20. font-size: 1rem;
  21. border: 1px solid var(--grey-medium-light);
  22. border-radius: 5px;
  23. min-width: 15px;
  24. line-height: 25px;
  25. vertical-align: middle;
  26. cursor: pointer;
  27. overflow: hidden;
  28. &:hover {
  29. background: var(--main-first);
  30. color: white;
  31. border: 1px solid var(--main-first);
  32. text-decoration: none;
  33. }
  34. }
  35. }
  36. #slider {
  37. border-right: none;
  38. box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.35);
  39. }
  40. .theme-preview-list {
  41. .preview-container {
  42. .properties {
  43. padding: 1rem;
  44. background: rgba(0, 0, 0, 0.75);
  45. color: white;
  46. border: 0;
  47. .page-number {
  48. left: 1rem;
  49. top: 1rem;
  50. }
  51. }
  52. }
  53. }