body{
margin:1px;
padding:1px;
background-image:url("../web_resimler/su.jpg");
}
#main {
border:1px solid;
border-radius:10px;
border-color:darkblue;
margin-right:auto;
margin-left:auto;
width:920px;
}
#banner{
border:1px solid;
border-color:darkblue;
border-radius:10px;
background-image:url("../web_resimler/banner_resmi_900_190.png");
background-color: transparent;
height:200px;
margin:5px;
}
#menu{
border:1px solid;
border-radius:10px;
width:200px;
min-height:400px;
margin:5px;
float:left;
}
#menu a {
display:block;
margin:5px;
color:red;
text-decoration:none;
border:1px solid darkblue;
border-radius:10px;
padding:5px;
background-color:lightblue;
box-shadow:0 0 5px #000000;
}
#menu a:hover{
background-color:darkblue;
color:yellow;
font-weight:bolder;
}
#icerik {
border:1px solid;
border-color:darkblue;
border-radius:10px;
margin:5px;
float:left;
width:695px;
min-height:400px;
}
#icerik h1 {
color:blue;
font-size:24px;
margin:5px;
}
#icerik p {
color:darkgreen;
text-align:justify;
margin:5px;
}
#footer {
border:1px solid;
border-color:darkblue;
border-radius:10px;
clear:both;
margin:5px;
padding:5px;
text-align:center;
}
#footer a {
color:darkblue;
margin:5px;
text-decoration:none;
}
#footer a:hover{
color:darkblue;
margin:5px;
text-decoration:none;
}
#footer a:active{
color:darkblue;
text-decoration:underline;
font-weight:bold;
}
#footer a:visited{
color:darkblue;
font-weight:bold;
}
a {
text-decoration:none;
}
.mesajKutusu {
float:left;
border:1px solid;
margin:10px;
background-color:lightsteelblue;
width:250px;
height:60px;
border-radius:15px;
transition: background-color 0.3s ease;
}
.mesajKutusu:hover {
background-color: #ff3333;
cursor:hand; /* BURASI DEĞİŞTİRİLDİ */
}
.mesajKutusu img {
width:50px;
height:50px;border-radius:35px;
float:left;
margin:5px;
}
span {
font-size:18px;
margin-left:20px;
margin-top:20px;
}
.adSoyad{
padding-top:5px;
color:black;
font-size:0.60em;
text-align:center;
}
.tarih{
padding-top:5px;
font-size:10px;
color:dimgray;
}
.baslikDiv{
clear:both;
}