Subversion Repositories svnkaklik

Rev

Rev 454 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 454 Rev 455
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
}
-
 
39
 
-
 
40
p,cite,ul {
-
 
41
	font-size: 1.2em;
-
 
42
	padding-bottom: 1.2em;
38
}
43
}
39
/* misc */
44
/* misc */
40
.clearer {
45
.clearer {
41
	clear: both;
46
	clear: both;
42
	height: 20%;
47
	height: 20%;
43
}
48
}
44
 
49
 
45
/* structure */
50
/* structure */
46
.container {
51
.container {
47
	margin: 0 auto;
52
	margin: 0 auto;
48
	width: 73%;
53
	width: 73%;
49
}
54
}
50
 
55
 
51
/* title */
56
/* title */
52
.title {
57
.title {
53
	float: left;
58
	float: left;
54
	margin-top: 3%;
59
	margin-top: 3%;
55
	text-align: center;
60
	text-align: center;
56
	width: 20%;
61
	width: 20%;
57
}
62
}
58
.title h1 {
63
.title h1 {
59
	font: normal 2em Verdana,sans-serif;
64
	font: normal 2em Verdana,sans-serif;
60
}
65
}
61
.title h2 {
66
.title h2 {
62
	color: #999;
67
	color: #999;
63
	font: normal 1.1em Verdana,sans-serif;
68
	font: normal 1.1em Verdana,sans-serif;
64
}
69
}
65
 
70
 
66
/* navigation */
71
/* navigation */
67
.navigation {
72
.navigation {
68
	height: 5%;
73
	height: 5%;
69
	padding: 0 5%;
74
	padding: 0 5%;
70
}
75
}
71
.navigation a {
76
.navigation a {
72
	border-left: 1px solid #DDD;
77
	border-left: 1px solid #DDD;
73
	border-right: 1px solid #FFF;
78
	border-right: 1px solid #FFF;
74
	color: #89A;
79
	color: #89A;
75
	float: right;
80
	float: right;
76
	font: bold 1.2em "Trebuchet MS",sans-serif;
81
	font: bold 1.2em "Trebuchet MS",sans-serif;
77
	margin-top: 1%;
82
	margin-top: 1%;
78
	padding: 3% 3% 3%;
83
	padding: 3% 3% 3%;
79
	text-align: center;
84
	text-align: center;
80
	text-decoration: none;
85
	text-decoration: none;
81
}
86
}
82
.navigation a:hover {
87
.navigation a:hover {
83
	background: #FFF;
88
	background: #FFF;
84
	color: #28E;
89
	color: #28E;
85
	padding: 3% 3% 3%;
90
	padding: 3% 3% 3%;
86
}
91
}
87
 
92
 
88
/* holders */
93
/* holders */
89
.holder {
94
.holder {
90
	margin: 10%;
95
	margin: 10%;
91
	padding: 0;
96
	padding: 0;
92
}
97
}
93
.holder_top,.footer {
98
.holder_top,.footer {
94
	margin: 10%;
99
	margin: 10%;
95
	padding: 0;
100
	padding: 0;
96
}
101
}
97
 
102
 
98
/* footer */
103
/* footer */
99
.footer {
104
.footer {
100
	background-position: left bottom;
105
	background-position: left bottom;
101
	color: #666;
106
	color: #666;
102
	font-size: 1.1em;
107
	font-size: 1.1em;
103
	text-align: center;
108
	text-align: center;
104
}
109
}