cyaml 0.0.33 → 0.0.34

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. data/README.mkdn +9 -2
  2. data/stylesheets/cyaml/add-ons/accessible-tabs/tabs.scss +111 -0
  3. data/stylesheets/cyaml/add-ons/microformats/microformats.scss +118 -0
  4. data/stylesheets/cyaml/add-ons/rtl-support/core/base-rtl.scss +67 -0
  5. data/stylesheets/cyaml/add-ons/rtl-support/core/iehacks-rtl.scss +49 -0
  6. data/stylesheets/cyaml/add-ons/rtl-support/core/slim_base-rtl.scss +25 -0
  7. data/stylesheets/cyaml/add-ons/rtl-support/core/slim_iehacks-rtl.scss +7 -0
  8. data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_shinybuttons-rtl.scss +44 -0
  9. data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_slidingdoor-rtl.scss +38 -0
  10. data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_vlist-rtl.scss +46 -0
  11. data/stylesheets/cyaml/core/base.scss +258 -0
  12. data/stylesheets/cyaml/core/{iehacks.css → iehacks.scss} +117 -126
  13. data/stylesheets/cyaml/core/slim_base.scss +152 -0
  14. data/stylesheets/cyaml/core/slim_iehacks.scss +110 -0
  15. data/stylesheets/cyaml/navigation/nav_shinybuttons.scss +88 -0
  16. data/stylesheets/cyaml/navigation/nav_slidingdoor.scss +105 -0
  17. data/stylesheets/cyaml/navigation/nav_vlist.scss +120 -0
  18. data/stylesheets/cyaml/patches/{patch_nav_vlist.sass → patch_nav_vlist.scss} +30 -28
  19. data/stylesheets/cyaml/print/{print_020_draft.sass → print_003_draft.scss} +43 -43
  20. data/stylesheets/cyaml/print/{print_100_draft.sass → print_020_draft.scss} +46 -41
  21. data/stylesheets/cyaml/print/print_023_draft.scss +87 -0
  22. data/stylesheets/cyaml/print/{print_003.sass → print_100_draft.scss} +44 -40
  23. data/stylesheets/cyaml/print/print_103_draft.scss +87 -0
  24. data/stylesheets/cyaml/print/print_120_draft.scss +82 -0
  25. data/stylesheets/cyaml/print/print_123_draft.scss +86 -0
  26. data/stylesheets/cyaml/print/{print_draft.sass → print_draft.scss} +34 -30
  27. data/stylesheets/cyaml/screen/content.scss +270 -0
  28. data/stylesheets/cyaml/screen/forms.scss +320 -0
  29. data/templates/project/add-ons/microformats/external_link.png +0 -0
  30. data/templates/project/add-ons/microformats/hcalendar.png +0 -0
  31. data/templates/project/add-ons/microformats/hcard.png +0 -0
  32. data/templates/project/add-ons/microformats/icon-geo.png +0 -0
  33. data/templates/project/add-ons/microformats/icon-hatom.png +0 -0
  34. data/templates/project/add-ons/microformats/icon-haudio.png +0 -0
  35. data/templates/project/add-ons/microformats/icon-hcalendar-add.png +0 -0
  36. data/templates/project/add-ons/microformats/icon-hcalendar-download.png +0 -0
  37. data/templates/project/add-ons/microformats/icon-hcalendar.png +0 -0
  38. data/templates/project/add-ons/microformats/icon-hcard-add.png +0 -0
  39. data/templates/project/add-ons/microformats/icon-hcard-download.png +0 -0
  40. data/templates/project/add-ons/microformats/icon-hcard.png +0 -0
  41. data/templates/project/add-ons/microformats/icon-hresume.png +0 -0
  42. data/templates/project/add-ons/microformats/icon-rel-tag.png +0 -0
  43. data/templates/project/add-ons/microformats/icon-xfn.png +0 -0
  44. data/templates/project/add-ons/microformats/xfn/xfn-child.png +0 -0
  45. data/templates/project/add-ons/microformats/xfn/xfn-colleague-met.png +0 -0
  46. data/templates/project/add-ons/microformats/xfn/xfn-colleague.png +0 -0
  47. data/templates/project/add-ons/microformats/xfn/xfn-friend-met.png +0 -0
  48. data/templates/project/add-ons/microformats/xfn/xfn-friend.png +0 -0
  49. data/templates/project/add-ons/microformats/xfn/xfn-me.png +0 -0
  50. data/templates/project/add-ons/microformats/xfn/xfn-parent.png +0 -0
  51. data/templates/project/add-ons/microformats/xfn/xfn-small.png +0 -0
  52. data/templates/project/add-ons/microformats/xfn/xfn-spouse.png +0 -0
  53. data/templates/project/add-ons/microformats/xfn/xfn-sweetheart-met.png +0 -0
  54. data/templates/project/add-ons/microformats/xfn/xfn-sweetheart.png +0 -0
  55. data/templates/project/basemod.scss +8 -29
  56. data/templates/project/{images/button_gray.png → button_gray.png} +0 -0
  57. data/templates/project/{images/button_red.png → button_red.png} +0 -0
  58. data/templates/project/{images/button_yellow.png → button_yellow.png} +0 -0
  59. data/templates/project/config.scss +2 -3
  60. data/templates/project/default_includes.scss +35 -6
  61. data/templates/project/javascripts/lib/jquery-1.6.1.js +8937 -0
  62. data/templates/project/javascripts/lib/jquery-1.6.1.min.js +18 -0
  63. data/templates/project/manifest.rb +9 -22
  64. data/templates/project/patch_my_layout.scss +51 -23
  65. data/templates/project/{images/shiny_buttons → shiny_buttons}/background.png +0 -0
  66. data/templates/project/{images/shiny_buttons → shiny_buttons}/background_active.png +0 -0
  67. data/templates/project/{images/sliding_door → sliding_door}/round/bg.gif +0 -0
  68. data/templates/project/{images/sliding_door → sliding_door}/round/left.png +0 -0
  69. data/templates/project/{images/sliding_door → sliding_door}/round/left_on.png +0 -0
  70. data/templates/project/{images/sliding_door → sliding_door}/round/right.png +0 -0
  71. data/templates/project/{images/sliding_door → sliding_door}/round/right_on.png +0 -0
  72. data/templates/project/{images/vlist → vlist}/square/node.gif +0 -0
  73. data/templates/project/{images/vlist → vlist}/square/node_minus.gif +0 -0
  74. data/templates/project/{images/vlist → vlist}/square/node_plus.gif +0 -0
  75. data/templates/project/{images/vlist → vlist}/square/subnode.gif +0 -0
  76. data/templates/project/{images/vlist → vlist}/square/subnode_minus.gif +0 -0
  77. data/templates/project/{images/vlist → vlist}/square/subnode_plus.gif +0 -0
  78. metadata +78 -57
  79. data/stylesheets/cyaml/core/base.css +0 -224
  80. data/stylesheets/cyaml/core/base.sass +0 -186
  81. data/stylesheets/cyaml/core/iehacks.sass +0 -307
  82. data/stylesheets/cyaml/core/js/yaml-focusfix.js +0 -63
  83. data/stylesheets/cyaml/core/slim_base.css +0 -0
  84. data/stylesheets/cyaml/core/slim_base.sass +0 -0
  85. data/stylesheets/cyaml/core/slim_iehacks.css +0 -127
  86. data/stylesheets/cyaml/core/slim_iehacks.sass +0 -111
  87. data/stylesheets/cyaml/mypart/_fonts.scss +0 -53
  88. data/stylesheets/cyaml/mypart/_handheld.scss +0 -8
  89. data/stylesheets/cyaml/mypart/_helpers.scss +0 -60
  90. data/stylesheets/cyaml/mypart/_media.scss +0 -66
  91. data/stylesheets/cyaml/mypart/_reset.scss +0 -66
  92. data/stylesheets/cyaml/mypart/_styles.scss +0 -110
  93. data/stylesheets/cyaml/navigation/nav_shinybuttons.sass +0 -87
  94. data/stylesheets/cyaml/navigation/nav_slidingdoor.sass +0 -103
  95. data/stylesheets/cyaml/navigation/nav_vlist.sass +0 -119
  96. data/stylesheets/cyaml/patches/patch_layout_draft.sass +0 -25
  97. data/stylesheets/cyaml/print/print_023_draft.sass +0 -83
  98. data/stylesheets/cyaml/print/print_103_draft.sass +0 -83
  99. data/stylesheets/cyaml/print/print_120_draft.sass +0 -78
  100. data/stylesheets/cyaml/print/print_123_draft.sass +0 -82
  101. data/stylesheets/cyaml/screen/content.sass +0 -282
  102. data/stylesheets/cyaml/screen/forms.sass +0 -293
  103. data/templates/project/javascripts/lib/jquery-1.3.2.js +0 -4376
  104. data/templates/project/javascripts/lib/jquery-1.3.2.min.js +0 -19
