body { font-family: 'Source Sans Pro', sans-serif; } * { box-sizing: border-box; } /* ANA HEADER SAYFASINDA MENÜ YAZILARI BOYUTU VE RENGİ BURADAN AYARLANIR */ a { color: #000; } .menu { margin: auto; width: 75%; position: absolute; top: 55px; right: 17%; } .menu-container { margin: 1 auto; background: #fff; /* ana menu header backround rengi */ } .menu img { max-width: 100%; } .menu-mobile { display: none; padding: 20px; } .menu-mobile:after { content: "\f394"; font-family: "Ionicons"; /* sub menu açınca kenardaki artı işaretleri */ font-size: 2.5rem; /* 3 cizgili menu nun boyutunu ayarlar */ padding: 0; float: right; position: relative; top: -20px; right: -300%; /* 3 cizgili menu sağa sola çekiyor */ -webkit-transform: translateY(-25%); transform: translateY(-25%); } .menu-dropdown-icon:before { content: "\f489"; font-family: "Ionicons"; display: none; cursor: pointer; float: right; padding: 0.1em 2em; background: #fff; color: #333; font-size: 14px; /* sub menu açınca kenardaki artı işaretleri BUYUTME KÜÇÜLTME MOBİLDE */ } .menu > ul { margin: 0 auto; width: 110%; /* PC MENU YAN SIRALAMA ALANI GENİŞLETİR*/ list-style: none; padding: 9; position: relative; /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */ box-sizing: border-box; clear: right; top: 70px; /* PC MENU YÜKSEKLİĞİ BURADAN (kategori isimleri) ESKİ ORJ HALİ 29 */ } .menu > ul:before, .menu > ul:after { content: ""; display: table; } .menu > ul:after { clear: both; } .menu > ul > li { float: left; background: #FDFDFD;/* yazıların backround rengi */ padding: 0; margin: 1; font-size: 12px; } .menu > ul > li a { text-decoration: none; padding: 0.4em 1.2em; /* menu cerceve boyut.. buradan yazı aralığı ve yüksekliğini ayarlanabilir orj: padding: 0.4em 0.4em; */ display: block; border: 1px solid #fff;/* PC MENÜ YAZI BUTONLARI KENAR RENGİ */ font-size: 1.0rem; /* PC MENÜ YAZI BOYUTU */ } .menu > ul > li:hover { background: #66CCFF; /* kategori yazıların üzerine gelince değişen renk back PC + MOBİL */ color: #FF9900; /* kategori yazıların üzerine gelince değişen renk yazı */ border-radius: 7px; border: 1px solid #fff; /* BUTON ÜZERİNE GELİNCE KENAR RENGİ */ padding: 1px; } .menu > ul > li > ul { display: none; width: 55%; /* pc de sub menu BÜYÜK PENCERE açılan backround u daraltıyor bütün pencereyi daraltır */ background: #CC99FF; /* pc de sub menu açılan backround resmi */ padding: 20px; position: absolute; z-index: 50; left: 20; /* PC DE SUB MENULERİ SAĞA SOLA ÇEK (orjinali 0 dı) */ margin: 0; list-style: none; box-sizing: border-box; border-radius: 7px; border: 1px solid #fff; /* PC SUB MENU GENEL PENCERE K */ padding: 1px; }} .menu > ul > li > ul:before, .menu > ul > li > ul:after { content: ""; display: table; } .menu > ul > li > ul:after { clear: both; } .menu > ul > li > ul > li { margin: 0; padding-bottom: 0; list-style: none; width: 25%; background: none; float: left; } .menu > ul > li > ul > li a { color: #000; /* pc sub menu deki yazıların rengi buradan degistir */ background: #fff; /* pc sub menu backround rengi */ padding: .2em 0; width: 55%; /* pc sub menu deki yazıların alanını daraltıyor yazı kimi zamaikinci satıra geçiyor orjinali 95 */ display: block; border-bottom: 1px solid #fff; } .menu > ul > li > ul > li a:hover{ color:#FFF; /* pc sub menu üzerine gelince değişen yazı */ background: #00CC00; /* pc sub menu buton üzerine gelince değişen backround */ } .menu > ul > li > ul > li > ul { display: block; padding: 0; margin: 10px 0 0; list-style: none; box-sizing: border-box; } .menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after { content: ""; display: table; } .menu > ul > li > ul > li > ul:after { clear: both; } .menu > ul > li > ul > li > ul > li { float: left; width: 100%; /* pc sub menu deki yazıların alanını daraltıyor yazı kimi zamaikinci satıra geçiyor orjinali 95 (2) */ padding: 10px 0; margin: 0; font-size: .8em; } .menu > ul > li > ul > li > ul > li a { border: 0; font-size: 10px; margin: 0; list-style: none; box-sizing: border-box; border-radius: 5px; border: 1px solid #F3F3F3; /* PC SUB MENU YAZI ETRAFI BORDER */ /* iÇ MENU AÇILINCA GÖRÜNEN YAZILARIN BOYUTLARI BURADAN (SADECE PC DE ) */ } .menu > ul > li > ul.normal-sub { width: 300px; left: auto; padding: 10px 20px; } .menu > ul > li > ul.normal-sub > li { width: 100%; } .menu > ul > li > ul.normal-sub > li a { border: 0; padding: 1em 0; } /* –––––––––––––––––––––––––––––––––––––––––––––––––– Mobile style's –––––––––––––––––––––––––––––––––––––––––––––––––– */ @media only screen and (max-width: 850px) { .menu-container { width: 10%; /* mobilde header alanını daraltıyor.. yazılar iç içine geçiyor */ } .menu-container .menu{ display:inline-block; } .menu-mobile { display: block; float: right; padding: 20px 20px 0; z-index: 99; } .menu-dropdown-icon:before { display: block; } .menu > ul { display: none; width:70%; z-index: 99; /* mobilde menu atrı işaretleri ve kategori başlıkları yazılarını ortaya cekiyor */ } .menu > ul > li { width: 100%; float: none; display: block; } .menu > ul > li a { padding: 0.6em; /* mobilde menu yazıları ve artıları yükseklik olarak aralıyor */ width: 100%; display: block; font-size: 14px; /* iÇ MENU YAZI BOYUTLARI (ALT MENU HARİÇ) (SADECE MOBİLDE) */ } .menu > ul > li > ul { position: relative; padding: 0 10px; /* ALT MENU YAZILARI SOLA ÇEKER (SADECE MOBİLDE) */ left: 0px; /* ALT MENU BACKK SOLA ÇEKER (SADECE MOBİLDE) */ width: 100%; /* ALT MENU GENİSŞLİK (SADECE MOBİLDE) */ padding: -150px; } .menu > ul > li > ul.normal-sub { width: 10%; } .menu > ul > li > ul > li { float: none; width: 100%; margin-top: 20px; } .menu > ul > li > ul > li:first-child { margin: 0; } .menu > ul > li > ul > li > ul { position: relative; } .menu > ul > li > ul > li > ul > li { float: none; } .menu .show-on-mobile { display: block; } } /* HEADER ÜSTÜNDEKİ İNCE BEYAZ ALAN İÇİN BACKGROUN AYARLAMASI YAPIYOR */ @media screen and (max-width:850px) { .ana-header-background-ustu-m{ position: absolute; top: 0px; background-color: #fff ; width:100%; height:52px; } } @media screen and (min-width:850px) { .ana-header-background-ustu-p{ position: absolute; top: 0px; background-color: #fff ; width:100%; height:52px; } } /* HEADER ÜSTÜNDEKİ İNCE BEYAZ ALAN İÇİN BACKGROUN AYARLAMASI YAPIYOR */ /* BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND */ /* üye olana ve üye olmayana farkli renk gösteren sistem */ @media screen and (max-width:850px) { .ana-header-background-m{ position: absolute; top: 37px; background-color: #6ab3d2 ; width:100%; height:52px; } } @media screen and (min-width:850px) { .ana-header-background-p{ position: absolute; top: 26px; background-color: #6ab3d2 ; width:100%; height:90px; } } /* BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND */ /* üye olana ve üye olmayana farkli renk gösteren sistem */ /* HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR */ @media screen and (max-width:850px) { .hrbir-m { position: absolute; top: 75px; width:100%; } } @media screen and (min-width:850px) { .hrbir-p { position: absolute; top: 107px; width:100%; } } /* HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR */ /* LOGİN REGİSTER POZİSYON */ @media screen and (max-width:850px) { .login-register-m{ overflow: auto; position: absolute; left: 6px; top: 10px; } } @media screen and (min-width:850px) { .login-register-p{ ooverflow: auto; position: absolute; right: 330px; top: 64px; } } /* LOGİN REGİSTER POZİSYON */ .logo_yeni img { max-width: 150px; height: auto; } /* PANEL PHP HEADER ALTI İKİ CİZGİ */ @media screen and (max-width:700px) { .panel-header-alti-iki-cizgi-m{ ffont-size: 10px; ccolor: #000000; background-color: ; text-align: center; } } @media screen and (min-width:700px) { .panel-header-alti-iki-cizgi-p{ ffont-size: 14px; ccolor: #000000; background-color: ; text-align: center; hhheight: 35px; } } /* PANEL PHP HEADER ALTI İKİ CİZGİ */ /* ARA BOŞLUKLARI CSS */ .br-yarim { margin-bottom: 0.5px; line-height: 0.5px; } /* ARA BOŞLUKLARI CSS */ /* YENİ LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO */ @media screen and (max-width:850px) { .logo_yeni-m img{ max-width: 80px; height: auto; position: absolute; top: 38px; left: 9px; rrrright: 2%; width: 48px; height: 48px; border: 1px solid #FFFFFF; } } @media screen and (min-width:850px) { .logo_yeni-p img{ max-width: 150px; height: auto; position: absolute; top: 37px; left: 12px; z-index: 1; width: 68px; height: 68px; border: 1px solid #FFFFFF; } } /* YENİ LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO */ /* LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO */ @media screen and (max-width:850px) { .logo-m{ position: absolute; top: 48px; left: 10px; rrrright: 2%; } } @media screen and (min-width:850px) { .logo-p{ position: absolute; top: 36px; left: 60px; z-index: 1; } } /* LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO LOGO */ /* HEADER ÜSTÜ (RESİM) BÖLÜM POZİSYONU AYARLAR */ @media screen and (max-width:850px) { .avatar-m { display:none; /* BU BÖLÜMDE AVATARI MOBİL BÖLÜMÜNÜ ÜSTTE GÖSTERİYORDU.. AMA ORTADAN KALDIRILDI */ bbb-border-radius: 50%; /* burası sadece profil resmini yuvarlar */ bbb-overflow: auto; bbb-position: absolute; bbb-left: 4px; bbb-top: 6px; bbb-border: 1px solid black; } } @media screen and (min-width:850px) { .avatar-p{ border-radius: 50%; /* burası sadece profil resmini yuvarlar */ overflow: auto; position: absolute; right: 330px; top: 50px; border: 2px solid black; } } /* HEADER ÜSTÜ (RESİM) BÖLÜM POZİSYONU AYARLAR */ /* HEADER ÜSTÜ (RESİM) BÖLÜM POZİSYONU AYARLAR */ @media screen and (max-width:850px) { .avatar-boy-m{ width: 25px; height: 25px; border: 1px solid green; } } @media screen and (min-width:850px) { .avatar-boy-p{ width: 45px; height: 45px; } } /* HEADER ÜSTÜ (RESİM) BÖLÜM POZİSYONU AYARLAR */ /* İSİM İSİM İSİM İSİM İSİM İSİM İSİM İSİM İSİM İSİM İSİM */ @media screen and (max-width:850px) { .isim-m{ display:none; /* BU BÖLÜMDE AVATAR YANINDA İSİM MOBİL BÖLÜMÜNÜ ÜSTTE GÖSTERİYORDU.. AMA ORTADAN KALDIRILDI */ bbb-border-radius: 2%; bbb-position: absolute; bbb-left: 28px; /* İSMİ SAĞA SOLA ÇEK*/ bbb-top: 7px; bbborder: 1px solid #fff; bbb-font-size: 10px; bbb-z-index: 1; } } @media screen and (min-width:850px) { .isim-p{ border-radius: 2%; position: absolute; right: 225px; /* İSMİ SAĞA SOLA ÇEK*/ top: 60px; bbbborder: 1px solid #fff; font-size: 12px; z-index: 1; } } /* İSİM İSİM İSİM İSİM İSİM İSİM İSİM İSİM İSİM İSİM İSİM İSİM */ .isim-p a:hover { color: #FFF; -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3); box-shadow: 0 0 3px rgba(0,0,0,0.3); } .isim-p a:active { color: #FFF; -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3); box-shadow: 0 0 3px rgba(0,0,0,0.3); } .isim-m a:hover { color: #FF00FF; } /* ADMİN ADMİN ADMİN ADMİN ADMİN ADMİN ADMİN ADMİN ADMİN ADMİN */ @media screen and (max-width:850px) { .admin-m{ position: absolute; top: 12px; right: 14%; z-index: 1; border-radius: 2%; bbborder: 1px solid #000; font-size: 10px; } } @media screen and (min-width:850px) { .admin-p{ position: absolute; top: 1px; right: 180px; z-index: 1; border-radius: 2%; bbbborder: 1px solid #000; font-size: 15px; } } /* ADMİN ADMİN ADMİN ADMİN ADMİN ADMİN ADMİN ADMİN ADMİN ADMİN */ /* ÜST BAR MİNİ DESTEK YAZI BASLAR */ @media screen and (max-width:850px) { .en_ust_destek_yazi-m{ position: absolute; top: 12px; right: 4%; border-radius: 2%; ffffont-weight: bold; color: #999999; font-size: 10px; } } @media screen and (min-width:850px) { .en_ust_destek_yazi-p{ position: absolute; top: 1px; right: 4%; border-radius: 2%; ffffont-weight: bold; color: #999999; font-size: 15px; } } /* ÜST BAR MİNİ DESTEK YAZI BiTER */ /* ARAMA ARAMA ARAMA ARAMA ARAMA ARAMA ARAMA ARAMA ARAMA ARAMA ARAMA */ @media screen and (max-width:850px) { .arama-alani-m{ position: absolute; width: 48%; margin: 15px auto; right: 26%; top: 31px; ffont-size: 55px; z-index: 1; } } @media screen and (min-width:850px) { .arama-alani-p{ position: absolute; width: 60%; height:50px; margin: 15px auto; left: 8%; top: 0px; z-index: 1; } } /* Arama Alanı Ayarları */ .has-search .form-control-feedback { rrrright: initial; lllleft: 0; right: 0; color: #ccc; z-index: 1; font-size: 11px; } .has-search .form-control { padding-right: 12px; padding-left: 10px; font-size: 11px; } /* ARAMA ARAMA ARAMA ARAMA ARAMA ARAMA ARAMA ARAMA ARAMA ARAMA ARAMA BiTER */ /* LİSTELERİM YAZISI POZİSYON GÖSTERME BAŞLAR */ /* YENİ İFRAME POZİSYON */ @media screen and (max-width:850px) { .yeni_iframe_yuvarlak_pozisyon-m{ position: absolute; top: 8px; right: 30%; z-index: 1; border-radius: 2%; bbborder: 1px solid #000; font-size: 10px; } } @media screen and (min-width:850px) { .yeni_iframe_yuvarlak_pozisyon-p{ position: absolute; top: 62px; right: 35px; z-index: 1; border-radius: 2%; bbbborder: 1px solid #000; font-size: 9px; } } /* LİSTELERİM YAZISI POZİSYON GÖSTERME */ /* LİSTELERİM YAZISI GÖSTERME BAŞLAR */ /* https://codepen.io/rabakilgur/pen/zyggOe */ .select-dropdown, .select-dropdown * { margin: 0; padding: 0; position: relative; box-sizing: border-box; } .select-dropdown { position: relative; background-color: ; border-radius: 4px; } .select-dropdown select { font-size: 1.3rem; fffont-weight: normal; font-weight: bold; max-width: 100%; padding: 2px 5px 2px 5px; border: none; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .select-dropdown select:active, .select-dropdown select:focus { outline: none; box-shadow: none; } .select-dropdown:after { content: ""; position: absolute; ttttop: 50%; rrright: 8px; width: 0; height: 0; margin-top: -2px; border-top: 5px solid #aaa; border-right: 5px solid transparent; border-left: 5px solid transparent; } /* LİSTELERİM YAZISI GÖSTERME BİTER */ /* FVRRRRRRR */ @media screen and (max-width:850px) { .favorilerin-m{ position: absolute; top: 5px; right: 26%; z-index: 1; border-radius: 2%; bbborder: 1px solid #000; font-size: 10px; } } @media screen and (min-width:850px) { .favorilerin-p{ position: absolute; top: 38px; right: 55px; z-index: 1; border-radius: 2%; bbbborder: 1px solid #000; font-size: 9px; } } /* FAVORİ */ /* İSİM AÇILIR MENÜ BÖLÜM CSS LERİ.. */ .dropdown dt a { color: #000; display: block; padding-right:0px; width: 100px; /* AÇILMADAN İSMİN YAZDIĞI BÖLÜM GEMİŞLİĞİ (ORJ 100) */ text-decoration: none; z-index: 200; } .dropdown dt a span { cursor:pointer; display:block; padding:5px; color: #000; text-decoration: none; z-index: 200; } /* UL styles */ .dropdown dd ul { background:#fff none repeat scroll 0 0; display:none; list-style:none; padding:5px 0px; position:absolute; left: 0px; top: 2px; width: auto; min-width:65px; /* AÇILAN BÖLÜM GEMİŞLİĞİ (ORJ 60)*/ color: #000; z-index: 200; border: 1px solid #EBEBEB; } .dropdown span.value { display:none;} .dropdown dd ul li a { padding: 5px; display: block; color: #000; outline: none; text-decoration: none; z-index: 200; } .dropdown dd ul li a:hover{ background-color: #CCCCCC ; /* YAZI ÜZERİNE GELİNCE RENK DEĞİŞEN KODLAR */ color: #FF0000; /* YAZI ÜZERİNE GELİNCE RENK DEĞİŞEN KODLAR */ text-decoration: none; z-index: 500; } .dropdown span.value { display:none; } /* İSİM AÇILIR MENÜ BÖLÜM CSS LERİ.. */ /* BURASI HEADERDEKİ MENÜ BAŞLIKLARINI KATEGORİ İSİMLERİNİ ÜYE OLMAYANA GİZLER */ .pasif { display: none; } /* BURASI HEADERDEKİ MENÜ BAŞLIKLARINI KATEGORİ İSİMLERİNİ ÜYE OLMAYANA GİZLER */ /* HEADER ALTI BOŞLUK AYARLAMA (PANEL.PHP) */ @media screen and (max-width:700px) { .panel-header-alti-bosluk-m{ margin-bottom:48px; line-height:48px; } } @media screen and (min-width:700px) { .panel-header-alti-bosluk-p{ margin-bottom:80px; line-height:80px; } } /* HEADER ALTI BOŞLUK AYARLAMA (PANEL.PHP) */ /* HEADER ALTI BOŞLUK AYARLAMA (İNDEX.PHP) */ @media screen and (max-width:700px) { .panel-header-alti-bosluk-m{ margin-bottom:48px; line-height:48px; } } @media screen and (min-width:700px) { .panel-header-alti-bosluk-p{ margin-bottom:80px; line-height:80px; } } @media screen and (max-width:700px) { .listeler-header-alti-bosluk-m{ margin-bottom:20px; line-height:20px; } } @media screen and (min-width:700px) { .listeler-header-alti-bosluk-p{ margin-bottom:90px; line-height:90px; } } /* HEADER ALTI BOŞLUK AYARLAMA (İNDEX.PHP) */ /* HEADER ALTI BOŞLUK AYARLAMA (İNDEX.PHP) */ @media screen and (max-width:700px) { .panel-header-alti-bosluk-m{ margin-bottom:48px; line-height:48px; } } @media screen and (min-width:700px) { .panel-header-alti-bosluk-p{ margin-bottom:80px; line-height:80px; } } @media screen and (max-width:700px) { .listeler-header-alti-bosluk-m{ margin-bottom:20px; line-height:20px; } } @media screen and (min-width:700px) { .listeler-header-alti-bosluk-p{ margin-bottom:90px; line-height:90px; } } @media screen and (max-width:700px) { .index-header-alti-bosluk-m{ margin-bottom:-55px; line-height:-55px; } } @media screen and (min-width:700px) { .index-header-alti-bosluk-p{ margin-bottom:-50px; line-height:-50px; } } /* HEADER ALTI BOŞLUK AYARLAMA (İNDEX.PHP) */ /* HEADER ALTI BOŞLUK AYARLAMA (BOS.PHP) */ @media screen and (max-width:700px) { .panel-header-alti-bosluk-m{ margin-bottom:48px; line-height:48px; } } @media screen and (min-width:700px) { .panel-header-alti-bosluk-p{ margin-bottom:80px; line-height:80px; } } @media screen and (max-width:700px) { .listeler-header-alti-bosluk-m{ margin-bottom:20px; line-height:20px; } } @media screen and (min-width:700px) { .listeler-header-alti-bosluk-p{ margin-bottom:90px; line-height:90px; } } @media screen and (max-width:700px) { .index-header-alti-bosluk-m{ margin-bottom:-55px; line-height:-55px; } } @media screen and (min-width:700px) { .index-header-alti-bosluk-p{ margin-bottom:-50px; line-height:-50px; } } @media screen and (max-width:700px) { .index-story-bosluk-m{ margin-bottom:2px; line-height:2px; } } @media screen and (min-width:700px) { .index-story-bosluk-p{ margin-bottom:40px; line-height:40px; } } /* HEADER ALTI BOŞLUK AYARLAMA (BOS.PHP) */ /* HEADER ALTI BOŞLUK AYARLAMA (BOS.PHP) */ @media screen and (max-width:700px) { .panel-header-alti-bosluk-m{ margin-bottom:48px; line-height:48px; } } @media screen and (min-width:700px) { .panel-header-alti-bosluk-p{ margin-bottom:80px; line-height:80px; } } @media screen and (max-width:700px) { .listeler-header-alti-bosluk-m{ margin-bottom:20px; line-height:20px; } } @media screen and (min-width:700px) { .listeler-header-alti-bosluk-p{ margin-bottom:90px; line-height:90px; } } @media screen and (max-width:700px) { .index-header-alti-bosluk-m{ margin-bottom:-55px; line-height:-55px; } } @media screen and (min-width:700px) { .index-header-alti-bosluk-p{ margin-bottom:-50px; line-height:-50px; } } @media screen and (max-width:700px) { .index-story-bosluk-m{ margin-bottom:2px; line-height:2px; } } @media screen and (min-width:700px) { .index-story-bosluk-p{ margin-bottom:40px; line-height:40px; } } @media screen and (max-width:700px) { .hesabim-header-alti-bosluk-m{ margin-bottom:44px; line-height:44px; } } @media screen and (min-width:700px) { .hesabim-header-alti-bosluk-p{ margin-bottom:98px; line-height:98px; } } /* HEADER ALTI BOŞLUK AYARLAMA (BOS.PHP) */ /* HEADER ALTI BOŞLUK AYARLAMA (BOS.PHP) */ @media screen and (max-width:700px) { .panel-header-alti-bosluk-m{ margin-bottom:48px; line-height:48px; } } @media screen and (min-width:700px) { .panel-header-alti-bosluk-p{ margin-bottom:80px; line-height:80px; } } @media screen and (max-width:700px) { .listeler-header-alti-bosluk-m{ margin-bottom:20px; line-height:20px; } } @media screen and (min-width:700px) { .listeler-header-alti-bosluk-p{ margin-bottom:90px; line-height:90px; } } @media screen and (max-width:700px) { .index-header-alti-bosluk-m{ margin-bottom:-55px; line-height:-55px; } } @media screen and (min-width:700px) { .index-header-alti-bosluk-p{ margin-bottom:-50px; line-height:-50px; } } @media screen and (max-width:700px) { .index-story-bosluk-m{ margin-bottom:2px; line-height:2px; } } @media screen and (min-width:700px) { .index-story-bosluk-p{ margin-bottom:40px; line-height:40px; } } @media screen and (max-width:700px) { .hesabim-header-alti-bosluk-m{ margin-bottom:44px; line-height:44px; } } @media screen and (min-width:700px) { .hesabim-header-alti-bosluk-p{ margin-bottom:98px; line-height:98px; } } @media screen and (max-width:700px) { .{ margin-bottom:0px; line-height:0px; } } @media screen and (min-width:700px) { .{ margin-bottom:0px; line-height:0px; } } /* HEADER ALTI BOŞLUK AYARLAMA (BOS.PHP) */ /* HEADER ALTI BOŞLUK AYARLAMA (BOS.PHP) */ @media screen and (max-width:700px) { .panel-header-alti-bosluk-m{ margin-bottom:48px; line-height:48px; } } @media screen and (min-width:700px) { .panel-header-alti-bosluk-p{ margin-bottom:80px; line-height:80px; } } @media screen and (max-width:700px) { .listeler-header-alti-bosluk-m{ margin-bottom:20px; line-height:20px; } } @media screen and (min-width:700px) { .listeler-header-alti-bosluk-p{ margin-bottom:90px; line-height:90px; } } @media screen and (max-width:700px) { .index-header-alti-bosluk-m{ margin-bottom:-55px; line-height:-55px; } } @media screen and (min-width:700px) { .index-header-alti-bosluk-p{ margin-bottom:-50px; line-height:-50px; } } @media screen and (max-width:700px) { .index-story-bosluk-m{ margin-bottom:2px; line-height:2px; } } @media screen and (min-width:700px) { .index-story-bosluk-p{ margin-bottom:40px; line-height:40px; } } @media screen and (max-width:700px) { .hesabim-header-alti-bosluk-m{ margin-bottom:44px; line-height:44px; } } @media screen and (min-width:700px) { .hesabim-header-alti-bosluk-p{ margin-bottom:98px; line-height:98px; } } @media screen and (max-width:700px) { .{ margin-bottom:0px; line-height:0px; } } @media screen and (min-width:700px) { .{ margin-bottom:0px; line-height:0px; } } @media screen and (max-width:700px) { .{ margin-bottom:0px; line-height:0px; } } @media screen and (min-width:700px) { .{ margin-bottom:0px; line-height:0px; } } /* HEADER ALTI BOŞLUK AYARLAMA (BOS.PHP) */ /* HEADER ALTI BOŞLUK AYARLAMA (BOS.PHP) */ @media screen and (max-width:700px) { .panel-header-alti-bosluk-m{ margin-bottom:48px; line-height:48px; } } @media screen and (min-width:700px) { .panel-header-alti-bosluk-p{ margin-bottom:80px; line-height:80px; } } @media screen and (max-width:700px) { .listeler-header-alti-bosluk-m{ margin-bottom:20px; line-height:20px; } } @media screen and (min-width:700px) { .listeler-header-alti-bosluk-p{ margin-bottom:90px; line-height:90px; } } @media screen and (max-width:700px) { .index-header-alti-bosluk-m{ margin-bottom:-55px; line-height:-55px; } } @media screen and (min-width:700px) { .index-header-alti-bosluk-p{ margin-bottom:-50px; line-height:-50px; } } @media screen and (max-width:700px) { .index-story-bosluk-m{ margin-bottom:2px; line-height:2px; } } @media screen and (min-width:700px) { .index-story-bosluk-p{ margin-bottom:40px; line-height:40px; } } @media screen and (max-width:700px) { .hesabim-header-alti-bosluk-m{ margin-bottom:44px; line-height:44px; } } @media screen and (min-width:700px) { .hesabim-header-alti-bosluk-p{ margin-bottom:98px; line-height:98px; } } @media screen and (max-width:700px) { .{ margin-bottom:0px; line-height:0px; } } @media screen and (min-width:700px) { .{ margin-bottom:0px; line-height:0px; } } @media screen and (max-width:700px) { .{ margin-bottom:0px; line-height:0px; } } @media screen and (min-width:700px) { .{ margin-bottom:0px; line-height:0px; } } /* HEADER ALTI BOŞLUK AYARLAMA (BOS.PHP) */ /* HEADER ALTI BOŞLUK AYARLAMA (BOS.PHP) */ @media screen and (max-width:700px) { .panel-header-alti-bosluk-m{ margin-bottom:48px; line-height:48px; } } @media screen and (min-width:700px) { .panel-header-alti-bosluk-p{ margin-bottom:80px; line-height:80px; } } @media screen and (max-width:700px) { .listeler-header-alti-bosluk-m{ margin-bottom:20px; line-height:20px; } } @media screen and (min-width:700px) { .listeler-header-alti-bosluk-p{ margin-bottom:90px; line-height:90px; } } @media screen and (max-width:700px) { .index-header-alti-bosluk-m{ margin-bottom:-55px; line-height:-55px; } } @media screen and (min-width:700px) { .index-header-alti-bosluk-p{ margin-bottom:-50px; line-height:-50px; } } @media screen and (max-width:700px) { .index-story-bosluk-m{ margin-bottom:2px; line-height:2px; } } @media screen and (min-width:700px) { .index-story-bosluk-p{ margin-bottom:40px; line-height:40px; } } @media screen and (max-width:700px) { .hesabim-header-alti-bosluk-m{ margin-bottom:44px; line-height:44px; } } @media screen and (min-width:700px) { .hesabim-header-alti-bosluk-p{ margin-bottom:98px; line-height:98px; } } @media screen and (max-width:700px) { .{ margin-bottom:0px; line-height:0px; } } @media screen and (min-width:700px) { .{ margin-bottom:0px; line-height:0px; } } @media screen and (max-width:700px) { .{ margin-bottom:0px; line-height:0px; } } @media screen and (min-width:700px) { .{ margin-bottom:0px; line-height:0px; } } @media screen and (max-width:700px) { .{ margin-bottom:0px; line-height:0px; } } @media screen and (min-width:700px) { .{ margin-bottom:0px; line-height:0px; } } /* HEADER ALTI BOŞLUK AYARLAMA (BOS.PHP) */ ?>