Subversion Repositories svnkaklik

Rev

Rev 451 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 451 Rev 452
Line 12... Line 12...
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 {