@@ -0,0 +1,120 @@
1
+ /**
2
+ * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
+ *
4
+ * (en) Vertical list navigation "vlist"
5
+ * (de) Vertikale Navigationsliste "vlist"
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 all {
18
+ /* title */
19
+ h6.vlist {
20
+ font-family: Arial, Helvetica, sans-serif;
21
+ font-weight: bold;
22
+ font-size: 100%;
23
+ width: 90%;
24
+ padding: 3px 0px 3px 10%;
25
+ /* LTR */
26
+ margin: 0;
27
+ color: #444;
28
+ background-color: #fff;
29
+ border-top: 2px #ddd solid;
30
+ border-bottom: 4px #888 solid; }
31
+ .vlist {
32
+ width: 100%;
33
+ overflow: hidden;
34
+ margin: 0 0 1.5em 0;
35
+ list-style-type: none;
36
+ border-bottom: 2px #ddd solid;
37
+ ul {
38
+ list-style-type: none;
39
+ margin: 0;
40
+ padding: 0; }
41
+ li {
42
+ float: left;
43
+ /* LTR */
44
+ width: 100%;
45
+ margin: 0;
46
+ padding: 0; }
47
+ a, strong, span {
48
+ display: block;
49
+ padding: 3px 0px 3px 10%;
50
+ text-decoration: none;
51
+ border-bottom: 1px #ddd solid; }
52
+ a {
53
+ color: #444;
54
+ &:visited {
55
+ color: #444; } }
56
+ li {
57
+ span {
58
+ display: block;
59
+ font-weight: bold;
60
+ border-bottom: 1px #ddd solid; }
61
+ &.active {
62
+ color: #fff;
63
+ background-color: #800;
64
+ font-weight: bold; }
65
+ a, strong, span {
66
+ width: 90%;
67
+ padding-left: 10%; }
68
+ a {
69
+ &:focus, &:hover, &:active {
70
+ background-color: #a88;
71
+ color: #fff;
72
+ outline: 0 none; } }
73
+ ul li {
74
+ a, strong, span {
75
+ width: 80%;
76
+ padding-left: 20%; }
77
+ a {
78
+ background-color: #f8f8f8;
79
+ color: #333;
80
+ &:visited {
81
+ background-color: #f8f8f8;
82
+ color: #333; }
83
+ &:focus, &:hover, &:active {
84
+ background-color: #a88;
85
+ color: #fff; } }
86
+ ul li {
87
+ a, strong, span {
88
+ width: 70%;
89
+ padding-left: 30%; }
90
+ a {
91
+ background-color: #f0f0f0;
92
+ color: #222;
93
+ &:visited {
94
+ background-color: #f0f0f0;
95
+ color: #222; }
96
+ &:focus, &:hover, &:active {
97
+ background-color: #a88;
98
+ color: #fff; } }
99
+ ul li {
100
+ a, strong, span {
101
+ width: 60%;
102
+ padding-left: 40%; }
103
+ a {
104
+ background-color: #e8e8e8;
105
+ color: #111;
106
+ &:visited {
107
+ background-color: #e8e8e8;
108
+ color: #111; }
109
+ &:focus, &:hover, &:active {
110
+ background-color: #a88;
111
+ color: #fff; } } } } } } }
112
+ /* active list element */
113
+ /* Level 1 */
114
+ /* LTR */
115
+ /* Level 2 */
116
+ /* LTR */
117
+ /* Level 3 */
118
+ /* LTR */
119
+ /* Level 4 */
120
+ /* LTR */ }
@@ -7,16 +7,17 @@
7
7
  * (de) IE Anpassungs-Stylesheet für YAML vlist-Navigation
8
8
  * Einbindung ins Layout erfolgt über den Import innerhalb des IE-Anspassungs-Stylesheet
9
9
  *
10
- * @copyright Copyright 2005-2010, Dirk Jesse
10
+ * @copyright Copyright 2005-2011, Dirk Jesse
11
11
  * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
12
12
  * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
13
13
  * @link http://www.yaml.de
14
14
  * @package yaml
15
- * @version 3.2.1
15
+ * @version 3.3.1
16
16
  * @revision $Revision:392 $
17
17
  * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
18
+ */
18
19
 
19
- @media screen, projection
20
+ @media screen, projection {
20
21
  /**
21
22
  * Box Model Bug
22
23
  * (en) Adjustment of width values for list elements of the menu in IE 5.x/Win.
@@ -29,28 +30,29 @@
29
30
  * @affected IE 5.x/Win (IE6 in Quirks-Mode)
30
31
  * @css-for IE 5.x/Win, IE6
31
32
  * @valid no
32
- /* title
33
- * html
34
- h6.vlist
35
- width: 100%
36
- w\idth: 90%
37
- .vlist li
38
- a, strong, span
39
- width: 100%
40
- w\idth: 90%
41
- ul li
42
- a, strong, span
43
- width: 100%
44
- w\idth: 80%
45
- ul li
46
- a, strong, span
47
- width: 100%
48
- w\idth: 70%
49
- ul li
50
- a, strong, span
51
- width: 100%
52
- w\idth: 60%
53
- /* level 1
54
- /* level 2
55
- /* level 3
56
- /* level 4
33
+ */
34
+ /* title */
35
+ * html {
36
+ h6.vlist {
37
+ width: 100%;
38
+ w\idth: 90%; }
39
+ .vlist li {
40
+ a, strong, span {
41
+ width: 100%;
42
+ w\idth: 90%; }
43
+ ul li {
44
+ a, strong, span {
45
+ width: 100%;
46
+ w\idth: 80%; }
47
+ ul li {
48
+ a, strong, span {
49
+ width: 100%;
50
+ w\idth: 70%; }
51
+ ul li {
52
+ a, strong, span {
53
+ width: 100%;
54
+ w\idth: 60%; } } } } } }
55
+ /* level 1 */
56
+ /* level 2 */
57
+ /* level 3 */
58
+ /* level 4 */ }
@@ -1,67 +1,67 @@
1
- @charset "UTF-8"
2
-
3
1
  /**
4
2
  * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
5
3
  *
6
4
  * (en) print stylesheet
7
5
  * (de) Druck-Stylesheet
8
6
  *
9
- * @copyright Copyright 2005-2010, Dirk Jesse
7
+ * @copyright Copyright 2005-2011, Dirk Jesse
10
8
  * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
11
9
  * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
12
10
  * @link http://www.yaml.de
13
11
  * @package yaml
14
- * @version 3.2.1
12
+ * @version 3.3.1
15
13
  * @revision $Revision:392 $
16
14
  * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
15
+ */
17
16
 
18
- @media print
17
+ @media print {
19
18
  /**
20
19
  * @section basic layout preparation
21
20
  * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
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
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
- /*------------------------------------------------------------------------------------------------------
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
36
  /**
37
37
  * @section column selection
38
38
  * (en) individually switch on/off any content column for printing
39
39
  * (de) (De)aktivierung der Contentspalten für den Ausdruck
40
40
  *
41
41
  * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
42
- #col1
43
- display: none
44
- #col2, #col2_content
45
- float: none
46
- width: 100%
47
- margin: 0
48
- padding: 0
49
- border: 0
50
- #col3
51
- display: none
52
- /*------------------------------------------------------------------------------------------------------
53
- /* (en) optional output of acronyms and abbreviations
54
- /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen
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 */
55
53
  /*
56
- *abbr[title]:after,
57
- *acronym[title]:after { content:'(' attr(title) ')'; }
58
- /*------------------------------------------------------------------------------------------------------
59
- /* (en) optional URL output of hyperlinks in print layout
60
- /* (de) optionale Ausgabe der URLs von Hyperlinks
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 */
61
60
  /*
62
- *a[href]:after {
63
- * content:" <URL:"attr(href)">";
64
- * color:#444;
65
- * background:inherit;
66
- * font-style:italic;
67
- *}
61
+ a[href]:after {
62
+ content:" <URL:"attr(href)">";
63
+ color:#444;
64
+ background:inherit;
65
+ font-style:italic;
66
+ }
67
+ */ }
@@ -1,65 +1,70 @@
1
- @charset "UTF-8"
2
-
3
1
  /**
4
2
  * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
5
3
  *
6
4
  * (en) print stylesheet
7
5
  * (de) Druck-Stylesheet
8
6
  *
9
- * @copyright Copyright 2005-2010, Dirk Jesse
7
+ * @copyright Copyright 2005-2011, Dirk Jesse
10
8
  * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
11
9
  * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
12
10
  * @link http://www.yaml.de
13
11
  * @package yaml
14
- * @version 3.2.1
12
+ * @version 3.3.1
15
13
  * @revision $Revision:392 $
16
14
  * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
15
+ */
17
16
 
18
- @media print
17
+ @media print {
19
18
  /**
20
19
  * @section basic layout preparation
21
20
  * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
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
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
- /*------------------------------------------------------------------------------------------------------
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
36
  /**
37
37
  * @section column selection
38
38
  * (en) individually switch on/off any content column for printing
39
39
  * (de) (De)aktivierung der Contentspalten für den Ausdruck
40
40
  *
41
41
  * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
42
- #col1, #col1_content
43
- float: none
44
- width: 100%
45
- margin: 0
46
- padding: 0
47
- border: 0
48
- #col2, #col3
49
- display: none
50
- /*------------------------------------------------------------------------------------------------------
51
- /* (en) optional output of acronyms and abbreviations
52
- /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen
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 */
53
56
  /*
54
- *abbr[title]:after,
55
- *acronym[title]:after { content:'(' attr(title) ')'; }
56
- /*------------------------------------------------------------------------------------------------------
57
- /* (en) optional URL output of hyperlinks in print layout
58
- /* (de) optionale Ausgabe der URLs von Hyperlinks
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 */
59
63
  /*
60
- *a[href]:after {
61
- * content:" <URL:"attr(href)">";
62
- * color:#444;
63
- * background:inherit;
64
- * font-style:italic;
65
- *}
64
+ a[href]:after {
65
+ content:" <URL:"attr(href)">";
66
+ color:#444;
67
+ background:inherit;
68
+ font-style:italic;
69
+ }
70
+ */ }
@@ -0,0 +1,87 @@
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
+ */ }