cyaml 0.0.35 → 0.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,49 +0,0 @@
1
- /**
2
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
- *
4
- * (en) YAML core RTL stylesheet - structure-independent bugfixes of IE/Win CSS-bugs
5
- * (de) YAML Basis-RTL-Stylesheet - Strukturunabhängige Bugfixes von CSS-Bugs des IE/Win
6
- *
7
- * Don't make any changes in this file!
8
- * Your changes should be added to a separate patch-file.
9
- *
10
- * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
11
- *
12
- * @copyright Copyright 2005-2011, Dirk Jesse
13
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
14
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
15
- * @link http://www.yaml.de
16
- * @package yaml
17
- * @version 3.3.1
18
- * @revision $Revision: 501 $
19
- * @lastmodified $Date: 2011-06-18 17:27:44 +0200 (Sa, 18 Jun 2011) $
20
- */
21
-
22
- @media all {
23
- /**
24
- * (en) Workaround for misplaced floating navigation lists
25
- * (de) Workaround behebt deplatzierte floatende Navigationselemente
26
- *
27
- * @workaround
28
- * @affected IE 5.x/Win, IE6, IE7
29
- * @css-for IE 5.x/Win, IE6, IE7
30
- * @valid yes
31
- */
32
- #nav {
33
- direction: ltr;
34
- * {
35
- direction: rtl; } }
36
- /*------------------------------------------------------------------------------------------------------*/
37
- /**
38
- * (en) Optional: Forces right vertical scroll bars
39
- * (de) Optional: Erzwingt rechte vertikale Scrollbalken
40
- *
41
- * @workaround
42
- * @affected IE 5.x/Win, IE6, IE7
43
- * @css-for IE 5.x/Win, IE6, IE7
44
- * @valid yes
45
- */
46
- /*
47
- html { direction: ltr; }
48
- body { direction: rtl; }
49
- */ }
@@ -1,25 +0,0 @@
1
- /* "Yet Another Multicolumn Layout" v3.3.1 (c) by Alexander Hass, Dirk Jesse (http://www.yaml.de)
2
- * $Revision: 495 $ $Date: 2011-06-18 12:24:44 +0200 (Sa, 18 Jun 2011) $ */
3
- @media all {
4
- option {
5
- padding: 0 .4em 0 0; }
6
- body {
7
- text-align: right;
8
- direction: rtl; }
9
- ul, ol, dl {
10
- margin: 0 1em 1em 0; }
11
- li {
12
- margin-left: 0;
13
- margin-right: .8em; }
14
- dd, blockquote, cite {
15
- margin: 0 .8em 1em 0; }
16
- #skiplinks {
17
- left: 32768px;
18
- .skip {
19
- &:focus, &:active {
20
- left: -32768px; } } }
21
- .skip, .hideme, .print {
22
- left: 32768px; }
23
- .text-ltr {
24
- direction: ltr;
25
- text-align: left; } }
@@ -1,7 +0,0 @@
1
- /* "Yet Another Multicolumn Layout" v3.3.1 (c) by Alexander Hass, Dirk Jesse (http://www.yaml.de)
2
- * $Revision: 495 $ $Date: 2011-06-18 12:24:44 +0200 (Sa, 18 Jun 2011) $ */
3
- @media all {
4
- #nav {
5
- direction: ltr;
6
- * {
7
- direction: rtl; } } }
@@ -1,44 +0,0 @@
1
- /**
2
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
- *
4
- * (en) RTL Horizontal list navigation "Shiny Buttons"
5
- * (de) RTL Horizontale Navigationsliste "Shiny Buttons"
6
- *
7
- * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
8
- *
9
- * @copyright Copyright 2005-2011, Dirk Jesse
10
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
11
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
12
- * @link http://www.yaml.de
13
- * @package yaml
14
- * @version 3.3.1
15
- * @revision $Revision: 501 $
16
- * @lastmodified $Date: 2011-06-18 17:27:44 +0200 (Sa, 18 Jun 2011) $
17
- */
18
-
19
- @media all {
20
- /**
21
- * (en) Workaround disappearing list elements on hover
22
- * (de) Workaround verhindert das Verschwinden der Listenelemente beim Hovern
23
- *
24
- * @workaround
25
- * @affected IE 5.x/Win, IE6, IE7
26
- * @css-for IE 5.x/Win, IE6, IE7
27
- * @valid yes
28
- */
29
- .hlist {
30
- * {
31
- direction: ltr !important; }
32
- a, strong {
33
- direction: rtl !important; }
34
- ul {
35
- position: relative;
36
- float: right;
37
- /* (en) Left margin of the first button */
38
- /* (de) Abstand des ersten Buttons vom linken Rand */
39
- margin-left: 0;
40
- /* Reset LTR */
41
- margin-right: 50px;
42
- li {
43
- float: right; } } }
44
- /*------------------------------------------------------------------------------------------------------*/ }
@@ -1,38 +0,0 @@
1
- /**
2
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
- *
4
- * (en) RTL Horizontal list navigation based on "Sliding Door II" from von "A List Apart"
5
- * (de) RTL Horizontale Navigationsliste basierend auf "Sliding Door II" von "A List Apart"
6
- *
7
- * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
8
- *
9
- * @copyright Copyright 2005-2011, Dirk Jesse
10
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
11
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
12
- * @link http://www.yaml.de
13
- * @package yaml
14
- * @version 3.3.1
15
- * @revision $Revision: 501 $
16
- * @lastmodified $Date: 2011-06-18 17:27:44 +0200 (Sa, 18 Jun 2011) $
17
- */
18
-
19
- @media all {
20
- /**
21
- * (en) Workaround disappearing list elements on hover
22
- * (de) Workaround verhindert das Verschwinden der Listenelemente beim Hovern
23
- *
24
- * @workaround
25
- * @affected IE 5.x/Win, IE6, IE7
26
- * @css-for IE 5.x/Win, IE6, IE7
27
- * @valid yes
28
- */
29
- .hlist {
30
- * {
31
- direction: ltr !important; }
32
- a, strong {
33
- direction: rtl !important; }
34
- ul {
35
- padding: 0 50px 0 0; }
36
- li {
37
- float: right; } }
38
- /*------------------------------------------------------------------------------------------------------*/ }
@@ -1,46 +0,0 @@
1
- /**
2
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
- *
4
- * (en) Vertical RTL list navigation "vlist"
5
- * (de) Vertikale RTL-Navigationsliste "vlist"
6
- *
7
- * @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
8
- *
9
- * @copyright Copyright 2005-2011, Dirk Jesse
10
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
11
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
12
- * @link http://www.yaml.de
13
- * @package yaml
14
- * @version 3.3.1
15
- * @revision $Revision: 501 $
16
- * @lastmodified $Date: 2011-06-18 17:27:44 +0200 (Sa, 18 Jun 2011) $
17
- */
18
-
19
- @media all {
20
- /* Menu Title */
21
- h6.vlist {
22
- padding-left: 0px;
23
- padding-right: 10%; }
24
- .vlist {
25
- text-align: right;
26
- li {
27
- float: right; }
28
- a, strong, span {
29
- padding-left: 0px;
30
- padding-right: 10%; }
31
- li ul li {
32
- a, strong, span {
33
- padding-left: 0px;
34
- padding-right: 20%; }
35
- ul li {
36
- a, strong, span {
37
- padding-left: 0px;
38
- padding-right: 30%; }
39
- ul li {
40
- a, strong, span {
41
- padding-left: 0px;
42
- padding-right: 40%; } } } } }
43
- /* Level 1 */
44
- /* Level 2 */
45
- /* Level 3 */
46
- /* Level 4 */ }
@@ -1,258 +0,0 @@
1
- /**
2
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
- *
4
- * (en) YAML core stylesheet
5
- * (de) YAML Basis-Stylesheet
6
- *
7
- * Don't make any changes in this file!
8
- * Your changes should be placed in any css-file in your own stylesheet folder.
9
- *
10
- * @copyright Copyright 2005-2011, Dirk Jesse
11
- * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
12
- * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
13
- * @link http://www.yaml.de
14
- * @package yaml
15
- * @version 3.3.1
16
- * @revision $Revision: 501 $
17
- * @lastmodified $Date: 2011-06-18 17:27:44 +0200 (Sa, 18 Jun 2011) $
18
- */
19
-
20
- @media all {
21
- /**
22
- * @section browser reset
23
- * @see http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
24
- */
25
- /* (en) Global reset of paddings and margins for all HTML elements */
26
- /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
27
- * {
28
- margin: 0;
29
- padding: 0; }
30
- /* (en) Correction:margin/padding reset caused too small select boxes. */
31
- /* (de) Korrektur:Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
32
- option {
33
- padding-left: 0.4em; }
34
- /* LTR */
35
- select {
36
- padding: 1px; }
37
- /**
38
- * (en) Global fix of the Italics bugs in IE 5.x and IE 6
39
- * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
40
- *
41
- * @bugfix
42
- * @affected IE 5.x/Win, IE6
43
- * @css-for IE 5.x/Win, IE6
44
- * @valid yes
45
- */
46
- * html body * {
47
- overflow: visible; }
48
- body {
49
- /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
50
- /* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
51
- font-size: 100.01%;
52
- /* (en) Standard values for colors and text alignment */
53
- /* (de) Vorgabe der Standardfarben und Textausrichtung */
54
- background: #fff;
55
- color: #000;
56
- text-align: left;
57
- /* LTR */ }
58
- /* (en) avoid visible outlines on DIV containers in Webkit browsers */
59
- /* (de) Vermeidung sichtbarer Outline-Rahmen in Webkit-Browsern */
60
- div {
61
- outline: 0 none; }
62
- /* (en) HTML 5 - adjusting visual formatting model to block level */
63
- /* (en) HTML 5 - Anpassung des visuellen Formatmodells auf Blockelemente */
64
- article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
65
- display: block; }
66
- /* (en) Clear borders for <fieldset> and <img> elements */
67
- /* (de) Rahmen für <fieldset> und <img> Elemente löschen */
68
- fieldset, img {
69
- border: 0 solid; }
70
- /* (en) new standard values for lists, blockquote and cite */
71
- /* (de) Neue Standardwerte für Listen & Zitate */
72
- ul, ol, dl {
73
- margin: 0 0 1em 1em; }
74
- /* LTR */
75
- li {
76
- line-height: 1.5em;
77
- margin-left: 0.8em;
78
- /* LTR */ }
79
- dt {
80
- font-weight: bold; }
81
- dd {
82
- margin: 0 0 1em 0.8em; }
83
- /* LTR */
84
- blockquote {
85
- margin: 0 0 1em 0.8em;
86
- &:before, &:after {
87
- content: ""; } }
88
- /* LTR */
89
- q {
90
- &:before, &:after {
91
- content: ""; } }
92
- /*------------------------------------------------------------------------------------------------------*/
93
- /**
94
- * @section clearing methods
95
- * @see http://yaml.de/en/documentation/basics/general.html
96
- */
97
- /* (en) clearfix method for clearing floats */
98
- /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
99
- .clearfix {
100
- &:after {
101
- clear: both;
102
- content: ".";
103
- display: block;
104
- font-size: 0;
105
- height: 0;
106
- visibility: hidden; }
107
- display: block; }
108
- /* (en) essential for Safari browser !! */
109
- /* (de) Diese Angabe benötigt der Safari-Browser zwingend !! */
110
- /* (en) alternative solution to contain floats */
111
- /* (de) Alternative Methode zum Einschließen von Float-Umgebungen */
112
- .floatbox {
113
- display: table;
114
- width: 100%; }
115
- /* (en) IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css */
116
- /* (de) IE-Clearing:Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
117
- #ie_clearing {
118
- display: none; }
119
- /*------------------------------------------------------------------------------------------------------*/
120
- /**
121
- * @section hidden elements | Versteckte Elemente
122
- * @see http://www.yaml.de/en/documentation/basics/skip-links.html
123
- *
124
- * (en) skip links and hidden content
125
- * (de) Skip-Links und versteckte Inhalte
126
- */
127
- /* (en) classes for invisible elements in the base layout */
128
- /* (de) Klassen für unsichtbare Elemente im Basislayout */
129
- .skip, .hideme, .print {
130
- position: absolute;
131
- top: -32768px;
132
- left: -32768px;
133
- /* LTR */ }
134
- /* (en) make skip links visible when using tab navigation */
135
- /* (de) Skip-Links für Tab-Navigation sichtbar schalten */
136
- .skip {
137
- &:focus, &:active {
138
- position: static;
139
- top: 0;
140
- left: 0; } }
141
- /* skiplinks:technical setup */
142
- #skiplinks {
143
- position: absolute;
144
- top: 0px;
145
- left: -32768px;
146
- z-index: 1000;
147
- width: 100%;
148
- margin: 0;
149
- padding: 0;
150
- list-style-type: none;
151
- .skip {
152
- &:focus, &:active {
153
- left: 32768px;
154
- outline: 0 none;
155
- position: absolute;
156
- width: 100%; } } } }
157
-
158
-
159
- @media screen, projection {
160
- /**
161
- * @section base layout | Basis Layout
162
- * @see http://www.yaml.de/en/documentation/css-components/base-stylesheet.html
163
- *
164
- * |-------------------------------|
165
- * | #col1 | #col3 | #col2 |
166
- * | 20% | flexible | 20% |
167
- * |-------------------------------|
168
- */
169
- #col1 {
170
- float: left;
171
- width: 20%; }
172
- #col2 {
173
- float: right;
174
- width: 20%; }
175
- #col3 {
176
- width: auto;
177
- margin: 0 20%; }
178
- /* (en) Preparation for absolute positioning within content columns */
179
- /* (de) Vorbereitung für absolute Positionierungen innerhalb der Inhaltsspalten */
180
- #col1_content, #col2_content, #col3_content {
181
- position: relative; }
182
- /*------------------------------------------------------------------------------------------------------*/
183
- /**
184
- * @section subtemplates
185
- * @see http://www.yaml.de/en/documentation/practice/subtemplates.html
186
- */
187
- .subcolumns {
188
- display: table;
189
- width: 100%;
190
- table-layout: fixed; }
191
- .subcolumns_oldgecko {
192
- width: 100%;
193
- float: left; }
194
- .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l {
195
- float: left; }
196
- .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r {
197
- float: right;
198
- margin-left: -5px; }
199
- .c20l, .c20r {
200
- width: 20%; }
201
- .c40l, .c40r {
202
- width: 40%; }
203
- .c60l, .c60r {
204
- width: 60%; }
205
- .c80l, .c80r {
206
- width: 80%; }
207
- .c25l, .c25r {
208
- width: 25%; }
209
- .c33l, .c33r {
210
- width: 33.333%; }
211
- .c50l, .c50r {
212
- width: 50%; }
213
- .c66l, .c66r {
214
- width: 66.666%; }
215
- .c75l, .c75r {
216
- width: 75%; }
217
- .c38l, .c38r {
218
- width: 38.2%; }
219
- .c62l, .c62r {
220
- width: 61.8%; }
221
- .subc {
222
- padding: 0 0.5em; }
223
- .subcl {
224
- padding: 0 1em 0 0; }
225
- .subcr {
226
- padding: 0 0 0 1em; }
227
- .equalize {
228
- table-layout: fixed;
229
- .subcolumns {
230
- table-layout: fixed; }
231
- > div {
232
- display: table-cell;
233
- float: none;
234
- margin: 0;
235
- overflow: hidden;
236
- vertical-align: top; } } }
237
-
238
-
239
- @media print {
240
- /**
241
- * (en) float clearing for subtemplates. Uses display:table to avoid bugs in FF & IE
242
- * (de) Float Clearing für Subtemplates. Verwendet display:table, um Darstellungsprobleme im FF & IE zu vermeiden
243
- */
244
- .subcolumns {
245
- overflow: visible;
246
- display: table;
247
- > div {
248
- overflow: visible;
249
- display: table; } }
250
- /* (en) make .print class visible */
251
- /* (de) .print-Klasse sichtbar schalten */
252
- .print {
253
- position: static;
254
- left: 0; }
255
- /* (en) generic class to hide elements for print */
256
- /* (de) Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden */
257
- .noprint {
258
- display: none !important; } }