-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
248 lines (206 loc) · 5.84 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
@import url('../artificer/style.css');
/*
Theme Name: Kamin
Theme URI:http://www.estherkamin.com
Author: Amit Kvint
Author URI: http://webifish.com/
Version: 0.0.1
Template: artificer
Description: An onlline Jewlery shop theme based on the free artificer theme
*/
/*
Goals -
### Redesign the Woocommerce admin panel
### Redesign the way products are shown on the front page
### Emphasise SEO for each product & for all site
### Learn how to set gateways - including server settings
### Use Icon fonts
### Think about a new logo for Esther Kamin
MySql
*/
/* Colors :
backgrounds - rgb(204, 173, 92); - gold green
darker - rgb(122, 107, 38); - Zayit
darkest (texts/shadows/borders) - rgb(69, 63, 35); - Haki dark
*/
/*-------------Importing fonts & icon fonts-------------*/
@font-face {
font-family: 'CalligraffitiRegular';
src: url('fonts/calligraffiti-fontfacekit/Calligraffiti-webfont.eot');
src: url('fonts/calligraffiti-fontfacekit/Calligraffiti-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/calligraffiti-fontfacekit/Calligraffiti-webfont.woff') format('woff'),
url('fonts/calligraffiti-fontfacekit/Calligraffiti-webfont.ttf') format('truetype'),
url('fonts/calligraffiti-fontfacekit/Calligraffiti-webfont.svg#CalligraffitiRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'HeydingsIconsRegular';
src: url('fonts/heyding/heydings_icons-webfont.eot');
src: url('fonts/heyding/heydings_icons-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/heyding/heydings_icons-webfont.woff') format('woff'),
url('fonts/heyding/heydings_icons-webfont.ttf') format('truetype'),
url('fonts/heyding/heydings_icons-webfont.svg#HeydingsIconsRegular') format('svg');
font-weight: normal;
font-style: normal;
}
/*-------------The Body-------------*/
body {
background:rgb(204, 173, 92) !important;
}
/*-------------The Top Menu Bar-------------*/
#top {
background: rgb(69, 63, 35) !important;
}
#top a {
font-size: 1.2em;
}
#top ul.nav > li a:hover {
color: rgb(204, 173, 92);
}
/*-------------The Header-------------*/
#header .site-title a {
font-family: CalligraffitiRegular;
color: rgb(69, 63, 35) !important;
text-shadow: 0 2px 0 white, 0 3px 0 rgb(69, 63, 35) !important;
font-size: 2.3em;
}
#header .site-description {
font-family: CalligraffitiRegular;
color: rgb(69, 63, 35) !important;
font-size: 2em;
}
#header a.cart-button {
width: 350px;
}
#header a.checkout {
}
#header .site-title.visible {
font-size: 2em;
}
/*-------------Nav Links & Icons-------------*/
#navigation ul.nav li.home a {
border: 0.327em solid rgb(69, 63, 35) !important;
}
#navigation ul.nav li.home a span{
background-color: rgb(204, 173, 92) !important;
padding: 0.8em 1.618em !important;
}
#navigation ul.nav > li a:hover {
bacground: rgb(69, 63, 35) !important;
}
#navigation ul.nav > li a:hover {
background: #ECECEC !important;
box-shadow: inset 0 0.382em 0 0 rgb(69, 63, 35) !important;
-webkit-box-shadow: inset 0 0.382em 0 0 rgb(69, 63, 35) !important;
box-shadow: inset 0 0.382em 0 0 rgb(69, 63, 35) !important;
-webkit-box-shadow: inset 0 0.382em 0 0 rgb(69, 63, 35) !important;
box-shadow: inset 0 0.382em 0 0 rgb(69, 63, 35) !important;
-webkit-box-shadow: inset 0 0.382em 0 0 rgb(69, 63, 35) !important;
}
#navigation ul.nav > li:hover,
#navigation ul.nav > li.current_page_item {
background: #fff;
box-shadow: inset 0 0.382em 0 0 #777777;
-webkit-box-shadow: inset 0 0.382em 0 0 #777777;
box-shadow: inset 0 0.382em 0 0 #777777;
-webkit-box-shadow: inset 0 0.382em 0 0 #777777;
box-shadow: inset 0 0.382em 0 0 #777777;
-webkit-box-shadow: inset 0 0.382em 0 0 #777777;
}
#menu-item-33 a:hover {
border-top: rgb(69, 63, 35) !important;
}
#menu-item-33 a:before {
font-family: HeydingsIconsRegular;
color: rgb(122, 107, 38);
vertical-align: baseline;
margin-right: 0.1em;
content:'S';
}
#menu-item-34 a:before {
font-family: HeydingsIconsRegular;
color: rgb(122, 107, 38);
vertical-align: baseline;
margin-right: 0.1em;
content:'D';
}
#menu-item-51 a:before {
font-family: HeydingsIconsRegular;
color: rgb(122, 107, 38);
vertical-align: baseline;
margin-right: 0.1em;
content:'t';
}
#navigation.col-full{
background: rgb(204, 173, 92);
}
#navigation li {
font-size: 2.8em;
font-family: CalligraffitiRegular;
}
#navigation ul.nav li a {
padding: 0.5em;
color: rgb(69, 63, 35) !important;
}
/*-------------Upper Right Shopping state Nav-------------*/
.label {
padding: .5em;
margin: 0 auto;
font-size: 1.4em;
color: rgb(69, 63, 35);
}
.amount {
color: rgb(69, 63, 35) !important;
padding: .5em;
margin: 0 auto;
font-size: 1.4em;
}
.items {
padding: .5em;
margin: 0 auto;
font-size: 1.4em;
background: #ECECEC !important;
border-color: rgb(69, 63, 35) !important;
color: rgb(69, 63, 35) !important;
}
.lozenge {
padding: .5em;
margin: 0 auto;
font-size: 1.4em;
background: #ECECEC !important;
border-color: rgb(69, 63, 35) !important;
color: rgb(69, 63, 35) !important;
}
.store-info .email, .phone {
background: rgb(122, 107, 38) !important;
}
#sidebar .email .inner a {
font-size: 1em !important;
}
/*-------------Featured Products on Home Page-------------*/
ul.featured-products {
border-top: 25px solid rgb(69, 63, 35);
padding-top: 2em !important;
}
ul.featured-products li {
margin-left: 1em;
}
ul.featured-products li h3 {
background: rgb(69, 63, 35) !important;
border-bottom: 0.382em solid rgb(204, 173, 92) !important;
}
ul.featured-products li img {
border: 1px solid rgb(204, 173, 92);
}
ul.featured-products li h3 .amount {
color: white !important;
}
ul.featured-products li h3:before {
font-family: HeydingsIconsRegular;
font-size: 2em;
color: #FFF;
vertical-align: baseline;
margin-right: 0.5em;
content:'t';
}