Project

General

Profile

1
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
2

    
3
@import url(../warp/css/tools.css);
4

    
5

    
6
/* Buttons (Needed for System Markup)
7
----------------------------------------------------------------------------------------------------*/
8

    
9
.button-default,
10
.button-primary,
11
form.style button,
12
form.style input[type='button'],
13
form.style input[type='submit'] { 
14
	padding: 8px 14px;
15
	margin-top: 5px;
16
	margin-bottom: 5px;
17
	border-radius: 2px; 
18
	border: none;
19
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
20
}
21

    
22
/* Default */
23
.button-default,
24
form.style button,
25
form.style input[type='button'],
26
form.style input[type='submit'] {
27
	background-color: #f5f5f5;
28
	background-image: -o-linear-gradient(rgba(240,240,240,0), #dbdbdb);
29
	background-image: -webkit-linear-gradient(rgba(240,240,240,0), #dbdbdb);
30
	background-image: -moz-linear-gradient(rgba(240,240,240,0), #dbdbdb);
31
	background-image: linear-gradient(rgba(240,240,240,0), #dbdbdb);
32
	text-shadow: 0 1px 0 #fff;
33
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
34
	color: #878787;
35
}
36

    
37
.button-default:hover,
38
form.style button:hover,
39
form.style input[type='button']:hover,
40
form.style input[type='submit']:hover {
41
	background-color: #dbdbdb;
42
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.1),
43
				inset 0 0 1px rgba(0,0,0,0.1);
44
}
45

    
46
.button-default:active,
47
form.style button:active,
48
form.style input[type='button']:active,
49
form.style input[type='submit']:active {
50
	color: #737373;
51
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.1),
52
				inset 0 0 1px rgba(0,0,0,0.1);
53
}
54

    
55
/* Primary */
56
.button-primary {
57
	color: #fff;
58
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
59
}
60

    
61
.button-primary:hover {
62
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.3),
63
				inset 0 0 1px rgba(0,0,0,0.3);
64
	color: #fff;
65
}
66

    
67
.button-primary:active {
68
	box-shadow: inset 0 1px 8px rgba(0,0,0,0.4),
69
				inset 0 0 1px rgba(0,0,0,0.3);
70
	text-shadow: 0 0 5px #fff;
71
}
72

    
73
/* Buttons on module box color */
74
.mod-box-color .button-default { text-shadow: 0 1px 0 rgba(255,255,255,0.8); }
75

    
76
.mod-box-color .button-default:active,
77
.mod-box-color form.style button:active,
78
.mod-box-color form.style input[type='button']:active,
79
.mod-box-color form.style input[type='submit']:active { 
80
	background-color: #f1f1f1; 
81
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
82
}
83

    
84
.mod-box-color .button-primary,
85
.mod-box-color .button-primary:hover { color: #fff; }
86

    
87
.mod-box-color .button-primary { background: #323232; }
88
.mod-box-color .button-primary:hover { background: #1a1a1a; }
89

    
90
.mod-box-color .button-primary:active { 
91
	background: #323232; 
92
	text-shadow: 0 0 5px rgba(255,255,255,0.6);
93
}
94

    
95
/* Buttons on module box dark and module plain on position top-a and block-bottom */
96
.mod-box-dark .button-default:hover,
97
.mod-box-dark form.style button:hover,
98
.mod-box-dark form.style input[type='button']:hover,
99
.mod-box-dark form.style input[type='submit']:hover,
100
.mod-box-dark .button-default:active,
101
.mod-box-dark form.style button:active,
102
.mod-box-dark form.style input[type='button']:active,
103
.mod-box-dark form.style input[type='submit']:active,
104
#top-a .mod-plain .button-default:hover,
105
#top-a .mod-plain form.style button:hover,
106
#top-a .mod-plain form.style input[type='button']:hover,
107
#top-a .mod-plain form.style input[type='submit']:hover,
108
#block-bottom .mod-plain .button-default:hover,
109
#block-bottom .mod-plain form.style button:hover,
110
#block-bottom .mod-plain form.style input[type='button']:hover,
111
#block-bottom .mod-plain form.style input[type='submit']:hover { 
112
	background-color: #b2b2b2;
113
	border-radius: 3px;
114
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.6),
115
				inset 0 0 5px rgba(0,0,0,0.8),
116
				0 1px 0 rgba(255,255,255,0.1);
117
	color: #4c4c4c;
118
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
119
}
120

    
121
.mod-box-dark .button-default:active,
122
.mod-box-dark form.style button:active,
123
.mod-box-dark form.style input[type='button']:active,
124
.mod-box-dark form.style input[type='submit']:active,
125
#top-a .mod-plain .button-default:active,
126
#top-a .mod-plain form.style button:active,
127
#top-a .mod-plain form.style input[type='button']:active,
128
#top-a .mod-plain form.style input[type='submit']:active,
129
#block-bottom .mod-plain .button-default:active,
130
#block-bottom .mod-plain form.style button:active,
131
#block-bottom .mod-plain form.style input[type='button']:active,
132
#block-bottom .mod-plain form.style input[type='submit']:active  { 
133
	background-color: #f1f1f1; 
134
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.6),
135
				inset 0 0 8px rgba(0,0,0,0.8),
136
				0 1px 0 rgba(255,255,255,0.1);
137
	color: #4c4c4c;
138
}
139

    
140
.mod-box-dark .button-primary:hover,
141
.mod-box-dark .button-primary:active,
142
#top-a .mod-plain .button-primary:hover,
143
#top-a .mod-plain .button-primary:active,
144
#block-bottom .mod-plain .button-primary:hover,
145
#block-bottom .mod-plain .button-primary:active { 
146
	border-radius: 3px;
