Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
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.

49 lines
1.5 KiB

  1. @charset "UTF-8";
  2. /**
  3. * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
  4. *
  5. * (en) print stylesheet
  6. * (de) Druck-Stylesheet
  7. *
  8. * @copyright Copyright 2005-2009, Dirk Jesse
  9. * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
  10. * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
  11. * @link http://www.yaml.de
  12. * @package yaml
  13. * @version 3.1
  14. * @revision $Revision: 302 $
  15. * @lastmodified $Date: 2008-12-14 11:23:55 +0100 (So, 14. Dez 2008) $
  16. */
  17. /* import print base styles | Basisformatierung für Drucklayout einbinden */
  18. @import url(../core/print_base.css);
  19. @media print
  20. {
  21. /*------------------------------------------------------------------------------------------------------*/
  22. /* add your print styles here */
  23. /*------------------------------------------------------------------------------------------------------*/
  24. /* (en) optional output of acronyms and abbreviations*/
  25. /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */
  26. /*
  27. abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }
  28. */
  29. /*------------------------------------------------------------------------------------------------------*/
  30. /* (en) optional URL output of hyperlinks in print layout */
  31. /* (de) optionale Ausgabe der URLs von Hyperlinks */
  32. /*
  33. a[href]:after {
  34. content:" <URL: "attr(href)">";
  35. color:#444;
  36. background:inherit;
  37. font-style:italic;
  38. }
  39. */
  40. }