Project

General

Profile

1 36014 argiro.kok
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
2
3
/* General
4
----------------------------------------------------------------------------------------------------*/
5
6
#system .title a { color: #616161; }
7
8
#system small { color: #969696; }
9
10
11
/* Item
12
----------------------------------------------------------------------------------------------------*/
13
14
.isblog #system .item,
15
.noblog #content {
16
	padding: 30px;
17
	background: #fff;
18
	box-shadow: 0 1px 0 #e5e5e5;
19
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
20
}
21
22
#system .item > header .meta,
23
#system .item > header .subtitle {
24
	color: #afafaf;
25
	font-size: 13px;
26
}
27
28
#system .item > header .meta a { color: #858585; }
29
#system .item > header .meta a:hover { color: #dd512e; }
30
31
#system .item > .links a {
32
	display: inline-block;
33
	padding: 8px 14px;
34
	border-radius: 2px;
35
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
36
	color: #fff;
37
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
38
}
39
40
#system .item > .links a:hover {
41
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.3),
42
				inset 0 0 1px rgba(0,0,0,0.3);
43
}
44
45
#system .item > .links a:active {
46
	box-shadow: inset 0 1px 8px rgba(0,0,0,0.4),
47
				inset 0 0 1px rgba(0,0,0,0.3);
48
	text-shadow: 0 0 5px rgba(255,255,255,0.6);
49
}
50
51
#system .gridalicious .item > .links a {
52
	margin: 0;
53
	padding: 0 15px 0 0;
54
	background: none;
55
	box-shadow: none;
56
	text-shadow: none;
57
}
58
59
#system .gridalicious .item > .links a:hover {
60
	background: none;
61
	color: #2A2A2A;
62
}
63
64
65
/* Items
66
----------------------------------------------------------------------------------------------------*/
67
68
#system .items { margin: 0 -5px 0 -5px; }
69
#system .items .item { margin: 0 5px 0 5px; }
70
71
#system .items .item { margin-top: 10px; }
72
73
#system .items.gridalicious .item {
74
	margin: 0;
75
	-moz-box-sizing: border-box;
76
	box-sizing: border-box;
77
}
78
79
#system .items .item:first-child { margin-top: 0; }
80
81
82
/* Featured Article
83
----------------------------------------------------------------------------------------------------*/
84
85
#page #system .item .featured-image {
86
	display: block;
87
	margin: -30px -30px 0 -30px;
88
}
89
90
#page.noblog #system .item .featured-image { margin: 0; }
91
92
#system .item > header .title {
93
	margin-bottom: 10px;
94
	padding-bottom: 20px;
95
	background: url(../images/header_stripes.png) 0 100% repeat-x;
96
}
97
98
99
/* Pagination
100
----------------------------------------------------------------------------------------------------*/
101
102
#system .pagination { margin-bottom: 10px; }
103
104
#system .pagination a,
105
#system .pagination strong,
106
#system .pagination a.previous,
107
#system .pagination a.next {
108
	height: 30px;
109
	width: 30px;
110
	padding: 0;
111
	border: 1px solid #e5e5e5;
112
	border: 1px solid rgba(0,0,0,0.1);
113
	border-radius: 50%;
114
	overflow: hidden;
115
	font-size: 16px;
116
	line-height: 30px;
117
}
118
119
#system .pagination a { color: #969696; }
120
121
#page #system .pagination a:active {
122
	color: #666;
123
	border-color: #666;
124
}
125
126
#system .pagination a.next,
127
#system .pagination a.previous,
128
#system .pagination a.first,
129
#system .pagination a.last {
130
	background-position: 50% 0;
131
	background-repeat: no-repeat;
132
	text-indent: -80px;
133
}
134
135
#system .pagination a.next:hover { background-position: 50% -50px; }
136
#system .pagination a.next:active { background-position: 50% -100px; }
137
138
#system .pagination a.previous { background-position: 50% -300px; }
139
#system .pagination a.previous:hover { background-position: 50% -350px; }
140
#system .pagination a.previous:active { background-position: 50% -400px; }
141
142
#system .pagination a.first { background-position: 50% -450px; }
143
#system .pagination a.first:hover { background-position: 50% -500px; }
144
#system .pagination a.first:active { background-position: 50% -550px; }
145
146
#system .pagination a.last { background-position: 50% -150px; }
147
#system .pagination a.last:hover { background-position: 50% -200px; }
148
#system .pagination a.last:active { background-position: 50% -250px; }
149
150
#system .pagination strong {
151
	color: #666;
152
	border-color: #969696;
