Project

General

Profile

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

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

    
5

    
6
/* Spacing
7
----------------------------------------------------------------------------------------------------*/
8
#banner, #banner .module{
9
	left:0;
10
}
11

    
12
#breadcrumbs,
13
#content,
14
.module { margin: 5px; }
15

    
16
#toolbar,
17
#header,
18
#footer { margin: 0 5px; }
19

    
20
#top-a { padding: 5px 0; }
21

    
22
#footer .module { margin: 0; }
23

    
24

    
25
/* Layout
26
----------------------------------------------------------------------------------------------------*/
27

    
28
/* Blocks */
29
#block-toolbar { padding: 5px 0; }
30

    
31
#block-main,
32
#block-bottom,
33
#block-footer { padding: 15px 0; }
34

    
35
#block-main { padding-bottom: 20px; }
36

    
37
/* Widths */
38
.wrapper.max-width80 { max-width: 80%; }
39
.wrapper.max-width100 { max-width: 100%; }
40

    
41
/* Header */
42
#menubar { float: right; }
43

    
44
#logo { height: 80px; }
45
#logo > img {
46
	width: auto;
47
	max-height: 100%;
48
}
49

    
50
#block-main,
51
#block-bottom,
52
#block-footer { position: relative; }
53

    
54
/* Footer */
55
#footer { text-align: left; }
56

    
57
#footer,
58
#toolbar {
59
	font-size: 12px;
60
	line-height: 26px;
61
	color: #666666;
62
}
63

    
64
/* ToTop Scroller */
65

    
66
body { overflow: hidden; }
67

    
68
#totop-scroller {
69
	display: block;
70
	position: absolute;
71
	top: 25px;
72
	right: 0;
73
	z-index: 1;
74
	width: 28px;
75
	height: 28px;
76
	background-position: 0 0;
77
	background-repeat: no-repeat;
78
	text-decoration: none;
79
}
80

    
81
#totop-scroller:hover { background-position: 0 -30px; }
82
#totop-scroller:active { background-position: 0 -60px; }
(8-8/17)