Subversion Repositories svnkaklik

Rev

Rev 456 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log

Rev 456 Rev 480
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: #567;
17
	color: #567;
18
}
18
}
19
a:hover {
19
a:hover {
20
	color: #28E;
20
	color: #28E;
21
}
21
}
22
body {
22
body {
23
	background: #F2F2F2 repeat-y center top;
23
	background: #F2F2F2 repeat-y center top;
24
	color: #555A60;
24
	color: #555A60;
25
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
25
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
26
	margin: 0;
26
	margin: 0;
27
}
27
}
28
p,cite,therminal,ul {
28
p,cite,therminal,ul {
29
	font-size: 1.2em;
29
	font-size: 1.2em;
30
	padding-bottom: 1.2em;
30
	padding-bottom: 1.2em;
31
}
31
}
32
li {
32
li {
33
	list-style: url(img/li.gif);
33
	list-style: url(img/li.gif);
34
	margin-left: 18px;
34
	margin-left: 18px;
35
}
35
}
36
therminal {
36
therminal {
37
	border: 1px solid #F6F6F6;
37
	border: 1px solid #F6F6F6;
38
	color: #666;
38
	color: #666;
39
	display: block;
39
	display: block;
40
	font: normal 1.1em "Lucida Sans Unicode",serif;
40
	font: normal 1.1em "Lucida Sans Unicode",serif;
41
	margin-bottom: 12px;
41
	margin-bottom: 12px;
42
	padding: 8px 10px;
42
	padding: 8px 10px;
43
	white-space: pre;
43
	white-space: pre;
44
}
44
}
45
h1,h2,h3 {
45
h1,h2,h3 {
46
	color: #579;
46
	color: #579;
47
	padding-top: 6px;
47
	padding-top: 6px;
48
}
48
}
49
h1 {
49
h1 {
50
	font-size: 2em;
50
	font-size: 2em;
51
	margin-bottom: 4px;
51
	margin-bottom: 4px;
52
}
52
}
53
/* misc */
53
/* misc */
54
.clearer {
54
.clearer {
55
	clear: both;
55
	clear: both;
56
}
56
}
57
 
57
 
58
/* structure */
58
/* structure */
59
.container {
59
.container {
60
	margin: 0 auto;
60
	margin: 0 auto;
61
	width: 70%;
61
	width: 70%;
62
}
62
}
63
 
63
 
64
/* title */
64
/* title */
65
.title {
65
.title {
66
	float: left;
66
	float: left;
67
	margin-top: 5%;
67
	margin-top: 5%;
68
	text-align: center;
68
	text-align: center;
69
	width: 25%;
69
	width: 25%;
70
}
70
}
71
.title h1 {
71
.title h1 {
72
	font: normal 2em Verdana,sans-serif;
72
	font: normal 2em Verdana,sans-serif;
73
}
73
}
74
.title h2 {
74
.title h2 {
75
	color: #999;
75
	color: #999;
76
	font: normal 1.1em Verdana,sans-serif;
76
	font: normal 1.1em Verdana,sans-serif;
77
}
77
}
78
 
78
 
79
/* navigation */
79
/* navigation */
80
.navigation {
80
.navigation {
81
	height: 5%;
81
	height: 5%;
82
	padding: 0 5%;
82
	padding: 0 5%;
83
}
83
}
84
.navigation a {
84
.navigation a {
85
	border-left: 1px solid #DDD;
85
	border-left: 1px solid #DDD;
86
	border-right: 1px solid #FFF;
86
	border-right: 1px solid #FFF;
87
	color: #89A;
87
	color: #89A;
88
	float: right;
88
	float: right;
89
	font: bold 1.2em "Trebuchet MS",sans-serif;
89
	font: bold 1.2em "Trebuchet MS",sans-serif;
90
	margin-top: 9px;
90
	margin-top: 5%;
91
	padding: 5% 6% 3%;
91
	padding: 3% 3% 3%;
92
	text-align: center;
92
	text-align: center;
93
	text-decoration: none;
93
	text-decoration: none;
94
}
94
}
95
.navigation a:hover {
95
.navigation a:hover {
96
	background: #FFF;
96
	background: #FFF;
97
	color: #28E;
97
	color: #28E;
98
	padding: 5% 6% 3%;
98
	padding: 5% 6% 3%;
99
}
99
}
100
 
100
 
101
/* holders */
101
/* holders */
102
.holder {
102
.holder {
103
}
103
}
104
.holder_top,.footer {
104
.holder_top,.footer {
-
 
105
	margin-top: 7%;
105
}
106
}
106
 
107
 
107
/* footer */
108
/* footer */
108
.footer {
109
.footer {
109
	background-position: left bottom;
110
	background-position: left bottom;
110
	color: #666;
111
	color: #666;
111
	font-size: 1.1em;
112
	font-size: 1.1em;
112
	text-align: center;
113
	text-align: center;
113
}
114
}