cyaml 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. data/README.mkdn +15 -0
  2. data/lib/cyaml.rb +1 -0
  3. data/stylesheets/_cyaml.scss +5 -0
  4. data/stylesheets/cyaml/core/base.sass +284 -0
  5. data/stylesheets/cyaml/core/iehacks.sass +309 -0
  6. data/stylesheets/cyaml/core/js/yaml-focusfix.js +63 -0
  7. data/stylesheets/cyaml/core/slim_base.sass +0 -0
  8. data/stylesheets/cyaml/core/slim_iehacks.sass +112 -0
  9. data/stylesheets/cyaml/mypart/_fonts.scss +53 -0
  10. data/stylesheets/cyaml/mypart/_handheld.scss +8 -0
  11. data/stylesheets/cyaml/mypart/_helpers.scss +60 -0
  12. data/stylesheets/cyaml/mypart/_media.scss +66 -0
  13. data/stylesheets/cyaml/mypart/_reset.scss +66 -0
  14. data/stylesheets/cyaml/mypart/_styles.scss +110 -0
  15. data/stylesheets/cyaml/navigation/nav_shinybuttons.sass +89 -0
  16. data/stylesheets/cyaml/navigation/nav_slidingdoor.sass +104 -0
  17. data/stylesheets/cyaml/navigation/nav_vlist.sass +121 -0
  18. data/stylesheets/cyaml/patches/patch_layout_draft.sass +27 -0
  19. data/stylesheets/cyaml/patches/patch_nav_vlist.sass +58 -0
  20. data/stylesheets/cyaml/print/print_003.sass +64 -0
  21. data/stylesheets/cyaml/print/print_020_draft.sass +67 -0
  22. data/stylesheets/cyaml/print/print_023_draft.sass +83 -0
  23. data/stylesheets/cyaml/print/print_100_draft.sass +65 -0
  24. data/stylesheets/cyaml/print/print_103_draft.sass +83 -0
  25. data/stylesheets/cyaml/print/print_120_draft.sass +78 -0
  26. data/stylesheets/cyaml/print/print_123_draft.sass +82 -0
  27. data/stylesheets/cyaml/print/print_draft.sass +50 -0
  28. data/stylesheets/cyaml/screen/content.sass +284 -0
  29. data/stylesheets/cyaml/screen/forms.sass +297 -0
  30. data/templates/project/application.html.haml +51 -0
  31. data/templates/project/basemod.scss +103 -0
  32. data/templates/project/citrin.html.haml +51 -0
  33. data/templates/project/images/button_gray.png +0 -0
  34. data/templates/project/images/button_red.png +0 -0
  35. data/templates/project/images/button_yellow.png +0 -0
  36. data/templates/project/images/shiny_buttons/background.png +0 -0
  37. data/templates/project/images/shiny_buttons/background_active.png +0 -0
  38. data/templates/project/images/sliding_door/round/bg.gif +0 -0
  39. data/templates/project/images/sliding_door/round/left.png +0 -0
  40. data/templates/project/images/sliding_door/round/left_on.png +0 -0
  41. data/templates/project/images/sliding_door/round/right.png +0 -0
  42. data/templates/project/images/sliding_door/round/right_on.png +0 -0
  43. data/templates/project/images/vlist/square/node.gif +0 -0
  44. data/templates/project/images/vlist/square/node_minus.gif +0 -0
  45. data/templates/project/images/vlist/square/node_plus.gif +0 -0
  46. data/templates/project/images/vlist/square/subnode.gif +0 -0
  47. data/templates/project/images/vlist/square/subnode_minus.gif +0 -0
  48. data/templates/project/images/vlist/square/subnode_plus.gif +0 -0
  49. data/templates/project/index.html.haml +49 -0
  50. data/templates/project/javascripts/ftod.js +50 -0
  51. data/templates/project/javascripts/lib/jquery-1.3.2.js +4376 -0
  52. data/templates/project/javascripts/lib/jquery-1.3.2.min.js +19 -0
  53. data/templates/project/javascripts/minmax.js +144 -0
  54. data/templates/project/manifest.rb +48 -0
  55. data/templates/project/patch_my_layout.scss +45 -0
  56. data/templates/project/project.scss +0 -0
  57. metadata +130 -0
