Subversion Repositories svnkaklik

Rev

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

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