Güncel-TR : Bilgide Kalite , Paylaşım da Sınır Tanımayan Forum
sitene renk kodları Hk4d36vg

Kayıt Olmak İçin Kayıt Ol Butonuna Basınız.

Giriş Yapmak İçin Giriş Yap Butonuna Basınız.

Butonu Kapatmak İçin Do Not Display Again Butonuna Basınız.
Güncel-TR : Bilgide Kalite , Paylaşım da Sınır Tanımayan Forum
sitene renk kodları Hk4d36vg

Kayıt Olmak İçin Kayıt Ol Butonuna Basınız.

Giriş Yapmak İçin Giriş Yap Butonuna Basınız.

Butonu Kapatmak İçin Do Not Display Again Butonuna Basınız.
Güncel-TR : Bilgide Kalite , Paylaşım da Sınır Tanımayan Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Güncel-TR : Bilgide Kalite , Paylaşım da Sınır Tanımayan Forum
 
AnasayfaAnasayfa  AramaArama  Latest imagesLatest images  Kayıt OlKayıt Ol  Giriş yapGiriş yap  
Son Konular / Mesajlar
ikariam eklenti paketi
Anında .com lu .org veya .net li domain alın Bedavaya Kolay Yöntem
Counter-Strike: Condition Zero tek link full indir
sitene üye ol resimleri
Sitenizde Ps
Mail linki verme kodu
BU KOD SÜPPERRR DENEMEDEN GEÇMEYİNNNN....
Secret World |www.secretworld.forummum.net
Güzel Bir Hızlı Erişim Menüsü
YÜZLERCE HTML KODU SÜPER BU KONUDA koş koş
Salı Mayıs 21, 2013 7:30 am
Perş. Mayıs 03, 2012 5:29 pm
Salı Mayıs 01, 2012 9:21 am
Perş. Eyl. 01, 2011 6:37 am
Perş. Eyl. 01, 2011 6:36 am
Perş. Eyl. 01, 2011 6:35 am
Perş. Eyl. 01, 2011 6:34 am
Perş. Eyl. 01, 2011 6:34 am
Perş. Eyl. 01, 2011 6:33 am
Perş. Eyl. 01, 2011 6:32 am










Similar topics

1 sayfadaki 1 sayfası |

sitene renk kodları

Yazar
Efastus
Güncel-TRAdmin
Güncel-TRAdmin
12
Efastus
34
Mesaj Sayısı Mesaj Sayısı : 2587
Rep Gücü Rep Gücü : 1162351
Teşekkür Puanı Teşekkür Puanı : 61
Kayıt tarihi Kayıt tarihi : 26/11/08
Yaşı Yaşı : 40
http://www.gunceltr.forum.st
sitene renk kodları Vide
MesajKonu: sitene renk kodları
<!-- START OF script -->
<!-- For more scripts visit [Linkleri görebilmek için üye olun veya giriş yapın.] -->
<script Language = "Javascript">
// This script is written by Patrick Meirmans
// If you want to use it, send me an e-mail at [Linkleri görebilmek için üye olun veya giriş yapın.]
// and be sure to include the adress of the wb-page you want to use it for
// by the way, my homepage is at:
// [Linkleri görebilmek için üye olun veya giriş yapın.]
// You might want to take a look at it.
// Please leave this message intact when using this script
// The hex-code is not so very logical, so now and then there's
// a rather big change in color, maybe I'll fix the script sometime, but not now.
// Have fun with it!
start = new Date();
minstart = start.getMinutes()
secstart = start.getSeconds()
function brighter(){
var now = new Date();
var seconds = now.getSeconds();
var minutes = now.getMinutes();
var base = "00";
// if you want to change the starting color, add the starting code here
// instead of aa (two digits, only numbers and/or a, b, c, d, e, f).
var color = 1000;
var interval = 103;
// if you want to change the speed of the color-change,
// change the 103 to the number of hex-codes you want between two changes.
// not every number gives a nice result!
var sec= interval * (seconds - secstart);
var min= 60 * interval * (minutes - minstart);
var add= color + min + sec;
total= base + add;
if (add>=9999) {secstart = seconds; minstart = minutes}
document.bgColor = total;
setTimeout("brighter()", 1000);
document.myform.ikke.value = total;
}
</script>
</HEAD>
<body onLoad = "brighter()" text="white" LINK="C0C0C0" VLINK="C0C0C0">
<form name="myform">
<P> İşte renkler ve kodları...
<input name = "ikke" type="text" size="7">
</form>
<!-- END OF script -->
Kod:
<!-- START OF script -->
            <!-- For more scripts visit http://www.erenet.net -->
            <script Language = "Javascript">
            //      This script is written by Patrick Meirmans
            //      If you want to use it, send me an e-mail at [Linkleri görebilmek için üye olun veya giriş yapın.]
            //      and be sure to include the adress of the wb-page you want to use it for
            //      by the way, my homepage is at:
            //      http://www.erenet.net
            //      You might want to take a look at it.
            //      Please leave this message intact when using this script
            //      The hex-code is not so very logical, so now and then there's
            //      a rather big change in color, maybe I'll fix the script sometime, but not now.
            //      Have fun with it!
            start = new Date();
            minstart = start.getMinutes()
            secstart = start.getSeconds()
            function brighter(){
            var now = new Date();
            var seconds = now.getSeconds();
            var minutes = now.getMinutes();
            var base = "00";
            //      if you want to change the starting color, add the starting code here
            //      instead of aa (two digits, only numbers and/or a, b, c, d, e, f).
            var color =  1000;
            var interval = 103;
            //      if you want to change the speed of the color-change,
            //      change the 103 to the number of hex-codes you want between two changes.
            //      not every number gives a nice result!
            var sec= interval * (seconds - secstart);
            var min= 60 * interval * (minutes - minstart);
            var add= color + min + sec;
            total= base + add;
            if (add>=9999) {secstart = seconds; minstart = minutes}
            document.bgColor = total;
            setTimeout("brighter()", 1000);
            document.myform.ikke.value = total;
            }
            </script>
            </HEAD>
            <body onLoad = "brighter()" text="white"  LINK="C0C0C0"  VLINK="C0C0C0">
            <form name="myform">
            <P> İşte renkler ve kodları...
            <input name = "ikke" type="text" size="7">
            </form>
            <!-- END OF script -->
Hızlı Cevap


« önceki Konu | sonraki Konu »

Yetkileriniz
Üyeler mesaj yazabilirler.
Üyeler konu açabilirler.
Üyeler mesaj düzenleyebilirler.
Üyeler link ve resimleri görebilirler.
Bu forumdaki mesajlara cevap veremezsiniz


BB code Açık
Smileler Açık
[IMG] Kodları Açık
HTML Kodları Kapalı

Forum Kuralları