cyaml 0.0.35 → 0.0.42

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