Subversion Repositories svnkaklik

Rev

Rev 456 | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
15 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 {
433 kaklik 23
	background: #F2F2F2 repeat-y center top;
15 kaklik 24
	color: #555A60;
25
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
26
	margin: 0;
27
}
60 kaklik 28
p,cite,therminal,ul {
15 kaklik 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
}
60 kaklik 36
therminal {
15 kaklik 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
}
92 kaklik 49
h1 {
102 kaklik 50
	font-size: 2em;
92 kaklik 51
	margin-bottom: 4px;
52
}
15 kaklik 53
/* misc */
54
.clearer {
55
	clear: both;
56
}
57
 
58
/* structure */
59
.container {
60
	margin: 0 auto;
456 kaklik 61
	width: 70%;
15 kaklik 62
}
63
 
64
/* title */
65
.title {
66
	float: left;
447 kaklik 67
	margin-top: 5%;
15 kaklik 68
	text-align: center;
447 kaklik 69
	width: 25%;
15 kaklik 70
}
71
.title h1 {
72
	font: normal 2em Verdana,sans-serif;
73
}
74
.title h2 {
75
	color: #999;
76
	font: normal 1.1em Verdana,sans-serif;
77
}
78
 
79
/* navigation */
80
.navigation {
434 kaklik 81
	height: 5%;
431 kaklik 82
	padding: 0 5%;
15 kaklik 83
}
84
.navigation a {
85
	border-left: 1px solid #DDD;
86
	border-right: 1px solid #FFF;
87
	color: #89A;
88
	float: right;
89
	font: bold 1.2em "Trebuchet MS",sans-serif;
480 root 90
	margin-top: 5%;
91
	padding: 3% 3% 3%;
15 kaklik 92
	text-align: center;
93
	text-decoration: none;
94
}
95
.navigation a:hover {
434 kaklik 96
	background: #FFF;
15 kaklik 97
	color: #28E;
446 kaklik 98
	padding: 5% 6% 3%;
15 kaklik 99
}
100
 
101
/* holders */
102
.holder {
103
}
104
.holder_top,.footer {
480 root 105
	margin-top: 7%;
15 kaklik 106
}
107
 
108
/* footer */
109
.footer {
110
	background-position: left bottom;
111
	color: #666;
112
	font-size: 1.1em;
113
	text-align: center;
60 kaklik 114
}