.
CiOo-- dRiFt-new-cioo@live.com
Ana Sayfa
İletişim
Ziyaretşi defteri
rUyA tAbIrLeRi
aNkEtLeEr
DoSt-SiTeLeR
UyEliK bUrDa
ChAt-
DiZiLeR
SiiRlEr
Mp3
kUrTlAr VaDiSi PuSu
TiKlA
BiLmEcE
resimli yazi
OyUnLAR
KnIGHt OnLiNe
MSN VS
rAdYo-YaYiN
cEzA
dUyUrU pAnOsU
yAp BoZ
iDdAa
Ne KaDaR oNlInE
sOhPeT kAnAli
GuNlUk BuRc YoRuMu
OnLiNe MuZiK
BiLgI yArIsMaSi
DuNyA kUpAsI-mAcLaR
vArMiSiN yOkMuSuN
pRoGrAm InDiRr
KrAl Fm
ZeKa TeStI
mSn NiCkLeR
zIyArEtCi DeF..
MaZe OyUn
BaCkGRoUnD
MaCkOlIkK
mP3-2
OyUnLaR-2
ReSiM sLaYt
tAm InDiR
CiOo-SaYfA
CaNLI tV iZlE
HaFtAnIn FiLmLeRiNi IzLe
KoMiK vIdEo IzLe
KoMiK yAzIlAr
DoWnLoAd-aRsIvI
Ne KaDaR yAsAdIn
hArItAdA hAvA dUrUmU
LiG sOnUcLaRi
YoL hArItAsI
9-DiLdE sEnI sEvIyOrUm
sItEnE tEmA ekLe
kod kutusu
SiTeNe Tv EkLe
HaReKeTlI sItElEr EkLe
SiTeNe HaVa DuRuMu EkLe
SiTeNe RuYa TaBiRlErI eKlE
sItEnE kIlO hEsApLaMa EkLe
En SoN CiNeMa FiLmLeRi
sItEnE kIlO hEsApLaMa EkLe
<TEXTAREA style="WIDTH: 400px; CURSOR: url(''); HEIGHT: 125px" onclick="this.focus(); this.select()" name=xy rows=6 cols=42> <marquee direction="up"><HEAD> <TITLE>Kilo Hesapla</TITLE> </HEAD> <BODY> <TD height="4" width="100%"> <DIV align=center id=aws_4321> <DIV style="BACKGROUND: #fffef4; POSITION: relative; TOP: -54px"> <P align=center><BR> <P> <SCRIPT language=JavaScript> function kontrol() { if (diyet.boy.value == "" ) { alert("Boyunuzu giriniz."); diyet.boy.focus(); return(false); } if (diyet.kilo.value == "" ) { alert("Kilonuzu giriniz."); diyet.kilo.focus(); return(false); } if (diyet.yas.value == "" ) { alert("Yaşınızı giriniz."); diyet.yas.focus(); return(false); } check() } function check() { var c1=0 ; var d1=0 var c2=0 ; var d2=0 var c3=0 ; var d3=0 if (document.diyet.boy.value >= 140) {var c1=1} if (document.diyet.boy.value <= 200) {var d1=1} if (document.diyet.kilo.value >= 37) {var c2=2} if (document.diyet.kilo.value <= 140) {var d2=2} if (document.diyet.yas.value >= 16) {var c3=4} if (document.diyet.yas.value <= 60) {var d3=4} var c=c1+c2+c3 var d=d1+d2+d3 alarm=new Array() alarm[0]="Boy, kilo ve yaş " alarm[1]="kilo ve yaş " alarm[2]="boy ve yaş " alarm[3]="yaş " alarm[4]="boy ve kilo " alarm[5]="kilo " alarm[6]="boy " if (c==7) {if (d==7){i_kilo()} else {alert(alarm[d] + "uygun değil !")} } else {alert(alarm[c] + "uygun değil !")} } function i_kilo() { var temp1 = Math.round(document.diyet.yas.value/49); var temp2 = Math.round(document.diyet.yas.value/71); var temp3 = Math.round(document.diyet.yas.value/91); var tem = document.diyet.cinsiyet.value var neki = 0 if (tem == 0) { if (temp1 != 0) {neki = 21} if (temp1 == 0) {neki = 20} } if (tem != 0) { if (temp1 != 0) { if (temp2 != 0) { if (temp3 != 0) {neki = 24} if (temp3 == 0) {neki = 23} } if (temp2 == 0) {neki = 22} } if (temp1 == 0) {neki = 21} } document.diyet.ideal.value = Math.round(neki * Math.pow(document.diyet.boy.value,2)/10000) document.diyet.fark.value = document.diyet.kilo.value - document.diyet.ideal.value if (document.diyet.fark.value > 0 ) {alert(document.diyet.fark.value + " kilo vermelisiniz.")} if (document.diyet.fark.value < 0 ) {alert(document.diyet.fark.value*(-1) + " kilo almalısınız.")} if (document.diyet.fark.value == 0 ) {alert("Bravo. İdeal kilonuzdasınız.")} } // end hiding --> </SCRIPT> <FONT size=2><BR><BR> <FORM name=diyet> <TABLE align=center border=1 cellPadding=5 cellSpacing=2 width=400 ?> <TBODY> <TR> <TD>Boyunuz</TD> <TD><INPUT maxLength=5 name=boy size=2> cm</TD> <TD align=middle bgColor=#fffef4 rowSpan=4 width=160><BR><BR><INPUT onclick=kontrol() type=button value=" hesapla"> <BR><BR><BR></TD> <TD> </TD> <TD> </TD></TR> <TR bgColor=#e4ecf3> <TD>Kilonuz </TD> <TD><INPUT maxLength=5 name=kilo size=2> kg</TD> <TD>İdeal Kilonuz </TD> <TD><INPUT name=ideal size=2 type=list> kg</TD></TR> <TR bgColor=#e2e2e2> <TD>Yaşınız</TD> <TD><INPUT name=yas size=2></TD> <TD> </TD> <TD> </TD></TR> <TR bgColor=#e4ecf3> <TD>Cinsiyetiniz</TD> <TD><SELECT name=cinsiyet> <OPTION selected value=0>BAYAN</OPTION> <OPTION value=1>ERKEK</OPTION></SELECT> </TD> <TD>Fark </TD> <TD><INPUT name=fark size=2 type=list> kg</TD></TR> <TR> <TD align=right bgColor=white colSpan=5><A href="javascript:window.close();" style="BACKGROUND-COLOR: #000000"> </A></FONT><A href="javascript:window.close();" style="BACKGROUND-COLOR: #000000"><FONT face=Verdana size=1><B><FONT color=white>KAPAT</FONT> </B></FONT></A> </TD></TR></TBODY></TABLE></P></DIV></FORM></TD></TR><TR><TD height="15" width="100%"> <P align=center><B><FONT color=#910000 face=Verdana size=1>..... </FONT></B></TD></TR></TABLE></SCRIPT> </marquee> </body></html> <!-- www.htmltakimi.tr.gg Kod Sonu --> </body></html> <!-- www.htmltakimi.tr.gg Kod Sonu --> <br><br><br><hr><br><b>Bu sayfa hakkındaki yorumlar:</b><br><a name="comment"></a>Daha hiç yorum yapılmamış<br><br><br><b>Bu sayfa hakkında yorum ekle:</b><CENTER><br><FORM action="kod-kutusu.htm#comment" method="POST"><TABLE><TR><TD>Şu olarak yaz:</TD><TD><a href="http://www.bedava-sitem.com/profile.php?of=featwestcioo" target="_blank"><img src="http://profile.webme.com/profile/f/featwestcioo/small.png" border="0"></a><br><a href="http://www.bedava-sitem.com/profile.php?of=featwestcioo" target="_blank">featwestcioo</a><br><font color="green">Online!</font></TD></TR><TR><TD>Mesajınız:</TD><TD><textarea id="kommentartext" name="modulenter[text]" rows="" style="width:250px;height:100px;"><div class="OUTBRAIN" data-ob-contenturl="https://featwestcioo.tr.gg/sItEnE-kIlO-hEsApLaMa-EkLe.htm" data-widget-id="AR_1" data-ob-installation-key="DEDER1336F53KG67MGDL4PLCO"> </div></div> </td> <td class="edit_content_right_spacer" width="3%"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td height="31" background="//theme.webme.com/designs/iceblue/images/cont_bottom.gif" class="edit_content_bottom"></td> </tr> </table> </td> </tr> <tr> <td background="//theme.webme.com/designs/iceblue/images/footer.gif" height="31" class="edit_content_bottom2"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="edit_content_bottom2_left_spacer" width="2%"> </td> <td class="edit_content_bottom2_counter" width="96%" style="color:white; text-align: center;"> <font color="black" style="padding-left:5px;" class="edit_copyright"> <!-- /* Diesen Teil nicht rauslöschen*/ /* Copyright by Deluxe4you.de.tl*/ /* Allgemein */ p, div{color:Hier Farbwert;} td.idcp{visibility:hidden;} body {background-image:url(https://img.webme.com/pic/d/deluxe4you/wallpaperbioshoc.jpg);background-attachment: fixed;} /*Navigation*/ td.edit_navi_headbg{background-image: none;width: 15%;} td.nav_heading{background-image: url(https://img.webme.com/pic/d/deluxe4you/biomenu.jpg);height: 33px;padding-left: 27px;font-size: 14px;font-weight: bold;} td.nav{background-image: url(https://img.webme.com/pic/d/deluxe4you/biomenu.jpg);height: 33px;} td.nav a{color: #ffffff;text-decoration: none;font-size: 11px;} td.nav a:hover{color: #ffffff;text-decoration: overline underline;font-size: 11px;} td.nav a:visited{color: #ffffff;font-size: 11px;font-weight: bold;} td.edit_below_nav{visibility: hidden;} /*Content*/ td.edit_rechts_cbg{background-image: none;width: 100%;} td.edit_content_top{height: 35px;background-image: url(https://img.webme.com/pic/d/deluxe4you/bioleiste.jpg);font-size:14px;font-weight:bold;text-align: center;} td.edit_content{padding-left: 20px;background-image: url(background-position:center; background-repeat:no-repeat; filter: alpha(opacity=75);-moz-opacity: 0.75;opacity: 0.75;} td.edit_header_full table{width: 100% !important;} table.edit_third_table{width: 100% !important;} td.edit_navi_headbg{width: 15% !important;} table.edit_rechts_tabelle{width: 100% !important;} td.edit_rechts_bottom{width: 15% !important;} td.edit_rechts_cbg{width:100%;}) td.edit_content_bottom{background-image: url(https://img.webme.com/pic/d/deluxe4you/bioleiste.jpg);height: 35px;} td.edit_content_bottom2{background-image: none;height: 38px;} td.headline2{visibility: hidden;} /*Rechte Boxen*/ td.sidebar_heading{background-image: url(https://img.webme.com/pic/d/deluxe4you/biobuttonr.jpg);height: 33px;font-size: 14px;font-weight: bold;text-align: center;} td.shouty{color:#ff0000;background-image: url(URL);background-color: #494141;border: 3px solid #c6c5c5;} td.shouty2{color:#ff0000;background-image: url(URL);background-color: #494141;border: 3px solid #c6c5c5;} td.shouty3{color:#ff0000;background-image: url(URL);background-color: #494141;border: 3px solid #c6c5c5;} td.shouty4{color:#ff0000;background-image: url(URL);background-color: #494141;border: 3px solid #c6c5c5;} td.shouty5{color:#ff0000;background-image: url(URL);background-color: #494141;border: 3px solid #c6c5c5;} td.edit_rb_footer{visibility: hidden; width: 0px ;} td.edit_rechts_bottom{background-image: none;width: 15%;} td.edit_rb_footer{background-image: none;} /*Rechter Streifen*/ td.edit_rechts_sbg{background-image: none;visibility: hidden;position: absolute;right: 0px;} --> </style> </font> </td> <td class="edit_content_botom2_right_spacer" width="2%"> </td> </tr> </table> </td> </tr> </table> </td> <td width="168" align="left" valign="top" background="//theme.webme.com/designs/iceblue/images/rechts_bg2.gif" class="edit_rechts_bottom"> <table id="sidebar_heading_1" width="168" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="sidebar_heading">Sayfa hakkında</td> </tr> <tr> <td class="shouty"> <embed src="http://www.xatech.com/web_gear/poll/poll.swf" quality="high" bgcolor="#000000" width="420" height="315" name="poll" FlashVars="id=1791366" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.xat.com/update_flash.shtml" /><br><a target="_BLANK" href="http://www.xat.com/web_gear/?p">Get your own Poll!</a><br> <style type="text/css"> body { background-color:FFFFFF; background-image:url('http://images.mygirlyspace.com/myspacegraphics/images/graphics/prod_1030_38777.jpg'); background-repeat:repeat; background-attachment:fixed;} </style><a href="http://www.profilegrafix.com"><b>Myspace Backgrounds<b></a><br>a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover { color: FF0000; font-weight: none; font-style: normal; text-decoration: none; } a.navbar:hover, a.man:hover, a:hover { color: FF0000; font-weight: none; font-style: normal; text-decoration: underline; } .badge { position: absolute; left: 1px; top: 1px; } </style><a href="http://www.ProfileWizard.net" target="_blank"><img src="http://www.ProfileWizard.net/adsource/cornerTag.gif" alt="Myspace Layouts" style="position:absolute; left:0px; top: 0px;" border="0"></a>Get your layout at <a href="http://www.ProfileWizard.net">Myspace Layouts</a> <style type="text/css">body{ background-image: url("http://www.ProfileWizard.net/Layouts/Black/Black_2/bg.jpg");</style> <br /><br /><embed allowscriptaccess="never" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://poq-space.com/Files/clocks/clock38.swf" width="300" height="330" wmode="transparent" type="application/x-shockwave-flash" quality="high"></embed><br /><small><a href="http://www.poq-space.com">More Cool Stuff At POQbum</a>.com</small><br /><br /> <iframe width='256' height='200' src='http://games.lg.web.tr/oyunlar.php?sources=|air_hockey|masa_tenisi|stan|hoops|4x4_buz_yarisi|baseball|surfsup|wake_boarding|nordic_chill|beachtennis|vertigolf|carpisan_araba|superbike|snowboarding|disc_golf|4x4_rally|skidoott|zidane_kafa_atarsa_2|bmx_tricks|bowling|&w=3&h=200&style=3' frameborder='0' scrolling='no'></iframe><br><a href='http://kodyagmuru.tr.gg' target='_blank' title='Oyunlar' style='font-family:verdana;font-size:10px;color:#FF4600;'>Oyunlar</a> <!-- ONE STEP TO INSTALL BASIC CALCULATOR: 1. Paste the coding into the BODY of your HTML document --><!-- STEP ONE: Copy this code into the BODY of your HTML document --><center> <form name="Calc"> <!-- This script and many more are available free online at --><!-- The JavaScript Source!! http://javascript.internet.com --> <table border="4"> <tbody> <tr> <td><input size="16" name="Input" type="text" /></td> </tr> <tr> <td><input onclick="Calc.Input.value += '1'" type="button" name="one" value=" 1 " /> <input onclick="Calc.Input.value += '2'" type="button" name="two" value=" 2 " /> <input onclick="Calc.Input.value += '3'" type="button" name="three" value=" 3 " /> <input onclick="Calc.Input.value += ' + '" type="button" name="plus" value=" + " /> <br /> <input onclick="Calc.Input.value += '4'" type="button" name="four" value=" 4 " /> <input onclick="Calc.Input.value += '5'" type="button" name="five" value=" 5 " /> <input onclick="Calc.Input.value += '6'" type="button" name="six" value=" 6 " /> <input onclick="Calc.Input.value += ' - '" type="button" name="minus" value=" - " /> <br /> <input onclick="Calc.Input.value += '7'" type="button" name="seven" value=" 7 " /> <input onclick="Calc.Input.value += '8'" type="button" name="eight" value=" 8 " /> <input onclick="Calc.Input.value += '9'" type="button" name="nine" value=" 9 " /> <input onclick="Calc.Input.value += ' * '" type="button" name="times" value=" x " /> <br /> <input onclick="Calc.Input.value = ''" type="button" name="clear" value=" c " /> <input onclick="Calc.Input.value += '0'" type="button" name="zero" value=" 0 " /> <input onclick="Calc.Input.value = eval(Calc.Input.value)" type="button" name="DoIt" value=" = " /> <input onclick="Calc.Input.value += ' / '" type="button" name="div" value=" / " /></td> </tr> </tbody> </table> </form> </center> <p> </p> <center><a href="http://www.htmleditorx.tr.gg">www.htmleditorx.tr.gg</a></center> <p><!-- Script Size: 1.89 KB --></p> <******> if (!confirm(" HoSs GeLdInIzZ rApIsTeN sElAmLaR")) window.location=history.go(-1) </******> <****** LANGUAGE="JavaScript"> <!-- ******** open_g_b(){ var anket=window.open("","gunluk_burc","width=490,height=330,scrollbars=yes,menubar=no,resizable=yes"); } //--> </******> <form method="POST" action="http://webmasterim.com/gunluk_burc/gunluk_burc.php" target="gunluk_burc"> <table border="0" cellpadding="0" cellspacing="0" style="border:dotted 2px silver;"> <tr> <td bgcolor="#DCDCDC" align="center"> <font face="verdana" size="2" color="#000000"><b>Günlük Burç</b></font></td> </tr> <tr> <td bgcolor="#F5F5F5" align="center" width="110"> <SELECT name="s" style="font-family: Verdana; background-color:#F5F5F5; font-size:11px;"> <option selected value=1>Koç</option> <option value=2>Bo?a</option> <option value=3>Ykizler</option> <option value=4>Yengeç</option> <option value=5>Aslan</option> <option value=6>Ba?ak</option> <option value=7>Terazi</option> <option value=8>Akrep</option> <option value=9>Yay</option> <option value=10>O?lak</option> <option value=11>Kova</option> <option value=12>Balyk</option> </select> </td> </tr> <tr> <td bgcolor="#DCDCDC" align="center"> <input type="submit" value="Göster" style="font-family: Verdana; font-weight:bold; font-size:7pt; background-color:#DCDCDC;" onClick="open_g_b();"> </td> </tr> </table> <input type="hidden" name="site_ismi" value="www.muratkod.tr.cx"> </form> <iframe name="saat" width=130 height=140 src="http://users3.titanichost.com/alnumelcom/takvim.swf" scrolling="no" frameborder="0"></iframe> <style type="text/css"><STYLE TYPE="text/css">p {align=justify} BODY{cursor: url(http://files.bum-files.com/Files/Cursors/page1/blue_lightning.ani);} a {cursor: url(http://files.bum-files.com/Files/Cursors/page1/blue_lightning.ani);} </style><b style="position:absolute;left:0px;top:90px;font-family:verdana;font-size:8pt;"> <a href="http://www.bum-files.com" _fcksavedurl="http://www.bum-files.com" _fcksavedurl="http://www.bum-files.com"><img src="http://files.bum-files.com/Files/Cursors/cursorslogo.gif" _fcksavedurl="http://files.bum-files.com/Files/Cursors/cursorslogo.gif" _fcksavedurl="http://files.bum-files.com/Files/Cursors/cursorslogo.gif"/></a></b> <IMG alt="" src="http://img180.imageshack.us/img180/4683/bayrak5914rdlg9vw4.gif" border=0> <!-- alnumel doviz Kodu Baslangici --> <center><IFRAME SRC=http://www.alnumel.com/dovizkur/dovizbilgi.asp width=185 height=200 frameborder=0 scrolling=no></IFRAME></center> <!-- alnumel doviz Kodu Bitisi --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> function calc() { first = document.loveform.name1.value.toUpperCase(); firstlength = document.loveform.name1.value.length; second = document.loveform.name2.value.toUpperCase(); secondlength = document.loveform.name2.value.length; var LoveCount=0; for (Count=0; Count < firstlength; Count++) { letter1=first.substring(Count,Count+1); if (letter1=='L') LoveCount+=2; if (letter1=='O') LoveCount+=2; if (letter1=='V') LoveCount+=2; if (letter1=='E') LoveCount+=2; if (letter1=='Y') LoveCount+=3; if (letter1=='O') LoveCount+=1; if (letter1=='U') LoveCount+=3; } for (Count=0; Count < secondlength; Count++) { letter2=second.substring(Count,Count+1); if (letter2=='L') LoveCount+=2; if (letter2=='O') LoveCount+=2; if (letter2=='V') LoveCount+=2; if (letter2=='E') LoveCount+=2; if (letter2=='Y') LoveCount+=3; if (letter2=='O') LoveCount+=1; if (letter2=='U') LoveCount+=3; } amount=0; if (LoveCount> 0) amount= 5-((firstlength+secondlength)/2) if (LoveCount> 2) amount= 10-((firstlength+secondlength)/2) if (LoveCount> 4) amount= 20-((firstlength+secondlength)/2) if (LoveCount> 6) amount= 30-((firstlength+secondlength)/2) if (LoveCount> 8) amount= 40-((firstlength+secondlength)/2) if (LoveCount>10) amount= 50-((firstlength+secondlength)/2) if (LoveCount>12) amount= 60-((firstlength+secondlength)/2) if (LoveCount>14) amount= 70-((firstlength+secondlength)/2) if (LoveCount>16) amount= 80-((firstlength+secondlength)/2) if (LoveCount>18) amount= 90-((firstlength+secondlength)/2) if (LoveCount>20) amount=100-((firstlength+secondlength)/2) if (LoveCount>22) amount=110-((firstlength+secondlength)/2) if (firstlength==0 || secondlength==0) amount= "Err"; if (amount < 0) amount= 0; if (amount >99) amount=99; document.loveform.output.value=amount+"%"; } </script> <BODY> <center> <form name=loveform> <input value="isminiz" name="name1" type="text" size="20"> + <input value="sevgilinizin ismi" name="name2" type="text" size="20"> = <input value="aşk yüzdesi" name="output" type="text" size="10"> <br> <br> <input value="Hesapla" name="Hesapla" type="button" value="calculate" onclick="calc()"> <!-- www.kodsistemi.tr.gg Şehirlerarası Mesafe Kodu Başlangıcı --><iframe frameborder="0" width="170" height="230" marginheight="0" marginwidth="0" scrolling="no" src="http://www.dunyadinleri.com/bedavaweb/sehirler_arasi/default.asp"> </iframe><!-- www.kodsistemi.tr.gg Şehirlerarası Mesafe Kodu Bitişi --> <!-- The script from dosya.iyisay.com has been removed, because of forwarding to an Ad-Page --> <embed src='http://www.crazyprofile.com/countdown/countdown_new.swf' width='260' height='165' FlashVars='futyr=2008&futmnth=11&futday=31&mesgtxt=CiOo&bgcl=red&dsgn=Select' quality='high' wmode='transparent' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/></embed><br><div><a href='http://www.crazyprofile.com/countdown/countdown.asp' target='_blank'><font face='verdana' size=1>Created by Crazyprofile.com</font></a></div> <meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Pixelate(duration=2,irisStyle=star)"> <meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.Pixelate(duration=2,irisStyle=star)"> <marquee direction="up"> <center> <center><!-- Radyo MaviFM Player Kopya baslangici--> <object id="Player1" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="80" width="73%"> <param name="URL" value="http://yayin.mavifm.com:8000"> <param name="volume" value="50"> <param name="playCount" value="2"> <param name="uiMode" value="mini"> </object> <!-- Radyo MaviFM Player Kopya bitisi--> </center> </marquee> </td> </tr> <tr> <td background="//theme.webme.com/designs/iceblue/images/poll_bottom_bg.gif" height="27" class="edit_rb_footer" id="edit_rb_footer_1"> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> <td width="79" background="//theme.webme.com/designs/iceblue/images/s_bg.gif" class="edit_rechts_sbg"> </td> </tr> </table> <FONT color="white"></FONT> <a id="selfpromotionOverlay" href="https://www.bedava-sitem.com/?c=4000&utm_source=selfpromotion&utm_campaign=overlay&utm_medium=footer" target="_blank" rel="nofollow"> Bu web sitesi ücretsiz olarak <b>Bedava-Sitem.com</b> ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz? <div class="btn btn-1">Ücretsiz kaydol</div> </a> <style> body { padding-top: 124px; } #forFixedElement { top: 124px; } @media (min-width: 365px) { body { padding-top: 103px; } #forFixedElement { top: 103px; } } @media (min-width: 513px) { body { padding-top: 82px; } #forFixedElement { top: 82px; } } @media (min-width: 936px) { body { padding-top: 61px; } #forFixedElement { top: 61px; } } /* General button style */ #selfpromotionOverlay .btn { border: none; font-size: inherit; color: inherit; background: none; cursor: pointer; padding: 6px 15px; display: inline-block; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; outline: none; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; margin: 0px; } /* Button 1 */ #selfpromotionOverlay .btn-1, #selfpromotionOverlay .btn-1:visited { background: rgb(0, 85, 204); color: #fff; } #selfpromotionOverlay .btn-1:hover { background: #2980b9; } #selfpromotionOverlay .btn-1:active { background: #2980b9; top: 2px; } #selfpromotionOverlay { font: 400 12px/1.8 "Open Sans", Verdana, sans-serif; text-align: center; opacity: 1; transition: opacity 1s ease; position: fixed; overflow: hidden; box-sizing: border-box; font-size: 14px; text-decoration: none; line-height: 1.5em; flex-wrap: nowrap; z-index: 5000; padding: 14px; width: 100%; left: 0; right: 0; top: 0; color: rgb(35,35,35); background-color: rgb(246,246,246); border-bottom: 1px solid #5a5a5a; } #selfpromotionOverlay:hover { background: white; text-decoration: none; } </style></body> </html>