153
}
154
155
156
/* Search Box
157
----------------------------------------------------------------------------------------------------*/
158
159
.searchbox {
160
	width: 120px;
161
	height: 80px;
162
	margin: 0 15px;
163
	padding-right: 25px;
164
	padding-left: 5px;
165
}
166
167
.searchbox input {
168
	position: absolute;
169
	width: 90px;
170
	height: 80px;
171
	z-index: 111;
172
	padding-left: 25px;
173
	background: url(../images/searchbox_magnifier.png) 0 50% no-repeat;
174
	font-size: 16px;
175
	color: #d4d4d4;
176
	text-transform: uppercase;
177
}
178
179
.searchbox input:-moz-placeholder { text-shadow: 0 1px 0 rgba(0,0,0,0.1); }
180
.searchbox input::-webkit-input-placeholder { text-shadow: 0 1px 0 rgba(0,0,0,0.1); }
181
.searchbox input.placeholder { text-shadow: 0 1px 0 rgba(0,0,0,0.1); }
182
183
.searchbox.filled button {
184
	width: 25px;
185
	z-index: 111;
186
	background: url(../images/searchbox_reset.png) 50% 50% no-repeat;
187
}
188
189
.searchbox.loading button {
190
	background-position:  50% 50%;
191
 	background-repeat: no-repeat;
192
 }
193
194
/* Drop-Down Results */
195
.searchbox .results {
196
	top: 80px;
197
	right: -20px;
198
	width: 250px;
199
	z-index: 110;
200
	padding: 20px 40px;
201
}
202
203
.searchbox .results:before {
204
	content: "";
205
	position: absolute;
206
	display: block;
207
	top: -80px;
208
	right: 0;
209
	width: 185px;
210
	height: 80px;
211
	background: #191919;
212
	background: rgba(0,0,0,0.15);
213
	box-shadow: 1px 0 0 rgba(255,255,255,0.04),
214
				-1px 0 0 rgba(255,255,255,0.04),
215
				inset 0 0 5px rgba(0,0,0,0.08);
216
}
217
218
.searchbox .results:after {
219
	content: "";
220
	position: absolute;
221
	display: block;
222
	top: -12px;
223
	right: 75px;
224
	width: 36px;
225
	height: 12px;
226
	background-position: 0 0;
227
	background-repeat: no-repeat;
228
}
229
230
.searchbox .results li.results-header {
231
	padding: 10px 0;
232
	border-bottom: 1px dashed #434343;
233
	text-indent: 0;
234
	font-size: 18px;
235
}
236
237
.searchbox .results li.more-results {
238
	border-top: 1px dashed #373737;
239
	background: url(../images/more_results.png) 0 0 no-repeat;
240
}
241
242
.searchbox .results li.more-results:hover {
243
	background-position: 0 -50px;
244
	color: #fff;
245
}
246
247
.searchbox .results li.result {
248
	padding: 10px 0;
249
	border-top: 1px dashed #373737;
250
}
251
252
.searchbox .results li.result h3 {
253
	font-size: 16px;
254
	color: #fff;
255
}
256
257
.searchbox .results li.results-header + li.result { border-top: none; }
258
259
260
/* Breadcrumbs
261
----------------------------------------------------------------------------------------------------*/
262
263
#breadcrumbs { margin-top: -5px; }
264
265
.breadcrumbs a,
266
.breadcrumbs > span {
267
	padding-right: 10px;
268
	background: url(../images/breadcrumbs.png) 100% 50% no-repeat;
269
	font-size: 12px;
270
	color: #878787;
271
}
272
273
.breadcrumbs strong {
274
	color: #bbb;
275
	font-weight: normal;
276
}
277
278
279
/* Author Box
280
----------------------------------------------------------------------------------------------------*/
281
282
#system .author-box {
283
	padding: 15px;
284
	border: 1px solid #e6e6e6;
285
	background: #fafafa;
286
}
287
288
#system .author-box .avatar {
289
	padding: 3px;
290
	border: 1px solid #d7d7d7;
291
	background: #fafafa;
292
}
293
294
#system .author-box .name { color: #444; }
295
296
297
/* Comments
298
----------------------------------------------------------------------------------------------------*/
299
300
/* Head */
301
#system #comments .comment-head {
302
	padding: 5px;
303
	border: 1px solid #f3f3f3;
304
	background: #fcfcfc;
305
}
306
307
#system #comments .comment-byadmin .comment-head {
308
	border: 1px solid #eddfcb;
309
	background: #fff6ec;
310
}
311
312
#system #comments .comment-head .author { text-shadow: 1px 1px 0 #fff; }
313
314
/* Body */
315
#system #comments ul.level1 ul { background: url(../images/comments_arrow.png) 0 0 no-repeat; }
316
317
/* Respond */
318
#system #respond h3 { color: #444; }
319
320
321
/* Latest Comments
322
----------------------------------------------------------------------------------------------------*/
323
324
.comments-list > article { border-top: 1px solid #ddd; }
325
.comments-list > article:first-child { border: none; }
326
327
.comments-list .meta { color: #d0d0d0; }