Subversion Repositories svnkaklik

Rev

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

Rev 444 Rev 447
Line 56... Line 56...
56
}
56
}
57
 
57
 
58
/* structure */
58
/* structure */
59
.container {
59
.container {
60
	margin: 0 auto;
60
	margin: 0 auto;
61
	width: 90%;
61
	width: 95%;
62
}
62
}
63
 
63
 
64
/* title */
64
/* title */
65
.title {
65
.title {
66
	float: left;
66
	float: left;
67
	margin-top: 8%;
67
	margin-top: 3%;
68
	text-align: center;
68
	text-align: center;
69
	width: 10%;
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 86... Line 86...
86
	border-right: 1px solid #FFF;
86
	border-right: 1px solid #FFF;
87
	color: #89A;
87
	color: #89A;
88
	float: right;
88
	float: right;
89
	font: bold 1.2em "Trebuchet MS",sans-serif;
89
	font: bold 1.2em "Trebuchet MS",sans-serif;
90
	margin-top: 9px;
90
	margin-top: 9px;
91
	padding: 10% 8% 5%;
91
	padding: 5% 6% 3%;
92
	text-align: center;
92
	text-align: center;
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
}