cyaml 0.0.35 → 0.0.42

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. data/README.mkdn +1 -1
  2. data/stylesheets/cyaml/add-ons/accessible-tabs/tabs.sass +113 -0
  3. data/stylesheets/cyaml/add-ons/microformats/microformats.sass +115 -0
  4. data/stylesheets/cyaml/add-ons/rtl-support/core/base-rtl.min.sass +23 -0
  5. data/stylesheets/cyaml/add-ons/rtl-support/core/base-rtl.sass +61 -0
  6. data/stylesheets/cyaml/add-ons/rtl-support/navigation/hlist-rtl.sass +46 -0
  7. data/stylesheets/cyaml/add-ons/rtl-support/navigation/vlist-rtl.sass +45 -0
  8. data/stylesheets/cyaml/add-ons/rtl-support/screen/typography-rtl.sass +27 -0
  9. data/stylesheets/cyaml/core/base.min.sass +282 -0
  10. data/stylesheets/cyaml/core/base.sass +434 -0
  11. data/stylesheets/cyaml/core/iehacks.min.sass +118 -0
  12. data/stylesheets/cyaml/core/iehacks.sass +327 -0
  13. data/stylesheets/cyaml/forms/gray-theme.sass +499 -0
  14. data/stylesheets/cyaml/navigation/hlist.sass +110 -0
  15. data/stylesheets/cyaml/navigation/vlist.sass +120 -0
  16. data/stylesheets/cyaml/print/print.sass +49 -0
  17. data/stylesheets/cyaml/screen/grid-960-12.sass +95 -0
  18. data/stylesheets/cyaml/screen/grid-960-16.sass +119 -0
  19. data/stylesheets/cyaml/screen/screen-FULLPAGE-layout.sass +163 -0
  20. data/stylesheets/cyaml/screen/screen-PAGE-layout.sass +148 -0
  21. data/stylesheets/cyaml/screen/typography.sass +317 -0
  22. data/templates/project/add-ons/microformats/icons/external_link.png +0 -0
  23. data/templates/project/add-ons/microformats/icons/hcalendar.png +0 -0
  24. data/templates/project/add-ons/microformats/icons/hcard.png +0 -0
  25. data/templates/project/add-ons/microformats/icons/icon-geo.png +0 -0
  26. data/templates/project/add-ons/microformats/icons/icon-hatom.png +0 -0
  27. data/templates/project/add-ons/microformats/icons/icon-haudio.png +0 -0
  28. data/templates/project/add-ons/microformats/icons/icon-hcalendar-add.png +0 -0
  29. data/templates/project/add-ons/microformats/icons/icon-hcalendar-download.png +0 -0
  30. data/templates/project/add-ons/microformats/icons/icon-hcalendar.png +0 -0
  31. data/templates/project/add-ons/microformats/icons/icon-hcard-add.png +0 -0
  32. data/templates/project/add-ons/microformats/icons/icon-hcard-download.png +0 -0
  33. data/templates/project/add-ons/microformats/icons/icon-hcard.png +0 -0
  34. data/templates/project/add-ons/microformats/icons/icon-hresume.png +0 -0
  35. data/templates/project/add-ons/microformats/icons/icon-rel-tag.png +0 -0
  36. data/templates/project/add-ons/microformats/icons/icon-xfn.png +0 -0
  37. data/templates/project/add-ons/microformats/icons/xfn/xfn-child.png +0 -0
  38. data/templates/project/add-ons/microformats/icons/xfn/xfn-colleague-met.png +0 -0
  39. data/templates/project/add-ons/microformats/icons/xfn/xfn-colleague.png +0 -0
  40. data/templates/project/add-ons/microformats/icons/xfn/xfn-friend-met.png +0 -0
  41. data/templates/project/add-ons/microformats/icons/xfn/xfn-friend.png +0 -0
  42. data/templates/project/add-ons/microformats/icons/xfn/xfn-me.png +0 -0
  43. data/templates/project/add-ons/microformats/icons/xfn/xfn-parent.png +0 -0
  44. data/templates/project/add-ons/microformats/icons/xfn/xfn-small.png +0 -0
  45. data/templates/project/add-ons/microformats/icons/xfn/xfn-spouse.png +0 -0
  46. data/templates/project/add-ons/microformats/icons/xfn/xfn-sweetheart-met.png +0 -0
  47. data/templates/project/add-ons/microformats/icons/xfn/xfn-sweetheart.png +0 -0
  48. data/templates/project/application.html.haml +68 -48
  49. data/templates/project/application_new.html.haml +97 -0
  50. data/templates/project/basemod.scss +6 -62
  51. data/templates/project/default_includes.scss +14 -29
  52. data/templates/project/{javascripts/ftod.js → ftod.js} +0 -0
  53. data/templates/project/index.html.haml +84 -37
  54. data/templates/project/lib/jquery-1.7.1.min.js +4 -0
  55. data/templates/project/manifest.rb +5 -6
  56. data/templates/project/{javascripts/minmax.js → minmax.js} +0 -0
  57. data/templates/project/yaml/add-ons/accessible-tabs/jquery.tabs.js +314 -0
  58. data/templates/project/yaml/add-ons/syncheight/jquery.syncheight.js +88 -0
  59. data/templates/project/yaml/core/yaml-focusfix.js +72 -0
  60. metadata +66 -42
  61. data/stylesheets/cyaml/add-ons/accessible-tabs/tabs.scss +0 -111
  62. data/stylesheets/cyaml/add-ons/microformats/microformats.scss +0 -118
  63. data/stylesheets/cyaml/add-ons/rtl-support/core/base-rtl.scss +0 -67
  64. data/stylesheets/cyaml/add-ons/rtl-support/core/iehacks-rtl.scss +0 -49
  65. data/stylesheets/cyaml/add-ons/rtl-support/core/slim_base-rtl.scss +0 -25
  66. data/stylesheets/cyaml/add-ons/rtl-support/core/slim_iehacks-rtl.scss +0 -7
  67. data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_shinybuttons-rtl.scss +0 -44
  68. data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_slidingdoor-rtl.scss +0 -38
  69. data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_vlist-rtl.scss +0 -46
  70. data/stylesheets/cyaml/core/base.scss +0 -258
  71. data/stylesheets/cyaml/core/iehacks.scss +0 -315
  72. data/stylesheets/cyaml/core/slim_base.scss +0 -152
  73. data/stylesheets/cyaml/core/slim_iehacks.scss +0 -110
  74. data/stylesheets/cyaml/navigation/nav_shinybuttons.scss +0 -88
  75. data/stylesheets/cyaml/navigation/nav_slidingdoor.scss +0 -105
  76. data/stylesheets/cyaml/navigation/nav_vlist.scss +0 -120
  77. data/stylesheets/cyaml/patches/patch_nav_vlist.scss +0 -58
  78. data/stylesheets/cyaml/print/print_003_draft.scss +0 -67
  79. data/stylesheets/cyaml/print/print_020_draft.scss +0 -70
  80. data/stylesheets/cyaml/print/print_023_draft.scss +0 -87
  81. data/stylesheets/cyaml/print/print_100_draft.scss +0 -68
  82. data/stylesheets/cyaml/print/print_103_draft.scss +0 -87
  83. data/stylesheets/cyaml/print/print_120_draft.scss +0 -82
  84. data/stylesheets/cyaml/print/print_123_draft.scss +0 -86
  85. data/stylesheets/cyaml/print/print_draft.scss +0 -52
  86. data/stylesheets/cyaml/screen/content.scss +0 -228
  87. data/stylesheets/cyaml/screen/content_table.scss +0 -43
  88. data/stylesheets/cyaml/screen/forms.scss +0 -320
  89. data/templates/project/citrin.html.haml +0 -50
  90. data/templates/project/javascripts/lib/jquery-1.6.1.js +0 -8937
  91. data/templates/project/javascripts/lib/jquery-1.6.1.min.js +0 -18
  92. data/templates/project/patch_my_layout.scss +0 -73
