Subversion Repositories svnkaklik

Rev

Rev 450 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
444 kaklik 1
/*#############################################################
2
Name: Light
3
Date: 2006-08-20
4
Description: Bright and smooth.
5
Author: Viktor Persson
6
URL: http://templates.arcsin.se
7
 
8
Feel free to use and modify but please provide credits.
9
#############################################################*/
10
 
11
/* standard elements */
12
* {
13
	margin: 0;
14
	padding: 0;
15
}
16
a {
17
	color: #567;
18
}
19
a:hover {
20
	color: #28E;
21
}
22
body {
23
	background: #F2F2F2 repeat-y center top;
24
	color: #555A60;
25
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
26
	margin: 0;
27
}
28
p,cite,therminal,ul {
29
	font-size: 1.2em;
30
	padding-bottom: 1.2em;
31
}
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 {
46
	color: #579;
47
	padding-top: 6px;
48
}
49
h1 {
50
	font-size: 2em;
51
	margin-bottom: 4px;
52
}
53
/* misc */
54
.clearer {
451 kaklik 55
	clear: both;
56
	height: 20%;
444 kaklik 57
}
58
 
59
/* structure */
60
.container {
61
	margin: 0 auto;
450 kaklik 62
	width: 73%;
444 kaklik 63
}
64
 
65
/* title */
66
.title {
67
	float: left;
447 kaklik 68
	margin-top: 3%;
444 kaklik 69
	text-align: center;
447 kaklik 70
	width: 20%;
444 kaklik 71
}
72
.title h1 {
73
	font: normal 2em Verdana,sans-serif;
74
}
75
.title h2 {
76
	color: #999;
77
	font: normal 1.1em Verdana,sans-serif;
78
}
79
 
80
/* navigation */
81
.navigation {
82
	height: 5%;
83
	padding: 0 5%;
84
}
85
.navigation a {
86
	border-left: 1px solid #DDD;
87
	border-right: 1px solid #FFF;
88
	color: #89A;
89
	float: right;
90
	font: bold 1.2em "Trebuchet MS",sans-serif;
91
	margin-top: 9px;
447 kaklik 92
	padding: 5% 6% 3%;
444 kaklik 93
	text-align: center;
94
	text-decoration: none;
95
}
96
.navigation a:hover {
97
	background: #FFF;
98
	color: #28E;
447 kaklik 99
	padding: 5% 6% 3%;
444 kaklik 100
}
101
 
102
/* holders */
103
.holder {
104
}
105
.holder_top,.footer {
106
}
107
 
108
/* footer */
109
.footer {
110
	background-position: left bottom;
111
	color: #666;
112
	font-size: 1.1em;
113
	text-align: center;
114
}