Subversion Repositories svnkaklik

Rev

Rev 452 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 452 Rev 454
1
/*#############################################################
1
/*#############################################################
2
Name: Light
2
Name: Light
3
Date: 2006-08-20
3
Date: 2006-08-20
4
Description: Bright and smooth.
4
Description: Bright and smooth.
5
Author: Viktor Persson
5
Author: Viktor Persson
6
URL: http://templates.arcsin.se
6
URL: http://templates.arcsin.se
7
 
7
 
8
Feel free to use and modify but please provide credits.
8
Feel free to use and modify but please provide credits.
9
#############################################################*/
9
#############################################################*/
10
 
10
 
11
/* standard elements */
11
/* standard elements */
12
* {
12
* {
13
	margin: 0;
13
	margin: 0;
14
	padding: 0;
14
	padding: 0;
15
}
15
}
16
a {
16
a {
17
	color: #000000;
17
	color: #000000;
18
/*	text-decoration: none;*/
18
/*	text-decoration: none;*/
19
}
19
}
20
a:hover {
20
a:hover {
21
	color: #AABBDD;
21
	color: #AABBDD;
22
/*	text-decoration: underline;*/
22
/*	text-decoration: underline;*/
23
}
23
}
24
body {
24
body {
25
	background: #FFFFFF;
25
	background: #FFFFFF;
26
	color: #000000;
26
	color: #000000;
27
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
27
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
28
	margin: 0;
28
	margin: 0;
29
}
29
}
30
 
30
 
31
h1,h2,h3 {
31
h1,h2,h3 {
32
	color: #579;
32
	color: #579;
33
	padding-top: 6px;
33
	padding-top: 6px;
34
}
34
}
35
h1 {
35
h1 {
36
	font-size: 2em;
36
	font-size: 2em;
37
	margin-bottom: 4px;
37
	margin-bottom: 4px;
38
}
38
}
39
/* misc */
39
/* misc */
40
.clearer {
40
.clearer {
41
	clear: both;
41
	clear: both;
42
	height: 20%;
42
	height: 20%;
43
}
43
}
44
 
44
 
45
/* structure */
45
/* structure */
46
.container {
46
.container {
47
	margin: 0 auto;
47
	margin: 0 auto;
48
	width: 73%;
48
	width: 73%;
49
}
49
}
50
 
50
 
51
/* title */
51
/* title */
52
.title {
52
.title {
53
	float: left;
53
	float: left;
54
	margin-top: 3%;
54
	margin-top: 3%;
55
	text-align: center;
55
	text-align: center;
56
	width: 20%;
56
	width: 20%;
57
}
57
}
58
.title h1 {
58
.title h1 {
59
	font: normal 2em Verdana,sans-serif;
59
	font: normal 2em Verdana,sans-serif;
60
}
60
}
61
.title h2 {
61
.title h2 {
62
	color: #999;
62
	color: #999;
63
	font: normal 1.1em Verdana,sans-serif;
63
	font: normal 1.1em Verdana,sans-serif;
64
}
64
}
65
 
65
 
66
/* navigation */
66
/* navigation */
67
.navigation {
67
.navigation {
68
	height: 5%;
68
	height: 5%;
69
	padding: 0 5%;
69
	padding: 0 5%;
70
}
70
}
71
.navigation a {
71
.navigation a {
72
	border-left: 1px solid #DDD;
72
	border-left: 1px solid #DDD;
73
	border-right: 1px solid #FFF;
73
	border-right: 1px solid #FFF;
74
	color: #89A;
74
	color: #89A;
75
	float: right;
75
	float: right;
76
	font: bold 1.2em "Trebuchet MS",sans-serif;
76
	font: bold 1.2em "Trebuchet MS",sans-serif;
77
	margin-top: 9px;
77
	margin-top: 1%;
78
	padding: 5% 6% 3%;
78
	padding: 3% 3% 3%;
79
	text-align: center;
79
	text-align: center;
80
	text-decoration: none;
80
	text-decoration: none;
81
}
81
}
82
.navigation a:hover {
82
.navigation a:hover {
83
	background: #FFF;
83
	background: #FFF;
84
	color: #28E;
84
	color: #28E;
85
	padding: 5% 6% 3%;
85
	padding: 3% 3% 3%;
86
}
86
}
87
 
87
 
88
/* holders */
88
/* holders */
89
.holder {
89
.holder {
-
 
90
	margin: 10%;
-
 
91
	padding: 0;
90
}
92
}
91
.holder_top,.footer {
93
.holder_top,.footer {
-
 
94
	margin: 10%;
-
 
95
	padding: 0;
92
}
96
}
93
 
97
 
94
/* footer */
98
/* footer */
95
.footer {
99
.footer {
96
	background-position: left bottom;
100
	background-position: left bottom;
97
	color: #666;
101
	color: #666;
98
	font-size: 1.1em;
102
	font-size: 1.1em;
99
	text-align: center;
103
	text-align: center;
100
}
104
}