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.

69 lines
1.8 KiB

  1. @charset "UTF-8";
  2. /**
  3. * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
  4. *
  5. * (en) Template for designing a screen layout
  6. * (de) Gestaltungsvorlage für die Erstellung eines Screenlayouts
  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: 343 $
  15. * @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
  16. */
  17. @media screen, projection
  18. {
  19. /*------------------------------------------------------------------------------------------------------*/
  20. /**
  21. * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  22. *
  23. * @section layout-basics
  24. */
  25. /* Page margins and background | Randbereiche & Seitenhintergrund */
  26. body { }
  27. /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  28. #page_margins { }
  29. #page{ }
  30. /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  31. #header { }
  32. #topnav { }
  33. #main { }
  34. #footer { }
  35. /*------------------------------------------------------------------------------------------------------*/
  36. /**
  37. * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  38. *
  39. * @section layout-main
  40. */
  41. #col1 { }
  42. #col1_content { }
  43. #col2 { }
  44. #col2_content { }
  45. #col3 { }
  46. #col3_content { }
  47. /*------------------------------------------------------------------------------------------------------*/
  48. /**
  49. * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  50. *
  51. * @section layout-misc
  52. */
  53. }