@@ -1,67 +0,0 @@
1
- /**
2
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
- *
4
- * (en) print stylesheet
5
- * (de) Druck-Stylesheet
6
- *
7
- * @copyright Copyright 2005-2011, Dirk Jesse
8
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
9
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
10
- * @link http://www.yaml.de
11
- * @package yaml
12
- * @version 3.3.1
13
- * @revision $Revision:392 $
14
- * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
15
- */
16
-
17
- @media print {
18
- /**
19
- * @section basic layout preparation
20
- * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
21
- */
22
- /* (en) change font size unit to [pt] - avoiding problems with [px] unit in Gecko based browsers */
23
- /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
24
- body {
25
- font-size: 10pt; }
26
- /* (en) Hide unneeded container of the screenlayout in print layout */
27
- /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
28
- #topnav, #nav, #search, nav {
29
- display: none; }
30
- /*------------------------------------------------------------------------------------------------------*/
31
- /* (en) Avoid page breaks right after headings */
32
- /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
33
- h1, h2, h3, h4, h5, h6 {
34
- page-break-after: avoid; }
35
- /*------------------------------------------------------------------------------------------------------*/
36
- /**
37
- * @section column selection
38
- * (en) individually switch on/off any content column for printing
39
- * (de) (De)aktivierung der Contentspalten für den Ausdruck
40
- *
41
- * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
42
- */
43
- #col1, #col2 {
44
- display: none; }
45
- #col3, #col3_content {
46
- width: 100%;
47
- margin: 0;
48
- padding: 0;
49
- border: 0; }
50
- /*------------------------------------------------------------------------------------------------------*/
51
- /* (en) optional output of acronyms and abbreviations*/
52
- /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */
53
- /*
54
- abbr[title]:after,
55
- acronym[title]:after { content:'(' attr(title) ')'; }
56
- */
57
- /*------------------------------------------------------------------------------------------------------*/
58
- /* (en) optional URL output of hyperlinks in print layout */
59
- /* (de) optionale Ausgabe der URLs von Hyperlinks */
60
- /*
61
- a[href]:after {
62
- content:" <URL:"attr(href)">";
63
- color:#444;
64
- background:inherit;
65
- font-style:italic;
66
- }
67
- */ }
@@ -1,70 +0,0 @@
1
- /**
2
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
- *
4
- * (en) print stylesheet
5
- * (de) Druck-Stylesheet
6
- *
7
- * @copyright Copyright 2005-2011, Dirk Jesse
8
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
9
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
10
- * @link http://www.yaml.de
11
- * @package yaml
12
- * @version 3.3.1
13
- * @revision $Revision:392 $
14
- * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
15
- */
16
-
17
- @media print {
18
- /**
19
- * @section basic layout preparation
20
- * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
21
- */
22
- /* (en) change font size unit to [pt] - avoiding problems with [px] unit in Gecko based browsers */
23
- /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
24
- body {
25
- font-size: 10pt; }
26
- /* (en) Hide unneeded container of the screenlayout in print layout */
27
- /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
28
- #topnav, #nav, #search, nav {
29
- display: none; }
30
- /*------------------------------------------------------------------------------------------------------*/
31
- /* (en) Avoid page breaks right after headings */
32
- /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
33
- h1, h2, h3, h4, h5, h6 {
34
- page-break-after: avoid; }
35
- /*------------------------------------------------------------------------------------------------------*/
36
- /**
37
- * @section column selection
38
- * (en) individually switch on/off any content column for printing
39
- * (de) (De)aktivierung der Contentspalten für den Ausdruck
40
- *
41
- * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
42
- */
43
- #col1 {
44
- display: none; }
45
- #col2, #col2_content {
46
- float: none;
47
- width: 100%;
48
- margin: 0;
49
- padding: 0;
50
- border: 0; }
51
- #col3 {
52
- display: none; }
53
- /*------------------------------------------------------------------------------------------------------*/
54
- /* (en) optional output of acronyms and abbreviations*/
55
- /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */
56
- /*
57
- abbr[title]:after,
58
- acronym[title]:after { content:'(' attr(title) ')'; }
59
- */
60
- /*------------------------------------------------------------------------------------------------------*/
61
- /* (en) optional URL output of hyperlinks in print layout */
62
- /* (de) optionale Ausgabe der URLs von Hyperlinks */
63
- /*
64
- a[href]:after {
65
- content:" <URL:"attr(href)">";
66
- color:#444;
67
- background:inherit;
68
- font-style:italic;
69
- }
70
- */ }
@@ -1,87 +0,0 @@
1
- /**
2
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
- *
4
- * (en) print stylesheet
5
- * (de) Druck-Stylesheet
6
- *
7
- * @copyright Copyright 2005-2011, Dirk Jesse
8
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
9
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
10
- * @link http://www.yaml.de
11
- * @package yaml
12
- * @version 3.3.1
13
- * @revision $Revision:392 $
14
- * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
15
- */
16
-
17
- @media print {
18
- /**
19
- * @section basic layout preparation
20
- * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
21
- */
22
- /* (en) change font size unit to [pt] - avoiding problems with [px] unit in Gecko based browsers */
23
- /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
24
- body {
25
- font-size: 10pt; }
26
- /* (en) Hide unneeded container of the screenlayout in print layout */
27
- /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
28
- #topnav, #nav, #search, nav {
29
- display: none; }
30
- /*------------------------------------------------------------------------------------------------------*/
31
- /* (en) Avoid page breaks right after headings */
32
- /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
33
- h1, h2, h3, h4, h5, h6 {
34
- page-break-after: avoid; }
35
- /*------------------------------------------------------------------------------------------------------*/
36
- /**
37
- * @section column selection
38
- * (en) individually switch on/off any content column for printing
39
- * (de) (De)aktivierung der Contentspalten für den Ausdruck
40
- *
41
- * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
42
- */
43
- #col1 {
44
- display: none; }
45
- #col2, #col2_content {
46
- float: none;
47
- width: 100%;
48
- margin: 0;
49
- padding: 0;
50
- border: 0; }
51
- #col3, #col3_content {
52
- width: 100%;
53
- margin: 0;
54
- padding: 0;
55
- border: 0; }
56
- /*------------------------------------------------------------------------------------------------------*/
57
- /* Optional Column Labels | Optionale Spaltenauszeichnung
58
- #col2_content:before { content:" [ left | middle | right column ]"; }
59
- #col3_content:before { content:" [ left | middle | right column ]"; }
60
-
61
- #col2_content:before, #col3_content:before {
62
- content:"";
63
- color:#888;
64
- background:inherit;
65
- display:block;
66
- font-weight:bold;
67
- font-size:1.5em;
68
- }
69
- */
70
- /*------------------------------------------------------------------------------------------------------*/
71
- /* (en) optional output of acronyms and abbreviations*/
72
- /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */
73
- /*
74
- abbr[title]:after,
75
- acronym[title]:after { content:'(' attr(title) ')'; }
76
- */
77
- /*------------------------------------------------------------------------------------------------------*/
78
- /* (en) optional URL output of hyperlinks in print layout */
79
- /* (de) optionale Ausgabe der URLs von Hyperlinks */
80
- /*
81
- a[href]:after {
82
- content:" <URL:"attr(href)">";
83
- color:#444;
84
- background:inherit;
85
- font-style:italic;
86
- }
87
- */ }
@@ -1,68 +0,0 @@
1
- /**
2
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
- *
4
- * (en) print stylesheet
5
- * (de) Druck-Stylesheet
6
- *
7
- * @copyright Copyright 2005-2011, Dirk Jesse
8
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
9
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
10
- * @link http://www.yaml.de
11
- * @package yaml
12
- * @version 3.3.1
13
- * @revision $Revision:392 $
14
- * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
15
- */
16
-
17
- @media print {
18
- /**
19
- * @section basic layout preparation
20
- * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
21
- */
22
- /* (en) change font size unit to [pt] - avoiding problems with [px] unit in Gecko based browsers */
23
- /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
24
- body {
25
- font-size: 10pt; }
26
- /* (en) Hide unneeded container of the screenlayout in print layout */
27
- /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
28
- #topnav, #nav, #search, nav {
29
- display: none; }
30
- /*------------------------------------------------------------------------------------------------------*/
31
- /* (en) Avoid page breaks right after headings */
32
- /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
33
- h1, h2, h3, h4, h5, h6 {
34
- page-break-after: avoid; }
35
- /*------------------------------------------------------------------------------------------------------*/
36
- /**
37
- * @section column selection
38
- * (en) individually switch on/off any content column for printing
39
- * (de) (De)aktivierung der Contentspalten für den Ausdruck
40
- *
41
- * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
42
- */
43
- #col1, #col1_content {
44
- float: none;
45
- width: 100%;
46
- margin: 0;
47
- padding: 0;
48
- border: 0; }
49
- #col2, #col3 {
50
- display: none; }
51
- /*------------------------------------------------------------------------------------------------------*/
52
- /* (en) optional output of acronyms and abbreviations*/
53
- /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */
54
- /*
55
- abbr[title]:after,
56
- acronym[title]:after { content:'(' attr(title) ')'; }
57
- */
58
- /*------------------------------------------------------------------------------------------------------*/
59
- /* (en) optional URL output of hyperlinks in print layout */
60
- /* (de) optionale Ausgabe der URLs von Hyperlinks */
61
- /*
62
- a[href]:after {
63
- content:" <URL:"attr(href)">";
64
- color:#444;
65
- background:inherit;
66
- font-style:italic;
67
- }
68
- */ }
@@ -1,87 +0,0 @@
1
- /**
2
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
- *
4
- * (en) print stylesheet
5
- * (de) Druck-Stylesheet
6
- *
7
- * @copyright Copyright 2005-2011, Dirk Jesse
8
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
9
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
10
- * @link http://www.yaml.de
11
- * @package yaml
12
- * @version 3.3.1
13
- * @revision $Revision:392 $
14
- * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
15
- */
16
-
17
- @media print {
18
- /**
19
- * @section basic layout preparation
20
- * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
21
- */
22
- /* (en) change font size unit to [pt] - avoiding problems with [px] unit in Gecko based browsers */
23
- /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
24
- body {
25
- font-size: 10pt; }
26
- /* (en) Hide unneeded container of the screenlayout in print layout */
27
- /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
28
- #topnav, #nav, #search, nav {
29
- display: none; }
30
- /*------------------------------------------------------------------------------------------------------*/
31
- /* (en) Avoid page breaks right after headings */
32
- /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
33
- h1, h2, h3, h4, h5, h6 {
34
- page-break-after: avoid; }
35
- /*------------------------------------------------------------------------------------------------------*/
36
- /**
37
- * @section column selection
38
- * (en) individually switch on/off any content column for printing
39
- * (de) (De)aktivierung der Contentspalten für den Ausdruck
40
- *
41
- * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
42
- */
43
- #col1, #col1_content {
44
- float: none;
45
- width: 100%;
46
- margin: 0;
47
- padding: 0;
48
- border: 0; }
49
- #col2 {
50
- display: none; }
51
- #col3, #col3_content {
52
- width: 100%;
53
- margin: 0;
54
- padding: 0;
55
- border: 0; }
56
- /*------------------------------------------------------------------------------------------------------*/
57
- /* Optional Column Labels | Optionale Spaltenauszeichnung
58
- #col1_content:before { content:" [ left | middle | right column ]"; }
59
- #col3_content:before { content:" [ left | middle | right column ]"; }
60
-
61
- #col1_content:before, #col3_content:before {
62
- content:"";
63
- color:#888;
64
- background:inherit;
65
- display:block;
66
- font-weight:bold;
67
- font-size:1.5em;
68
- }
69
- */
70
- /*------------------------------------------------------------------------------------------------------*/
71
- /* (en) optional output of acronyms and abbreviations*/
72
- /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */
73
- /*
74
- abbr[title]:after,
75
- acronym[title]:after { content:'(' attr(title) ')'; }
76
- */
77
- /*------------------------------------------------------------------------------------------------------*/
78
- /* (en) optional URL output of hyperlinks in print layout */
79
- /* (de) optionale Ausgabe der URLs von Hyperlinks */
80
- /*
81
- a[href]:after {
82
- content:" <URL:"attr(href)">";
83
- color:#444;
84
- background:inherit;
85
- font-style:italic;
86
- }
87
- */ }
@@ -1,82 +0,0 @@
1
- /**
2
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
- *
4
- * (en) print stylesheet
5
- * (de) Druck-Stylesheet
6
- *
7
- * @copyright Copyright 2005-2011, Dirk Jesse
8
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
9
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
10
- * @link http://www.yaml.de
11
- * @package yaml
12
- * @version 3.3.1
13
- * @revision $Revision:392 $
14
- * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
15
- */
16
-
17
- @media print {
18
- /**
19
- * @section basic layout preparation
20
- * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
21
- */
22
- /* (en) change font size unit to [pt] - avoiding problems with [px] unit in Gecko based browsers */
23
- /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit Maßeinheit [px] in Gecko-basierten Browsern vermeiden */
24
- body {
25
- font-size: 10pt; }
26
- /* (en) Hide unneeded container of the screenlayout in print layout */
27
- /* (de) Für den Druck nicht benötigte Container des Layouts abschalten */
28
- #topnav, #nav, #search, nav {
29
- display: none; }
30
- /*------------------------------------------------------------------------------------------------------*/
31
- /* (en) Avoid page breaks right after headings */
32
- /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
33
- h1, h2, h3, h4, h5, h6 {
34
- page-break-after: avoid; }
35
- /*------------------------------------------------------------------------------------------------------*/
36
- /**
37
- * @section column selection
38
- * (en) individually switch on/off any content column for printing
39
- * (de) (De)aktivierung der Contentspalten für den Ausdruck
40
- *
41
- * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
42
- */
43
- #col1, #col1_content, #col2, #col2_content {
44
- float: none;
45
- width: 100%;
46
- margin: 0;
47
- padding: 0;
48
- border: 0; }
49
- #col3 {
50
- display: none; }
51
- /*------------------------------------------------------------------------------------------------------*/
52
- /* Optional Column Labels | Optionale Spaltenauszeichnung
53
- #col1_content:before { content:" [ left | middle | right column ]"; }
54
- #col2_content:before { content:" [ left | middle | right column ]"; }
55
-
56
- #col1_content:before, #col2_content:before {
57
- content:"";
58
- color:#888;
59
- background:inherit;
60
- display:block;
61
- font-weight:bold;
62
- font-size:1.5em;
63
- }
64
- */
65
- /*------------------------------------------------------------------------------------------------------*/
66
- /* (en) optional output of acronyms and abbreviations*/
67
- /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */
68
- /*
69
- abbr[title]:after,
70
- acronym[title]:after { content:'(' attr(title) ')'; }
71
- */
72
- /*------------------------------------------------------------------------------------------------------*/
73
- /* (en) optional URL output of hyperlinks in print layout */
74
- /* (de) optionale Ausgabe der URLs von Hyperlinks */
75
- /*
76
- a[href]:after {
77
- content:" <URL:"attr(href)">";
78
- color:#444;
79
- background:inherit;
80
- font-style:italic;
81
- }
82
- */ }