cyaml 0.0.33 → 0.0.34

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. data/README.mkdn +9 -2
  2. data/stylesheets/cyaml/add-ons/accessible-tabs/tabs.scss +111 -0
  3. data/stylesheets/cyaml/add-ons/microformats/microformats.scss +118 -0
  4. data/stylesheets/cyaml/add-ons/rtl-support/core/base-rtl.scss +67 -0
  5. data/stylesheets/cyaml/add-ons/rtl-support/core/iehacks-rtl.scss +49 -0
  6. data/stylesheets/cyaml/add-ons/rtl-support/core/slim_base-rtl.scss +25 -0
  7. data/stylesheets/cyaml/add-ons/rtl-support/core/slim_iehacks-rtl.scss +7 -0
  8. data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_shinybuttons-rtl.scss +44 -0
  9. data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_slidingdoor-rtl.scss +38 -0
  10. data/stylesheets/cyaml/add-ons/rtl-support/navigation/nav_vlist-rtl.scss +46 -0
  11. data/stylesheets/cyaml/core/base.scss +258 -0
  12. data/stylesheets/cyaml/core/{iehacks.css → iehacks.scss} +117 -126
  13. data/stylesheets/cyaml/core/slim_base.scss +152 -0
  14. data/stylesheets/cyaml/core/slim_iehacks.scss +110 -0
  15. data/stylesheets/cyaml/navigation/nav_shinybuttons.scss +88 -0
  16. data/stylesheets/cyaml/navigation/nav_slidingdoor.scss +105 -0
  17. data/stylesheets/cyaml/navigation/nav_vlist.scss +120 -0
  18. data/stylesheets/cyaml/patches/{patch_nav_vlist.sass → patch_nav_vlist.scss} +30 -28
  19. data/stylesheets/cyaml/print/{print_020_draft.sass → print_003_draft.scss} +43 -43
  20. data/stylesheets/cyaml/print/{print_100_draft.sass → print_020_draft.scss} +46 -41
  21. data/stylesheets/cyaml/print/print_023_draft.scss +87 -0
  22. data/stylesheets/cyaml/print/{print_003.sass → print_100_draft.scss} +44 -40
  23. data/stylesheets/cyaml/print/print_103_draft.scss +87 -0
  24. data/stylesheets/cyaml/print/print_120_draft.scss +82 -0
  25. data/stylesheets/cyaml/print/print_123_draft.scss +86 -0
  26. data/stylesheets/cyaml/print/{print_draft.sass → print_draft.scss} +34 -30
  27. data/stylesheets/cyaml/screen/content.scss +270 -0
  28. data/stylesheets/cyaml/screen/forms.scss +320 -0
  29. data/templates/project/add-ons/microformats/external_link.png +0 -0
  30. data/templates/project/add-ons/microformats/hcalendar.png +0 -0
  31. data/templates/project/add-ons/microformats/hcard.png +0 -0
  32. data/templates/project/add-ons/microformats/icon-geo.png +0 -0
  33. data/templates/project/add-ons/microformats/icon-hatom.png +0 -0
  34. data/templates/project/add-ons/microformats/icon-haudio.png +0 -0
  35. data/templates/project/add-ons/microformats/icon-hcalendar-add.png +0 -0
  36. data/templates/project/add-ons/microformats/icon-hcalendar-download.png +0 -0
  37. data/templates/project/add-ons/microformats/icon-hcalendar.png +0 -0
  38. data/templates/project/add-ons/microformats/icon-hcard-add.png +0 -0
  39. data/templates/project/add-ons/microformats/icon-hcard-download.png +0 -0
  40. data/templates/project/add-ons/microformats/icon-hcard.png +0 -0
  41. data/templates/project/add-ons/microformats/icon-hresume.png +0 -0
  42. data/templates/project/add-ons/microformats/icon-rel-tag.png +0 -0
  43. data/templates/project/add-ons/microformats/icon-xfn.png +0 -0
  44. data/templates/project/add-ons/microformats/xfn/xfn-child.png +0 -0
  45. data/templates/project/add-ons/microformats/xfn/xfn-colleague-met.png +0 -0
  46. data/templates/project/add-ons/microformats/xfn/xfn-colleague.png +0 -0
  47. data/templates/project/add-ons/microformats/xfn/xfn-friend-met.png +0 -0
  48. data/templates/project/add-ons/microformats/xfn/xfn-friend.png +0 -0
  49. data/templates/project/add-ons/microformats/xfn/xfn-me.png +0 -0
  50. data/templates/project/add-ons/microformats/xfn/xfn-parent.png +0 -0
  51. data/templates/project/add-ons/microformats/xfn/xfn-small.png +0 -0
  52. data/templates/project/add-ons/microformats/xfn/xfn-spouse.png +0 -0
  53. data/templates/project/add-ons/microformats/xfn/xfn-sweetheart-met.png +0 -0
  54. data/templates/project/add-ons/microformats/xfn/xfn-sweetheart.png +0 -0
  55. data/templates/project/basemod.scss +8 -29
  56. data/templates/project/{images/button_gray.png → button_gray.png} +0 -0
  57. data/templates/project/{images/button_red.png → button_red.png} +0 -0
  58. data/templates/project/{images/button_yellow.png → button_yellow.png} +0 -0
  59. data/templates/project/config.scss +2 -3
  60. data/templates/project/default_includes.scss +35 -6
  61. data/templates/project/javascripts/lib/jquery-1.6.1.js +8937 -0
  62. data/templates/project/javascripts/lib/jquery-1.6.1.min.js +18 -0
  63. data/templates/project/manifest.rb +9 -22
  64. data/templates/project/patch_my_layout.scss +51 -23
  65. data/templates/project/{images/shiny_buttons → shiny_buttons}/background.png +0 -0
  66. data/templates/project/{images/shiny_buttons → shiny_buttons}/background_active.png +0 -0
  67. data/templates/project/{images/sliding_door → sliding_door}/round/bg.gif +0 -0
  68. data/templates/project/{images/sliding_door → sliding_door}/round/left.png +0 -0
  69. data/templates/project/{images/sliding_door → sliding_door}/round/left_on.png +0 -0
  70. data/templates/project/{images/sliding_door → sliding_door}/round/right.png +0 -0
  71. data/templates/project/{images/sliding_door → sliding_door}/round/right_on.png +0 -0
  72. data/templates/project/{images/vlist → vlist}/square/node.gif +0 -0
  73. data/templates/project/{images/vlist → vlist}/square/node_minus.gif +0 -0
  74. data/templates/project/{images/vlist → vlist}/square/node_plus.gif +0 -0
  75. data/templates/project/{images/vlist → vlist}/square/subnode.gif +0 -0
  76. data/templates/project/{images/vlist → vlist}/square/subnode_minus.gif +0 -0
  77. data/templates/project/{images/vlist → vlist}/square/subnode_plus.gif +0 -0
  78. metadata +78 -57
  79. data/stylesheets/cyaml/core/base.css +0 -224
  80. data/stylesheets/cyaml/core/base.sass +0 -186
  81. data/stylesheets/cyaml/core/iehacks.sass +0 -307
  82. data/stylesheets/cyaml/core/js/yaml-focusfix.js +0 -63
  83. data/stylesheets/cyaml/core/slim_base.css +0 -0
  84. data/stylesheets/cyaml/core/slim_base.sass +0 -0
  85. data/stylesheets/cyaml/core/slim_iehacks.css +0 -127
  86. data/stylesheets/cyaml/core/slim_iehacks.sass +0 -111
  87. data/stylesheets/cyaml/mypart/_fonts.scss +0 -53
  88. data/stylesheets/cyaml/mypart/_handheld.scss +0 -8
  89. data/stylesheets/cyaml/mypart/_helpers.scss +0 -60
  90. data/stylesheets/cyaml/mypart/_media.scss +0 -66
  91. data/stylesheets/cyaml/mypart/_reset.scss +0 -66
  92. data/stylesheets/cyaml/mypart/_styles.scss +0 -110
  93. data/stylesheets/cyaml/navigation/nav_shinybuttons.sass +0 -87
  94. data/stylesheets/cyaml/navigation/nav_slidingdoor.sass +0 -103
  95. data/stylesheets/cyaml/navigation/nav_vlist.sass +0 -119
  96. data/stylesheets/cyaml/patches/patch_layout_draft.sass +0 -25
  97. data/stylesheets/cyaml/print/print_023_draft.sass +0 -83
  98. data/stylesheets/cyaml/print/print_103_draft.sass +0 -83
  99. data/stylesheets/cyaml/print/print_120_draft.sass +0 -78
  100. data/stylesheets/cyaml/print/print_123_draft.sass +0 -82
  101. data/stylesheets/cyaml/screen/content.sass +0 -282
  102. data/stylesheets/cyaml/screen/forms.sass +0 -293
  103. data/templates/project/javascripts/lib/jquery-1.3.2.js +0 -4376
  104. data/templates/project/javascripts/lib/jquery-1.3.2.min.js +0 -19