147
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.4),
148
				inset 0 0 5px rgba(0,0,0,0.8),
149
				0 1px 0 rgba(255,255,255,0.1);
150
	color: #fff;
151
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
152
}
153

    
154
.mod-box-dark .button-primary:active,
155
#top-a .mod-plain .button-primary:active,
156
#block-bottom .mod-plain .button-primary:active { text-shadow: 0 0 5px rgba(255,255,255,0.6); }
157

    
158
/* Buttons on module postit */
159
.mod-postit .button-default,
160
.mod-postit form.style button,
161
.mod-postit form.style input[type='button'],
162
.mod-postit form.style input[type='submit'] { 
163
	background-color: #fff;
164
	background-image: -o-linear-gradient(rgba(255,252,221,0), #fffcdd);
165
	background-image: -webkit-linear-gradient(rgba(255,252,221,0), #fffcdd);
166
	background-image: -moz-linear-gradient(rgba(255,252,221,0), #fffcdd);
167
	background-image: linear-gradient(rgba(255,252,221,0), #fffcdd);
168
	box-shadow: 0 1px 0 #cac171;
169
	color: #9e9671;
170
}
171

    
172
.mod-postit .button-default:hover,
173
.mod-postit form.style button:hover,
174
.mod-postit form.style input[type='button']:hover,
175
.mod-postit form.style input[type='submit']:hover {
176
	border-radius: 3px;
177
	background-color: #f8f6d5;
178
	background-image: -o-linear-gradient(rgba(248,246,213,0), #f8f6d5);
179
	background-image: -webkit-linear-gradient(rgba(248,246,213,0), #f8f6d5);
180
	background-image: -moz-linear-gradient(rgba(248,246,213,0), #f8f6d5);
181
	background-image: linear-gradient(rgba(248,246,213,0), #f8f6d5);
182
	box-shadow: inset 0 0 0 1px rgba(175,160,100,0.2),
183
				inset 0 0 5px #b0a367,
184
				0 1px 0 rgba(255,255,255,0.5);
185
	color: #9e9671;
186
}
187

    
188
.mod-postit .button-default:active,
189
.mod-postit form.style button:active,
190
.mod-postit form.style input[type='button']:active,
191
.mod-postit form.style input[type='submit']:active { 	
192
	background-color: #fff;
193
	background-image: -o-linear-gradient(rgba(255,252,221,0), #fffcdd);
194
	background-image: -webkit-linear-gradient(rgba(255,252,221,0), #fffcdd);
195
	background-image: -moz-linear-gradient(rgba(255,252,221,0), #fffcdd);
196
	background-image: linear-gradient(rgba(255,252,221,0), #fffcdd);
197
	box-shadow: inset 0 0 0 1px rgba(175,160,100,0.2),
198
				inset 0 0 8px #b0a367,
199
				0 1px 0 rgba(255,255,255,0.7);
200
}
201

    
202
.mod-postit .button-primary,
203
.mod-postit .button-primary:hover { color: #fff; }
204

    
205
/* Buttons on module postit color */
206
.mod-postit-color .button-default,
207
.mod-postit-color form.style button,
208
.mod-postit-color form.style input[type='button'],
209
.mod-postit-color form.style input[type='submit'],
210
.mod-postit-color .button-default:hover,
211
.mod-postit-color form.style button:hover,
212
.mod-postit-color form.style input[type='button']:hover,
213
.mod-postit-color form.style input[type='submit']:hover,
214
.mod-postit-color .button-default:active,
215
.mod-postit-color form.style button:active,
216
.mod-postit-color form.style input[type='button']:active,
217
.mod-postit-color form.style input[type='submit']:active { 
218
	background-image: -o-linear-gradient(rgba(214,240,247,0), #d6f0f7);
219
	background-image: -webkit-linear-gradient(rgba(214,240,247,0), #d6f0f7);
220
	background-image: -moz-linear-gradient(rgba(214,240,247,0), #d6f0f7);
221
	background-image: linear-gradient(rgba(214,240,247,0), #d6f0f7);
222
	box-shadow: 0 1px 0 #82b9c6;
223
	color: #6b9fab;
224
	text-shadow: 0 1px 0 #fff;
225
}
226

    
227
.mod-postit-color .button-default:hover,
228
.mod-postit-color form.style button:hover,
229
.mod-postit-color form.style input[type='button']:hover,
230
.mod-postit-color form.style input[type='submit']:hover { 
231
	border-radius: 3px;
232
	background-color: #d6f0f7;
233
	box-shadow: inset 0 1px 5px #6c9ca7,
234
				inset 0 0 1px #6c9ca7,
235
				0 1px 0 rgba(255,255,255,0.4);
236
}
237

    
238
.mod-postit-color .button-default:active,
239
.mod-postit-color form.style button:active,
240
.mod-postit-color form.style input[type='button']:active,
241
.mod-postit-color form.style input[type='submit']:active { 
242
	background-color: #fff;
243
	box-shadow: inset 0 1px 8px #6c9ca7,
244
				inset 0 0 1px #6c9ca7,
245
				0 1px 0 rgba(255,255,255,0.4);
246
}
247

    
248
.mod-postit-color .button-primary:hover { 
249
	color: #fff; 
250
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
251
}
252

    
253

    
254
/* Images and Objects (Needed for System Markup)
255
----------------------------------------------------------------------------------------------------*/
256

    
257
img.border-box { border: 1px solid #ddd; }
258

    
259
/* Featured Spotlight */
260
.featured-spotlight { position: relative; }
261

    
262
.featured-image img { vertical-align: middle; }
263

    
264
.featured-spotlight .overlay {
265
	display: block;
266
	position: absolute;
267
	top: 0;
268
	right: 0;
269
	bottom: 0;
270
	left: 0;
271
	background-color: #222;
272
	background-color: rgba(0,0,0,0.7);
273
	background-image: url(../images/widgetkit/spotlight_magnifier.png);
274
	background-position: 50% 50%;
275
	background-repeat: no-repeat;
276
    opacity: 0;
277
}
278

    
279
.featured-spotlight:hover .overlay { opacity: 1; }
280

    
281

    
282
/* Lists and Tables (Needed for System Markup)
283
----------------------------------------------------------------------------------------------------*/
284

    
285
/* Line */
286
ul.line > li { border-top: 1px solid #ddd; }
287

    
288
ul.line > li:first-child { border: none; }
289

    
290
/* Check */
291
ul.check > li {
292
	padding: 4px 0 0 30px;
293
	background: url(../images/tools/list_check.png) 0 0 no-repeat;
294
}
295

    
296
.mod-box-color ul.check > li, 
297
.mod-postit-color ul.check > li { background-position: 0 -470px; }
298

    
299
/* Zebra List and Table */
300
ul.zebra > li { padding-left: 10px;}
301
body ul.zebra > li,
302
table.zebra tbody td { border-bottom: 1px solid #ddd; }
303
ul.zebra > li:first-child,
304
table.zebra tbody tr:first-child td { border-top: 1px solid #ddd; }
305

    
306
ul.zebra > li.odd,
307
table.zebra tbody tr.odd { background: url(../images/tools/zebra_list.png) 0 0 repeat; }
308
ul.zebra > li:nth-of-type(odd),
309
table.zebra tbody tr:nth-of-type(odd) { background: url(../images/tools/zebra_list.png) 0 0 repeat;}
310

    
311
table.zebra caption { color: #999; }
312

    
313
body .mod-box-dark ul.zebra > li,
314
.mod-box-dark ul.line > li { border-color: #303030; }
315

    
316
body #block-bottom .mod-plain ul.zebra > li,
317
#block-bottom .mod-plain ul.line > li { border-color: #3d3d3d; }
318

    
319
body .mod-postit ul.zebra > li,
320
.mod-postit ul.line > li { border-color: #f2eb9d; }
321

    
322
body .mod-postit-color ul.zebra > li,
323
.mod-postit-color ul.line > li { border-color: #97d8e7; }
324

    
325

    
326
/* Definition Lists
327
----------------------------------------------------------------------------------------------------*/
328

    
329
dl.separator dt {	
330
	position: relative;
331
	padding-top: 5px;
332
	padding-bottom: 5px;
333
	text-transform: uppercase;
334
}
335

    
336
/* border code because of RTL */
337
dl.separator dd {
338
	padding-top: 5px;
339
	padding-bottom: 5px;
340
	border-width: 0 0 0 1px;
341
	border-style: solid;
342
	border-color: #ddd;
343
}
344

    
345
dl.separator dt:before {
346
	content: "";
347
	position: absolute;
348
	top: 0;
349
	right: -15px;
350
	width: 30px;
351
	border-top: 1px solid #ddd;
352
}
353

    
354
dl.separator dt:after {
355
	content: "";
356
	position:absolute;
357
	top: -3px;
358
	right: -3px;
359
	width: 5px;
360
	height: 5px;
361
	background: #FFF;
362
	border: 1px solid #ddd;
363
	border-radius:6px;
364
}
365

    
366
dl.separator dt:first-child:before,
367
dl.separator dt:first-child:after { display: none; }
368

    
369

    
370
/* Text
371
----------------------------------------------------------------------------------------------------*/
372

    
373
/* Inline Text Box */
374
em.box { 
375
	padding: 2px 5px;
376
	background: url(../images/tools/em_box.png) 0 0 repeat; 
377
	border: 1px dotted #bbb;
378
	border-radius: 2px;
379
	color: #727272;
380
	text-shadow: 0 1px 0 rgba(255,255,255,0.45);
381
}
382

    
383
.mod-box-color em.box { 
384
	color: #fff;
385
	text-shadow: none;
386
}
387

    
388
.mod-box-dark em.box,
389
#top-a .mod-plain em.box,
390
#block-bottom .mod-plain em.box { 
391
	background-image: url(../images/tools/em_box_dark.png);
392
	border-color: #000;
393
	color: #c2c2c2;
394
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
395
}
396

    
397
.mod-postit em.box { 
398
	border-color: #c5b775;
399
	color: #968e6a;
400
	text-shadow: none;
401
}
402

    
403
.mod-postit-color em.box { 
404
	border-color: #5b8993;
405
	color: #5f8993;
406
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
407
}
408

    
409
/* Dotted Horizontal Rule */
410
hr.dotted { background: url(../images/tools/line_dotted.png) 0 0 repeat-x; }
411

    
412

    
413
/* Boxes
414
----------------------------------------------------------------------------------------------------*/
415

    
416
.box-content {
417
	background: #fafafa;
418
	border: 1px solid #ddd;
419
}
420

    
421
.box-note,
422
.box-info,
423
.box-warning,
424
.box-hint,
425
.box-download {
426
	background: #fafafa;
427
	border-top: 1px solid #ddd;
428
	border-bottom: 1px solid #ddd;
429
}
430

    
431
.box-info {
432
	background: #ebf5fa url(../images/tools/box_info.png) 0 0 no-repeat;
433
	border-color: #d2dce1;
434
}
435

    
436
.box-warning {
437
	background: #fff0eb url(../images/tools/box_warning.png) 0 0 no-repeat;
438
	border-color: #ffd7cd;
439
}
440

    
441
.box-hint {
442
	background: #fffae6 url(../images/tools/box_hint.png) 0 0 no-repeat;
443
	border-color: #fae6be;
444
}
445

    
446
.box-download {
447
	background: #faffe6 url(../images/tools/box_download.png) 0 0 no-repeat;
448
	border-color: #dce6be;
449
}
450

    
451

    
452
/* Forms (Needed for System Markup)
453
----------------------------------------------------------------------------------------------------*/
454

    
455
form.box fieldset { border: 1px solid #ddd; }
456
form.box legend { background: #fff; }
457

    
458
form.style input,
459
form.style select,
460
form.style textarea { 
461
	color: #878787;
462
	border: 1px solid #ddd;
463
}
464

    
465

    
466
.mod-box-dark form.style input,
467
.mod-box-dark form.style select,
468
.mod-box-dark form.style textarea,
469
#block-bottom .mod-plain form.style input,
470
#block-bottom .mod-plain form.style select,
471
#block-bottom .mod-plain form.style textarea { border-color: #000; }
472

    
473
.mod-postit form.style input,
474
.mod-postit form.style select,
475
.mod-postit form.style textarea { border-color: #c5b775;}
476

    
477
.mod-postit-color form.style input,
478
.mod-postit-color form.style select,
479
.mod-postit-color form.style textarea { border-color: #82b9c6; }
480

    
481

    
482
/* Social Icons Special
483
----------------------------------------------------------------------------------------------------*/
484

    
485
ul.social-icons {
486
	list-style: none;
487
	padding: 0;
488
	overflow: hidden;
489
}
490

    
491
.social-icons li { 
492
	float: left;
493
	margin-left: 5px; 
494
}
495

    
496
.social-icons li:first-child { margin-left: 0; }
497

    
498
.social-icons li a {
499
	display: block;
500
	width: 60px;
501
	height: 60px;
502
	background-position: 0 0;
503
	background-repeat: no-repeat;
504
}
505

    
506
.social-icons .twitter a:hover { background-position: 0 -65px; }
507

    
508
.social-icons .rss a { background-position: 0 -130px; }
509
.social-icons .rss a:hover { background-position: 0 -195px; }
510

    
511
.social-icons .facebook a { background-position: 0 -260px; }
512
.social-icons .facebook a:hover { background-position: 0 -325px; }
513

    
514
.social-icons .linkedin a { background-position: 0 -390px; }
515
.social-icons .linkedin a:hover { background-position: 0 -455px; }
516

    
517
.social-icons .flickr a { background-position: 0 -520px; }
518
.social-icons .flickr a:hover { background-position: 0 -585px; }
519

    
520
.social-icons .xing a { background-position: 0 -650px; }
521
.social-icons .xing a:hover { background-position: 0 -715px; }
522

    
523
.social-icons .google-plus a { background-position: 0 -780px; }
524
.social-icons .google-plus a:hover { background-position: 0 -845px; }
525

    
526
.social-icons .youtube a { background-position: 0 -910px; }
527
.social-icons .youtube a:hover { background-position: 0 -975px; }
528

    
529
.social-icons .vimeo a { background-position: 0 -1040px; }
530
.social-icons .vimeo a:hover { background-position: 0 -1105px; }
531

    
532
.social-icons .github a { background-position: 0 -1170px; }
533
.social-icons .github a:hover { background-position: 0 -1235px; }
(17-17/17)