@@ -0,0 +1,50 @@
1
+ @charset "UTF-8"
2
+
3
+ /**
4
+ * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
5
+ *
6
+ * (en) print stylesheet
7
+ * (de) Druck-Stylesheet
8
+ *
9
+ * @copyright Copyright 2005-2010, 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.2.1
15
+ * @revision $Revision:302 $
16
+ * @lastmodified $Date:2008-12-14 11:23:55 +0100 (So, 14. Dez 2008) $
17
+
18
+ @media print
19
+ /**
20
+ * @section basic layout preparation
21
+ * @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
+ /*------------------------------------------------------------------------------------------------------
36
+ /* (en) optional output of acronyms and abbreviations
37
+ /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen
38
+ /*
39
+ *abbr[title]:after,
40
+ *acronym[title]:after { content:'(' attr(title) ')'; }
41
+ /*------------------------------------------------------------------------------------------------------
42
+ /* (en) optional URL output of hyperlinks in print layout
43
+ /* (de) optionale Ausgabe der URLs von Hyperlinks
44
+ /*
45
+ *a[href]:after {
46
+ * content:" <URL:"attr(href)">";
47
+ * color:#444;
48
+ * background:inherit;
49
+ * font-style:italic;
50
+ *}
@@ -0,0 +1,284 @@
1
+ @charset "UTF-8"
2
+
3
+ /**
4
+ * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
5
+ *
6
+ * (en) Uniform design of standard content elements
7
+ * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
8
+ *
9
+ * @copyright Copyright 2005-2010, 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.2.1
15
+ * @revision $Revision:392 $
16
+ * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
17
+ * @appdef yaml
18
+
19
+ @media all
20
+ /**
21
+ * Fonts
22
+ *
23
+ * (en) global settings of font-families and font-sizes
24
+ * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
25
+ *
26
+ * @section content-global-settings
27
+ /* (en) reset font size for all elements to standard (16 Pixel)
28
+ /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen
29
+ html *
30
+ font-size: 100.01%
31
+ /**
32
+ * (en) reset monospaced elements to font size 16px in all browsers
33
+ * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
34
+ *
35
+ * @see: http://webkit.org/blog/67/strange-medium/
36
+ textarea, pre, code, kbd, samp, var, tt
37
+ font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier
38
+ /* (en) base layout gets standard font size 12px
39
+ /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln
40
+ body
41
+ font-family: Arial, Helvetica, sans-serif
42
+ font-size: 75.00%
43
+ color: #444
44
+ /*--- Headings | Überschriften ------------------------------------------------------------------------
45
+ h1, h2, h3, h4, h5, h6
46
+ font-family: "Times New Roman", Times, serif
47
+ font-weight: normal
48
+ color: #222
49
+ margin: 0 0 0.25em 0
50
+ h1
51
+ font-size: 250%
52
+ /* 30px
53
+ h2
54
+ font-size: 200%
55
+ /* 24px
56
+ h3
57
+ font-size: 150%
58
+ /* 18px
59
+ h4
60
+ font-size: 133.33%
61
+ /* 16px
62
+ h5, h6
63
+ font-size: 116.67%
64
+ /* 14px
65
+ /* 14px
66
+ /* --- Lists | Listen --------------------------------------------------------------------------------
67
+ ul, ol, dl
68
+ line-height: 1.5em
69
+ margin: 0 0 1em 1em
70
+ ul
71
+ list-style-type: disc
72
+ ul
73
+ list-style-type: circle
74
+ margin-bottom: 0
75
+ ol
76
+ list-style-type: decimal
77
+ ol
78
+ list-style-type: lower-latin
79
+ margin-bottom: 0
80
+ li
81
+ margin-left: 0.8em
82
+ line-height: 1.5em
83
+ dt
84
+ font-weight: bold
85
+ dd
86
+ margin: 0 0 1em 0.8em
87
+ /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------
88
+ p
89
+ line-height: 1.5em
90
+ margin: 0 0 1em 0
91
+ blockquote, cite, q
92
+ font-family: Georgia, "Times New Roman", Times, serif
93
+ font-style: italic
94
+ blockquote
95
+ margin: 0 0 1em 1.6em
96
+ color: #666
97
+ strong, b
98
+ font-weight: bold
99
+ em, i
100
+ font-style: italic
101
+ big
102
+ font-size: 116.667%
103
+ small
104
+ font-size: 91.667%
105
+ pre
106
+ line-height: 1.5em
107
+ margin: 0 0 1em 0
108
+ font-size: 100%
109
+ code, kbd, tt, samp, var
110
+ font-size: 100%
111
+ pre, code
112
+ color: #800
113
+ kbd, samp, var, tt
114
+ color: #666
115
+ font-weight: bold
116
+ var, dfn
117
+ font-style: italic
118
+ acronym, abbr
119
+ border-bottom: 1px #aaa dotted
120
+ font-variant: small-caps
121
+ letter-spacing: .07em
122
+ cursor: help
123
+ sub, sup
124
+ font-size: 91.6667%
125
+ line-height: 0
126
+ hr
127
+ color: #fff
128
+ background: transparent
129
+ margin: 0 0 0.5em 0
130
+ padding: 0 0 0.5em 0
131
+ border: 0
132
+ border-bottom: 1px #eee solid
133
+ /*--- Links -----------------------------------------------------------------------------------------
134
+ a
135
+ color: #4D87C7
136
+ background: transparent
137
+ text-decoration: none
138
+ &:visited
139
+ color: #036
140
+ &:focus
141
+ text-decoration: underline
142
+ color: #000
143
+ background: #fff
144
+ outline: 3px #f93 solid
145
+ &:hover, &:active
146
+ color: #182E7A
147
+ text-decoration: underline
148
+ outline: 0 none
149
+ /* (en) maximum constrast for tab focus - change with great care
150
+ /* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht
151
+ /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------
152
+ p
153
+ &.icaption_left
154
+ float: left
155
+ display: inline
156
+ margin: 0 1em 0.15em 0
157
+ &.icaption_right
158
+ float: right
159
+ display: inline
160
+ margin: 0 0 0.15em 1em
161
+ &.icaption_left img, &.icaption_right img
162
+ padding: 0
163
+ border: 1px #888 solid
164
+ &.icaption_left strong, &.icaption_right strong
165
+ display: block
166
+ overflow: hidden
167
+ margin-top: 2px
168
+ padding: 0.3em 0.5em
169
+ background: #eee
170
+ font-weight: normal
171
+ font-size: 91.667%
172
+ /**
173
+ * ------------------------------------------------------------------------------------------------- #
174
+ *
175
+ * Generic Content Classes
176
+ *
177
+ * (en) standard classes for positioning and highlighting
178
+ * (de) Standardklassen zur Positionierung und Hervorhebung
179
+ *
180
+ * @section content-generic-classes
181
+ .highlight
182
+ color: #c30
183
+ .dimmed
184
+ color: #888
185
+ .info
186
+ background: #f8f8f8
187
+ color: #666
188
+ padding: 10px
189
+ margin-bottom: 0.5em
190
+ font-size: 91.7%
191
+ .note
192
+ background: #efe
193
+ color: #040
194
+ border: 2px #484 solid
195
+ padding: 10px
196
+ margin-bottom: 1em
197
+ .important
198
+ background: #ffe
199
+ color: #440
200
+ border: 2px #884 solid
201
+ padding: 10px
202
+ margin-bottom: 1em
203
+ .warning
204
+ background: #fee
205
+ color: #400
206
+ border: 2px #844 solid
207
+ padding: 10px
208
+ margin-bottom: 1em
209
+ .float_left
210
+ float: left
211
+ display: inline
212
+ margin-right: 1em
213
+ margin-bottom: 0.15em
214
+ .float_right
215
+ float: right
216
+ display: inline
217
+ margin-left: 1em
218
+ margin-bottom: 0.15em
219
+ .center
220
+ display: block
221
+ text-align: center
222
+ margin: 0.5em auto
223
+ /**
224
+ * ------------------------------------------------------------------------------------------------- #
225
+ *
226
+ * Tables | Tabellen
227
+ *
228
+ * (en) Generic classes for table-width and design definition
229
+ * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
230
+ *
231
+ * @section content-tables
232
+ table
233
+ width: auto
234
+ border-collapse: collapse
235
+ margin-bottom: 0.5em
236
+ border-top: 2px #888 solid
237
+ border-bottom: 2px #888 solid
238
+ caption
239
+ font-variant: small-caps
240
+ &.full
241
+ width: 100%
242
+ &.fixed
243
+ table-layout: fixed
244
+ th, td
245
+ padding: 0.5em
246
+ thead th
247
+ color: #000
248
+ border-bottom: 2px #800 solid
249
+ tbody
250
+ th
251
+ background: #e0e0e0
252
+ color: #333
253
+ &[scope="row"], &.sub
254
+ background: #f0f0f0
255
+ border-bottom: 1px solid #fff
256
+ text-align: left
257
+ td
258
+ border-bottom: 1px solid #eee
259
+ tr:hover
260
+ th[scope="row"], tbody th.sub
261
+ background: #f0e8e8
262
+ td
263
+ background: #fff8f8
264
+ /**
265
+ * ------------------------------------------------------------------------------------------------- #
266
+ *
267
+ * Miscellaneous | Sonstiges
268
+ *
269
+ * @section content-misc
270
+ /**
271
+ * (en) Emphasizing external Hyperlinks via CSS
272
+ * (de) Hervorhebung externer Hyperlinks mit CSS
273
+ *
274
+ * @section content-external-links
275
+ * @app-yaml-default disabled
276
+ /*
277
+ *#main a[href^="http://www.my-domain.com"],
278
+ *#main a[href^="https://www.my-domain.com"]
279
+ *{
280
+ * padding-left:12px;
281
+ * background-image:url('your_image.gif');
282
+ * background-repeat:no-repeat;
283
+ * background-position:0 0.45em;
284
+ *}
@@ -0,0 +1,297 @@
1
+ @charset "UTF-8"
2
+
3
+ /**
4
+ * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
5
+ *
6
+ * (en) CSS-component for creating vertical forms
7
+ * (de) CSS-Baustein zur Erstellung von Formularen mit untereinander angeordneten Elementen
8
+ *
9
+ * @note Many thanks to Ansgar Hein (http://www.anatom5.de) for contribution
10
+ *
11
+ * @copyright Copyright 2005-2010, Dirk Jesse
12
+ * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
13
+ * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
14
+ * @link http://www.yaml.de
15
+ * @package yaml
16
+ * @version 3.2.1
17
+ * @revision $Revision: 455 $
18
+ * @lastmodified $Date: 2010-01-01 17:33:05 +0100 (Fr, 01. Jan 2010) $
19
+
20
+ @media screen, projection
21
+ /**
22
+ * YAML Forms - visual styling
23
+ *
24
+ * (en) visual form styling area
25
+ * (de) Festlegung des optischen Erscheinungsbildes */
26
+ .yform
27
+ background: #f4f4f4
28
+ border: 1px #ddd solid
29
+ margin: 0 0 1em 0
30
+ padding: 10px
31
+ fieldset
32
+ border: 1px #ddd solid
33
+ background: #fafafa
34
+ margin: 0 0 1em 0
35
+ padding: 0.5em
36
+ legend
37
+ font-size: 125%
38
+ font-weight: normal
39
+ color: #000
40
+ label
41
+ color: #666
42
+ input, textarea, select, optgroup
43
+ font-family: Arial, Helvetica, sans-serif
44
+ /* proportional fonts for all form elements
45
+ .type-text
46
+ input, textarea
47
+ border: 1px solid #ddd
48
+ .type-select select
49
+ border: 1px solid #ddd
50
+ div
51
+ &.type-text input:focus, select:focus, textarea:focus, &.type-text input:hover, select:hover, textarea:hover, &.type-text input:active, select:active, textarea:active
52
+ border: 1px #a66 solid
53
+ background: #fff
54
+ .type-button input
55
+ border-top: 1px #ddd solid
56
+ border-left: 1px #ddd solid
57
+ border-right: 1px #444 solid
58
+ border-bottom: 1px #444 solid
59
+ color: #000
60
+ background: #454545 url(/images/button_gray.png) top left repeat-x
61
+ padding: 5px 1em
62
+ &[type=reset]
63
+ color: #300
64
+ background: #661717 url(/images/button_red.png) top left repeat-x
65
+ &[type=submit]
66
+ color: #330
67
+ background: #5e5607 url(/images/button_yellow.png) top left repeat-x
68
+ &.reset
69
+ color: #300
70
+ background: #661717 url(/images/button_red.png) top left repeat-x
71
+ &.submit
72
+ color: #330
73
+ background: #5e5607 url(/images/button_yellow.png) top left repeat-x
74
+ div.type-button input
75
+ &:focus, &:hover, &:active
76
+ border-top: 1px #444 solid
77
+ border-left: 1px #444 solid
78
+ border-right: 1px #ddd solid
79
+ border-bottom: 1px #ddd solid
80
+ color: #fff
81
+ background: #555
82
+ &.reset
83
+ &:focus, &:hover, &:active
84
+ background: #800
85
+ color: #fff
86
+ &.submit
87
+ &:focus, &:hover, &:active
88
+ background: #880
89
+ color: #fff
90
+ overflow: hidden
91
+ fieldset
92
+ overflow: hidden
93
+ label
94
+ display: block
95
+ cursor: pointer
96
+ legend
97
+ background: transparent
98
+ border: 0
99
+ padding: 0 0.5em
100
+ .message
101
+ display: block
102
+ margin-bottom: 0.5em
103
+ color: #666
104
+ input[type=hidden]
105
+ display: none !important
106
+ sup
107
+ color: #800
108
+ font-weight: bold
109
+ div
110
+ &.type-text, &.type-select, &.type-check
111
+ margin: 0.5em 0
112
+ padding: 3px 0.5em
113
+ position: relative
114
+ overflow: hidden
115
+ &.type-button
116
+ margin: 0.5em 0
117
+ padding: 3px 0.5em
118
+ position: relative
119
+ overflow: hidden
120
+ padding: 3px 0em
121
+ .type-text
122
+ input, textarea
123
+ display: block
124
+ position: relative
125
+ padding: 0.3em 0.3em
126
+ width: 58.5%
127
+ .type-select select
128
+ display: block
129
+ position: relative
130
+ padding: 0.3em 2px 0.3em 1px
131
+ width: 60%
132
+ cursor: pointer
133
+ optgroup
134
+ font-style: normal
135
+ font-weight: bold
136
+ .type-check
137
+ input
138
+ cursor: pointer
139
+ label
140
+ display: inline
141
+ .type-button input
142
+ cursor: pointer
143
+ overflow: visible
144
+ /* Fixes IE7 auto-padding bug
145
+ width: auto
146
+ div
147
+ &.error
148
+ border: 1px #a00 dashed
149
+ background: #faf4f4
150
+ padding: 0.5em
151
+ label
152
+ color: #000
153
+ font-weight: bold
154
+ .message
155
+ color: #800
156
+ &.type-check input
157
+ &:focus, &:hover, &:active
158
+ border: 0 none
159
+ /* :hover and :focus status on form fields | Effekt zur Hervorhebung von Formularfeldern bei :hover oder :focus
160
+ /* Styling of custom styled buttons | Gestaltung von individuell gestalteten Buttons
161
+ /* optional button styling for IE6 using classes
162
+ /* :hover and :focus status on buttons | Effekt zur Hervorhebung von Schaltern bei :hover oder :focus
163
+ /*------------------------------------------------------------------------------------------------------
164
+ /**
165
+ * Vertical-Forms - technical base (standard)
166
+ *
167
+ * |-------------------------------|
168
+ * | fieldset |
169
+ * |-------------------------------|
170
+ * | label |
171
+ * | input / select / textarea |
172
+ * |-------------------------------|
173
+ * | /fieldset |
174
+ * |-------------------------------|
175
+ *
176
+ * (en) Styling of forms where both label and input/select/textarea are styled with display:block;
177
+ * (de) Formulargestaltung, bei der sowohl label als auch input/select/textarea mit display:block; gestaltet werden
178
+ *
179
+ * WARNING:This part contains several IE-stability-fixes. Don't edit this part if you are not sure, what you're doing!
180
+ /* General form styling | Allgemeine Formatierung des Formulars
181
+ /* Hiding of hidden fields (otherwise ugly spaces in Firefox) | Versteckte Felder wirklich verstecken (sonst ggf. häßliche Lücken im Firefox)
182
+ /* Highlight mandatory fields | Pflichtfeldkennzeichnung hervorheben
183
+ /* styling containing DIV elements | Gestaltung der kapselnden DIV-Elemente
184
+ /* styling standard form elements with 'almost' equal flexible width | Gestaltung der einzelnen Formularelemente mit annähend gleicher Breite
185
+ /* Styling of buttons | Gestaltung von Buttons
186
+ /* Styling of error-messages | Fehlermeldungen
187
+ /* avoid jumping checkboxes & radiobuttons in IE8
188
+ /*------------------------------------------------------------------------------------------------------
189
+ /* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einrücken, wie die Breite der labels
190
+ .full div
191
+ &.type-text
192
+ input, textarea
193
+ width: 95.5%
194
+ margin-right: -3px
195
+ &.type-select select
196
+ width: 97.0%
197
+ margin-right: -3px
198
+ /* width adjustments for IE 5.x & IE6 | Breitenanpassung für Internet Explorer 5.x und 6.0
199
+ * html .full div
200
+ &.type-text
201
+ input, textarea
202
+ width: 95.5%
203
+ &.type-select select
204
+ width: 97.0%
205
+ /*------------------------------------------------------------------------------------------------------
206
+ /**
207
+ * Columnar forms display - technical base (optional)
208
+ *
209
+ * |-------------------------------------------|
210
+ * | fieldset |
211
+ * |-------------------------------------------|
212
+ * | |
213
+ * | label | input / select / textarea |
214
+ * | |
215
+ * |-------------------------------------------|
216
+ * | /fieldset |
217
+ * |-------------------------------------------|
218
+ *
219
+ * (en) Styling of forms where label floats left of form-elements
220
+ * (de) Formulargestaltung, bei der die label-Elemente nach links fließen
221
+ *
222
+ * WARNING:This part contains several IE-stability-fixes. Don't edit this part if you are not sure, what you're doing!
223
+ /* Columnar display | Spalten-Darstellung
224
+ .columnar
225
+ .type-text label, .type-select label
226
+ float: left
227
+ width: 30%
228
+ /* Can be fixed width too | Kann auch eine fixe Angabe sein
229
+ div
230
+ &.type-check input, &.error .message
231
+ margin-left: 30%
232
+ fieldset div.type-button
233
+ padding-left: 30%
234
+ /* Indent Checkbox fields to match label-width | Checkboxen um den gleichen Wert einrücken, wie die Breite der labels
235
+ fieldset.columnar div.type-button
236
+ padding-left: 30%
237
+ .columnar div
238
+ &.type-text
239
+ input, textarea
240
+ float: left
241
+ width: 67.8%
242
+ margin-right: -3px
243
+ &.type-select select
244
+ float: left
245
+ width: 69.4%
246
+ margin-right: -3px
247
+ /* width adjustments for IE 5.x & IE6 | Breitenanpassung für Internet Explorer 5.x und 6.0
248
+ * html .columnar div
249
+ &.type-text
250
+ input, textarea
251
+ width: 67.2%
252
+ &.type-select select
253
+ width: 68.8%
254
+ /*------------------------------------------------------------------------------------------------------
255
+ /**
256
+ * Global fixes for YAML's form construction set
257
+ *
258
+ * @workaround
259
+ * @affected IE 5.x/Win, IE6, IE7
260
+ * @css-for IE 5.x/Win, IE6, IE7
261
+ * @valid no
262
+ .yform
263
+ zoom: 1
264
+ div
265
+ zoom: 1
266
+ *
267
+ zoom: 1
268
+ padding-top: 0\9
269
+ fieldset
270
+ padding: 0 5px\9
271
+ padding-top: 1em\9
272
+ legend
273
+ position: absolute\9
274
+ top: -0.5em \9
275
+ *left: 0\9
276
+ fieldset
277
+ position: relative\9
278
+ overflow: visible\9
279
+ margin-top: 1.5em\9
280
+ zoom: 1
281
+ legend
282
+ *padding: 0 5px
283
+ fieldset
284
+ *padding-top: 1.5em
285
+ /**
286
+ * Forms Fieldset/Legend-Bug in IE
287
+ * @see http://www.mattheerema.com/web-design/2006/04/getting-fieldset-backgrounds-and-legends-to-behave-in-ie/
288
+ *
289
+ * @workaround
290
+ * @affected IE 5.x/Win, IE6, IE7, IE8
291
+ * @css-for IE 5.x/Win, IE6, IE7, IE8
292
+ * @valid no
293
+ /* all IE
294
+ /* IE5.x, IE6 & IE7
295
+ /* IE5.x & IE6
296
+ * html .yform
297
+ padding-top: 10px