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.
 
 
 
 
 

37 lines
618 B

  1. /*!
  2. * DokuWiki Bootstrap3 Template: Print styles
  3. *
  4. * Home http://dokuwiki.org/template:bootstrap3
  5. * Author Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
  6. * License GPL 2 (http://www.gnu.org/licenses/gpl.html)
  7. */
  8. html, body {
  9. display:block;
  10. }
  11. #dokuwiki__content {
  12. width: 100%;
  13. }
  14. a[href]:after {
  15. content: "" !important;
  16. }
  17. /* display href after link */
  18. a.urlextern:after,
  19. a.interwiki:after,
  20. a.mail:after {
  21. content: " (" attr(href) ")" !important;
  22. }
  23. abbr[href]:after {
  24. content: "" !important;
  25. }
  26. /**
  27. abbr[data-original-title]:after {
  28. content: " (" attr(data-original-title) ")";
  29. }
  30. */