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
@@ -0,0 +1,110 @@
1
+ /**
2
+ * "Yet Another Multicolumn Layout" - YAML CSS Framework
3
+ *
4
+ * (en) Horizontal list navigation "hlist"
5
+ * (de) Horizontale Navigationsliste "hlist"
6
+ *
7
+ * @copyright Copyright 2005-2012, Dirk Jesse
8
+ * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
9
+ * YAML-CDL (http://www.yaml.de/license.html)
10
+ * @link http://www.yaml.de
11
+ * @package yaml
12
+ * @version v4.0
13
+ * @revision $Revision: 692 $
14
+ * @lastmodified $Date: 2012-01-25 11:37:31 +0100 (Mi, 25 Jan 2012) $
15
+
16
+ @media all
17
+ .ym-hlist
18
+ /* (en) containing floats in IE
19
+ /* (de) Einfassen der Floats im IE
20
+ width: 100%
21
+ overflow: hidden
22
+ /* (en|de) Bugfix:IE - collapsing horizontal margins
23
+ position: relative
24
+ line-height: 1em
25
+ background: #222
26
+ ul
27
+ margin: 0
28
+ padding: 0.5em 1.5em
29
+ /* (en|de) Bugfix:IE - Doubled Float Margin Bug
30
+ display: inline
31
+ float: left
32
+ /* LTR
33
+ li
34
+ /* (en|de) Bugfix:IE - Doubled Float Margin Bug
35
+ display: inline
36
+ float: left
37
+ /* LTR
38
+ font-size: 1.0em
39
+ line-height: 1em
40
+ list-style-type: none
41
+ margin: 0 .25em 0 0
42
+ padding: 0
43
+ a, strong
44
+ background: transparent
45
+ color: #aaa
46
+ display: block
47
+ font-size: 1em
48
+ line-height: 2em
49
+ padding: 0 0.5em
50
+ font-weight: normal
51
+ text-decoration: none
52
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
53
+ width: auto
54
+ a
55
+ &:focus, &:hover, &:active
56
+ color: #ccc
57
+ background: #666
58
+ background: rgba(255, 255, 255, 0.25)
59
+ -webkit-border-radius: 0.2em
60
+ -moz-border-radius: 0.2em
61
+ border-radius: 0.2em
62
+ text-decoration: none
63
+ outline: 0 none
64
+ &.active
65
+ background: #666
66
+ background: rgba(255, 255, 255, 0.3)
67
+ -webkit-border-radius: 0.2em
68
+ -moz-border-radius: 0.2em
69
+ border-radius: 0.2em
70
+ color: #fff
71
+ strong
72
+ background: transparent
73
+ color: #fff
74
+ text-decoration: none
75
+ a
76
+ &:focus, &:hover, &:active
77
+ background: transparent
78
+ color: #fff
79
+ text-decoration: none
80
+ /* search form --------------------------------------
81
+ .ym-searchform
82
+ float: right
83
+ display: inline
84
+ line-height: 2em
85
+ padding: 0.5em 1.5em
86
+ .ym-searchfield
87
+ background: #fff
88
+ line-height: 1em
89
+ padding: 0.25em
90
+ width: 12em
91
+ border: solid 1px #888
92
+ border: solid 1px rgba(255, 255, 255, 0.1)
93
+ outline: none
94
+ -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2)
95
+ -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2)
96
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2)
97
+ .ym-searchbutton
98
+ color: #fff
99
+ cursor: pointer
100
+ display: inline-block
101
+ font-size: 1em
102
+ line-height: 1.3571em
103
+ padding: 0.25em
104
+ border: solid 1px transparent
105
+ text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
106
+ -webkit-border-radius: .2em
107
+ -moz-border-radius: .2em
108
+ border-radius: .2em
109
+ background: #5f5f5f
110
+ background: rgba(255, 255, 255, 0.2)
@@ -0,0 +1,120 @@
1
+ /**
2
+ * "Yet Another Multicolumn Layout" - YAML CSS Framework
3
+ *
4
+ * (en) Vertical list navigation "vlist"
5
+ * (de) Vertikale Navigationsliste "vlist"
6
+ *
7
+ * @copyright Copyright 2005-2012, Dirk Jesse
8
+ * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
9
+ * YAML-CDL (http://www.yaml.de/license.html)
10
+ * @link http://www.yaml.de
11
+ * @package yaml
12
+ * @version v4.0
13
+ * @revision $Revision: 686 $
14
+ * @lastmodified $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $
15
+
16
+ @media all
17
+ /* title
18
+ h6.ym-vlist
19
+ font-family: Arial, Helvetica, sans-serif
20
+ font-weight: bold
21
+ font-size: 100%
22
+ width: 90%
23
+ padding: 3px 0px 3px 10%
24
+ /* LTR
25
+ margin: 0
26
+ color: #444
27
+ background-color: #fff
28
+ border-top: 2px #ddd solid
29
+ border-bottom: 4px #888 solid
30
+ .ym-vlist
31
+ width: 100%
32
+ overflow: hidden
33
+ margin: 0 0 1.5em 0
34
+ list-style-type: none
35
+ border-bottom: 2px #ddd solid
36
+ ul
37
+ list-style-type: none
38
+ margin: 0
39
+ padding: 0
40
+ li
41
+ float: left
42
+ /* LTR
43
+ width: 100%
44
+ margin: 0
45
+ padding: 0
46
+ a, strong, span
47
+ display: block
48
+ padding: 3px 0px 3px 10%
49
+ text-decoration: none
50
+ border-bottom: 1px #ddd solid
51
+ a
52
+ color: #444
53
+ &:visited
54
+ color: #444
55
+ li
56
+ span
57
+ display: block
58
+ font-weight: bold
59
+ border-bottom: 1px #ddd solid
60
+ &.active
61
+ color: #fff
62
+ background-color: #444
63
+ strong
64
+ font-weight: bold
65
+ a, strong, span
66
+ width: 90%
67
+ padding-left: 10%
68
+ a
69
+ &:focus, &:hover, &:active
70
+ background-color: #888
71
+ color: #fff
72
+ outline: 0 none
73
+ ul li
74
+ a, strong, span
75
+ width: 80%
76
+ padding-left: 20%
77
+ a
78
+ background-color: #f8f8f8
79
+ color: #333
80
+ &:visited
81
+ background-color: #f8f8f8
82
+ color: #333
83
+ &:focus, &:hover, &:active
84
+ background-color: #888
85
+ color: #fff
86
+ ul li
87
+ a, strong, span
88
+ width: 70%
89
+ padding-left: 30%
90
+ a
91
+ background-color: #f0f0f0
92
+ color: #222
93
+ &:visited
94
+ background-color: #f0f0f0
95
+ color: #222
96
+ &:focus, &:hover, &:active
97
+ background-color: #888
98
+ color: #fff
99
+ ul li
100
+ a, strong, span
101
+ width: 60%
102
+ padding-left: 40%
103
+ a
104
+ background-color: #e8e8e8
105
+ color: #111
106
+ &:visited
107
+ background-color: #e8e8e8
108
+ color: #111
109
+ &:focus, &:hover, &:active
110
+ background-color: #888
111
+ color: #fff
112
+ /* active list element
113
+ /* Level 1
114
+ /* LTR
115
+ /* Level 2
116
+ /* LTR
117
+ /* Level 3
118
+ /* LTR
119
+ /* Level 4
120
+ /* LTR
@@ -0,0 +1,49 @@
1
+ /**
2
+ * "Yet Another Multicolumn Layout" - YAML CSS Framework
3
+ *
4
+ * default print stylesheet
5
+ *
6
+ * @copyright Copyright 2005-2012, Dirk Jesse
7
+ * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
8
+ * YAML-CDL (http://www.yaml.de/license.html)
9
+ * @link http://www.yaml.de
10
+ * @package yaml
11
+ * @version v4.0
12
+ * @revision $Revision: 686 $
13
+ * @lastmodified $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $
14
+
15
+ @media print
16
+ /**
17
+ ** @section basic layout preparation
18
+ /* (en) change font size unit to [pt] - avoids problems with [px] in Gecko based browsers
19
+ /* (de) Wechsel der der Schriftgrößen-Maßheinheit zu [pt] - Probleme mit [px] in Gecko-Browsern vermeiden
20
+ body
21
+ font-size: 10pt
22
+ padding: 0 5px
23
+ /* (en) Hide unneeded container of the screenlayout in print layout
24
+ /* (de) Für den Druck nicht benötigte Container des Layouts abschalten
25
+ nav, .ym-searchform
26
+ display: none
27
+ /*------------------------------------------------------------------------------------------------------
28
+ /* (en) Avoid page breaks right after headings
29
+ /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift
30
+ h1, h2, h3, h4, h5, h6
31
+ page-break-after: avoid
32
+ /*------------------------------------------------------------------------------------------------------
33
+ /* (en) optional output of acronyms and abbreviations
34
+ /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen
35
+ /*
36
+ *abbr[title]:after,
37
+ *acronym[title]:after {
38
+ * content:'(' attr(title) ')';
39
+ *}
40
+ /*------------------------------------------------------------------------------------------------------
41
+ /* (en) optional URL output of hyperlinks in print layout
42
+ /* (de) optionale Ausgabe der URLs von Hyperlinks
43
+ /*
44
+ *a[href]:after {
45
+ * content:" <URL:"attr(href)">";
46
+ * color:#444;
47
+ * background:inherit;
48
+ * font-style:italic;
49
+ *}
@@ -0,0 +1,95 @@
1
+ /**
2
+ * "Yet Another Multicolumn Layout" - YAML CSS Framework
3
+ *
4
+ * draft 960.gs port - 12 columns
5
+ *
6
+ * @copyright Copyright 2005-2012, Dirk Jesse
7
+ * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
8
+ * YAML-CDL (http://www.yaml.de/license.html)
9
+ * @link http://www.yaml.de
10
+ * @package yaml
11
+ * @version 4.0
12
+ * @revision $Revision: 656 $
13
+ * @lastmodified $Date: 2012-01-11 21:27:54 +0100 (Mi, 11 Jan 2012) $
14
+
15
+ @media screen
16
+ /* Layout Module Configuration
17
+ .ym-wrapper
18
+ width: 960px
19
+ margin: 0 auto
20
+ /* 960.gs port for YAML 4
21
+ .ym-g960-1
22
+ width: 80px
23
+ .ym-g960-2
24
+ width: 160px
25
+ .ym-g960-3
26
+ width: 240px
27
+ .ym-g960-4
28
+ width: 320px
29
+ .ym-g960-5
30
+ width: 400px
31
+ .ym-g960-6
32
+ width: 480px
33
+ .ym-g960-7
34
+ width: 560px
35
+ .ym-g960-8
36
+ width: 640px
37
+ .ym-g960-9
38
+ width: 720px
39
+ .ym-g960-10
40
+ width: 800px
41
+ .ym-g960-11
42
+ width: 880px
43
+ .ym-g960-12
44
+ width: 960px
45
+ .ym-push-1, .ym-push-2, .ym-push-3, .ym-push-4, .ym-push-5, .ym-push-6, .ym-push-7, .ym-push-8, .ym-push-9, .ym-push-10, .ym-push-11, .ym-pull-1, .ym-pull-2, .ym-pull-3, .ym-pull-4, .ym-pull-5, .ym-pull-6, .ym-pull-7, .ym-pull-8, .ym-pull-9, .ym-pull-10, .ym-pull-11
46
+ position: relative
47
+ .ym-push-1
48
+ left: 80px
49
+ .ym-push-2
50
+ left: 160px
51
+ .ym-push-3
52
+ left: 240px
53
+ .ym-push-4
54
+ left: 320px
55
+ .ym-push-5
56
+ left: 400px
57
+ .ym-push-6
58
+ left: 480px
59
+ .ym-push-7
60
+ left: 560px
61
+ .ym-push-8
62
+ left: 640px
63
+ .ym-push-9
64
+ left: 720px
65
+ .ym-push-10
66
+ left: 800px
67
+ .ym-push-11
68
+ left: 880px
69
+ .ym-pull-1
70
+ left: -80px
71
+ .ym-pull-2
72
+ left: -160px
73
+ .ym-pull-3
74
+ left: -240px
75
+ .ym-pull-4
76
+ left: -320px
77
+ .ym-pull-5
78
+ left: -400px
79
+ .ym-pull-6
80
+ left: -480px
81
+ .ym-pull-7
82
+ left: -560px
83
+ .ym-pull-8
84
+ left: -640px
85
+ .ym-pull-9
86
+ left: -720px
87
+ .ym-pull-10
88
+ left: -800px
89
+ .ym-pull-11
90
+ left: -880px
91
+ .ym-gbox
92
+ padding-left: 0
93
+ padding-right: 0
94
+ margin-left: 10px
95
+ margin-right: 10px
@@ -0,0 +1,119 @@
1
+ /**
2
+ * "Yet Another Multicolumn Layout" - YAML CSS Framework
3
+ *
4
+ * draft 960.gs port - 16 columns
5
+ *
6
+ * @copyright Copyright 2005-2012, Dirk Jesse
7
+ * @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
8
+ * YAML-CDL (http://www.yaml.de/license.html)
9
+ * @link http://www.yaml.de
10
+ * @package yaml
11
+ * @version 4.0
12
+ * @revision $Revision: 656 $
13
+ * @lastmodified $Date: 2012-01-11 21:27:54 +0100 (Mi, 11 Jan 2012) $
14
+
15
+ @media screen
16
+ /* Layout Module Configuration
17
+ .ym-wrapper
18
+ width: 960px
19
+ margin: 0 auto
20
+ /* 960.gs port for YAML 4
21
+ .ym-g960-1
22
+ width: 60px
23
+ .ym-g960-2
24
+ width: 120px
25
+ .ym-g960-3
26
+ width: 180px
27
+ .ym-g960-4
28
+ width: 240px
29
+ .ym-g960-5
30
+ width: 300px
31
+ .ym-g960-6
32
+ width: 360px
33
+ .ym-g960-7
34
+ width: 420px
35
+ .ym-g960-8
36
+ width: 480px
37
+ .ym-g960-9
38
+ width: 540px
39
+ .ym-g960-10
40
+ width: 600px
41
+ .ym-g960-11
42
+ width: 660px
43
+ .ym-g960-12
44
+ width: 720px
45
+ .ym-g960-13
46
+ width: 780px
47
+ .ym-g960-14
48
+ width: 840px
49
+ .ym-g960-15
50
+ width: 900px
51
+ .ym-g960-16
52
+ width: 960px
53
+ .ym-push-1, .ym-push-2, .ym-push-3, .ym-push-4, .ym-push-5, .ym-push-6, .ym-push-7, .ym-push-8, .ym-push-9, .ym-push-10, .ym-push-11, .ym-push-12, .ym-push-13, .ym-push-14, .ym-push-15, .ym-pull-1, .ym-pull-2, .ym-pull-3, .ym-pull-4, .ym-pull-5, .ym-pull-6, .ym-pull-7, .ym-pull-8, .ym-pull-9, .ym-pull-10, .ym-pull-11, .ym-pull-12, .ym-pull-13, .ym-pull-14, .ym-pull-15
54
+ position: relative
55
+ .ym-push-1
56
+ left: 60px
57
+ .ym-push-2
58
+ left: 120px
59
+ .ym-push-3
60
+ left: 180px
61
+ .ym-push-4
62
+ left: 240px
63
+ .ym-push-5
64
+ left: 300px
65
+ .ym-push-6
66
+ left: 360px
67
+ .ym-push-7
68
+ left: 420px
69
+ .ym-push-8
70
+ left: 480px
71
+ .ym-push-9
72
+ left: 540px
73
+ .ym-push-10
74
+ left: 600px
75
+ .ym-push-11
76
+ left: 660px
77
+ .ym-push-12
78
+ left: 720px
79
+ .ym-push-13
80
+ left: 780px
81
+ .ym-push-14
82
+ left: 840px
83
+ .ym-push-15
84
+ left: 900px
85
+ .ym-pull-1
86
+ left: -60px
87
+ .ym-pull-2
88
+ left: -120px
89
+ .ym-pull-3
90
+ left: -180px
91
+ .ym-pull-4
92
+ left: -240px
93
+ .ym-pull-5
94
+ left: -300px
95
+ .ym-pull-6
96
+ left: -360px
97
+ .ym-pull-7
98
+ left: -420px
99
+ .ym-pull-8
100
+ left: -480px
101
+ .ym-pull-9
102
+ left: -540px
103
+ .ym-pull-10
104
+ left: -600px
105
+ .ym-pull-11
106
+ left: -660px
107
+ .ym-pull-12
108
+ left: -720px
109
+ .ym-pull-13
110
+ left: -780px
111
+ .ym-pull-14
112
+ left: -840px
113
+ .ym-pull-15
114
+ left: -900px
115
+ .ym-gbox
116
+ padding-left: 0
117
+ padding-right: 0
118
+ margin-left: 10px
119
+ margin-right: 10px