📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
yoresele-ticaret.demodesign.com.tr
/
includes
/
template
/
helper
📝
site-main-stil.php
← Geri Dön
<?php Header ("Content-type: text/css; charset=utf-8");?> <?php error_reporting(0); ob_start(); include "../../config/config.php"; include "../../config/language.php"; $settings=$db->prepare("SELECT * from ayarlar where id='1'"); $settings->execute(array(0)); $ayar=$settings->fetch(PDO::FETCH_ASSOC); $headerAyar = $db->prepare("select * from header_ayar where id=:id "); $headerAyar->execute(array( 'id' => '1' )); $head = $headerAyar->fetch(PDO::FETCH_ASSOC); $mobilHeaderAyar = $db->prepare("select * from mobiltema where id=:id "); $mobilHeaderAyar->execute(array( 'id' => '1' )); $mobilhead = $mobilHeaderAyar->fetch(PDO::FETCH_ASSOC); $topHeadHTML = $db->prepare("select * from headertop_html where dil=:dil and durum=:durum order by id desc limit 1 "); $topHeadHTML->execute(array( 'dil' => $_SESSION['dil'], 'durum' => '1' )); $tophtmlRow = $topHeadHTML->fetch(PDO::FETCH_ASSOC); $footerSet = $db->prepare("select * from footer_ayar where id=:id "); $footerSet->execute(array( 'id' => '1' )); $fot = $footerSet->fetch(PDO::FETCH_ASSOC); $tKutuAyar = $db->prepare("select * from tkutu_ayar where id='1'"); $tKutuAyar->execute(); $tkutuRow = $tKutuAyar->fetch(PDO::FETCH_ASSOC); $urunDetay = $db->prepare("select * from urun_detay where id='1'"); $urunDetay->execute(); $udetayRow = $urunDetay->fetch(PDO::FETCH_ASSOC); $odemesettings=$db->prepare("SELECT * from odeme_ayar where id='1'"); $odemesettings->execute(array(0)); $odemeayar=$odemesettings->fetch(PDO::FETCH_ASSOC); $hizmetAyar = $db->prepare("select * from hizmet_ayar where id='1'"); $hizmetAyar->execute(); $hizmetset = $hizmetAyar->fetch(PDO::FETCH_ASSOC); $headerDropSettings = $db->prepare("select * from haeder_dropdown where id='1'"); $headerDropSettings->execute(); $headDropRow = $headerDropSettings->fetch(PDO::FETCH_ASSOC); $pricingayar = $db->prepare("select * from pricing_ayar where id='1'"); $pricingayar->execute(); $tabloset = $pricingayar->fetch(PDO::FETCH_ASSOC); $loaderCek = $db->prepare("select back_color from loader where id='1'"); $loaderCek->execute(); $load = $loaderCek->fetch(PDO::FETCH_ASSOC); ?>/* Header Style */ .header-desktop-search1 form button{ color: #<?=$head['search_button_color']?>; } .header-desktop-call-i{ color: #<?=$head['call_i_color']?>; } .header-desktop-call-t{ color: #<?=$head['call_text_color']?>; } .header-desktop-call-t a{ color: #<?=$head['call_text_color']?>; } .header-desktop-call-t a:hover{ text-decoration: none; color: #<?=$head['call_text_color']?>; } .header-desktop-navbutton-box a{ color: #<?=$head['navbutton_color']?>; } .header-desktop-navbutton-box a:hover{ color: #<?=$head['navbutton_hover_color']?>; } .header-desktop-main-div { padding: <?=$head['padding']?>px 3%; } .topheader-desktop-main-div{ background-color: #<?=$head['topheader_bg']?>; border-bottom: 1px solid #<?=$head['topheader_border']?>; font-size: <?=$head['topheader_a_size']?>px ; } .topheader-desktop-main-left a{ padding: <?=$head['topheader_a_padding']?>px; color: #<?=$head['topheader_a_color']?>; font-weight: <?=$head['topheader_a_weight']?>; } .topheader-desktop-main-left a:hover{ color: #<?=$head['topheader_a_color_hover']?>; text-decoration: none; } .topheader-desktop-main-right a{ padding: <?=$head['topheader_a_padding']?>px; color: #<?=$head['topheader_a_color']?>; font-weight: <?=$head['topheader_a_weight']?>; } .topheader-desktop-main-right a:hover{ color: #<?=$head['topheader_a_color_hover']?>; text-decoration: none; } .topheader-lang-currency-box{ border-left: 1px solid #<?=$head['topheader_border']?>; } .topheader-lang-currency-box a{ padding: <?=$head['topheader_a_padding']?>px 13px; } .dropdown-menu.currency-drop.dropdown-menu:before{ content: ''; height: 11px; width: 11px; position: absolute; background-color: #fff; top: -7px; right:15px; border-top: #<?=$head['topheader_border']?> solid 1px; border-left: #<?=$head['topheader_border']?> solid 1px; transform: rotate(45deg); } .dropdown-menu.currency-drop{ margin-top: 0; margin-right: -1px !important; border-radius:0 !important; border:1px solid #<?=$head['topheader_border']?> !important; box-shadow:0 0 5px 0 rgba(0,0,0,.05) !important; } .topheader-html-main{ background-color: #<?=$tophtmlRow['arkaplan']?>; padding : <?=$tophtmlRow['padding']?>px 0 ; color: #<?=$tophtmlRow['text_color']?> !important; } .topheader-html-main span{ color: #<?=$tophtmlRow['text_color']?> !important; } .topheader-html-main a{ color:#<?=$tophtmlRow['a_color']?>; } .topheader-html-main a:hover{ color:#<?=$tophtmlRow['a_hover_color']?>; text-decoration:none; } /* <========SON=========>>> Header Style SON */ /* Dropdown Style */ .dropdown-menu{ border: 1px solid #<?=$head['dropdown_border']?> !important; } .dropdown-menu.cart-drop{<?php if($head['dropdown_radius'] == '1' ) {?>border-radius: 4px;<?php }?> <?php if($head['dropdown_radius'] == '0' ) {?>border-radius: 1px;<?php }?> <?php if($head['dropdown_shadow'] == '1' ) {?>box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);<?php }?>} .dropdown-menu.user-drop{<?php if($head['dropdown_radius'] == '1' ) {?>border-radius: 4px;<?php }?> <?php if($head['dropdown_radius'] == '0' ) {?>border-radius: 1px;<?php }?> <?php if($head['dropdown_shadow'] == '1' ) {?>box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);<?php }?>} .dropdown-menu.bell-drop{<?php if($head['dropdown_radius'] == '1' ) {?>border-radius: 4px;<?php }?> <?php if($head['dropdown_radius'] == '0' ) {?>border-radius: 1px;<?php }?> <?php if($head['dropdown_shadow'] == '1' ) {?>box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);<?php }?>} .dropdown-menu:before{ content: ''; height: 11px; width: 11px; position: absolute; background-color: #fff; top: -7px; right:9px; border-top: #<?=$head['dropdown_border']?> solid 1px; border-left: #<?=$head['dropdown_border']?> solid 1px; transform: rotate(45deg); } /* <========SON=========>>> Dropdown Style SON */ /* Desktop Dropdown Menu */ .top-level-menu-main-div{ background-color : #<?=$headDropRow['arkaplan']?>; border-top:<?=$headDropRow['border_size_top']?>px solid #<?=$headDropRow['border_color']?>; border-bottom:<?=$headDropRow['border_size']?>px solid #<?=$headDropRow['border_color']?>; } .top-level-menu{ justify-content:<?=$headDropRow['area']?>; } .top-level-menu > li{ background: none; margin-right:0; margin-left: 0; } .top-level-menu > li:hover { background-color: #<?=$headDropRow['box_hover_bg']?>} .top-level-menu > li span{ color:#<?=$headDropRow['box_text_color']?>; padding: <?=$headDropRow['box_padding_left']?>px <?=$headDropRow['box_padding_top']?>px; font-size: <?=$headDropRow['box_font_size']?>px ; font-weight: <?=$headDropRow['box_font_weight']?>; } .top-level-menu > li:hover span{ color:#<?=$headDropRow['box_hover_text_color']?>; } .second-level-menu { width: 210px; background-color: #<?=$headDropRow['second_bg']?>; padding: 5px; } .second-level-menu > li { border-bottom: 1px solid #<?=$headDropRow['second_border']?>; padding: 9px; } .second-level-menu > li:hover { background: #<?=$headDropRow['second_bg_hover']?>; } .second-level-menu > li p{ color: #<?=$headDropRow['second_text_color']?>; font-size:<?=$headDropRow['second_font_size']?>px; } .second-level-menu > li:hover p{ color:#<?=$headDropRow['second_hover_text_color']?>; } .third-level-menu { left:200px; width: 200px; margin-left: 200px; background-color: #<?=$headDropRow['third_bg']?>; padding: 5px; } .third-level-menu > li { padding: 8px 12px; border-bottom: 1px solid #<?=$headDropRow['third_border']?>; } .third-level-menu > li:hover { background: #<?=$headDropRow['third_bg_hover']?>; } .second-level-menu > li > .third-level-menu li p{ color: #<?=$headDropRow['third_text_color']?>; font-size:<?=$headDropRow['third_font_size']?>px; } .second-level-menu > li > .third-level-menu li:hover p{ color:#<?=$headDropRow['third_hover_text_color']?>; } .top-level-menu li:hover > ul { border-top: 1px solid #<?=$headDropRow['dropdown_topborder']?>; } .sablon2-level-menu{ background-color: #<?=$headDropRow['mega_bg']?>; } .sablon2-level-menu-left-item-h{ color:#<?=$headDropRow['mega_baslik_text']?> !important; border-bottom: 1px solid #<?=$headDropRow['mega_border']?>; padding-bottom:10px; } .sablon2-level-menu-left-item-s{ color:#<?=$headDropRow['mega_alt_text']?>!important; } .sablon2-level-menu-left-item-s:hover{ text-decoration: underline !important; } /* <========SON=========>>> Desktop Dropdown Menu SON */ body{background-color: #<?php echo $ayar['site_bg_color']?> !important} #return-to-top{background-color: #<?=$ayar['totop_bg']?>; bottom:<?=$ayar['totop_bottom']?>px; border-radius:<?=$ayar['totop_radius']?>} #return-to-top:hover{background-color: #<?=$ayar['totop_bg']?>} #return-to-top i{color: #<?=$ayar['totop_icon']?>} #return-to-top:hover i{color: #<?=$ayar['totop_icon']?>} .header-desktop-search1 form input{ border: 1px solid #<?=$head['search_border_color']?>; border-radius: <?=$head['search_border_radius']?>; color: <?=$head['search_text_color']?>; background-color:#<?=$head['search_bg']?>; } .header-desktop-search1 form input::placeholder{ color: #<?=$head['search_place_color']?>; } .header-desktop-search1 form input:-ms-input-placeholder{ color: #<?=$head['search_place_color']?>; } .header-desktop-search1 form input::-ms-input-placeholder{ color: #<?=$head['search_place_color']?>; } .header-desktop-search1 form input:focus{ border: 1px solid #<?=$head['search_focus_border']?> !important;<?php if($head['search_shadow'] == '1' ) {?>box-shadow: 0 0 10px 0 rgba(0,0,0,.1) !important;<?php }?>} /* Footer */ .footer-module-main-div{ border-top: 1px solid #<?=$fot['footer_border']?>; font-family : '<?=$fot['baslik_font']?>',sans-serif ;<?php if($fot['bg_tip'] == '1' ) {?>background:#<?=$fot['bg_color']?> ;<?php }else { ?>background-image:url("images/uploads/<?=$fot['bg_image']?>") ;background-size: cover;background-position:top center;<?php if($fot['bg_durum'] == '1' ) {?>background-attachment: fixed;<?php }?><?php }?>padding:<?=$fot['padding']?>px 0; margin: <?=$fot['margin']?>px 0 0 0; } .footer-module-box-telif{ width: 90%; font-family : '<?=$fot['baslik_font']?>',sans-serif ; color: #<?=$fot['alt_renk']?>; } .footer-module-box-social a{ display: block; color: #<?=$fot['ana_renk']?>; padding: 10px 14px; box-sizing: border-box; line-height: 15px; font-size: 15px ; } .footer-module-box-social a:first-child{ padding-left: 0; } .footer-module-header-text{ color: #<?=$fot['ana_renk']?>; } .footer-module-contact-box{ color: #<?=$fot['alt_renk']?>; } .footer-module-contact-box a{ color: #<?=$fot['alt_renk']?>; } .footer-module-workhour-div{ color: #<?=$fot['alt_renk']?>; } .footer-module-links-div a{ display: block; width: 100%; margin-bottom: 10px; color: #<?=$fot['alt_renk']?>; } /* Ticaret Kutuları ///////////////////////////////////////////*/.ticaret-kutulari-inside{font-family : '<?= $tkutuRow['tkutu_font'] ?>',sans-serif ;border: 1px solid #<?= $tkutuRow['tkutu_border'] ?>;background-color: #<?= $tkutuRow['tkutu_arkaplan'] ?>;}.ticaret-kutu-box{border-right: 1px solid #<?= $tkutuRow['tkutu_border'] ?>;} @media screen and (max-width:410px) and (min-width:321px) {.ticaret-kutu-box{border-right: 0 !important;border-bottom: 1px solid #<?= $tkutuRow['tkutu_border'] ?>;}.ticaret-kutu-box:last-child{border-bottom:0 !important;} } /* Ürün Detay */ #urundetaytabs .ui-tabs-active a { background-color: #<?=$udetayRow['urundetay_aktif_tab']?> !important; color: #<?=$udetayRow['urundetay_aktif_tab_yazi']?> !important; } #urundetaytabs{ font-family : '<?=$udetayRow['detay_font']?>',sans-serif ; } .urun-detay-main{ font-family : '<?=$udetayRow['detay_font']?>',sans-serif ; background-color: #<?=$udetayRow['detay_bg']?>; } /* Genel Modal */ .modal-content{ font-family : '<?=$odemeayar['modal_font']?>',Sans-serif !important ; } /* hizmet detay sağ butonlar */ .hizmetler-detay-right-box{ border: 1px solid #<?=$hizmetset['detay_buton_border']?>; border-left:6px solid #<?=$hizmetset['detay_buton_hover_bg']?>; background-color: #<?=$hizmetset['detay_buton_bg']?>; color:#<?=$hizmetset['detay_buton_text']?>; } .hizmetler-detay-right-box:hover{ background-color: #<?=$hizmetset['detay_buton_hover_bg']?>; color: #<?=$hizmetset['detay_buton_hover_text']?>; border: 1px solid #<?=$hizmetset['detay_buton_hover_bg']?>; border-left:6px solid #<?=$hizmetset['detay_buton_hover_bg']?>; } .hizmetler-detay-right-box-act{ border: 1px solid #<?=$hizmetset['detay_buton_hover_bg']?>; border-left:6px solid #<?=$hizmetset['detay_buton_hover_bg']?>; background: #<?=$hizmetset['detay_buton_hover_bg']?>; } /* Pricing Tabs Ayar */ /* pricing */ .pricing-tablolar-module-main-div{ border-top: 1px solid #<?=$tabloset['pricingayar_border']?>; border-bottom: 1px solid #<?=$tabloset['pricingayar_border']?>; font-family : '<?=$tabloset['baslik_font']?>',sans-serif ;<?php if($tabloset['bg_tip'] == '1' ) {?>background:#<?=$tabloset['bg_color']?> ;<?php }else { ?>background-image:url("images/uploads/<?=$tabloset['bg_image']?>") ;background-size: cover;background-position:top center;<?php if($tabloset['bg_durum'] == '1' ) {?>background-attachment: fixed;<?php }?><?php }?>padding:<?=$tabloset['padding']?>px 0; margin: <?=$tabloset['margin']?>px 0; } .pricing-tab-system ul{ background-color: #<?=$tabloset['tab_bg']?>; border-radius: <?=$tabloset['tab_radius']?>px;<?php if($tabloset['tab_shadow'] == '1' ) {?>box-shadow: 0 0 15px 0 rgba(0,0,0,.1);<?php }?>} .pricing-tab-system a:first-child{ border-radius: <?=$tabloset['tab_radius']?>px 0 0 <?=$tabloset['tab_radius']?>px !important; } .pricing-tab-system a:last-child{ border-radius: 0 <?=$tabloset['tab_radius']?>px <?=$tabloset['tab_radius']?>px 0 !important; } .pricing-tab-system a{ color: #<?=$tabloset['tab_text']?>; font-size: <?=$tabloset['tab_font_size']?>px ; } .pricing-tab-system a.active{ background-color: #<?=$tabloset['tab_act_bg']?> !important; color: #<?=$tabloset['tab_act_text']?> !important; } .pricing-tab-system a:hover{ background-color: #<?=$tabloset['tab_act_bg']?>; color: #<?=$tabloset['tab_act_text']?>; } @media screen and (max-width:1000px) and (min-width:0) {.pricing-tab-system a{border-radius: <?=$tabloset['tab_radius']?>px !important ;}.pricing-tab-system a:first-child{border-radius: <?=$tabloset['tab_radius']?>px !important ;}.pricing-tab-system a:last-child{border-radius: <?=$tabloset['tab_radius']?>px !important ;} } /* <========SON=========>>> Pricing Tabs Ayar SON */ /* Pre Loader */ .preload-main { display: flex; height: 100vh; width: 100%; position: fixed; z-index: 9999; justify-content: center; align-items: center; background: #<?=$load['back_color']?>; overflow: hidden; top: 0; left: 0; } .loader { position: relative; } /* <========SON=========>>> Pre Loader SON */ /* Mobil Tema */ .mobile-top-header-main{ border-bottom: 1px solid #<?=$head['topheader_border']?>; background-color: #<?=$head['topheader_bg']?>; } .mobil-top-header-currency, .mobil-top-header-lang{border-left: 1px solid #<?=$head['topheader_border']?>; } .swiper-top-header .swiper-slide a{ color: #<?=$head['topheader_a_color']?>; } .swiper-top-header .swiper-slide a:hover{ color: #<?=$head['topheader_a_color_hover']?>; text-decoration:none; } .mobil-header-select-area{ color: #<?=$head['topheader_a_color']?>; } .mobil-header-select-area:hover{ color: #<?=$head['topheader_a_color_hover']?>; text-decoration:none; } .mobile-header-main-area{ background-color: #<?= $head['header_bg'] ?>; border-bottom:1px solid #<?= $mobilhead['alt_border'] ?>; } .mobile-header-icons{ color: #<?=$head['navbutton_color']?> !important; } .mobile-header-bars{ color: #<?=$mobilhead['bar_color']?>; border: 1px solid #<?=$mobilhead['bar_border']?>; background-color: #<?=$mobilhead['bar_bg']?>;<?php if($mobilhead['round'] == '1' ) {?>border-radius:5px;<?php }?>} .mobile_side_wrap_in_close label{ background-color: #<?=$mobilhead['kapat_bg']?>; color: #<?=$mobilhead['kapat_renk']?>; } .mobile_side_wrap{ background-color: #<?=$mobilhead['op_menu_bg']?>; } .mobile_side_wrap_in_search input{ background-color: #<?=$mobilhead['ara_bg']?>; border: 1px solid #<?=$mobilhead['ara_border']?>; color:#<?=$mobilhead['ara_text']?>; } .mobile_side_wrap_in_search button{ color:#<?=$mobilhead['ara_text']?>; } .mobile_side_wrap_in_search input:focus{ border: 1px solid #<?=$mobilhead['ara_border']?> !important; } .mobile_side_wrap_in_footer{ background-color: #<?=$mobilhead['cagri_bg']?>; border: 1px solid #<?=$mobilhead['cagri_border']?>; } .mobile-menu-categories-main{ border-top: 1px solid #<?=$mobilhead['op_menu_border']?>; } .mobile-menu-categories-main #categories-parent-main ul li a { color: #<?=$mobilhead['op_menu_text']?>; border-bottom: 1px solid #<?=$mobilhead['op_menu_border']?>; } .mobile-menu-categories-main #categories-parent-main ul li a:hover { color: #<?=$mobilhead['op_menu_hover_text']?>; background-color: #<?=$mobilhead['op_menu_hover']?>; } .mobile-menu-categories-main #categories-parent-main ul li a i{ color: #<?=$mobilhead['op_menu_text']?>; } .mobile-menu-categories-main #categories-parent-main ul li a i:hover { color: #<?=$mobilhead['op_menu_hover_text']?>; background-color: #<?=$mobilhead['op_menu_hover']?>; } .fixed-foot-navigation{background-color: #<?=$mobilhead['sabit_bg']?>;<?php if($mobilhead['sabit_golge'] == '1' ) {?>box-shadow:0 0 15px rgba(0,0,0,.1);<?php }?>} .fixed-foot-navigation-in-box{color : #<?=$mobilhead['sabit_text']?>} .fixed-foot-navigation-in-box:hover{color : #<?=$mobilhead['sabit_text']?>;text-decoration:none; } /* <========SON=========>>> Mobil Tema SON */
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula