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.
- data/README.mkdn +1 -1
- data/stylesheets/cyaml/add-ons/accessible-tabs/tabs.sass +113 -0
- data/stylesheets/cyaml/add-ons/microformats/microformats.sass +115 -0
- data/stylesheets/cyaml/add-ons/rtl-support/core/base-rtl.min.sass +23 -0
- data/stylesheets/cyaml/add-ons/rtl-support/core/base-rtl.sass +61 -0
- data/stylesheets/cyaml/add-ons/rtl-support/navigation/hlist-rtl.sass +46 -0
- data/stylesheets/cyaml/add-ons/rtl-support/navigation/vlist-rtl.sass +45 -0
- data/stylesheets/cyaml/add-ons/rtl-support/screen/typography-rtl.sass +27 -0
- data/stylesheets/cyaml/core/base.min.sass +282 -0
- data/stylesheets/cyaml/core/base.sass +434 -0
- data/stylesheets/cyaml/core/iehacks.min.sass +118 -0
- data/stylesheets/cyaml/core/iehacks.sass +327 -0
- data/stylesheets/cyaml/forms/gray-theme.sass +499 -0
- data/stylesheets/cyaml/navigation/hlist.sass +110 -0
- data/stylesheets/cyaml/navigation/vlist.sass +120 -0
- data/stylesheets/cyaml/print/print.sass +49 -0
- data/stylesheets/cyaml/screen/grid-960-12.sass +95 -0
- data/stylesheets/cyaml/screen/grid-960-16.sass +119 -0
- data/stylesheets/cyaml/screen/screen-FULLPAGE-layout.sass +163 -0
- data/stylesheets/cyaml/screen/screen-PAGE-layout.sass +148 -0
- data/stylesheets/cyaml/screen/typography.sass +317 -0
- data/templates/project/add-ons/microformats/icons/external_link.png +0 -0
- data/templates/project/add-ons/microformats/icons/hcalendar.png +0 -0
- data/templates/project/add-ons/microformats/icons/hcard.png +0 -0
- data/templates/project/add-ons/microformats/icons/icon-geo.png +0 -0
- data/templates/project/add-ons/microformats/icons/icon-hatom.png +0 -0
- data/templates/project/add-ons/microformats/icons/icon-haudio.png +0 -0
- data/templates/project/add-ons/microformats/icons/icon-hcalendar-add.png +0 -0
- data/templates/project/add-ons/microformats/icons/icon-hcalendar-download.png +0 -0
- data/templates/project/add-ons/microformats/icons/icon-hcalendar.png +0 -0
- data/templates/project/add-ons/microformats/icons/icon-hcard-add.png +0 -0
- data/templates/project/add-ons/microformats/icons/icon-hcard-download.png +0 -0
- data/templates/project/add-ons/microformats/icons/icon-hcard.png +0 -0
- data/templates/project/add-ons/microformats/icons/icon-hresume.png +0 -0
- data/templates/project/add-ons/microformats/icons/icon-rel-tag.png +0 -0
- data/templates/project/add-ons/microformats/icons/icon-xfn.png +0 -0
- data/templates/project/add-ons/microformats/icons/xfn/xfn-child.png +0 -0
- data/templates/project/add-ons/microformats/icons/xfn/xfn-colleague-met.png +0 -0
- data/templates/project/add-ons/microformats/icons/xfn/xfn-colleague.png +0 -0
- data/templates/project/add-ons/microformats/icons/xfn/xfn-friend-met.png +0 -0
- data/templates/project/add-ons/microformats/icons/xfn/xfn-friend.png +0 -0
- data/templates/project/add-ons/microformats/icons/xfn/xfn-me.png +0 -0
- data/templates/project/add-ons/microformats/icons/xfn/xfn-parent.png +0 -0
- data/templates/project/add-ons/microformats/icons/xfn/xfn-small.png +0 -0
- data/templates/project/add-ons/microformats/icons/xfn/xfn-spouse.png +0 -0
- data/templates/project/add-ons/microformats/icons/xfn/xfn-sweetheart-met.png +0 -0
- data/templates/project/add-ons/microformats/icons/xfn/xfn-sweetheart.png +0 -0
- data/templates/project/application.html.haml +68 -48
- data/templates/project/application_new.html.haml +97 -0
- data/templates/project/basemod.scss +6 -62
- data/templates/project/default_includes.scss +14 -29
- data/templates/project/{javascripts/ftod.js → ftod.js} +0 -0
- data/templates/project/index.html.haml +84 -37
- data/templates/project/lib/jquery-1.7.1.min.js +4 -0
- data/templates/project/manifest.rb +5 -6
- data/templates/project/{javascripts/minmax.js → minmax.js} +0 -0
- data/templates/project/yaml/add-ons/accessible-tabs/jquery.tabs.js +314 -0
- data/templates/project/yaml/add-ons/syncheight/jquery.syncheight.js +88 -0
- data/templates/project/yaml/core/yaml-focusfix.js +72 -0
- metadata +66 -42
- data/stylesheets/cyaml/add-ons/accessible-tabs/tabs.scss +0 -111
- data/stylesheets/cyaml/add-ons/microformats/microformats.scss +0 -118
- data/stylesheets/cyaml/add-ons/rtl-support/core/base-rtl.scss +0 -67
- data/stylesheets/cyaml/add-ons/rtl-support/core/iehacks-rtl.scss +0 -49
- data/stylesheets/cyaml/add-ons/rtl-support/core/slim_base-rtl.scss +0 -25
- data/stylesheets/cyaml/add-ons/rtl-support/core/slim_iehacks-rtl.scss +0 -7
- data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_shinybuttons-rtl.scss +0 -44
- data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_slidingdoor-rtl.scss +0 -38
- data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_vlist-rtl.scss +0 -46
- data/stylesheets/cyaml/core/base.scss +0 -258
- data/stylesheets/cyaml/core/iehacks.scss +0 -315
- data/stylesheets/cyaml/core/slim_base.scss +0 -152
- data/stylesheets/cyaml/core/slim_iehacks.scss +0 -110
- data/stylesheets/cyaml/navigation/nav_shinybuttons.scss +0 -88
- data/stylesheets/cyaml/navigation/nav_slidingdoor.scss +0 -105
- data/stylesheets/cyaml/navigation/nav_vlist.scss +0 -120
- data/stylesheets/cyaml/patches/patch_nav_vlist.scss +0 -58
- data/stylesheets/cyaml/print/print_003_draft.scss +0 -67
- data/stylesheets/cyaml/print/print_020_draft.scss +0 -70
- data/stylesheets/cyaml/print/print_023_draft.scss +0 -87
- data/stylesheets/cyaml/print/print_100_draft.scss +0 -68
- data/stylesheets/cyaml/print/print_103_draft.scss +0 -87
- data/stylesheets/cyaml/print/print_120_draft.scss +0 -82
- data/stylesheets/cyaml/print/print_123_draft.scss +0 -86
- data/stylesheets/cyaml/print/print_draft.scss +0 -52
- data/stylesheets/cyaml/screen/content.scss +0 -228
- data/stylesheets/cyaml/screen/content_table.scss +0 -43
- data/stylesheets/cyaml/screen/forms.scss +0 -320
- data/templates/project/citrin.html.haml +0 -50
- data/templates/project/javascripts/lib/jquery-1.6.1.js +0 -8937
- data/templates/project/javascripts/lib/jquery-1.6.1.min.js +0 -18
- data/templates/project/patch_my_layout.scss +0 -73
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
@media all
|
|
2
|
+
body
|
|
3
|
+
o\verflow: visible
|
|
4
|
+
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
|
|
5
|
+
zoom: 1
|
|
6
|
+
audio, canvas, video
|
|
7
|
+
*display: inline
|
|
8
|
+
*zoom: 1
|
|
9
|
+
img
|
|
10
|
+
-ms-interpolation-mode: bicubic
|
|
11
|
+
zoom: 1
|
|
12
|
+
* html
|
|
13
|
+
iframe, frame
|
|
14
|
+
overflow: auto
|
|
15
|
+
input, frameset
|
|
16
|
+
overflow: hidden
|
|
17
|
+
textarea
|
|
18
|
+
overflow: scroll
|
|
19
|
+
overflow-x: hidden
|
|
20
|
+
body, #main
|
|
21
|
+
position: relative
|
|
22
|
+
* html body
|
|
23
|
+
position: static
|
|
24
|
+
.ym-clearfix
|
|
25
|
+
zoom: 1
|
|
26
|
+
* html
|
|
27
|
+
.ym-col1, .ym-col2, .ym-col3
|
|
28
|
+
position: relative
|
|
29
|
+
body
|
|
30
|
+
height: 1%
|
|
31
|
+
.ym-wrapper, .ym-wbox, #header, #nav, #main, #footer
|
|
32
|
+
zoom: 1
|
|
33
|
+
* html
|
|
34
|
+
.ym-wrapper, .ym-wbox
|
|
35
|
+
height: 1%
|
|
36
|
+
hei\ght: auto
|
|
37
|
+
#header, #nav, #main, #footer
|
|
38
|
+
width: 100%
|
|
39
|
+
wid\th: auto
|
|
40
|
+
.ym-gbox, .ym-gbox-left, .ym-gbox-right
|
|
41
|
+
height: 1%
|
|
42
|
+
* html
|
|
43
|
+
ul, ol, dl
|
|
44
|
+
position: relative
|
|
45
|
+
body ol li
|
|
46
|
+
display: list-item
|
|
47
|
+
* html .flexible
|
|
48
|
+
zoom: 1
|
|
49
|
+
button, input
|
|
50
|
+
*overflow: visible
|
|
51
|
+
table
|
|
52
|
+
button, input
|
|
53
|
+
*overflow: auto
|
|
54
|
+
fieldset, legend
|
|
55
|
+
position: relative
|
|
56
|
+
.ym-form
|
|
57
|
+
zoom: 1
|
|
58
|
+
div
|
|
59
|
+
zoom: 1
|
|
60
|
+
*
|
|
61
|
+
zoom: 1
|
|
62
|
+
html .ym-ie-clearing
|
|
63
|
+
position: static
|
|
64
|
+
display: block
|
|
65
|
+
\clear: both
|
|
66
|
+
width: 100%
|
|
67
|
+
line-height: 0
|
|
68
|
+
font-size: 0
|
|
69
|
+
margin: -2px 0 -1em 1px
|
|
70
|
+
* html .ym-ie-clearing
|
|
71
|
+
margin: -2px 0 -1em 0
|
|
72
|
+
.ym-cbox
|
|
73
|
+
margin-bottom: -2px
|
|
74
|
+
html
|
|
75
|
+
margin-right: 1px
|
|
76
|
+
* html
|
|
77
|
+
margin-right: 0
|
|
78
|
+
.ym-col3
|
|
79
|
+
position: relative
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
@media screen,projection
|
|
83
|
+
.ym-col1, .ym-col2
|
|
84
|
+
display: inline
|
|
85
|
+
.ym-grid
|
|
86
|
+
overflow: hidden
|
|
87
|
+
display: block
|
|
88
|
+
* html .ym-grid
|
|
89
|
+
overflow: visible
|
|
90
|
+
.ym-gl, .ym-gr
|
|
91
|
+
display: inline
|
|
92
|
+
.ym-equalize
|
|
93
|
+
.ym-gl
|
|
94
|
+
float: left
|
|
95
|
+
display: inline
|
|
96
|
+
padding-bottom: 32767px
|
|
97
|
+
margin-bottom: -32767px
|
|
98
|
+
.ym-gr
|
|
99
|
+
float: right
|
|
100
|
+
margin-left: -5px
|
|
101
|
+
display: inline
|
|
102
|
+
padding-bottom: 32767px
|
|
103
|
+
margin-bottom: -32767px
|
|
104
|
+
.no-ie-padding
|
|
105
|
+
.ym-gl, .ym-gr
|
|
106
|
+
padding-bottom: 0
|
|
107
|
+
margin-bottom: 0
|
|
108
|
+
* html
|
|
109
|
+
.ym-cbox-left, .ym-cbox-right, .ym-cbox
|
|
110
|
+
word-wrap: break-word
|
|
111
|
+
.ym-gbox, .ym-gbox-left, .ym-gbox-right
|
|
112
|
+
word-wrap: break-word
|
|
113
|
+
o\verflow: hidden
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
@media print
|
|
117
|
+
.ym-gbox, .ym-gbox-left, .ym-gbox-right, .ym-col3
|
|
118
|
+
height: 1%
|
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* "Yet Another Multicolumn Layout" - YAML 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
|
+
*
|
|
9
|
+
* @copyright Copyright 2005-2012, Dirk Jesse
|
|
10
|
+
* @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
|
|
11
|
+
* YAML-CDL (http://www.yaml.de/license.html)
|
|
12
|
+
* @link http://www.yaml.de
|
|
13
|
+
* @package yaml
|
|
14
|
+
* @version v4.0
|
|
15
|
+
* @revision $Revision: 686 $
|
|
16
|
+
* @lastmodified $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $
|
|
17
|
+
* @appdef yaml
|
|
18
|
+
|
|
19
|
+
@media all
|
|
20
|
+
/**
|
|
21
|
+
** (en) Debugging:When you see a green background, IE is getting this stylesheet
|
|
22
|
+
** (de) Fehlersuche:Hintergrund leuchtet grün, wenn das Stylesheet korrekt geladen wurde
|
|
23
|
+
**
|
|
24
|
+
** @debug
|
|
25
|
+
** @app-yaml-default disabled
|
|
26
|
+
/* body { background:#0f0; background-image:none; }
|
|
27
|
+
/**
|
|
28
|
+
** Correct inline positioning for unknown HTML5 elements in IE 6 & 7
|
|
29
|
+
**
|
|
30
|
+
** @workaround
|
|
31
|
+
** @affected IE6, IE7
|
|
32
|
+
** @css-for IE6, IE7
|
|
33
|
+
** @valid no
|
|
34
|
+
/*------------------------------------------------------------------------------------------------------
|
|
35
|
+
/**
|
|
36
|
+
** (en) No need to force scrollbars in older IE's - it even makes problems in IE6 when set
|
|
37
|
+
** (de) Scrollbar-Fix wird in alten IE's nicht benötigt, zudem verursacht der Fix Probleme im IE6
|
|
38
|
+
**
|
|
39
|
+
** @workaround
|
|
40
|
+
** @affected IE6, IE7
|
|
41
|
+
** @css-for IE6, IE7
|
|
42
|
+
** @valid no
|
|
43
|
+
body
|
|
44
|
+
o\verflow: visible
|
|
45
|
+
/**
|
|
46
|
+
** (en) HTML5 - default media element styles
|
|
47
|
+
** (de) HTML5 - Standard Eigenschaften für Media-Elemente
|
|
48
|
+
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section
|
|
49
|
+
zoom: 1
|
|
50
|
+
audio, canvas, video
|
|
51
|
+
*display: inline
|
|
52
|
+
*zoom: 1
|
|
53
|
+
/**
|
|
54
|
+
** (en) enable bicubic interpolation of images on scaling
|
|
55
|
+
** (de) aktiviert bikubische Interpolation beim Skalieren von Bildern
|
|
56
|
+
img
|
|
57
|
+
-ms-interpolation-mode: bicubic
|
|
58
|
+
zoom: 1
|
|
59
|
+
/*------------------------------------------------------------------------------------------------------
|
|
60
|
+
/**
|
|
61
|
+
** (en) Fixes IE5.x and IE6 overflow behavior of textarea and input elements elements
|
|
62
|
+
** (de) Korrigiert das fehlerhafte overflow-Verhalten von textarea und input-Elementen
|
|
63
|
+
**
|
|
64
|
+
** @workaround
|
|
65
|
+
** @affected IE 5.x/Win, IE6
|
|
66
|
+
** @css-for IE 5.x/Win, IE6
|
|
67
|
+
** @valid no
|
|
68
|
+
* html
|
|
69
|
+
iframe, frame
|
|
70
|
+
overflow: auto
|
|
71
|
+
input, frameset
|
|
72
|
+
overflow: hidden
|
|
73
|
+
textarea
|
|
74
|
+
overflow: scroll
|
|
75
|
+
overflow-x: hidden
|
|
76
|
+
/*------------------------------------------------------------------------------------------------------
|
|
77
|
+
/**
|
|
78
|
+
** (en) Stability fixes with 'position:relative'
|
|
79
|
+
** (de) Stabilitätsverbesserungen durch 'position:relative'
|
|
80
|
+
**
|
|
81
|
+
** Essential for correct scaling in IE7 (body). IE5 must get static positioned body instead.
|
|
82
|
+
** Helpful to fix several possible problems in older IE versions (#main).
|
|
83
|
+
**
|
|
84
|
+
** @bugfix
|
|
85
|
+
** @affected IE 5.x/Win, IE6, IE7
|
|
86
|
+
** @css-for IE 5.x/Win, IE6, IE7
|
|
87
|
+
** @valid yes
|
|
88
|
+
body, #main
|
|
89
|
+
position: relative
|
|
90
|
+
* html body
|
|
91
|
+
position: static
|
|
92
|
+
/*------------------------------------------------------------------------------------------------------
|
|
93
|
+
/**
|
|
94
|
+
** (en) Clearfix adjustents for containing floats in IE
|
|
95
|
+
** (de) Clearfix-Anpassung für diverse IE-Versionen
|
|
96
|
+
**
|
|
97
|
+
** @workaround
|
|
98
|
+
** @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
|
|
99
|
+
** @affected IE 5.x/Win, IE6, IE7
|
|
100
|
+
** @css-for IE 5.x/Win, IE6, IE7
|
|
101
|
+
** @valid yes
|
|
102
|
+
.ym-clearfix
|
|
103
|
+
zoom: 1
|
|
104
|
+
/* hasLayout aktivieren
|
|
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
|
+
* html
|
|
115
|
+
.ym-col1, .ym-col2, .ym-col3
|
|
116
|
+
position: relative
|
|
117
|
+
/*------------------------------------------------------------------------------------------------------
|
|
118
|
+
/**
|
|
119
|
+
** (en) Preventing several css bugs by forcing "hasLayout"
|
|
120
|
+
** (de) Vermeidung verschiedenster Bugs durch Erzwingen von "hasLayout"
|
|
121
|
+
**
|
|
122
|
+
** @workaround
|
|
123
|
+
** @affected IE 5.x/Win, IE6, IE7
|
|
124
|
+
** @css-for IE 5.x/Win, IE6, IE7
|
|
125
|
+
** @valid no
|
|
126
|
+
body
|
|
127
|
+
height: 1%
|
|
128
|
+
.ym-wrapper, .ym-wbox, #header, #nav, #main, #footer
|
|
129
|
+
zoom: 1
|
|
130
|
+
/* IE6 & IE7
|
|
131
|
+
* html
|
|
132
|
+
.ym-wrapper, .ym-wbox
|
|
133
|
+
height: 1%
|
|
134
|
+
hei\ght: auto
|
|
135
|
+
#header, #nav, #main, #footer
|
|
136
|
+
width: 100%
|
|
137
|
+
wid\th: auto
|
|
138
|
+
/* IE 5.x & IE6 | IE6 only
|
|
139
|
+
/* IE 5.x & IE6 | IE6 only
|
|
140
|
+
/* trigger hasLayout to force containing content
|
|
141
|
+
.ym-gbox, .ym-gbox-left, .ym-gbox-right
|
|
142
|
+
height: 1%
|
|
143
|
+
/*------------------------------------------------------------------------------------------------------
|
|
144
|
+
/**
|
|
145
|
+
** Disappearing List-Background Bug
|
|
146
|
+
** @see http://www.positioniseverything.net/explorer/ie-listbug.html
|
|
147
|
+
**
|
|
148
|
+
** @bugfix
|
|
149
|
+
** @affected IE 5.x/Win, IE6
|
|
150
|
+
** @css-for IE 5.x/Win, IE6
|
|
151
|
+
** @valid yes
|
|
152
|
+
* html
|
|
153
|
+
ul, ol, dl
|
|
154
|
+
position: relative
|
|
155
|
+
/*------------------------------------------------------------------------------------------------------
|
|
156
|
+
/**
|
|
157
|
+
** List-Numbering Bug
|
|
158
|
+
**
|
|
159
|
+
** @bugfix
|
|
160
|
+
** @affected IE 5.x/Win, IE6, IE7
|
|
161
|
+
** @css-for IE 5.x/Win, IE6, IE7
|
|
162
|
+
** @valid yes
|
|
163
|
+
body ol li
|
|
164
|
+
display: list-item
|
|
165
|
+
/*------------------------------------------------------------------------------------------------------
|
|
166
|
+
/**
|
|
167
|
+
** Browser-based image scaling (not)
|
|
168
|
+
**
|
|
169
|
+
** @workaround
|
|
170
|
+
** @affected IE 5.x/Win, IE6
|
|
171
|
+
** @css-for IE 5.x/Win, IE6
|
|
172
|
+
** @valid yes
|
|
173
|
+
* html .flexible
|
|
174
|
+
zoom: 1
|
|
175
|
+
/**
|
|
176
|
+
** Form related bugfixes
|
|
177
|
+
**
|
|
178
|
+
** @bugfix
|
|
179
|
+
** @affected IE 5.x/Win, IE6, IE7
|
|
180
|
+
** @css-for IE 5.x/Win, IE6, IE7
|
|
181
|
+
** @valid no
|
|
182
|
+
button, input
|
|
183
|
+
*overflow: visible
|
|
184
|
+
table
|
|
185
|
+
button, input
|
|
186
|
+
*overflow: auto
|
|
187
|
+
fieldset, legend
|
|
188
|
+
position: relative
|
|
189
|
+
/*------------------------------------------------------------------------------------------------------
|
|
190
|
+
/**
|
|
191
|
+
** Global adjustments/fixes for YAML's form construction kit
|
|
192
|
+
**
|
|
193
|
+
** @workaround
|
|
194
|
+
** @affected IE 5.x/Win, IE6, IE7
|
|
195
|
+
** @css-for IE 5.x/Win, IE6, IE7
|
|
196
|
+
** @valid no
|
|
197
|
+
.ym-form
|
|
198
|
+
zoom: 1
|
|
199
|
+
div
|
|
200
|
+
zoom: 1
|
|
201
|
+
*
|
|
202
|
+
zoom: 1
|
|
203
|
+
/*------------------------------------------------------------------------------------------------------
|
|
204
|
+
/**
|
|
205
|
+
** (en) Workaround for 'collapsing margin at #col3' when using CSS-property clear
|
|
206
|
+
** Left margin of #col3 collapses when using clear:both in 1-3-2 (or 2-3-1) layout and right column is the
|
|
207
|
+
** longest and left column is the shortest one. For IE6 and IE7 a special workaround was developed
|
|
208
|
+
** in YAML.
|
|
209
|
+
**
|
|
210
|
+
** (de) Workaround für 'kollabierenden Margin an #col3' bei Verwendung der CSS-Eigenschaft clear
|
|
211
|
+
** Der linke Margin von #col3 kollabiert bei der Verwendung von clear:both im 1-3-2 (oder 2-3-1) Layout
|
|
212
|
+
** wenn gleichzeitig die linke Spalte die kürzeste und die rechte die längste ist. Im IE6 und IE7 lässt
|
|
213
|
+
** sich der Bug durch eine speziell für YAML entwickelten Workaround umgehen.
|
|
214
|
+
**
|
|
215
|
+
** @workaround
|
|
216
|
+
** @affected IE 5.x/Win, IE6, IE7
|
|
217
|
+
** @css-for IE 5.x/Win, IE6, IE7
|
|
218
|
+
** @valid no
|
|
219
|
+
html .ym-ie-clearing
|
|
220
|
+
/* (en) Only a small help for debugging
|
|
221
|
+
/* (de) Nur eine kleine Hilfe zur Fehlersuche
|
|
222
|
+
position: static
|
|
223
|
+
/* (en) Make container visible in IE
|
|
224
|
+
/* (de) Container sichtbar machen im IE
|
|
225
|
+
display: block
|
|
226
|
+
/* (en) No fix possible in IE5.x, normal clearing used instead
|
|
227
|
+
/* (de) Kein Fix im IE5.x möglich, daher normales Clearing
|
|
228
|
+
clear: both
|
|
229
|
+
/* (en) forcing clearing-like behavior with a simple oversized container in IE6 & IE7
|
|
230
|
+
/* (de) IE-Clearing mit 100%-DIV für IE6 bzw. übergroßem Container im IE7
|
|
231
|
+
width: 100%
|
|
232
|
+
line-height: 0
|
|
233
|
+
font-size: 0px
|
|
234
|
+
margin: -2px 0 -1em 1px
|
|
235
|
+
* html .ym-ie-clearing
|
|
236
|
+
margin: -2px 0 -1em 0
|
|
237
|
+
.ym-cbox
|
|
238
|
+
margin-bottom: -2px
|
|
239
|
+
/* (en) avoid horizontal scrollbars in IE7 in borderless layouts because of negative margins
|
|
240
|
+
/* (de) Vermeidung horizontaler Scrollbalken bei randabfallenden Layouts im IE7
|
|
241
|
+
html
|
|
242
|
+
margin-right: 1px
|
|
243
|
+
* html
|
|
244
|
+
margin-right: 0
|
|
245
|
+
/* (en) Bugfix:Essential for IE7
|
|
246
|
+
/* (de) Bugfix:Notwendig im IE7
|
|
247
|
+
.ym-col3
|
|
248
|
+
position: relative
|
|
249
|
+
/*------------------------------------------------------------------------------------------------------
|
|
250
|
+
/**
|
|
251
|
+
** IE/Win Guillotine Bug
|
|
252
|
+
** @see http://www.positioniseverything.net/explorer/guillotine.html
|
|
253
|
+
**
|
|
254
|
+
** @workaround
|
|
255
|
+
** @affected IE 5.x/Win, IE6
|
|
256
|
+
** @css-for IE 5.x/Win, IE6
|
|
257
|
+
** @valid yes
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
@media screen, projection
|
|
261
|
+
/**
|
|
262
|
+
** (en) IE-Adjustments for content columns and subtemplates
|
|
263
|
+
** (de) IE-Anpassung für Spaltencontainer und Subtemplates
|
|
264
|
+
**
|
|
265
|
+
** Doubled Float-Margin Bug
|
|
266
|
+
** @see http://positioniseverything.net/explorer/doubled-margin.html
|
|
267
|
+
**
|
|
268
|
+
** @bugfix
|
|
269
|
+
** @affected IE 5.x/Win, IE6
|
|
270
|
+
** @css-for IE 5.x/Win, IE6, IE7
|
|
271
|
+
** @valid yes
|
|
272
|
+
.ym-col1, .ym-col2
|
|
273
|
+
display: inline
|
|
274
|
+
/* Fix for:"Linking to anchors in elements within the containing block" Problem in IE5.x & IE 6.0
|
|
275
|
+
.ym-grid
|
|
276
|
+
overflow: hidden
|
|
277
|
+
display: block
|
|
278
|
+
* html .ym-grid
|
|
279
|
+
overflow: visible
|
|
280
|
+
.ym-gl, .ym-gr
|
|
281
|
+
display: inline
|
|
282
|
+
/* transform CSS tables back into floats
|
|
283
|
+
.ym-equalize
|
|
284
|
+
.ym-gl
|
|
285
|
+
float: left
|
|
286
|
+
display: inline
|
|
287
|
+
padding-bottom: 32767px
|
|
288
|
+
margin-bottom: -32767px
|
|
289
|
+
.ym-gr
|
|
290
|
+
float: right
|
|
291
|
+
margin-left: -5px
|
|
292
|
+
display: inline
|
|
293
|
+
padding-bottom: 32767px
|
|
294
|
+
margin-bottom: -32767px
|
|
295
|
+
.no-ie-padding
|
|
296
|
+
.ym-gl, .ym-gr
|
|
297
|
+
padding-bottom: 0
|
|
298
|
+
margin-bottom: 0
|
|
299
|
+
/*------------------------------------------------------------------------------------------------------
|
|
300
|
+
/**
|
|
301
|
+
** Internet Explorer and the Expanding Box Problem
|
|
302
|
+
** @see http://www.positioniseverything.net/explorer/expandingboxbug.html
|
|
303
|
+
**
|
|
304
|
+
** @workaround
|
|
305
|
+
** @affected IE 5.x/Win, IE6
|
|
306
|
+
** @css-for IE 5.x/Win, IE6
|
|
307
|
+
** @valid yes
|
|
308
|
+
* html
|
|
309
|
+
.ym-cbox-left, .ym-cbox-right, .ym-cbox
|
|
310
|
+
word-wrap: break-word
|
|
311
|
+
.ym-gbox, .ym-gbox-left, .ym-gbox-right
|
|
312
|
+
word-wrap: break-word
|
|
313
|
+
o\verflow: hidden
|
|
314
|
+
/* avoid growing widths
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
@media print
|
|
318
|
+
/**
|
|
319
|
+
** (en) Avoid unneeded page breaks of .ym-col3 content in print layout and containing floats.
|
|
320
|
+
** (de) Vermeiden von unnötigen Seitenumbrüchen beim Ausdruck der Spalte .ym-col3 und Einschluss von Floats.
|
|
321
|
+
**
|
|
322
|
+
** @bugfix
|
|
323
|
+
** @affected IE7
|
|
324
|
+
** @css-for IE 5.x/Win, IE6, IE7
|
|
325
|
+
** @valid yes
|
|
326
|
+
.ym-gbox, .ym-gbox-left, .ym-gbox-right, .ym-col3
|
|
327
|
+
height: 1%
|
|
@@ -0,0 +1,499 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* "Yet Another Multicolumn Layout" - YAML CSS Framework
|
|
3
|
+
*
|
|
4
|
+
* YAML form theme: "gray-theme"
|
|
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 screen and (min-width: 0px)
|
|
16
|
+
/**
|
|
17
|
+
** @section general width settings for formular elements in modern browsers
|
|
18
|
+
** switching to CSS3 box modell "border-box" for perfect flexible forms
|
|
19
|
+
**
|
|
20
|
+
** Styling for: <labels>, <input>, <textarea> and <select>
|
|
21
|
+
**
|
|
22
|
+
.ym-form
|
|
23
|
+
input, textarea, select
|
|
24
|
+
-webkit-box-sizing: border-box
|
|
25
|
+
-moz-box-sizing: border-box
|
|
26
|
+
-ms-box-sizing: border-box
|
|
27
|
+
box-sizing: border-box
|
|
28
|
+
width: 60%
|
|
29
|
+
.ym-columnar
|
|
30
|
+
label
|
|
31
|
+
-webkit-box-sizing: border-box
|
|
32
|
+
-moz-box-sizing: border-box
|
|
33
|
+
-ms-box-sizing: border-box
|
|
34
|
+
box-sizing: border-box
|
|
35
|
+
.ym-fbox-select select
|
|
36
|
+
width: 70%
|
|
37
|
+
.ym-fbox-text
|
|
38
|
+
input, textarea
|
|
39
|
+
width: 70%
|
|
40
|
+
.ym-full
|
|
41
|
+
.ym-fbox-select select
|
|
42
|
+
width: 100%
|
|
43
|
+
.ym-fbox-text
|
|
44
|
+
input, textarea
|
|
45
|
+
width: 100%
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
@media screen, projection
|
|
49
|
+
/**
|
|
50
|
+
** @section general form styling
|
|
51
|
+
**
|
|
52
|
+
** Styling for: <form>, <fieldset>, <legend>, <label> and rows (class="ym-fbox-[xxx]")
|
|
53
|
+
**
|
|
54
|
+
.ym-form
|
|
55
|
+
background: #f4f4f4
|
|
56
|
+
border: 2px #fff solid
|
|
57
|
+
margin: 1.5em 0 0 0
|
|
58
|
+
padding: 0
|
|
59
|
+
-webkit-box-shadow: 0 0 4px #ddd
|
|
60
|
+
-moz-box-shadow: 0 0 4px #ddd
|
|
61
|
+
box-shadow: 0 0 4px #ddd
|
|
62
|
+
fieldset
|
|
63
|
+
position: static
|
|
64
|
+
background: transparent
|
|
65
|
+
margin: 0.75em 0 0.75em 0
|
|
66
|
+
padding: 0 0.5em
|
|
67
|
+
legend
|
|
68
|
+
background: transparent
|
|
69
|
+
color: #000
|
|
70
|
+
font-size: 1.2em
|
|
71
|
+
line-height: 1.25em
|
|
72
|
+
font-weight: bold
|
|
73
|
+
padding: 0 0.5em
|
|
74
|
+
label
|
|
75
|
+
color: #666
|
|
76
|
+
line-height: 1.5em
|
|
77
|
+
.ym-label
|
|
78
|
+
color: #666
|
|
79
|
+
padding-top: 0.25em
|
|
80
|
+
.ym-form
|
|
81
|
+
.ym-form div.ym-fbox-check:focus + label
|
|
82
|
+
color: #000
|
|
83
|
+
div
|
|
84
|
+
&.ym-fbox-text, &.ym-fbox-select, &.ym-fbox-check
|
|
85
|
+
padding: 0.3em 1em
|
|
86
|
+
margin-bottom: 0.5em
|
|
87
|
+
&.ym-fbox-button
|
|
88
|
+
padding: 0.3em 1em
|
|
89
|
+
margin-bottom: 0.5em
|
|
90
|
+
background: #ececec
|
|
91
|
+
border-top: 1px #e0e0e0 solid
|
|
92
|
+
padding: 0 1em 1.5em 1em
|
|
93
|
+
margin: 0
|
|
94
|
+
.ym-gbox
|
|
95
|
+
padding: 0 0.5em
|
|
96
|
+
margin-right: 0
|
|
97
|
+
h6
|
|
98
|
+
color: #000
|
|
99
|
+
margin: 1em 0 0 1em
|
|
100
|
+
.ym-fbox-text
|
|
101
|
+
input, textarea
|
|
102
|
+
line-height: 1em
|
|
103
|
+
padding: 0.25em 0.3em
|
|
104
|
+
margin-top: -2px
|
|
105
|
+
.ym-fbox-select select
|
|
106
|
+
line-height: 1em
|
|
107
|
+
padding: 0.25em 2px 0.25em 1px
|
|
108
|
+
margin-top: -2px
|
|
109
|
+
input, textarea, select
|
|
110
|
+
font-family: Arial, Helvetica, sans-serif
|
|
111
|
+
-webkit-box-shadow: inset 0 0 4px #eee
|
|
112
|
+
-moz-box-shadow: inset 0 0 4px #eee
|
|
113
|
+
box-shadow: inset 0 0 4px #eee
|
|
114
|
+
optgroup
|
|
115
|
+
font-family: Arial, Helvetica, sans-serif
|
|
116
|
+
-webkit-box-shadow: inset 0 0 4px #eee
|
|
117
|
+
-moz-box-shadow: inset 0 0 4px #eee
|
|
118
|
+
box-shadow: inset 0 0 4px #eee
|
|
119
|
+
font-style: normal
|
|
120
|
+
font-weight: bold
|
|
121
|
+
.ym-fbox-text
|
|
122
|
+
input, textarea
|
|
123
|
+
border: 1px solid #ddd
|
|
124
|
+
.ym-fbox-select select
|
|
125
|
+
border: 1px solid #ddd
|
|
126
|
+
.ym-message
|
|
127
|
+
color: #666
|
|
128
|
+
margin-bottom: 0.5em
|
|
129
|
+
sup
|
|
130
|
+
color: #800
|
|
131
|
+
font-weight: bold
|
|
132
|
+
input:valid, textarea:valid
|
|
133
|
+
background-color: #fff
|
|
134
|
+
input:invalid, textarea:invalid
|
|
135
|
+
background-color: #fdd
|
|
136
|
+
.ym-error
|
|
137
|
+
label
|
|
138
|
+
color: #800
|
|
139
|
+
font-weight: normal
|
|
140
|
+
input, select, textarea
|
|
141
|
+
border: 1px #800 solid
|
|
142
|
+
input
|
|
143
|
+
&:hover, &:focus
|
|
144
|
+
border: 1px #800 solid !important
|
|
145
|
+
select
|
|
146
|
+
&:hover, &:focus
|
|
147
|
+
border: 1px #800 solid !important
|
|
148
|
+
textarea
|
|
149
|
+
&:hover, &:focus
|
|
150
|
+
border: 1px #800 solid !important
|
|
151
|
+
.ym-message
|
|
152
|
+
color: #800
|
|
153
|
+
div
|
|
154
|
+
&.ym-fbox-text input:focus, select:focus, textarea:focus, &.ym-fbox-text input:hover, select:hover, textarea:hover, &.ym-fbox-text input:active, select:active, textarea:active
|
|
155
|
+
border: 1px #888 solid
|
|
156
|
+
background: #fff
|
|
157
|
+
/* styling containing DIV elements | Gestaltung der kapselnden DIV-Elemente
|
|
158
|
+
/**
|
|
159
|
+
** @section styling form elements
|
|
160
|
+
**
|
|
161
|
+
** Styling for: Input, Textarea, Select ...
|
|
162
|
+
**
|
|
163
|
+
/* styling standard form elements with 'almost' equal flexible width
|
|
164
|
+
/* Gestaltung der einzelnen Formularelemente mit annähend gleicher Breite
|
|
165
|
+
/* proportional fonts for all form elements
|
|
166
|
+
/* General form styling | Allgemeine Formatierung des Formulars
|
|
167
|
+
/* Highlight mandatory fields | Pflichtfeldkennzeichnung hervorheben
|
|
168
|
+
/* form validation highlight colors
|
|
169
|
+
/**
|
|
170
|
+
** @section error messages
|
|
171
|
+
**
|
|
172
|
+
/* :hover and :focus status on form fields | Effekt zur Hervorhebung von Formularfeldern bei :hover oder :focus
|
|
173
|
+
/**
|
|
174
|
+
** @section Buttons
|
|
175
|
+
**
|
|
176
|
+
** inspired from: Catalin Rosu (http://www.red-team-design.com/just-another-awesome-css3-buttons)
|
|
177
|
+
.ym-button
|
|
178
|
+
display: inline-block
|
|
179
|
+
white-space: nowrap
|
|
180
|
+
background-color: #ccc
|
|
181
|
+
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc)
|
|
182
|
+
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc)
|
|
183
|
+
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc)
|
|
184
|
+
background-image: -o-linear-gradient(top, #eeeeee, #cccccc)
|
|
185
|
+
background-image: linear-gradient(top, #eeeeee, #cccccc)
|
|
186
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc')
|
|
187
|
+
border: 1px solid #777
|
|
188
|
+
-webkit-border-radius: .2em
|
|
189
|
+
-moz-border-radius: .2em
|
|
190
|
+
border-radius: .2em
|
|
191
|
+
-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15)
|
|
192
|
+
-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15)
|
|
193
|
+
box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15)
|
|
194
|
+
color: #333 !important
|
|
195
|
+
cursor: pointer
|
|
196
|
+
font: normal 1em / 2em Arial, Helvetica
|
|
197
|
+
margin: 1.5em 0.75em 0 0
|
|
198
|
+
padding: 0 1.5em
|
|
199
|
+
overflow: visible
|
|
200
|
+
/* removes extra side spacing in IE
|
|
201
|
+
text-decoration: none !important
|
|
202
|
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8)
|
|
203
|
+
.ym-form
|
|
204
|
+
button
|
|
205
|
+
display: inline-block
|
|
206
|
+
white-space: nowrap
|
|
207
|
+
background-color: #ccc
|
|
208
|
+
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc)
|
|
209
|
+
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc)
|
|
210
|
+
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc)
|
|
211
|
+
background-image: -o-linear-gradient(top, #eeeeee, #cccccc)
|
|
212
|
+
background-image: linear-gradient(top, #eeeeee, #cccccc)
|
|
213
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc')
|
|
214
|
+
border: 1px solid #777
|
|
215
|
+
-webkit-border-radius: .2em
|
|
216
|
+
-moz-border-radius: .2em
|
|
217
|
+
border-radius: .2em
|
|
218
|
+
-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15)
|
|
219
|
+
-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15)
|
|
220
|
+
box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15)
|
|
221
|
+
color: #333 !important
|
|
222
|
+
cursor: pointer
|
|
223
|
+
font: normal 1em / 2em Arial, Helvetica
|
|
224
|
+
margin: 1.5em 0.75em 0 0
|
|
225
|
+
padding: 0 1.5em
|
|
226
|
+
overflow: visible
|
|
227
|
+
/* removes extra side spacing in IE
|
|
228
|
+
text-decoration: none !important
|
|
229
|
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8)
|
|
230
|
+
input
|
|
231
|
+
&[type="button"], &[type="reset"], &[type="submit"]
|
|
232
|
+
display: inline-block
|
|
233
|
+
white-space: nowrap
|
|
234
|
+
background-color: #ccc
|
|
235
|
+
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc)
|
|
236
|
+
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc)
|
|
237
|
+
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc)
|
|
238
|
+
background-image: -o-linear-gradient(top, #eeeeee, #cccccc)
|
|
239
|
+
background-image: linear-gradient(top, #eeeeee, #cccccc)
|
|
240
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc')
|
|
241
|
+
border: 1px solid #777
|
|
242
|
+
-webkit-border-radius: .2em
|
|
243
|
+
-moz-border-radius: .2em
|
|
244
|
+
border-radius: .2em
|
|
245
|
+
-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15)
|
|
246
|
+
-moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15)
|
|
247
|
+
box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15)
|
|
248
|
+
color: #333 !important
|
|
249
|
+
cursor: pointer
|
|
250
|
+
font: normal 1em / 2em Arial, Helvetica
|
|
251
|
+
margin: 1.5em 0.75em 0 0
|
|
252
|
+
padding: 0 1.5em
|
|
253
|
+
overflow: visible
|
|
254
|
+
/* removes extra side spacing in IE
|
|
255
|
+
text-decoration: none !important
|
|
256
|
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8)
|
|
257
|
+
button:hover
|
|
258
|
+
background-color: #ddd
|
|
259
|
+
background-image: -webkit-linear-gradient(top, #fafafa, #dddddd)
|
|
260
|
+
background-image: -moz-linear-gradient(top, #fafafa, #dddddd)
|
|
261
|
+
background-image: -ms-linear-gradient(top, #fafafa, #dddddd)
|
|
262
|
+
background-image: -o-linear-gradient(top, #fafafa, #dddddd)
|
|
263
|
+
background-image: linear-gradient(top, #fafafa, #dddddd)
|
|
264
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd')
|
|
265
|
+
input
|
|
266
|
+
&[type="button"]:hover, &[type="reset"]:hover, &[type="submit"]:hover
|
|
267
|
+
background-color: #ddd
|
|
268
|
+
background-image: -webkit-linear-gradient(top, #fafafa, #dddddd)
|
|
269
|
+
background-image: -moz-linear-gradient(top, #fafafa, #dddddd)
|
|
270
|
+
background-image: -ms-linear-gradient(top, #fafafa, #dddddd)
|
|
271
|
+
background-image: -o-linear-gradient(top, #fafafa, #dddddd)
|
|
272
|
+
background-image: linear-gradient(top, #fafafa, #dddddd)
|
|
273
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd')
|
|
274
|
+
.ym-button:hover
|
|
275
|
+
background-color: #ddd
|
|
276
|
+
background-image: -webkit-linear-gradient(top, #fafafa, #dddddd)
|
|
277
|
+
background-image: -moz-linear-gradient(top, #fafafa, #dddddd)
|
|
278
|
+
background-image: -ms-linear-gradient(top, #fafafa, #dddddd)
|
|
279
|
+
background-image: -o-linear-gradient(top, #fafafa, #dddddd)
|
|
280
|
+
background-image: linear-gradient(top, #fafafa, #dddddd)
|
|
281
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd')
|
|
282
|
+
.ym-form
|
|
283
|
+
button:active
|
|
284
|
+
background-color: #bbb
|
|
285
|
+
background-image: -webkit-linear-gradient(top, #cccccc, #bbbbbb)
|
|
286
|
+
background-image: -moz-linear-gradient(top, #cccccc, #bbbbbb)
|
|
287
|
+
background-image: -ms-linear-gradient(top, #cccccc, #bbbbbb)
|
|
288
|
+
background-image: -o-linear-gradient(top, #cccccc, #bbbbbb)
|
|
289
|
+
background-image: linear-gradient(top, #cccccc, #bbbbbb)
|
|
290
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb')
|
|
291
|
+
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2) inset
|
|
292
|
+
position: relative
|
|
293
|
+
top: 1px
|
|
294
|
+
input
|
|
295
|
+
&[type="button"]:active, &[type="reset"]:active, &[type="submit"]:active
|
|
296
|
+
background-color: #bbb
|
|
297
|
+
background-image: -webkit-linear-gradient(top, #cccccc, #bbbbbb)
|
|
298
|
+
background-image: -moz-linear-gradient(top, #cccccc, #bbbbbb)
|
|
299
|
+
background-image: -ms-linear-gradient(top, #cccccc, #bbbbbb)
|
|
300
|
+
background-image: -o-linear-gradient(top, #cccccc, #bbbbbb)
|
|
301
|
+
background-image: linear-gradient(top, #cccccc, #bbbbbb)
|
|
302
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb')
|
|
303
|
+
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2) inset
|
|
304
|
+
position: relative
|
|
305
|
+
top: 1px
|
|
306
|
+
.ym-button:active
|
|
307
|
+
background-color: #bbb
|
|
308
|
+
background-image: -webkit-linear-gradient(top, #cccccc, #bbbbbb)
|
|
309
|
+
background-image: -moz-linear-gradient(top, #cccccc, #bbbbbb)
|
|
310
|
+
background-image: -ms-linear-gradient(top, #cccccc, #bbbbbb)
|
|
311
|
+
background-image: -o-linear-gradient(top, #cccccc, #bbbbbb)
|
|
312
|
+
background-image: linear-gradient(top, #cccccc, #bbbbbb)
|
|
313
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb')
|
|
314
|
+
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2) inset
|
|
315
|
+
position: relative
|
|
316
|
+
top: 1px
|
|
317
|
+
.ym-form
|
|
318
|
+
button:focus
|
|
319
|
+
outline: 0
|
|
320
|
+
background: #fafafa
|
|
321
|
+
input
|
|
322
|
+
&[type="button"]:focus, &[type="reset"]:focus, &[type="submit"]:focus
|
|
323
|
+
outline: 0
|
|
324
|
+
background: #fafafa
|
|
325
|
+
.ym-button:focus
|
|
326
|
+
outline: 0
|
|
327
|
+
background: #fafafa
|
|
328
|
+
/* pseudo elements don't work on input
|
|
329
|
+
.ym-form button:before, .ym-button:before
|
|
330
|
+
background: #ccc
|
|
331
|
+
background: rgba(0, 0, 0, 0.1)
|
|
332
|
+
float: left
|
|
333
|
+
width: 1em
|
|
334
|
+
text-align: center
|
|
335
|
+
font-size: 1.5em
|
|
336
|
+
margin: 0 1em 0 -1em
|
|
337
|
+
padding: 0 .2em
|
|
338
|
+
-moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5)
|
|
339
|
+
-webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5)
|
|
340
|
+
box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5)
|
|
341
|
+
-moz-border-radius: .15em 0 0 .15em
|
|
342
|
+
-webkit-border-radius: .15em 0 0 .15em
|
|
343
|
+
border-radius: .15em 0 0 .15em
|
|
344
|
+
pointer-events: none
|
|
345
|
+
.ym-add:before
|
|
346
|
+
content: "\271A"
|
|
347
|
+
.ym-delete:before
|
|
348
|
+
content: "\2718"
|
|
349
|
+
.ym-edit:before
|
|
350
|
+
content: "\270E"
|
|
351
|
+
.ym-email:before
|
|
352
|
+
content: "\2709"
|
|
353
|
+
.ym-like:before
|
|
354
|
+
content: "\2764"
|
|
355
|
+
.ym-next:before
|
|
356
|
+
content: "\279C"
|
|
357
|
+
.ym-play:before
|
|
358
|
+
content: "\25B6"
|
|
359
|
+
.ym-save:before
|
|
360
|
+
content: "\2714"
|
|
361
|
+
.ym-spark:before
|
|
362
|
+
content: "\2737"
|
|
363
|
+
.ym-star:before
|
|
364
|
+
content: "\2605"
|
|
365
|
+
/* removes extra inner spacing in Firefox
|
|
366
|
+
.ym-form
|
|
367
|
+
button::-moz-focus-inner
|
|
368
|
+
border: 0
|
|
369
|
+
padding: 0
|
|
370
|
+
input
|
|
371
|
+
&[type=button]::-moz-focus-inner, &[type=reset]::-moz-focus-inner, &[type=submit]::-moz-focus-inner
|
|
372
|
+
padding: .4em
|
|
373
|
+
button[disabled]
|
|
374
|
+
background: #eee
|
|
375
|
+
color: #aaa !important
|
|
376
|
+
border-color: #aaa
|
|
377
|
+
cursor: default
|
|
378
|
+
text-shadow: none
|
|
379
|
+
position: static
|
|
380
|
+
-webkit-box-shadow: none
|
|
381
|
+
-moz-box-shadow: none
|
|
382
|
+
box-shadow: none
|
|
383
|
+
&:hover
|
|
384
|
+
background: #eee
|
|
385
|
+
color: #aaa !important
|
|
386
|
+
border-color: #aaa
|
|
387
|
+
cursor: default
|
|
388
|
+
text-shadow: none
|
|
389
|
+
position: static
|
|
390
|
+
-webkit-box-shadow: none
|
|
391
|
+
-moz-box-shadow: none
|
|
392
|
+
box-shadow: none
|
|
393
|
+
input
|
|
394
|
+
&[type=button][disabled], &[type=reset][disabled], &[type=submit][disabled]
|
|
395
|
+
background: #eee
|
|
396
|
+
color: #aaa !important
|
|
397
|
+
border-color: #aaa
|
|
398
|
+
cursor: default
|
|
399
|
+
text-shadow: none
|
|
400
|
+
position: static
|
|
401
|
+
-webkit-box-shadow: none
|
|
402
|
+
-moz-box-shadow: none
|
|
403
|
+
box-shadow: none
|
|
404
|
+
&:hover
|
|
405
|
+
background: #eee
|
|
406
|
+
color: #aaa !important
|
|
407
|
+
border-color: #aaa
|
|
408
|
+
cursor: default
|
|
409
|
+
text-shadow: none
|
|
410
|
+
position: static
|
|
411
|
+
-webkit-box-shadow: none
|
|
412
|
+
-moz-box-shadow: none
|
|
413
|
+
box-shadow: none
|
|
414
|
+
/* If line-height can't be modified, then fix Firefox spacing with padding
|
|
415
|
+
/* The disabled styles
|
|
416
|
+
.ym-button.ym-disabled
|
|
417
|
+
background: #eee
|
|
418
|
+
color: #aaa !important
|
|
419
|
+
border-color: #aaa
|
|
420
|
+
cursor: default
|
|
421
|
+
text-shadow: none
|
|
422
|
+
position: static
|
|
423
|
+
-webkit-box-shadow: none
|
|
424
|
+
-moz-box-shadow: none
|
|
425
|
+
box-shadow: none
|
|
426
|
+
&:hover
|
|
427
|
+
background: #eee
|
|
428
|
+
color: #aaa !important
|
|
429
|
+
border-color: #aaa
|
|
430
|
+
cursor: default
|
|
431
|
+
text-shadow: none
|
|
432
|
+
position: static
|
|
433
|
+
-webkit-box-shadow: none
|
|
434
|
+
-moz-box-shadow: none
|
|
435
|
+
box-shadow: none
|
|
436
|
+
/* ie6 support styles - redefined buttons, because of missing support for attribute selectors
|
|
437
|
+
* html
|
|
438
|
+
.ym-button
|
|
439
|
+
display: inline-block
|
|
440
|
+
white-space: nowrap
|
|
441
|
+
background-color: #ccc
|
|
442
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc')
|
|
443
|
+
border: 1px solid #777
|
|
444
|
+
color: #333 !important
|
|
445
|
+
cursor: pointer
|
|
446
|
+
font: normal 1em / 2em Arial, Helvetica
|
|
447
|
+
margin: 1.5em 0.75em 0 0
|
|
448
|
+
padding: 0 1.5em
|
|
449
|
+
overflow: visible
|
|
450
|
+
/* removes extra side spacing in IE
|
|
451
|
+
text-decoration: none !important
|
|
452
|
+
.ym-form button
|
|
453
|
+
display: inline-block
|
|
454
|
+
white-space: nowrap
|
|
455
|
+
background-color: #ccc
|
|
456
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc')
|
|
457
|
+
border: 1px solid #777
|
|
458
|
+
color: #333 !important
|
|
459
|
+
cursor: pointer
|
|
460
|
+
font: normal 1em / 2em Arial, Helvetica
|
|
461
|
+
margin: 1.5em 0.75em 0 0
|
|
462
|
+
padding: 0 1.5em
|
|
463
|
+
overflow: visible
|
|
464
|
+
/* removes extra side spacing in IE
|
|
465
|
+
text-decoration: none !important
|
|
466
|
+
&:focus
|
|
467
|
+
outline: 0
|
|
468
|
+
background: #fafafa
|
|
469
|
+
.ym-button:focus
|
|
470
|
+
outline: 0
|
|
471
|
+
background: #fafafa
|
|
472
|
+
.ym-form button:hover, .ym-button:hover
|
|
473
|
+
background-color: #ddd
|
|
474
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd')
|
|
475
|
+
.ym-form button:active
|
|
476
|
+
background-color: #bbb
|
|
477
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb')
|
|
478
|
+
position: relative
|
|
479
|
+
top: 1px
|
|
480
|
+
.ym-button
|
|
481
|
+
&:active
|
|
482
|
+
background-color: #bbb
|
|
483
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#bbbbbb')
|
|
484
|
+
position: relative
|
|
485
|
+
top: 1px
|
|
486
|
+
&.ym-disabled
|
|
487
|
+
background: #eee
|
|
488
|
+
color: #aaa !important
|
|
489
|
+
border-color: #aaa
|
|
490
|
+
cursor: default
|
|
491
|
+
text-shadow: none
|
|
492
|
+
position: static
|
|
493
|
+
&:hover
|
|
494
|
+
background: #eee
|
|
495
|
+
color: #aaa !important
|
|
496
|
+
border-color: #aaa
|
|
497
|
+
cursor: default
|
|
498
|
+
text-shadow: none
|
|
499
|
+
position: static
|