Subversion Repositories svnkaklik

Rev

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

Rev 445 Rev 446
Line 64... Line 64...
64
/* title */
64
/* title */
65
.title {
65
.title {
66
	float: left;
66
	float: left;
67
	margin-top: 3%;
67
	margin-top: 3%;
68
	text-align: center;
68
	text-align: center;
69
	width: 5%;
69
	width: 20%;
70
}
70
}
71
.title h1 {
71
.title h1 {
72
	font: normal 2em Verdana,sans-serif;
72
	font: normal 2em Verdana,sans-serif;
73
}
73
}
74
.title h2 {
74
.title h2 {
Line 93... Line 93...
93
	text-decoration: none;
93
	text-decoration: none;
94
}
94
}
95
.navigation a:hover {
95
.navigation a:hover {
96
	background: #FFF;
96
	background: #FFF;
97
	color: #28E;
97
	color: #28E;
98
	padding: 10% 8% 5%;
98
	padding: 5% 6% 3%;
99
}
99
}
100
 
100
 
101
/* holders */
101
/* holders */
102
.holder {
102
.holder {
103
}
103
}