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.
 
 
 
 
 

33 lines
554 B

  1. /**
  2. * This file provides styles for the translation plugin
  3. */
  4. .dokuwiki div.plugin_translation {
  5. clear: none;
  6. display: block;
  7. position: relative;
  8. float: none;
  9. + * {
  10. clear: both;
  11. padding-top: 1em; // as h1
  12. }
  13. ul li {
  14. a.wikilink1:link,
  15. a.wikilink1:hover,
  16. a.wikilink1:active,
  17. a.wikilink1:visited {
  18. background-color: @ini_link;
  19. }
  20. }
  21. }
  22. @media @screen_max-md {
  23. .dokuwiki div.plugin_translation {
  24. clear: both;
  25. margin-top: 1rem;
  26. }
  27. }