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
@@ -0,0 +1,282 @@
1
+ @media all
2
+ *
3
+ margin: 0
4
+ padding: 0
5
+ option
6
+ padding-left: .4em
7
+ select
8
+ padding: 1px
9
+ * html body *
10
+ overflow: visible
11
+ body
12
+ font-size: 100%
13
+ background: #fff
14
+ color: #000
15
+ text-align: left
16
+ div:target
17
+ outline: 0 none
18
+ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
19
+ display: block
20
+ audio, canvas, video
21
+ display: inline-block
22
+ audio:not([controls]), [hidden]
23
+ display: none
24
+ input[type="search"]
25
+ -webkit-appearance: textfield
26
+ &::-webkit-search-decoration
27
+ -webkit-appearance: none
28
+ fieldset, img
29
+ border: 0 solid
30
+ ul, ol, dl
31
+ margin: 0 0 1em 1em
32
+ li
33
+ line-height: 1.5em
34
+ margin-left: .8em
35
+ dt
36
+ font-weight: bold
37
+ dd, blockquote
38
+ margin: 0 0 1em .8em
39
+ q
40
+ quotes: none
41
+ blockquote
42
+ &:before, &:after
43
+ content: ''
44
+ content: none
45
+ q
46
+ &:before, &:after
47
+ content: ''
48
+ content: none
49
+ table
50
+ border-collapse: collapse
51
+ border-spacing: 0
52
+ .ym-clearfix
53
+ &:before
54
+ content: ""
55
+ display: table
56
+ &:after
57
+ clear: both
58
+ content: "."
59
+ display: block
60
+ font-size: 0
61
+ height: 0
62
+ visibility: hidden
63
+ .ym-contain-dt
64
+ display: table
65
+ width: 100%
66
+ overflow: visible
67
+ .ym-contain-oh
68
+ overflow: hidden
69
+ width: 100%
70
+ display: block
71
+ .ym-contain-fl
72
+ float: left
73
+ width: 100%
74
+ .ym-skip, .ym-hideme, .ym-print
75
+ position: absolute
76
+ top: -32768px
77
+ left: -32768px
78
+ .ym-skip
79
+ &:focus, &:active
80
+ position: static
81
+ top: 0
82
+ left: 0
83
+ .ym-skiplinks
84
+ position: absolute
85
+ top: 0
86
+ left: -32768px
87
+ z-index: 1000
88
+ width: 100%
89
+ margin: 0
90
+ padding: 0
91
+ list-style-type: none
92
+ .ym-skip
93
+ &:focus, &:active
94
+ left: 32768px
95
+ outline: 0 none
96
+ position: absolute
97
+ width: 100%
98
+
99
+
100
+ @media screen,projection
101
+ .ym-column
102
+ display: table
103
+ width: 100%
104
+ .ym-col1
105
+ float: left
106
+ width: 20%
107
+ .ym-col2
108
+ float: right
109
+ width: 20%
110
+ .ym-col3
111
+ width: auto
112
+ margin: 0 20%
113
+ .ym-cbox .ym-cbox-left, .ym-cbox-right
114
+ position: relative
115
+ .ym-cbox
116
+ padding: 0 10px
117
+ .ym-cbox-left
118
+ padding: 0 10px 0 0
119
+ .ym-cbox-right
120
+ padding: 0 0 0 10px
121
+ .ym-ie-clearing
122
+ display: none
123
+ .ym-grid
124
+ display: table
125
+ width: 100%
126
+ table-layout: fixed
127
+ list-style-type: none
128
+ padding-left: 0
129
+ padding-right: 0
130
+ margin-left: 0
131
+ margin-right: 0
132
+ .ym-gl
133
+ float: left
134
+ margin: 0
135
+ .ym-gr
136
+ float: right
137
+ margin: 0 0 0 -5px
138
+ .ym-g20
139
+ width: 20%
140
+ .ym-g40
141
+ width: 40%
142
+ .ym-g60
143
+ width: 60%
144
+ .ym-g80
145
+ width: 80%
146
+ .ym-g25
147
+ width: 25%
148
+ .ym-g33
149
+ width: 33.333%
150
+ .ym-g50
151
+ width: 50%
152
+ .ym-g66
153
+ width: 66.666%
154
+ .ym-g75
155
+ width: 75%
156
+ .ym-g38
157
+ width: 38.2%
158
+ .ym-g62
159
+ width: 61.8%
160
+ .ym-gbox
161
+ padding: 0 10px
162
+ .ym-gbox-left
163
+ padding: 0 10px 0 0
164
+ .ym-gbox-right
165
+ padding: 0 0 0 10px
166
+ .ym-equalize
167
+ overflow: hidden
168
+ .ym-equalize>
169
+ &.ym-gl, &.ym-gr
170
+ display: table-cell
171
+ float: none
172
+ margin: 0
173
+ vertical-align: top
174
+ .ym-equalize>*>
175
+ &.ym-gbox, &.ym-gbox-left, &.ym-gbox-right
176
+ padding-bottom: 10000px
177
+ margin-bottom: -10000px
178
+
179
+
180
+ @media all
181
+ .ym-form
182
+ overflow: hidden
183
+ fieldset
184
+ overflow: hidden
185
+ div .ym-form label, .ym-message
186
+ position: relative
187
+ display: block
188
+ .ym-fbox-check label
189
+ display: inline
190
+ input, textarea
191
+ cursor: text
192
+ input
193
+ &[type="checkbox"], &[type="radio"]
194
+ cursor: pointer
195
+ select, label
196
+ cursor: pointer
197
+ textarea
198
+ overflow: auto
199
+ input[type=hidden]
200
+ display: none!important
201
+ .ym-fbox-text:before, .ym-fbox-select:before, .ym-fbox-check:before, .ym-fbox-button:before
202
+ content: ""
203
+ display: table
204
+ .ym-fbox-text:after, .ym-fbox-select:after, .ym-fbox-check:after, .ym-fbox-button:after
205
+ clear: both
206
+ content: "."
207
+ display: block
208
+ font-size: 0
209
+ height: 0
210
+ visibility: hidden
211
+ select, input, textarea
212
+ display: block
213
+ position: relative
214
+ width: 58.5%
215
+ .ym-fbox-check input
216
+ display: inline
217
+ width: auto
218
+ .ym-fbox-button input
219
+ display: inline
220
+ overflow: visible
221
+ width: auto
222
+ .ym-fbox-check input
223
+ &:focus, &:hover, &:active
224
+ border: 0 none
225
+ .ym-full
226
+ .ym-fbox-select select
227
+ width: 94.2%
228
+ margin-right: -3px
229
+ .ym-fbox-text
230
+ input, textarea
231
+ width: 94.2%
232
+ margin-right: -3px
233
+ .ym-columnar
234
+ .ym-fbox-text label, .ym-fbox-select label
235
+ display: inline
236
+ float: left
237
+ width: 30%
238
+ .ym-fbox-check
239
+ position: relative
240
+ .ym-label
241
+ display: block
242
+ .ym-columnar
243
+ .ym-fbox-check
244
+ .ym-label
245
+ position: absolute
246
+ top: 0
247
+ input
248
+ margin-left: 30%
249
+ .ym-error .ym-message
250
+ margin-left: 30%
251
+ fieldset .ym-fbox-button
252
+ padding-left: 30%
253
+ fieldset.ym-columnar .ym-fbox-button
254
+ padding-left: 30%
255
+ .ym-columnar
256
+ .ym-fbox-select select
257
+ float: left
258
+ width: 67.2%
259
+ margin-right: -3px
260
+ .ym-fbox-text
261
+ input, textarea
262
+ float: left
263
+ width: 67.2%
264
+ margin-right: -3px
265
+ .ym-fbox-select select
266
+ width: 60%
267
+ .ym-full .ym-fbox-select select
268
+ width: 94.8%
269
+ .ym-columnar .ym-fbox-select select
270
+ width: 68.8%
271
+
272
+
273
+ @media print
274
+ .ym-grid>
275
+ &.ym-gl, &.ym-gr
276
+ overflow: visible
277
+ display: table
278
+ .ym-print
279
+ position: static
280
+ left: 0
281
+ .ym-noprint
282
+ display: none!important
@@ -0,0 +1,434 @@
1
+ /**
2
+ * "Yet Another Multicolumn Layout" - YAML 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-2012, Dirk Jesse
11
+ * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
12
+ * YAML-CDL (http://www.yaml.de/license.html)
13
+ * @link http://www.yaml.de
14
+ * @package yaml
15
+ * @version v4.0
16
+ * @revision $Revision: 686 $
17
+ * @lastmodified $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $
18
+
19
+ @media all
20
+ /**
21
+ ** @section CSS-Normalisation Module
22
+ /* (en) Global reset of paddings and margins for all HTML elements
23
+ /* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente
24
+ *
25
+ margin: 0
26
+ padding: 0
27
+ /* (en) Correction:margin/padding reset caused too small select boxes.
28
+ /* (de) Korrektur:Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen.
29
+ option
30
+ padding-left: 0.4em
31
+ /* LTR
32
+ select
33
+ padding: 1px
34
+ /**
35
+ ** (en) Global fix of the Italics bugs in IE 5.x and IE 6
36
+ ** (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
37
+ **
38
+ ** @bugfix
39
+ ** @affected IE 5.x/Win, IE6
40
+ ** @css-for IE 5.x/Win, IE6
41
+ ** @valid yes
42
+ * html body *
43
+ overflow: visible
44
+ body
45
+ /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser
46
+ /* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen
47
+ font-size: 100%
48
+ /* (en) Standard values for colors and text alignment
49
+ /* (de) Vorgabe der Standardfarben und Textausrichtung
50
+ background: #fff
51
+ color: #000
52
+ text-align: left
53
+ /* LTR
54
+ /* (en) avoid visible outlines on DIV containers in Webkit browsers
55
+ /* (de) Vermeidung sichtbarer Outline-Rahmen in Webkit-Browsern
56
+ div:target
57
+ outline: 0 none
58
+ /* (en) HTML 5 - adjusting visual formatting model to block level
59
+ /* (en) HTML 5 - Anpassung des visuellen Formatmodells auf Blockelemente
60
+ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
61
+ display: block
62
+ /* (en) HTML5 - default media element styles
63
+ /* (de) HTML5 - Standard Eigenschaften für Media-Elemente
64
+ audio, canvas, video
65
+ display: inline-block
66
+ /* (en) HTML5 - don't show <audio> element if there aren't controls
67
+ /* (de) HTML5 - <audio> ohne Kontrollelemente sollten nicht angezeigt werden
68
+ audio:not([controls]), [hidden]
69
+ display: none
70
+ /* (en) HTML5 - add missing styling in IE & old FF for hidden attribute
71
+ /* (de) HTML5 - Eigenschaften für das hidden-Attribut in älteren IEs und FF nachrüsten
72
+ /* (en) force consistant appearance of input[type="search"] elements in all browser
73
+ /* (de) Einheitliches Erscheinungsbild für input[type="search"] Elemente erzwingen
74
+ input[type="search"]
75
+ -webkit-appearance: textfield
76
+ &::-webkit-search-decoration
77
+ -webkit-appearance: none
78
+ /* (en) Clear borders for <fieldset> and <img> elements
79
+ /* (de) Rahmen für <fieldset> und <img> Elemente löschen
80
+ fieldset, img
81
+ border: 0 solid
82
+ /* (en) new standard values for lists, blockquote, cite and tables
83
+ /* (de) Neue Standardwerte für Listen, Zitate und Tabellen
84
+ ul, ol, dl
85
+ margin: 0 0 1em 1em
86
+ /* LTR
87
+ li
88
+ line-height: 1.5em
89
+ margin-left: 0.8em
90
+ /* LTR
91
+ dt
92
+ font-weight: bold
93
+ dd, blockquote
94
+ margin: 0 0 1em 0.8em
95
+ /* LTR
96
+ /* LTR
97
+ q
98
+ quotes: none
99
+ blockquote
100
+ &:before, &:after
101
+ content: ''
102
+ content: none
103
+ q
104
+ &:before, &:after
105
+ content: ''
106
+ content: none
107
+ table
108
+ border-collapse: collapse
109
+ border-spacing: 0
110
+ /* *
111
+ * * @section Float Handling Module
112
+ /* (en) clearfix method for clearing floats
113
+ /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen
114
+ .ym-clearfix
115
+ &:before
116
+ content: ""
117
+ display: table
118
+ &:after
119
+ clear: both
120
+ content: "."
121
+ display: block
122
+ font-size: 0
123
+ height: 0
124
+ visibility: hidden
125
+ /* (en) alternative solutions to contain floats
126
+ /* (de) Alternative Methoden zum Einschließen von Float-Umgebungen
127
+ .ym-contain-dt
128
+ display: table
129
+ width: 100%
130
+ overflow: visible
131
+ .ym-contain-oh
132
+ overflow: hidden
133
+ width: 100%
134
+ display: block
135
+ .ym-contain-fl
136
+ float: left
137
+ width: 100%
138
+ /**
139
+ ** @section Accessibility Module
140
+ **
141
+ ** (en) skip links and hidden content
142
+ ** (de) Skip-Links und versteckte Inhalte
143
+ /* (en) classes for invisible elements in the base layout
144
+ /* (de) Klassen für unsichtbare Elemente im Basislayout
145
+ .ym-skip, .ym-hideme, .ym-print
146
+ position: absolute
147
+ top: -32768px
148
+ left: -32768px
149
+ /* LTR
150
+ /* (en) make skip links visible when using tab navigation
151
+ /* (de) Skip-Links für Tab-Navigation sichtbar schalten
152
+ .ym-skip
153
+ &:focus, &:active
154
+ position: static
155
+ top: 0
156
+ left: 0
157
+ /* skiplinks:technical setup
158
+ .ym-skiplinks
159
+ position: absolute
160
+ top: 0px
161
+ left: -32768px
162
+ z-index: 1000
163
+ width: 100%
164
+ margin: 0
165
+ padding: 0
166
+ list-style-type: none
167
+ .ym-skip
168
+ &:focus, &:active
169
+ left: 32768px
170
+ outline: 0 none
171
+ position: absolute
172
+ width: 100%
173
+
174
+
175
+ @media screen, projection
176
+ /**
177
+ ** @section Column Module
178
+ **
179
+ ** default column config:
180
+ ** |-------------------------------|
181
+ ** | col1 | col3 | col2 |
182
+ ** | 20% | flexible | 20% |
183
+ ** |-------------------------------|
184
+ .ym-column
185
+ display: table
186
+ width: 100%
187
+ .ym-col1
188
+ float: left
189
+ width: 20%
190
+ .ym-col2
191
+ float: right
192
+ width: 20%
193
+ .ym-col3
194
+ width: auto
195
+ margin: 0 20%
196
+ /* (en) Preparation for absolute positioning within content columns
197
+ /* (de) Vorbereitung für absolute Positionierungen innerhalb der Inhaltsspalten
198
+ .ym-cbox.ym-cbox-left, .ym-cbox-right
199
+ position: relative
200
+ .ym-cbox
201
+ padding: 0 10px
202
+ .ym-cbox-left
203
+ padding: 0 10px 0 0
204
+ .ym-cbox-right
205
+ padding: 0 0 0 10px
206
+ /* (en) IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css
207
+ /* (de) IE-Clearing:Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet
208
+ .ym-ie-clearing
209
+ display: none
210
+ /**
211
+ ** @section Grid Module
212
+ **
213
+ .ym-grid
214
+ display: table
215
+ width: 100%
216
+ table-layout: fixed
217
+ list-style-type: none
218
+ padding-left: 0
219
+ padding-right: 0
220
+ margin-left: 0
221
+ margin-right: 0
222
+ .ym-gl
223
+ float: left
224
+ margin: 0
225
+ .ym-gr
226
+ float: right
227
+ margin: 0 0 0 -5px
228
+ .ym-g20
229
+ width: 20%
230
+ .ym-g40
231
+ width: 40%
232
+ .ym-g60
233
+ width: 60%
234
+ .ym-g80
235
+ width: 80%
236
+ .ym-g25
237
+ width: 25%
238
+ .ym-g33
239
+ width: 33.333%
240
+ .ym-g50
241
+ width: 50%
242
+ .ym-g66
243
+ width: 66.666%
244
+ .ym-g75
245
+ width: 75%
246
+ .ym-g38
247
+ width: 38.2%
248
+ .ym-g62
249
+ width: 61.8%
250
+ .ym-gbox
251
+ padding: 0 10px
252
+ .ym-gbox-left
253
+ padding: 0 10px 0 0
254
+ .ym-gbox-right
255
+ padding: 0 0 0 10px
256
+ .ym-equalize
257
+ overflow: hidden
258
+ >
259
+ .ym-gl, .ym-gr
260
+ display: table-cell
261
+ float: none
262
+ margin: 0
263
+ vertical-align: top
264
+ * >
265
+ .ym-gbox, .ym-gbox-left, .ym-gbox-right
266
+ padding-bottom: 10000px
267
+ margin-bottom: -10000px
268
+
269
+
270
+ @media all
271
+ /* *
272
+ * * @section Form Module
273
+ * *
274
+ * * Vertical-Forms - technical base (standard)
275
+ * *
276
+ * * |-------------------------------|
277
+ * * | form |
278
+ * * |-------------------------------|
279
+ * * | label |
280
+ * * | input / select / textarea |
281
+ * * |-------------------------------|
282
+ * * | /form |
283
+ * * |-------------------------------|
284
+ * *
285
+ * * (en) Styling of forms where both label and input/select/textarea are styled with display:block;
286
+ * * (de) Formulargestaltung, bei der sowohl label als auch input/select/textarea mit display:block; gestaltet werden
287
+ .ym-form
288
+ overflow: hidden
289
+ fieldset
290
+ overflow: hidden
291
+ div.ym-form label, .ym-message
292
+ position: relative
293
+ display: block
294
+ /* important for Safari
295
+ .ym-fbox-check label
296
+ display: inline
297
+ input, textarea
298
+ cursor: text
299
+ input
300
+ &[type="checkbox"], &[type="radio"]
301
+ cursor: pointer
302
+ select, label
303
+ cursor: pointer
304
+ textarea
305
+ overflow: auto
306
+ input[type=hidden]
307
+ display: none !important
308
+ .ym-fbox-text:before, .ym-fbox-select:before, .ym-fbox-check:before, .ym-fbox-button:before
309
+ content: ""
310
+ display: table
311
+ .ym-fbox-text:after, .ym-fbox-select:after, .ym-fbox-check:after, .ym-fbox-button:after
312
+ clear: both
313
+ content: "."
314
+ display: block
315
+ font-size: 0
316
+ height: 0
317
+ visibility: hidden
318
+ select, input, textarea
319
+ display: block
320
+ position: relative
321
+ width: 58.5%
322
+ .ym-fbox-check input
323
+ display: inline
324
+ width: auto
325
+ .ym-fbox-button input
326
+ display: inline
327
+ overflow: visible
328
+ /* Fixes IE7 auto-padding bug
329
+ width: auto
330
+ .ym-fbox-check input
331
+ &:focus, &:hover, &:active
332
+ border: 0 none
333
+ /* small adjustments for Internet Explorer - all versions
334
+ /* Hiding of hidden fields (otherwise ugly spaces in Firefox) | Versteckte Felder wirklich verstecken (sonst ggf. häßliche Lücken im Firefox)
335
+ /* styling containing DIV elements | Gestaltung der kapselnden DIV-Elemente
336
+ /* styling standard form elements with 'almost' equal flexible width | Gestaltung der einzelnen Formularelemente mit annähend gleicher Breite
337
+ /* Styling of buttons | Gestaltung von Buttons
338
+ /* avoid jumping checkboxes & radiobuttons in IE8
339
+ /* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einrücken, wie die Breite der labels
340
+ .ym-full
341
+ .ym-fbox-select select
342
+ width: 94.2%
343
+ margin-right: -3px
344
+ .ym-fbox-text
345
+ input, textarea
346
+ width: 94.2%
347
+ margin-right: -3px
348
+ /* *
349
+ * * Columnar forms display - technical base (optional)
350
+ * *
351
+ * * |-------------------------------------------|
352
+ * * | form |
353
+ * * |-------------------------------------------|
354
+ * * | |
355
+ * * | label | input / select / textarea |
356
+ * * | |
357
+ * * |-------------------------------------------|
358
+ * * | /form |
359
+ * * |-------------------------------------------|
360
+ * *
361
+ * * (en) Styling of forms where label floats left of form-elements
362
+ * * (de) Formulargestaltung, bei der die label-Elemente nach links fließen
363
+ /* Columnar display | Spalten-Darstellung
364
+ .ym-columnar
365
+ .ym-fbox-text label, .ym-fbox-select label
366
+ display: inline
367
+ float: left
368
+ width: 30%
369
+ /* Can be fixed width too | Kann auch eine fixe Angabe sein
370
+ .ym-fbox-check
371
+ position: relative
372
+ .ym-label
373
+ display: block
374
+ .ym-columnar
375
+ .ym-fbox-check
376
+ .ym-label
377
+ position: absolute
378
+ top: 0
379
+ input
380
+ margin-left: 30%
381
+ .ym-error .ym-message
382
+ margin-left: 30%
383
+ fieldset .ym-fbox-button
384
+ padding-left: 30%
385
+ /* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einrücken, wie die Breite der labels
386
+ /* global and local columnar settings for button alignment
387
+ fieldset.ym-columnar .ym-fbox-button
388
+ padding-left: 30%
389
+ .ym-columnar
390
+ .ym-fbox-select select
391
+ float: left
392
+ width: 67.2%
393
+ margin-right: -3px
394
+ .ym-fbox-text
395
+ input, textarea
396
+ float: left
397
+ width: 67.2%
398
+ margin-right: -3px
399
+ /**
400
+ ** @section Form Construction Kit | Screen Adjustments
401
+ **
402
+ .ym-fbox-select select
403
+ width: 60%
404
+ .ym-full .ym-fbox-select select
405
+ width: 94.8%
406
+ .ym-columnar .ym-fbox-select select
407
+ width: 68.8%
408
+
409
+
410
+ @media print
411
+ /**
412
+ ** @section print adjustments for core modules
413
+ **
414
+ ** (en) float clearing for subtemplates. Uses display:table to avoid bugs in FF & IE
415
+ ** (de) Float Clearing für die Subtemplates. Verwendet display:table, um Darstellungsprobleme im FF & IE zu vermeiden
416
+ **
417
+ ** @bugfix
418
+ ** @since 3.0
419
+ ** @affected FF2.0, FF3.0, IE7
420
+ ** @css-for all browsers
421
+ ** @valid yes
422
+ .ym-grid >
423
+ .ym-gl, .ym-gr
424
+ overflow: visible
425
+ display: table
426
+ /* (en) make .ym-print class visible
427
+ /* (de) .ym-print-Klasse sichtbar schalten
428
+ .ym-print
429
+ position: static
430
+ left: 0
431
+ /* (en) generic class to hide elements for print
432
+ /* (de) Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden
433
+ .ym-noprint
434
+ display: none !important