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
data/README.mkdn
CHANGED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* "Yet Another Multicolumn Layout" - YAML CSS Framework
|
|
3
|
+
*
|
|
4
|
+
* (en) Styles for Accessible-Tabs plugin for jQuery
|
|
5
|
+
* (de) Gestaltung des Acessible-Tabs Plugins für jQuery
|
|
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: 693 $
|
|
14
|
+
* @lastmodified $Date: 2012-01-29 23:53:53 +0100 (So, 29 Jan 2012) $
|
|
15
|
+
|
|
16
|
+
@media screen, projection
|
|
17
|
+
.jquery_tabs
|
|
18
|
+
margin: 1.5em 0 0
|
|
19
|
+
ul.tabs-list
|
|
20
|
+
display: table
|
|
21
|
+
font-size: 1em
|
|
22
|
+
line-height: 1.5em
|
|
23
|
+
list-style-type: none
|
|
24
|
+
margin: 0
|
|
25
|
+
position: relative
|
|
26
|
+
z-index: 1
|
|
27
|
+
li a
|
|
28
|
+
font-size: 1em
|
|
29
|
+
line-height: 1.5em
|
|
30
|
+
padding: 0.75em
|
|
31
|
+
.tabhead
|
|
32
|
+
position: absolute
|
|
33
|
+
left: -32768px
|
|
34
|
+
/* LTR
|
|
35
|
+
.content
|
|
36
|
+
border-top: 1px #ccc solid
|
|
37
|
+
clear: both
|
|
38
|
+
padding: 0
|
|
39
|
+
position: relative
|
|
40
|
+
top: -1px
|
|
41
|
+
margin-bottom: -1px
|
|
42
|
+
ul.tabs-list li
|
|
43
|
+
border: 0 none
|
|
44
|
+
display: inline
|
|
45
|
+
float: left
|
|
46
|
+
margin: 0 0.3em 0 0
|
|
47
|
+
padding: 0
|
|
48
|
+
a
|
|
49
|
+
background: transparent
|
|
50
|
+
color: #008
|
|
51
|
+
display: block
|
|
52
|
+
float: left
|
|
53
|
+
font-weight: normal
|
|
54
|
+
margin: 0
|
|
55
|
+
&:focus, &:hover, &:active
|
|
56
|
+
background: #eee
|
|
57
|
+
border-radius: 0.2em 0.2em 0 0
|
|
58
|
+
color: #000
|
|
59
|
+
font-weight: normal
|
|
60
|
+
outline: 0 none
|
|
61
|
+
text-decoration: none
|
|
62
|
+
&.current a
|
|
63
|
+
background: #fff
|
|
64
|
+
border: 1px #ccc solid
|
|
65
|
+
border-bottom: 0 none
|
|
66
|
+
border-radius: 0.2em 0.2em 0 0
|
|
67
|
+
color: #000
|
|
68
|
+
font-weight: bold
|
|
69
|
+
text-decoration: none
|
|
70
|
+
&:focus, &:hover, &:active
|
|
71
|
+
background: #fff
|
|
72
|
+
border: 1px #ccc solid
|
|
73
|
+
border-bottom: 0 none
|
|
74
|
+
border-radius: 0.2em 0.2em 0 0
|
|
75
|
+
color: #000
|
|
76
|
+
font-weight: bold
|
|
77
|
+
text-decoration: none
|
|
78
|
+
.current-info, .accessibletabsanchor
|
|
79
|
+
left: -999em
|
|
80
|
+
position: absolute
|
|
81
|
+
.tab-content
|
|
82
|
+
border-bottom: 1px transparent solid
|
|
83
|
+
border-top: 1px transparent solid
|
|
84
|
+
*overflow: hidden
|
|
85
|
+
/**
|
|
86
|
+
** Avoid margin collapsing to enable correct sync of all tabs
|
|
87
|
+
**
|
|
88
|
+
** @workaround
|
|
89
|
+
** @affected all browsers
|
|
90
|
+
** @css-for all browsers
|
|
91
|
+
** @valid yes
|
|
92
|
+
/* IE < 7 don't support transparent borders
|
|
93
|
+
* html .jquery_tabs
|
|
94
|
+
.tab-content
|
|
95
|
+
border-bottom: 1px #fff solid
|
|
96
|
+
border-top: 1px #fff solid
|
|
97
|
+
.content
|
|
98
|
+
z-index: -1
|
|
99
|
+
zoom: 1
|
|
100
|
+
width: auto
|
|
101
|
+
position: relative
|
|
102
|
+
/**
|
|
103
|
+
** Containing floats adjustment and stability fixes for Internet Explorer
|
|
104
|
+
**
|
|
105
|
+
** @workaround
|
|
106
|
+
** @affected IE 5.x/Win, IE6, IE7
|
|
107
|
+
** @css-for IE 5.x/Win, IE6, IE7
|
|
108
|
+
** @valid no
|
|
109
|
+
*+html .jquery_tabs
|
|
110
|
+
zoom: 1
|
|
111
|
+
width: auto
|
|
112
|
+
.jquery_tabs *
|
|
113
|
+
zoom: 1
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* "Yet Another Multicolumn Layout" - YAML CSS Framework
|
|
3
|
+
*
|
|
4
|
+
* (en) YAML-Addon:Microformats Support
|
|
5
|
+
* (de) YAML-Addon:Unterstützung für Microformate
|
|
6
|
+
*
|
|
7
|
+
* @note Many thanks to Michael Jendryschik (http://jendryschik.de/) for contribution
|
|
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: 692 $
|
|
16
|
+
* @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
|
|
17
|
+
|
|
18
|
+
/* hCards + hCalendars
|
|
19
|
+
|
|
20
|
+
@media all
|
|
21
|
+
.vcard, .vevent
|
|
22
|
+
line-height: 1.5em
|
|
23
|
+
border: 2px solid #e0e7b8 !important
|
|
24
|
+
padding: 30px 5px 5px 5px !important
|
|
25
|
+
border-radius: 8px
|
|
26
|
+
-moz-border-radius: 8px
|
|
27
|
+
-webkit-border-radius: 8px
|
|
28
|
+
margin: 1.5em 0 0 0 !important
|
|
29
|
+
/* small IE-Fix for background images
|
|
30
|
+
zoom: 1
|
|
31
|
+
span
|
|
32
|
+
&.vcard, &.vevent
|
|
33
|
+
padding: 2px 1px 2px 70px !important
|
|
34
|
+
margin: 0 2px 0 !important
|
|
35
|
+
.vcard
|
|
36
|
+
background: #f8f8ec url(icons/hcard.png) 5px 5px no-repeat !important
|
|
37
|
+
a
|
|
38
|
+
padding-left: 11px
|
|
39
|
+
background: url(icons/external_link.png) top left no-repeat
|
|
40
|
+
color: #679A06
|
|
41
|
+
.adr
|
|
42
|
+
display: block
|
|
43
|
+
margin: 0.5em 0
|
|
44
|
+
.email
|
|
45
|
+
font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier
|
|
46
|
+
.vevent
|
|
47
|
+
background: #f8f8ec url(icons/hcalendar.png) 5px 5px no-repeat !important
|
|
48
|
+
a
|
|
49
|
+
padding-left: 11px
|
|
50
|
+
background: url(icons/external_link.png) top left no-repeat
|
|
51
|
+
color: #679A06
|
|
52
|
+
p
|
|
53
|
+
margin: 0
|
|
54
|
+
.description
|
|
55
|
+
display: block
|
|
56
|
+
margin-top: 1em
|
|
57
|
+
.location
|
|
58
|
+
display: block
|
|
59
|
+
color: #679A06
|
|
60
|
+
.summary
|
|
61
|
+
display: block
|
|
62
|
+
color: #679A06
|
|
63
|
+
font-weight: bold
|
|
64
|
+
/* XFN relationship
|
|
65
|
+
a
|
|
66
|
+
&.xfnRelationship
|
|
67
|
+
padding-right: 26px
|
|
68
|
+
background-image: url(icons/xfn/xfn-small.png)
|
|
69
|
+
background-repeat: no-repeat
|
|
70
|
+
background-position: right
|
|
71
|
+
&[rel~="colleague"], &[rel~="co-worker"]
|
|
72
|
+
padding-right: 21px
|
|
73
|
+
background-image: url(icons/xfn/xfn-colleague.png)
|
|
74
|
+
&[rel~="met"]
|
|
75
|
+
padding-right: 32px
|
|
76
|
+
background-image: url(icons/icon-xfn.png) no-repeat right
|
|
77
|
+
&[rel~="colleague"][rel~="met"], &[rel~="co-worker"][rel~="met"]
|
|
78
|
+
padding-right: 26px
|
|
79
|
+
background-image: url(icons/xfn/xfn-colleague-met.png)
|
|
80
|
+
&[rel~="friend"]
|
|
81
|
+
padding-right: 21px
|
|
82
|
+
background-image: url(icons/xfn/xfn-friend.png)
|
|
83
|
+
&[rel~="met"]
|
|
84
|
+
padding-right: 26px
|
|
85
|
+
background-image: url(icons/xfn/xfn-friend-met.png)
|
|
86
|
+
&[rel~="sweetheart"]
|
|
87
|
+
padding-right: 21px
|
|
88
|
+
background-image: url(icons/xfn/xfn-sweetheart.png)
|
|
89
|
+
&[rel~="met"]
|
|
90
|
+
padding-right: 26px
|
|
91
|
+
background-image: url(icons/xfn/xfn-sweetheart-met.png)
|
|
92
|
+
&[rel~="child"]
|
|
93
|
+
padding-right: 21px
|
|
94
|
+
background-image: url(icons/xfn/xfn-child.png)
|
|
95
|
+
&[rel~="parent"]
|
|
96
|
+
padding-right: 21px
|
|
97
|
+
background-image: url(icons/xfn/xfn-parent.png)
|
|
98
|
+
&[rel~="spouse"]
|
|
99
|
+
padding-right: 21px
|
|
100
|
+
background-image: url(icons/xfn/xfn-spouse.png)
|
|
101
|
+
&[rel~="me"]
|
|
102
|
+
padding-right: 21px
|
|
103
|
+
background-image: url(icons/xfn/xfn-me.png)
|
|
104
|
+
&[rel~="tag"]
|
|
105
|
+
padding-right: 32px
|
|
106
|
+
background-image: url(icons/icon-rel-tag.png)
|
|
107
|
+
background-repeat: no-repeat
|
|
108
|
+
background-position: right
|
|
109
|
+
/* rel-tag
|
|
110
|
+
/* geo
|
|
111
|
+
abbr[class~="geo"]
|
|
112
|
+
padding-right: 32px
|
|
113
|
+
background: url(icons/icon-geo.png) no-repeat right
|
|
114
|
+
border: none
|
|
115
|
+
cursor: default
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
@media all
|
|
2
|
+
option
|
|
3
|
+
padding: 0 .4em 0 0
|
|
4
|
+
body
|
|
5
|
+
text-align: right
|
|
6
|
+
direction: rtl
|
|
7
|
+
ul, ol, dl
|
|
8
|
+
margin: 0 1em 1em 0
|
|
9
|
+
li
|
|
10
|
+
margin-left: 0
|
|
11
|
+
margin-right: .8em
|
|
12
|
+
dd, blockquote, cite
|
|
13
|
+
margin: 0 .8em 1em 0
|
|
14
|
+
.ym-skiplinks
|
|
15
|
+
left: 32768px!important
|
|
16
|
+
.ym-skip
|
|
17
|
+
&:focus, &:active
|
|
18
|
+
left: -32768px !important
|
|
19
|
+
.ym-skip, .ym-hideme, .ym-print
|
|
20
|
+
left: 32768px!important
|
|
21
|
+
.ym-text-ltr
|
|
22
|
+
direction: ltr
|
|
23
|
+
text-align: left
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* "Yet Another Multicolumn Layout" - YAML CSS Framework
|
|
3
|
+
*
|
|
4
|
+
* (en) YAML core RTL stylesheet
|
|
5
|
+
* (de) YAML Basis-RTL-Stylesheet
|
|
6
|
+
*
|
|
7
|
+
* Don't make any changes in this file!
|
|
8
|
+
* Your changes should be placed in any css-file in your own stylesheet folder.
|
|
9
|
+
*
|
|
10
|
+
* @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
|
|
11
|
+
*
|
|
12
|
+
* @copyright Copyright 2005-2012, Dirk Jesse
|
|
13
|
+
* @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
|
|
14
|
+
* YAML-CDL (http://www.yaml.de/license.html)
|
|
15
|
+
* @link http://www.yaml.de
|
|
16
|
+
* @package yaml
|
|
17
|
+
* @version v4.0
|
|
18
|
+
* @revision $Revision: 686 $
|
|
19
|
+
* @lastmodified $Date: 2012-01-22 13:09:37 +0100 (So, 22 Jan 2012) $
|
|
20
|
+
|
|
21
|
+
@media all
|
|
22
|
+
/**
|
|
23
|
+
** @section browser normalisation
|
|
24
|
+
** Changing direction of text flow, paddings & margins ...
|
|
25
|
+
option
|
|
26
|
+
padding: 0 0.4em 0 0
|
|
27
|
+
body
|
|
28
|
+
text-align: right
|
|
29
|
+
direction: rtl
|
|
30
|
+
ul, ol, dl
|
|
31
|
+
margin: 0 1em 1em 0
|
|
32
|
+
li
|
|
33
|
+
margin-left: 0
|
|
34
|
+
margin-right: 0.8em
|
|
35
|
+
dd, blockquote, cite
|
|
36
|
+
margin: 0 0.8em 1em 0
|
|
37
|
+
/*------------------------------------------------------------------------------------------------------
|
|
38
|
+
/**
|
|
39
|
+
** (en) skip links cause large horizontal scrollbars in RTL mode in several browsers
|
|
40
|
+
** (de) skip links erzeugen große horziontale Scrollbalken in verschiedenen Browserin im RTL-Modus
|
|
41
|
+
**
|
|
42
|
+
** @workaround
|
|
43
|
+
** @affected Firefox, Safari, IE 5.x - IE7
|
|
44
|
+
** @css-for all
|
|
45
|
+
** @valid yes
|
|
46
|
+
.ym-skiplinks
|
|
47
|
+
left: 32768px !important
|
|
48
|
+
.ym-skip
|
|
49
|
+
&:focus, &:active
|
|
50
|
+
left: -32768px !important
|
|
51
|
+
.ym-skip, .ym-hideme, .ym-print
|
|
52
|
+
left: 32768px !important
|
|
53
|
+
/*------------------------------------------------------------------------------------------------------
|
|
54
|
+
/**
|
|
55
|
+
** @section miscellaneous
|
|
56
|
+
**
|
|
57
|
+
** (en) CSS-class for ltr-content (left to right) within a rtl website
|
|
58
|
+
** (de) Eine CSS-Klasse für ltr-Inhalte (left to right) innerhalb einer rtl-Seite
|
|
59
|
+
.ym-text-ltr
|
|
60
|
+
direction: ltr
|
|
61
|
+
text-align: left
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* "Yet Another Multicolumn Layout" - YAML CSS Framework
|
|
3
|
+
*
|
|
4
|
+
* (en) RTL Horizontal list navigation "hlist"
|
|
5
|
+
* (de) RTL Horizontale Navigationsliste "hlist"
|
|
6
|
+
*
|
|
7
|
+
* @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
|
|
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
|
+
|
|
18
|
+
@media all
|
|
19
|
+
/**
|
|
20
|
+
** (en) Workaround disappearing list elements on hover
|
|
21
|
+
** (de) Workaround verhindert das Verschwinden der Listenelemente beim Hovern
|
|
22
|
+
**
|
|
23
|
+
** @workaround
|
|
24
|
+
** @affected IE 5.x/Win, IE6, IE7
|
|
25
|
+
** @css-for IE 5.x/Win, IE6, IE7
|
|
26
|
+
** @valid yes
|
|
27
|
+
.ym-hlist
|
|
28
|
+
*
|
|
29
|
+
direction: ltr !important
|
|
30
|
+
a, strong
|
|
31
|
+
direction: rtl !important
|
|
32
|
+
ul
|
|
33
|
+
position: relative
|
|
34
|
+
float: right
|
|
35
|
+
/* (en) Left margin of the first button
|
|
36
|
+
/* (de) Abstand des ersten Buttons vom linken Rand
|
|
37
|
+
margin-left: 0
|
|
38
|
+
/* Reset LTR
|
|
39
|
+
li
|
|
40
|
+
float: right
|
|
41
|
+
text-align: right !important
|
|
42
|
+
.ym-searchform
|
|
43
|
+
float: left
|
|
44
|
+
display: inline
|
|
45
|
+
line-height: 2em
|
|
46
|
+
padding: 0.5em 1.5em
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* "Yet Another Multicolumn Layout" - YAML CSS Framework
|
|
3
|
+
*
|
|
4
|
+
* (en) Vertical RTL list navigation "vlist"
|
|
5
|
+
* (de) Vertikale RTL-Navigationsliste "vlist"
|
|
6
|
+
*
|
|
7
|
+
* @note: Many thanks to Alexander Hass (http://www.yaml-fuer-drupal.de/) for contribution
|
|
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
|
+
|
|
18
|
+
@media all
|
|
19
|
+
/* menu title
|
|
20
|
+
h6.ym-vlist
|
|
21
|
+
padding-left: 0px
|
|
22
|
+
padding-right: 10%
|
|
23
|
+
.ym-vlist
|
|
24
|
+
text-align: right
|
|
25
|
+
li
|
|
26
|
+
float: right
|
|
27
|
+
a, strong, span
|
|
28
|
+
padding-left: 0px
|
|
29
|
+
padding-right: 10%
|
|
30
|
+
li ul li
|
|
31
|
+
a, strong, span
|
|
32
|
+
padding-left: 0px
|
|
33
|
+
padding-right: 20%
|
|
34
|
+
ul li
|
|
35
|
+
a, strong, span
|
|
36
|
+
padding-left: 0px
|
|
37
|
+
padding-right: 30%
|
|
38
|
+
ul li
|
|
39
|
+
a, strong, span
|
|
40
|
+
padding-left: 0px
|
|
41
|
+
padding-right: 40%
|
|
42
|
+
/* Level 1
|
|
43
|
+
/* Level 2
|
|
44
|
+
/* Level 3
|
|
45
|
+
/* Level 4
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* "Yet Another Multicolumn Layout" - YAML CSS Framework
|
|
3
|
+
*
|
|
4
|
+
* (en) Uniform design of standard content elements
|
|
5
|
+
* (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
|
|
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 4.0
|
|
13
|
+
* @revision $Revision: 657 $
|
|
14
|
+
* @lastmodified $Date: 2012-01-11 21:36:23 +0100 (Mi, 11 Jan 2012) $
|
|
15
|
+
|
|
16
|
+
@media all
|
|
17
|
+
/* --- Lists | Listen --------------------------------------------------------------------------------
|
|
18
|
+
ul, ol, dl
|
|
19
|
+
margin-left: 0
|
|
20
|
+
margin-right: 1em
|
|
21
|
+
li, dd
|
|
22
|
+
margin-left: 0
|
|
23
|
+
margin-right: 0.8em
|
|
24
|
+
/* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------
|
|
25
|
+
blockquote
|
|
26
|
+
margin-left: 0
|
|
27
|
+
margin-right: 1.5em
|