@@ -0,0 +1,152 @@
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; } }
@@ -0,0 +1,110 @@
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
+ body {
5
+ o\verflow: visible; }
6
+ * html {
7
+ iframe, frame {
8
+ overflow: auto; }
9
+ input, frameset {
10
+ overflow: hidden; }
11
+ textarea {
12
+ overflow: scroll;
13
+ overflow-x: hidden; } }
14
+ body, #main {
15
+ position: relative; }
16
+ * html body {
17
+ position: static; }
18
+ .clearfix {
19
+ height: 1%; }
20
+ .slidebox {
21
+ position: relative;
22
+ margin-right: -1000px;
23
+ height: 1%; }
24
+ * html {
25
+ #col1, #col2, #col3 {
26
+ position: relative; } }
27
+ body {
28
+ height: 1%; }
29
+ .page_margins, .page, #header, #nav, #main, #footer {
30
+ zoom: 1; }
31
+ * html {
32
+ .page_margins, .page {
33
+ height: 1%;
34
+ hei\ght: auto; }
35
+ #header, #nav, #main, #footer {
36
+ width: 100%;
37
+ wid\th: auto; } }
38
+ .subc, .subcl, .subcr {
39
+ height: 1%; }
40
+ * html {
41
+ ul, ol, dl {
42
+ position: relative; } }
43
+ body ol li {
44
+ display: list-item; }
45
+ fieldset, legend {
46
+ position: relative; }
47
+ html #ie_clearing {
48
+ position: static;
49
+ display: block;
50
+ \clear: both;
51
+ width: 100%;
52
+ font-size: 0;
53
+ margin: -2px 0 -1em 1px; }
54
+ * html #ie_clearing {
55
+ margin: -2px 0 -1em 0; }
56
+ #col3_content {
57
+ margin-bottom: -2px; }
58
+ html {
59
+ margin-right: 1px; }
60
+ * html {
61
+ margin-right: 0; }
62
+ #col3 {
63
+ position: relative; }
64
+ * html body a {
65
+ background-color: transparent;
66
+ &:hover {
67
+ background-color: transparent; } } }
68
+
69
+
70
+ @media screen,projection {
71
+ #col1, #col2, .c20l, .c25l, .c33l, .c38l, .c40l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l, .c20r, .c25r, .c33r, .c38r, .c40r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r {
72
+ display: inline; }
73
+ * html .equalize {
74
+ overflow: visible;
75
+ display: block;
76
+ .subcolumns {
77
+ overflow: visible;
78
+ display: block; } }
79
+ .equalize {
80
+ overflow: hidden;
81
+ display: block;
82
+ .subcolumns {
83
+ overflow: hidden;
84
+ display: block; }
85
+ .c20l, .c40l, .c60l, .c80l, .c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l {
86
+ float: left;
87
+ display: inline;
88
+ padding-bottom: 32767px;
89
+ margin-bottom: -32767px; }
90
+ .c20r, .c40r, .c60r, .c80r, .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r {
91
+ float: right;
92
+ margin-left: -5px;
93
+ display: inline;
94
+ padding-bottom: 32767px;
95
+ margin-bottom: -32767px; } }
96
+ .no-ie-padding {
97
+ .c20l, .c40l, .c60l, .c80l, .c20r, .c40r, .c60r, .c80r, .c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l, .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r {
98
+ padding-bottom: 0;
99
+ margin-bottom: 0; } }
100
+ * html {
101
+ #col1_content, #col2_content, #col3_content {
102
+ word-wrap: break-word; }
103
+ .subc, .subcl, .subcr {
104
+ word-wrap: break-word;
105
+ o\verflow: hidden; } } }
106
+
107
+
108
+ @media print {
109
+ .subc, .subcl, .subcr, .col3 {
110
+ height: 1%; } }
@@ -0,0 +1,88 @@
1
+ /**
2
+ * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
+ *
4
+ * (en) Horizontal list navigation "Shiny Buttons"
5
+ * (de) Horizontale Navigationsliste "Shiny Buttons"
6
+ *
7
+ * @copyright Copyright 2005-2011, Dirk Jesse
8
+ * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
9
+ * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
10
+ * @link http://www.yaml.de
11
+ * @package yaml
12
+ * @version 3.3.1
13
+ * @revision $Revision:392 $
14
+ * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
15
+ */
16
+
17
+ @media all {
18
+ .hlist {
19
+ /* (en) containing floats in IE */
20
+ /* (de) Einfassen der Floats im IE */
21
+ width: 100%;
22
+ overflow: hidden;
23
+ /* (en) containing floats in all other browsers */
24
+ /* (de) Einfassen der Floats in allen anderen Browsern */
25
+ float: left;
26
+ display: inline;
27
+ /* (en|de) Bugfix:IE - collapsing horizontal margins */
28
+ position: relative;
29
+ /* (en) Repeat the main color from the image */
30
+ /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
31
+ background: silver inline-image("shiny_buttons/background.png", 'image/png') repeat-x center right;
32
+ border-top: 1px #333 solid;
33
+ border-bottom: 1px #333 solid;
34
+ line-height: 0;
35
+ ul {
36
+ margin: 0;
37
+ padding: 0;
38
+ /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
39
+ display: inline;
40
+ float: left;
41
+ /* LTR */
42
+ /* (en) Left margin of the first button */
43
+ /* (de) Abstand des ersten Buttons vom linken Rand */
44
+ border-left: 1px #aaa solid;
45
+ border-right: 1px #fff solid;
46
+ li {
47
+ border-left: 1px #fff solid;
48
+ border-right: 1px #aaa solid;
49
+ /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
50
+ display: inline;
51
+ float: left;
52
+ /* LTR */
53
+ font-size: 1.0em;
54
+ line-height: 1em;
55
+ list-style-type: none;
56
+ margin: 0;
57
+ padding: 0;
58
+ a, strong {
59
+ background: transparent;
60
+ color: #000;
61
+ display: block;
62
+ font-size: 1em;
63
+ font-weight: bold;
64
+ margin: 0;
65
+ padding: 0.5em 0.8em 0.5em 0.8em;
66
+ text-decoration: none;
67
+ width: auto; }
68
+ a {
69
+ &:focus, &:hover, &:active {
70
+ background: #eee;
71
+ color: #333;
72
+ text-decoration: none;
73
+ outline: 0 none; } }
74
+ &.active {
75
+ /* (en) Repeat the main color from the image */
76
+ /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
77
+ background: #272727 inline-image("shiny_buttons/background_active.png", 'image/png') repeat-x center right;
78
+ border-left: 1px #444 solid;
79
+ border-right: 1px #888 solid;
80
+ strong {
81
+ background: transparent;
82
+ color: #fff;
83
+ text-decoration: none; }
84
+ a {
85
+ &:focus, &:hover, &:active {
86
+ background: transparent;
87
+ color: #fff;
88
+ text-decoration: none; } } } } } } }
@@ -0,0 +1,105 @@
1
+ /**
2
+ * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
3
+ *
4
+ * (en) Horizontal list navigation based on "Sliding Door II" from von "A List Apart"
5
+ * (de) Horizontale Navigationsliste basierend auf "Sliding Door II" von "A List Apart"
6
+ *
7
+ * @copyright Copyright 2005-2011, Dirk Jesse
8
+ * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
9
+ * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
10
+ * @link http://www.yaml.de
11
+ * @package yaml
12
+ * @version 3.3.1
13
+ * @revision $Revision:392 $
14
+ * @lastmodified $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
15
+ */
16
+
17
+ @media all {
18
+ .hlist {
19
+ /* (en) This image is mainly transparent */
20
+ /* (de) Dieses Bild ist größtenteils transparent */
21
+ background: transparent inline-image("sliding_door/round/bg.gif", 'image/gif') repeat-x bottom;
22
+ float: left;
23
+ width: 100%;
24
+ ul {
25
+ margin: 0;
26
+ padding: 0;
27
+ line-height: 1em;
28
+ list-style: none;
29
+ white-space: nowrap; }
30
+ li {
31
+ /* (en) Repeat the main color from the image */
32
+ /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
33
+ list-style-type: none !important;
34
+ background: #e0ecf8 inline-image("sliding_door/round/left.png", 'image/png') no-repeat top left;
35
+ border-bottom: 1px solid #000;
36
+ float: left;
37
+ /* LTR */
38
+ margin: 0;
39
+ padding: 0 0 0 3px; }
40
+ a, strong {
41
+ /* (en) This image is mainly transparent */
42
+ /* (de) Dieses Bild ist größtenteils transparent */
43
+ background: transparent inline-image("sliding_door/round/right.png", 'image/png') no-repeat top right;
44
+ color: #667;
45
+ display: block;
46
+ font-weight: normal;
47
+ padding: 5px 11px 3px 8px;
48
+ text-decoration: none;
49
+ text-transform: none;
50
+ /**
51
+ * @bugfix
52
+ * @affected IE5.x, IE6
53
+ * @css-for all browsers
54
+ * @valid yes
55
+ */
56
+ width: auto;
57
+ /* only IE 5.x */
58
+ width/**/: .1em;
59
+ /* only IE 6.0 */ }
60
+ a {
61
+ &:link, &:visited {
62
+ background-color: transparent;
63
+ color: #667; } }
64
+ > ul {
65
+ a, strong {
66
+ width: auto; } }
67
+ ul li {
68
+ &:focus, &:hover, &:active {
69
+ /* (en) Repeat the main color from the image */
70
+ /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
71
+ background-color: #c4d0dc;
72
+ background-position: 0 -150px; }
73
+ &:focus a, &:hover a, &:active a {
74
+ background-position: 100% -150px; } }
75
+ a {
76
+ &:focus, &:hover, &:active {
77
+ background: transparent inline-image("sliding_door/round/right.png", 'image/png') no-repeat top right;
78
+ color: #223;
79
+ outline: 0 none;
80
+ text-decoration: none; } }
81
+ ul li.active {
82
+ /* (en) Repeat the main color from the image */
83
+ /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
84
+ background: white inline-image("sliding_door/round/left_on.png", 'image/png') no-repeat top left;
85
+ border: 0 none;
86
+ &:focus, &:hover, &:active {
87
+ /* (en) Repeat the main color from the image */
88
+ /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
89
+ background: white inline-image("sliding_door/round/left_on.png", 'image/png') no-repeat top left;
90
+ border: 0 none; } }
91
+ li.active strong {
92
+ /* (en) This image is mainly transparent */
93
+ /* (de) Dieses Bild ist größtenteils transparent */
94
+ background: transparent inline-image("sliding_door/round/right_on.png", 'image/png') no-repeat top right;
95
+ color: #334;
96
+ font-weight: bold;
97
+ padding-bottom: 4px;
98
+ padding-top: 5px; } }
99
+ /**
100
+ * @bugfix
101
+ * @affected IE5.x, IE6
102
+ * @css-for all browsers
103
+ * @valid yes
104
+ */
105
+ /* for other browsers */ }