-
Notifications
You must be signed in to change notification settings - Fork 0
/
StyleSheet.css
123 lines (109 loc) · 1.88 KB
/
StyleSheet.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body
{
}
*
{
margin:0px 0px 2px 0px;
padding:0px;
font-family: "Segoe Print";
}
#iceriks
{
height:auto;
width:800px;
margin:auto;
}
#saydam1
{
background-image:url(Resimler/saydam.jpg);
height:40px;
}
.menudiv
{
margin:auto;
width:800px;
}
.menudiv ul
{
list-style-type:none;
background-color:Black;
}
.menudiv ul li
{
margin:auto;
float:left;
width:130px;
position:relative;
}
.menudiv ul li a
{
font-family:"Segoe Script", Times, serif;
font-size:16px;
color:#FFFFFF;
text-decoration: none;
background-color: #000000;
display: block;
border: 1px solid #000000;
text-align: center;
}
.menudiv ul li a:hover {
background-color: #f2b607;
}
#logo
{
background-repeat:no-repeat;
background-position:center;
background-color:#f2b607;
height:150px;
margin:auto;
background-image:url(Resimler/k21.jpg);
}
#golge
{
background-image:url(Resimler/golge.jpg);
width:800px;
height:30px;
margin:auto;
}
#icerik1
{
width:800px;
height:80px;
margin:auto;
background-image:url(Resimler/2.jpg);
}
#icerik
{
width:800px;
height:auto;
margin:auto;
background-image:url(Resimler/4.jpg);
}
#icerik2
{
width:800px;
height:80px;
margin:auto;
background-image:url(Resimler/3.jpg);
}
#metin
{
margin-left:50px;
margin-right:50px;
}
#metin1
{
margin-left:100px;
margin-right:100px;
}
#haber
{
width:230px;
margin-left:50px;
background-color:Fuchsia;
}
#adres
{
background-color:Black;
height:40px;
}