Subversion Repositories svnkaklik

Rev

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

Rev 433 Rev 434
Line 32... Line 32...
32
li {
32
li {
33
	list-style: url(img/li.gif);
33
	list-style: url(img/li.gif);
34
	margin-left: 18px;
34
	margin-left: 18px;
35
}
35
}
36
therminal {
36
therminal {
37
	background: url(img/bgcode.gif);
-
 
38
	border: 1px solid #F6F6F6;
37
	border: 1px solid #F6F6F6;
39
	color: #666;
38
	color: #666;
40
	display: block;
39
	display: block;
41
	font: normal 1.1em "Lucida Sans Unicode",serif;
40
	font: normal 1.1em "Lucida Sans Unicode",serif;
42
	margin-bottom: 12px;
41
	margin-bottom: 12px;
43
	padding: 8px 10px;
42
	padding: 8px 10px;
44
	white-space: pre;
43
	white-space: pre;
45
}
44
}
46
cite {
-
 
47
	background: url(img/quote.gif) no-repeat;
-
 
48
	color: #456;
-
 
49
	display: block;
-
 
50
	font: normal 1.4em "Lucida Sans Unicode",serif;
-
 
51
	padding-left: 28px;
-
 
52
}
-
 
53
h1,h2,h3 {
45
h1,h2,h3 {
54
	color: #579;
46
	color: #579;
55
	padding-top: 6px;
47
	padding-top: 6px;
56
}
48
}
57
h1 {
49
h1 {
Line 84... Line 76...
84
	font: normal 1.1em Verdana,sans-serif;
76
	font: normal 1.1em Verdana,sans-serif;
85
}
77
}
86
 
78
 
87
/* navigation */
79
/* navigation */
88
.navigation {
80
.navigation {
89
	height: 10%;
81
	height: 5%;
90
	padding: 0 5%;
82
	padding: 0 5%;
91
}
83
}
92
.navigation a {
84
.navigation a {
93
	border-left: 1px solid #DDD;
85
	border-left: 1px solid #DDD;
94
	border-right: 1px solid #FFF;
86
	border-right: 1px solid #FFF;
Line 99... Line 91...
99
	padding: 10% 8% 5%;
91
	padding: 10% 8% 5%;
100
	text-align: center;
92
	text-align: center;
101
	text-decoration: none;
93
	text-decoration: none;
102
}
94
}
103
.navigation a:hover {
95
.navigation a:hover {
104
	background: #FFF url(img/navhover.gif) repeat-x;
96
	background: #FFF;
105
	color: #28E;
97
	color: #28E;
106
	padding: 10% 8% 5%;
98
	padding: 10% 8% 5%;
107
}
99
}
108
 
100
 
109
/* holders */
101
/* holders */