Subversion Repositories svnkaklik

Rev

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

Rev 15 Rev 60
Line 23... Line 23...
23
	background: #F2F2F2 url(img/bg.gif) repeat-y center top;
23
	background: #F2F2F2 url(img/bg.gif) 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,code,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
h1 {
32
h1 {
33
	font-size: 1.4em;
33
	font-size: 1.4em;
Line 35... Line 35...
35
}
35
}
36
li {
36
li {
37
	list-style: url(img/li.gif);
37
	list-style: url(img/li.gif);
38
	margin-left: 18px;
38
	margin-left: 18px;
39
}
39
}
40
code {
40
therminal {
41
	background: url(img/bgcode.gif);
41
	background: url(img/bgcode.gif);
42
	border: 1px solid #F6F6F6;
42
	border: 1px solid #F6F6F6;
43
	color: #666;
43
	color: #666;
44
	display: block;
44
	display: block;
45
	font: normal 1.1em "Lucida Sans Unicode",serif;
45
	font: normal 1.1em "Lucida Sans Unicode",serif;
Line 123... Line 123...
123
.footer {
123
.footer {
124
	background-position: left bottom;
124
	background-position: left bottom;
125
	color: #666;
125
	color: #666;
126
	font-size: 1.1em;
126
	font-size: 1.1em;
127
	text-align: center;
127
	text-align: center;
128
}
-
 
129
128
}
-
 
129