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.
 
 
 
 
 

51 lines
1.0 KiB

  1. /**
  2. * This file provides the design styles for the main-content.
  3. */
  4. #dokuwiki__content.main-content {
  5. div[class^="level"] {
  6. p a.media {
  7. img {
  8. border: 1px dotted @ini_background_site;
  9. }
  10. &:hover,
  11. &:focus,
  12. &:active {
  13. img {
  14. border: 1px solid @ini_existing;
  15. }
  16. }
  17. }
  18. }
  19. > div,
  20. div[class^="level"] {
  21. > ul,
  22. > ol {
  23. &:not([class="tabs"]) > li {
  24. margin-bottom: @small-spacing;
  25. }
  26. }
  27. }
  28. .wikipagefooter {
  29. > hr {
  30. margin-top: 3em;
  31. margin-bottom: .5em;
  32. border-top: dashed @ini_border_light 2px;
  33. border-bottom: none;
  34. }
  35. }
  36. }
  37. /* + + + + + + + + + + + + + + + + + + + + + + + + + + */
  38. /* min-width: 1440px */
  39. // @media @screen_min-xlg {
  40. // }
  41. /* + + + + + + + + + + + + + + + + + + + + + + + + + + */
  42. /* max-width: 1199px */
  43. // @media @screen_max-xlg {
  44. // }