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.

22 lines
649 B

  1. @charset "UTF-8";
  2. /**
  3. * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
  4. * (en) central stylesheet
  5. * (de) zentrales Stylesheet
  6. *
  7. * @creator YAML Builder V1.2b (http://builder.yaml.de)
  8. * @file my_layout.css
  9. * @-yaml-minver 3.1
  10. *
  11. */
  12. /* import core styles | Basis-Stylesheets einbinden */
  13. @import url(../yaml/core/base.css);
  14. /* import screen layout | Screen-Layout einbinden */
  15. @import url(../yaml/navigation/nav_shinybuttons.css);
  16. @import url(screen/basemod.css);
  17. @import url(screen/content.css);
  18. /* import print layout | Druck-Layout einbinden */
  19. @import url(../yaml/print/print_draft.css);