Subversion Repositories svnkaklik

Rev

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

Rev 429 Rev 430
Line 64... Line 64...
64
}
64
}
65
 
65
 
66
/* structure */
66
/* structure */
67
.container {
67
.container {
68
	margin: 0 auto;
68
	margin: 0 auto;
69
	width: 800px;
69
	width: 90%;
70
}
70
}
71
 
71
 
72
/* title */
72
/* title */
73
.title {
73
.title {
74
	float: left;
74
	float: left;
75
	margin-top: 22px;
75
	margin-top: 22px;
76
	text-align: center;
76
	text-align: center;
77
	width: 300px;
77
	width: 30%;
78
}
78
}
79
.title h1 {
79
.title h1 {
80
	font: normal 2em Verdana,sans-serif;
80
	font: normal 2em Verdana,sans-serif;
81
}
81
}
82
.title h2 {
82
.title h2 {
Line 85... Line 85...
85
}
85
}
86
 
86
 
87
/* navigation */
87
/* navigation */
88
.navigation {
88
.navigation {
89
	background: url(img/holder.jpg) no-repeat;
89
	background: url(img/holder.jpg) no-repeat;
90
	height: 170px;
90
	height: 20%px;
91
	padding: 0 16px;
91
	padding: 0 16px;
92
}
92
}
93
.navigation a {
93
.navigation a {
94
	border-left: 1px solid #DDD;
94
	border-left: 1px solid #DDD;
95
	border-right: 1px solid #FFF;
95
	border-right: 1px solid #FFF;