cyaml 0.0.23 → 0.0.24
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.
@@ -29,7 +29,7 @@
|
|
29
29
|
position: relative
|
30
30
|
/* (en) Repeat the main color from the image
|
31
31
|
/* (de) Wiederholung der Hauptfarbe aus der Bilddatei
|
32
|
-
background: silver url("/
|
32
|
+
background: silver url("#{$yaml_img_dir}/shiny_buttons/background.png") repeat-x center right
|
33
33
|
border-top: 1px #333 solid
|
34
34
|
border-bottom: 1px #333 solid
|
35
35
|
line-height: 0
|
@@ -75,7 +75,7 @@
|
|
75
75
|
&.active
|
76
76
|
/* (en) Repeat the main color from the image
|
77
77
|
/* (de) Wiederholung der Hauptfarbe aus der Bilddatei
|
78
|
-
background: #272727 url("/
|
78
|
+
background: #272727 url("#{$yaml_img_dir}/shiny_buttons/background_active.png") repeat-x center right
|
79
79
|
border-left: 1px #444 solid
|
80
80
|
border-right: 1px #888 solid
|
81
81
|
strong
|
@@ -19,7 +19,7 @@
|
|
19
19
|
.hlist
|
20
20
|
/* (en) This image is mainly transparent
|
21
21
|
/* (de) Dieses Bild ist größtenteils transparent
|
22
|
-
background: transparent url("/
|
22
|
+
background: transparent url("#{$yaml_img_dir}/sliding_door/round/bg.gif") repeat-x bottom
|
23
23
|
float: left
|
24
24
|
width: 100%
|
25
25
|
ul
|
@@ -32,7 +32,7 @@
|
|
32
32
|
/* (en) Repeat the main color from the image
|
33
33
|
/* (de) Wiederholung der Hauptfarbe aus der Bilddatei
|
34
34
|
list-style-type: none !important
|
35
|
-
background: #e0ecf8 url("/
|
35
|
+
background: #e0ecf8 url("#{$yaml_img_dir}/sliding_door/round/left.png") no-repeat top left
|
36
36
|
border-bottom: 1px solid #000
|
37
37
|
float: left
|
38
38
|
/* LTR
|
@@ -41,7 +41,7 @@
|
|
41
41
|
a, strong
|
42
42
|
/* (en) This image is mainly transparent
|
43
43
|
/* (de) Dieses Bild ist größtenteils transparent
|
44
|
-
background: transparent url("/
|
44
|
+
background: transparent url("#{$yaml_img_dir}/sliding_door/round/right.png") no-repeat top right
|
45
45
|
color: #667
|
46
46
|
display: block
|
47
47
|
font-weight: normal
|
@@ -74,24 +74,24 @@
|
|
74
74
|
background-position: 100% -150px
|
75
75
|
a
|
76
76
|
&:focus, &:hover, &:active
|
77
|
-
background: transparent url("/
|
77
|
+
background: transparent url("#{$yaml_img_dir}/sliding_door/round/right.png") no-repeat top right
|
78
78
|
color: #223
|
79
79
|
outline: 0 none
|
80
80
|
text-decoration: none
|
81
81
|
ul li.active
|
82
82
|
/* (en) Repeat the main color from the image
|
83
83
|
/* (de) Wiederholung der Hauptfarbe aus der Bilddatei
|
84
|
-
background: white url("/
|
84
|
+
background: white url("#{$yaml_img_dir}/sliding_door/round/left_on.png") no-repeat top left
|
85
85
|
border: 0 none
|
86
86
|
&:focus, &:hover, &:active
|
87
87
|
/* (en) Repeat the main color from the image
|
88
88
|
/* (de) Wiederholung der Hauptfarbe aus der Bilddatei
|
89
|
-
background: white url("/
|
89
|
+
background: white url("#{$yaml_img_dir}/sliding_door/round/left_on.png") no-repeat top left
|
90
90
|
border: 0 none
|
91
91
|
li.active strong
|
92
92
|
/* (en) This image is mainly transparent
|
93
93
|
/* (de) Dieses Bild ist größtenteils transparent
|
94
|
-
background: transparent url("/
|
94
|
+
background: transparent url("#{$yaml_img_dir}/sliding_door/round/right_on.png") no-repeat top right
|
95
95
|
color: #334
|
96
96
|
font-weight: bold
|
97
97
|
padding-bottom: 4px
|
@@ -57,20 +57,20 @@
|
|
57
57
|
border-right: 1px #444 solid
|
58
58
|
border-bottom: 1px #444 solid
|
59
59
|
color: #000
|
60
|
-
background: #454545 url(/
|
60
|
+
background: #454545 url(#{$yaml_img_dir}/button_gray.png) top left repeat-x
|
61
61
|
padding: 5px 1em
|
62
62
|
&[type=reset]
|
63
63
|
color: #300
|
64
|
-
background: #661717 url(/
|
64
|
+
background: #661717 url(#{$yaml_img_dir}/button_red.png) top left repeat-x
|
65
65
|
&[type=submit]
|
66
66
|
color: #330
|
67
|
-
background: #5e5607 url(/
|
67
|
+
background: #5e5607 url(#{$yaml_img_dir}/button_yellow.png) top left repeat-x
|
68
68
|
&.reset
|
69
69
|
color: #300
|
70
|
-
background: #661717 url(/
|
70
|
+
background: #661717 url(#{$yaml_img_dir}/button_red.png) top left repeat-x
|
71
71
|
&.submit
|
72
72
|
color: #330
|
73
|
-
background: #5e5607 url(/
|
73
|
+
background: #5e5607 url(#{$yaml_img_dir}/button_yellow.png) top left repeat-x
|
74
74
|
div.type-button input
|
75
75
|
&:focus, &:hover, &:active
|
76
76
|
border-top: 1px #444 solid
|
@@ -1,15 +1,16 @@
|
|
1
1
|
@charset "UTF-8";
|
2
2
|
|
3
|
-
$layout_width:
|
4
|
-
$layout_max_width:
|
5
|
-
$layout_min_width:
|
6
|
-
$display_3rd_column:
|
7
|
-
$header_height:
|
8
|
-
$content_height:
|
9
|
-
$footer_height:
|
10
|
-
$width_c1:
|
11
|
-
$width_c2:
|
12
|
-
$width_c3:
|
3
|
+
$layout_width: 1000px;
|
4
|
+
$layout_max_width: $layout_width;
|
5
|
+
$layout_min_width: $layout_width;
|
6
|
+
$display_3rd_column: none; /* (none|block) */
|
7
|
+
$header_height: 200px;
|
8
|
+
$content_height: auto;
|
9
|
+
$footer_height: 50px;
|
10
|
+
$width_c1: 25%;
|
11
|
+
$width_c2: 50%;
|
12
|
+
$width_c3: auto;
|
13
|
+
$yaml_img_dir: "/images";
|
13
14
|
|
14
15
|
@import "default_includes";
|
15
16
|
|