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
@@ -1,186 +0,0 @@
1
-
2
- /**
3
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
4
- *
5
- * (en) YAML core stylesheet
6
- * (de) YAML Basis-Stylesheet
7
- *
8
- * Don't make any changes in this file!
9
- * Your changes should be placed in any css-file in your own stylesheet folder.
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: 454 $
18
- * @lastmodified $Date: 2010-01-01 17:31:10 +0100 (Fr, 01. Jan 2010) $
19
-
20
- @media all
21
- *
22
- margin: 0
23
- padding: 0
24
- option
25
- padding-left: 0.4em
26
- select
27
- padding: 1px
28
- * html
29
- body *
30
- overflow: visible
31
- iframe, frame
32
- overflow: auto
33
- frameset
34
- overflow: hidden
35
- body
36
- font-size: 100.01%
37
- background: #fff
38
- color: #000
39
- text-align: left
40
- div
41
- outline: 0 none
42
- fieldset, img
43
- border: 0 solid
44
- ul, ol, dl
45
- margin: 0 0 1em 1em
46
- li
47
- line-height: 1.5em
48
- margin-left: 0.8em
49
- dt
50
- font-weight: bold
51
- dd
52
- margin: 0 0 1em 0.8em
53
- blockquote
54
- margin: 0 0 1em 0.8em
55
- &:before, &:after
56
- content: ""
57
- q
58
- &:before, &:after
59
- content: ""
60
- .clearfix
61
- &:after
62
- clear: both
63
- content: "."
64
- display: block
65
- font-size: 0
66
- height: 0
67
- visibility: hidden
68
- display: block
69
- .floatbox
70
- overflow: hidden
71
- #ie_clearing
72
- display: none
73
- .skip, .hideme, .print
74
- position: absolute
75
- top: -32768px
76
- left: -32768px
77
- .skip
78
- &:focus, &:active
79
- position: static
80
- top: 0
81
- left: 0
82
- #skiplinks
83
- position: absolute
84
- top: 0px
85
- left: -32768px
86
- z-index: 1000
87
- width: 100%
88
- margin: 0
89
- padding: 0
90
- list-style-type: none
91
- a.skip
92
- &:focus, &:active
93
- left: 32768px
94
- outline: 0 none
95
- position: absolute
96
- width: 100%
97
-
98
-
99
- @media screen, projection
100
- #header
101
- position: relative
102
- #topnav
103
- text-align: right
104
- #header
105
- #topnav
106
- position: absolute
107
- top: 10px
108
- right: 10px
109
- clear: both
110
- #nav, #main, #footer
111
- clear: both
112
- #col1
113
- float: left
114
- width: 200px
115
- #col2
116
- float: right
117
- width: 200px
118
- #col3
119
- width: auto
120
- margin: 0 200px
121
- #col1_content, #col2_content, #col3_content
122
- position: relative
123
- .subcolumns
124
- width: 100%
125
- overflow: hidden
126
- .subcolumns_oldgecko
127
- width: 100%
128
- float: left
129
- .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l
130
- float: left
131
- .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r
132
- float: right
133
- margin-left: -5px
134
- .c20l, .c20r
135
- width: 20%
136
- .c40l, .c40r
137
- width: 40%
138
- .c60l, .c60r
139
- width: 60%
140
- .c80l, .c80r
141
- width: 80%
142
- .c25l, .c25r
143
- width: 25%
144
- .c33l, .c33r
145
- width: 33.333%
146
- .c50l, .c50r
147
- width: 50%
148
- .c66l, .c66r
149
- width: 66.666%
150
- .c75l, .c75r
151
- width: 75%
152
- .c38l, .c38r
153
- width: 38.2%
154
- .c62l, .c62r
155
- width: 61.8%
156
- .subc
157
- padding: 0 0.5em
158
- .subcl
159
- padding: 0 1em 0 0
160
- .subcr
161
- padding: 0 0 0 1em
162
- .equalize
163
- overflow: visible
164
- display: table
165
- table-layout: fixed
166
- .subcolumns
167
- overflow: visible
168
- display: table
169
- table-layout: fixed
170
- > div
171
- display: table-cell
172
- float: none
173
- margin: 0
174
- overflow: hidden
175
- vertical-align: top
176
-
177
-
178
- @media print
179
- .subcolumns > div, .floatbox
180
- overflow: visible
181
- display: table
182
- .print
183
- position: static
184
- left: 0
185
- .noprint
186
- display: none !important
@@ -1,307 +0,0 @@
1
- /**
2
- * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
- *
4
- * (en) YAML core stylesheet - structure-independent bugfixes of IE/Win CSS-bugs
5
- * (de) YAML Basis-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
- * @copyright Copyright 2005-2010, 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.2.1
16
- * @revision $Revision: 454 $
17
- * @lastmodified $Date: 2010-01-01 17:31:10 +0100 (Fr, 01. Jan 2010) $
18
- * @appdef yaml
19
-
20
- @media all
21
- /**
22
- * (en) Debugging:When you see a green background, IE is getting this stylesheet
23
- * (de) Fehlersuche:Hintergrund leuchtet grün, wenn das Stylesheet korrekt geladen wurde
24
- *
25
- * @debug
26
- * @app-yaml-default disabled
27
- /* body { background:#0f0; background-image:none; }
28
- /*------------------------------------------------------------------------------------------------------
29
- /**
30
- * (en) No need to force scrollbars in older IE's - it even makes problems in IE6 when set
31
- * (de) Scrollbar-Fix wird in alten IE's nicht benötigt, zudem verursacht der Fix Probleme im IE6
32
- *
33
- * @workaround
34
- * @affected IE6, IE7
35
- * @css-for IE6, IE7
36
- * @valid no
37
- body
38
- o\verflow: visible
39
- /*------------------------------------------------------------------------------------------------------
40
- /**
41
- * (en) Fixes IE5.x and IE6 overflow behavior of textarea and input elements elements
42
- * (de) Korrigiert das fehlerhafte overflow-Verhalten von textarea und input-Elementen
43
- *
44
- * @workaround
45
- * @affected IE 5.x/Win, IE6
46
- * @css-for IE 5.x/Win, IE6
47
- * @valid no
48
- * html
49
- textarea
50
- overflow: scroll
51
- overflow-x: hidden
52
- input
53
- overflow: hidden
54
- /*------------------------------------------------------------------------------------------------------
55
- /**
56
- * (en) Stability fixes with 'position:relative'
57
- * (de) Stabilitätsverbesserungen durch 'position:relative'
58
- *
59
- * Essential for correct scaling in IE7 (body). IE5 must get static positioned body instead.
60
- * Helpful to fix several possible problems in older IE versions (#main).
61
- *
62
- * @bugfix
63
- * @affected IE 5.x/Win, IE6, IE7
64
- * @css-for IE 5.x/Win, IE6, IE7
65
- * @valid yes
66
- body, #main
67
- position: relative
68
- * html body
69
- position: static
70
- /*------------------------------------------------------------------------------------------------------
71
- /**
72
- * (en) Clearfix adjustents for containing floats in IE
73
- * (de) Clearfix-Anpassung für diverse IE-Versionen
74
- *
75
- * @workaround
76
- * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
77
- * @affected IE 5.x/Win, IE6, IE7
78
- * @css-for IE 5.x/Win, IE6, IE7
79
- * @valid yes
80
- .clearfix
81
- height: 1%
82
- /* hasLayout aktivieren
83
- /*------------------------------------------------------------------------------------------------------
84
- /**
85
- * (en) Adjustment of .floatbox class for IE
86
- * (de) Anpassung der .floatbox-Klasse für IE
87
- *
88
- * @workaround
89
- * @affected IE 5.x/Win, IE6, IE7
90
- * @css-for IE 5.x/Win, IE6, IE7
91
- * @valid yes
92
- .floatbox
93
- width: 100%
94
- /*------------------------------------------------------------------------------------------------------
95
- /**
96
- * (en) Special class for oversized content element
97
- * (de) Spezielle Klasse für übergroße Inhaltselemente
98
- *
99
- * @workaround
100
- * @affected IE 5.x/Win, IE6
101
- * @css-for IE 5.x/Win, IE6
102
- * @valid yes
103
- .slidebox
104
- position: relative
105
- margin-right: -1000px
106
- height: 1%
107
- /*------------------------------------------------------------------------------------------------------
108
- /**
109
- * (en):Bugfix for partially displayed column separators
110
- * (de):Bugfix für unvollständige Darstellung der Spalteninhalte / Spaltentrenner
111
- *
112
- * @bugfix
113
- * @affected IE 5.x/Win, IE6
114
- * @css-for IE 5.x/Win, IE6
115
- * @valid yes
116
- * html
117
- #col1, #col2, #col3
118
- position: relative
119
- /*------------------------------------------------------------------------------------------------------
120
- /**
121
- * (en) Preventing several css bugs by forcing "hasLayout"
122
- * (de) Vermeidung verschiedenster Bugs durch Erzwingen von "hasLayout"
123
- *
124
- * @workaround
125
- * @affected IE 5.x/Win, IE6, IE7
126
- * @css-for IE 5.x/Win, IE6, IE7
127
- * @valid no
128
- body
129
- height: 1%
130
- .page_margins, .page, #header, #nav, #main, #footer
131
- zoom: 1
132
- /* IE6 & IE7
133
- * html
134
- .page_margins, .page
135
- height: 1%
136
- hei\ght: auto
137
- #header, #nav, #main, #footer
138
- width: 100%
139
- wid\th: auto
140
- /* IE 5.x & IE6 | IE6 only
141
- /* IE 5.x & IE6 | IE6 only
142
- /* trigger hasLayout to force containing content
143
- .subc, .subcl, .subcr
144
- height: 1%
145
- /*------------------------------------------------------------------------------------------------------
146
- /**
147
- * Disappearing List-Background Bug
148
- * @see http://www.positioniseverything.net/explorer/ie-listbug.html
149
- *
150
- * @bugfix
151
- * @affected IE 5.x/Win, IE6
152
- * @css-for IE 5.x/Win, IE6
153
- * @valid yes
154
- * html
155
- ul, ol, dl
156
- position: relative
157
- /*------------------------------------------------------------------------------------------------------
158
- /**
159
- * List-Numbering Bug
160
- *
161
- * @bugfix
162
- * @affected IE 5.x/Win, IE6, IE7
163
- * @css-for IE 5.x/Win, IE6, IE7
164
- * @valid yes
165
- body ol li
166
- display: list-item
167
- /**
168
- * Form related bugfixes
169
- *
170
- * @bugfix
171
- * @affected IE 5.x/Win, IE6, IE7
172
- * @css-for IE 5.x/Win, IE6, IE7
173
- * @valid no
174
- fieldset, legend
175
- position: relative
176
- /*------------------------------------------------------------------------------------------------------
177
- /**
178
- * (en) Workaround for 'collapsing margin at #col3' when using CSS-property clear
179
- * Left margin of #col3 collapses when using clear:both in 1-3-2 (or 2-3-1) layout and right column is the
180
- * longest and left column is the shortest one. For IE6 and IE7 a special workaround was developed
181
- * in YAML.
182
- *
183
- * (de) Workaround für 'kollabierenden Margin an #col3' bei Verwendung der CSS-Eigenschaft clear
184
- * Der linke Margin von #col3 kollabiert bei der Verwendung von clear:both im 1-3-2 (oder 2-3-1) Layout
185
- * wenn gleichzeitig die linke Spalte die kürzeste und die rechte die längste ist. Im IE6 und IE7 lässt
186
- * sich der Bug durch eine speziell für YAML entwickelten Workaround umgehen.
187
- *
188
- * @workaround
189
- * @affected IE 5.x/Win, IE6, IE7
190
- * @css-for IE 5.x/Win, IE6, IE7
191
- * @valid no
192
- html #ie_clearing
193
- /* (en) Only a small help for debugging
194
- /* (de) Nur eine kleine Hilfe zur Fehlersuche
195
- position: static
196
- /* (en) Make container visible in IE
197
- /* (de) Container sichtbar machen im IE
198
- display: block
199
- /* (en) No fix possible in IE5.x, normal clearing used instead
200
- /* (de) Kein Fix im IE5.x möglich, daher normales Clearing
201
- clear: both
202
- /* (en) forcing clearing-like behavior with a simple oversized container in IE6 & IE7
203
- /* (de) IE-Clearing mit 100%-DIV für IE6 bzw. übergroßem Container im IE7
204
- width: 100%
205
- font-size: 0px
206
- margin: -2px 0 -1em 1px
207
- * html #ie_clearing
208
- margin: -2px 0 -1em 0
209
- #col3_content
210
- margin-bottom: -2px
211
- /* (en) avoid horizontal scrollbars in IE7 in borderless layouts because of negative margins
212
- /* (de) Vermeidung horizontaler Scrollbalken bei randabfallenden Layouts im IE7
213
- html
214
- margin-right: 1px
215
- * html
216
- margin-right: 0
217
- /* (en) Bugfix:Essential for IE7
218
- /* (de) Bugfix:Notwendig im IE7
219
- #col3
220
- position: relative
221
- /*------------------------------------------------------------------------------------------------------
222
- /**
223
- * IE/Win Guillotine Bug
224
- * @see http://www.positioniseverything.net/explorer/guillotine.html
225
- *
226
- * @workaround
227
- * @affected IE 5.x/Win, IE6
228
- * @css-for IE 5.x/Win, IE6
229
- * @valid yes
230
- * html body a
231
- background-color: transparent
232
- &:hover
233
- background-color: transparent
234
-
235
-
236
- @media screen, projection
237
- /**
238
- * (en) IE-Adjustments for content columns and subtemplates
239
- * (de) IE-Anpassung für Spaltencontainer und Subtemplates
240
- *
241
- * Doubled Float-Margin Bug
242
- * @see http://positioniseverything.net/explorer/doubled-margin.html
243
- *
244
- * @bugfix
245
- * @affected IE 5.x/Win, IE6
246
- * @css-for IE 5.x/Win, IE6, IE7
247
- * @valid yes
248
- #col1, #col2, .c20l, .c25l, .c33l, .c38l, .c40l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l, .c20r, .c25r, .c33r, .c38r, .c40r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r
249
- display: inline
250
- /* Fix for:"Linking to anchors in elements within the containing block" Problem in IE5.x & IE 6.0
251
- * html .equalize
252
- overflow: visible
253
- display: block
254
- .subcolumns
255
- overflow: visible
256
- display: block
257
- .equalize
258
- overflow: hidden
259
- display: block
260
- .subcolumns
261
- overflow: hidden
262
- display: block
263
- .c20l, .c40l, .c60l, .c80l, .c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l
264
- float: left
265
- display: inline
266
- padding-bottom: 32767px
267
- margin-bottom: -32767px
268
- .c20r, .c40r, .c60r, .c80r, .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r
269
- float: right
270
- margin-left: -5px
271
- display: inline
272
- padding-bottom: 32767px
273
- margin-bottom: -32767px
274
- /* transform CSS tables back into floats
275
- .no-ie-padding
276
- .c20l, .c40l, .c60l, .c80l, .c20r, .c40r, .c60r, .c80r, .c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l, .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r
277
- padding-bottom: 0
278
- margin-bottom: 0
279
- /*------------------------------------------------------------------------------------------------------
280
- /**
281
- * Internet Explorer and the Expanding Box Problem
282
- * @see http://www.positioniseverything.net/explorer/expandingboxbug.html
283
- *
284
- * @workaround
285
- * @affected IE 5.x/Win, IE6
286
- * @css-for IE 5.x/Win, IE6
287
- * @valid yes
288
- * html
289
- #col1_content, #col2_content, #col3_content
290
- word-wrap: break-word
291
- .subc, .subcl, .subcr
292
- word-wrap: break-word
293
- o\verflow: hidden
294
- /* avoid growing widths
295
-
296
-
297
- @media print
298
- /**
299
- * (en) Avoid unneeded page breaks of #col3 content in print layout.
300
- * (de) Vermeiden von unnötigen Seitenumbrüchen beim Ausdruck der Spalte #col3.
301
- *
302
- * @bugfix
303
- * @affected IE7
304
- * @css-for IE 5.x/Win, IE6, IE7
305
- * @valid yes
306
- #col3
307
- height: 1%