File: /home/sinanpasha/public_html/risale/yeni/css/stiller.css
@charset "utf-8";
/* Bil Soft CSS Document - Hasan DURMAZ */
/* Bu Web Sİtesi Responsive olup 1280-1024 px olarak tasarlanmıştır. */
/* ==================== GENEL AYARLAR ==================== */
body {
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
color:#333;
background-image:url(../resimler/sablon-resimleri/body-bg.png);
margin:0;
}
h1, h2, h3, h4, h5, h6 {
font-size:14px;
margin:0;
}
.clear {
clear:both;
}
.sablon_width {
width:990px;
margin:0 auto;
}
/* ==================== Hedaer Top ==================== */
#header_top_bg {
width:100%;
background-color:#f2f2f2;
border-bottom:solid 1px #CCC;
box-shadow:0 0 3px #B1AFAF;
padding:5px 0;
}
#header_top {
}
#sosyal_menu {
float:left;
}
#sosyal_menu ul, #header_menu ul {
list-style-type:none;
margin:0;
padding:0;
}
#sosyal_menu ul li {
float:left;
}
#sosyal_menu ul li a {
background-image:url(../resimler/sablon-resimleri/sosyal-iconlar.png);
background-repeat:no-repeat;
width:33px;
height:33px;
display:block;
margin-right:4px;
}
#sosyal_menu ul li a.facebook {
background-position:0 -38px;
transition:all 0.2s;
}
#sosyal_menu ul li a.facebook:hover {
background-position:0 0;
}
#sosyal_menu ul li a.twitter {
background-position:-35px -38px;
transition:all 0.2s;
}
#sosyal_menu ul li a.twitter:hover {
background-position:-35px 0;
}
#sosyal_menu ul li a.youtube {
background-position:-69px -38px;
transition:all 0.2s;
}
#sosyal_menu ul li a.youtube:hover {
background-position:-69px 0;
}
#oturum {
float:left;
line-height:33px;
margin-left:50px;
font-size:16px;
}
#oturum a {
color:#333;
}
#oturum a span:hover {
color:#f89406;
}
#header_top_ara {
float:right;
line-height:33px;
}
#header_top_ara input[type="text"], #header_top_ara input[type="submit"] {
line-height:25px;
outline:none;
padding:0 5px;
border-bottom: solid 1px #CCC;
box-shadow: 0 0 2px #B1AFAF;
}
/* ==================== Wrapper ==================== */
#wrapper {
}
#header, #page_title, #page_content, #page_resim {
background-color:#f9f9f9;
border-bottom: solid 1px #CCC;
border-top:solid 2px #f89406;
box-shadow: 0 0 3px #B1AFAF;
padding:8px;
margin:10px 0;
}
#page_resim img {
display:block;
}
#header_logo {
background-image:url(../resimler/sablon-resimleri/logo.png);
background-repeat:no-repeat;
width:214px;
height:51px;
text-indent:-9999px;
float:left;
}
#header_logo a {
width:214px;
height:51px;
display:block;
}
#header_menu {
float:right;
margin-top:22px;
}
#header_menu ul li {
float:left;
position:relative;
}
#header_menu ul li a {
color:#333;
font-size:14px;
font-weight:bold;
text-decoration:none;
line-height:33px;
padding:0 7px;
margin-left:5px;
transition:all 0.4s;
display:block;
border-radius:0 6px 0 6px;
transition:all .5s;
}
#header_menu ul li a:hover {
color:#FFF;
background-color:#f89406;
}
#header_menu ul li ul {
position:absolute;
display:none;
padding-top:10px;
}
#header_menu ul li:hover ul {
display:block;
}
#header_menu ul li ul li {
}
#header_menu ul li ul li a {
width:150px;
color:#FFF;
background-color:#f89406;
margin-bottom:1px;
}
#header_menu ul li ul li a:hover {
color:#CCC;
background-color:#222;
}
#page_adres {
color:#FFF;
background-color:#222;
border-bottom: solid 1px #CCC;
box-shadow: 0 0 3px #FFF;
padding:15px 8px;
margin:10px 0;
text-align:center;
}
#footer_bg {
width:100%;
background-color:#f2f2f2;
border-bottom:solid 1px #CCC;
box-shadow:0 0 3px #B1AFAF;
padding:10px 0;
}
#footer {
}
#footer_copyright {
float:left;
line-height:40px;
}
#footer_kartlar {
float:right;
}
#footer_kartlar img {
display:block;
}
/* Ürünler Sayfası Stilleri */
.urun_tanitim {
width:200px;
background-color:#f9f9f9;
border-bottom: solid 1px #CCC;
border-top:solid 2px #f89406;
box-shadow: 0 0 3px #B1AFAF;
padding:8px;
margin:10px 42px 10px 0;
float:left;
text-align:center;
}
.margin_r_0 {
margin-right:0 !important;
}
.urun_tanitim a {
color:#FFF;
background-color:#f89406;
text-decoration:none;
line-height:30px;
display:block;
}
.urun_tanitim a:hover {
background-color:#222;
}
.urun_tanitim h2, .urun_tanitim h3, .urun_tanitim h4, .urun_tanitim h5 {
color:#f89406;
margin-top:10px;
}
#sepet_detay {
width:160px;
margin:0 auto;
font-size:12px;
}
#sepet {
float:right;
width:100px;
}
#detay {
float:left;
width:50px;
line-height:30px;
}
/* Ürün Detay Sayfası */
#urun_resim {
width:350px;
float:left;
}
#urun_detay {
width:600px;
float:right;
}