Forum'da ara:
Ara


Yazar Mesaj
Mesaj22.04.2010, 18:13 (UTC)    
Mesaj konusu:

Teşekkürler...
______________

Mesaj01.05.2010, 19:07 (UTC)    
Mesaj konusu:

mertphotograph yazmış:
Ön izleme




Tasarımın Üstü Arrow


Kod:

<script>
var rate = 20;  // Increase amount(The degree of the transmutation)

if (document.getElementById)
window.onerror=new Function("return true")

var objActive;  // The object which event occured in
var act = 0;    // Flag during the action
var elmH = 0;   // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg;     // A color before the change
var TimerID;    // Timer ID


if (document.all) {
    document.onmouseover = doRainbowAnchor;
    document.onmouseout = stopRainbowAnchor;
}
else if (document.getElementById) {
    document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
    document.onmouseover = Mozilla_doRainbowAnchor;
    document.onmouseout = Mozilla_stopRainbowAnchor;
}

function doRainbow(obj)
{
    if (act == 0) {
        act = 1;
        if (obj)
            objActive = obj;
        else
            objActive = event.srcElement;
        clrOrg = objActive.style.color;
        TimerID = setInterval("ChangeColor()",100);
    }
}


function stopRainbow()
{
    if (act) {
        objActive.style.color = clrOrg;
        clearInterval(TimerID);
        act = 0;
    }
}

function doRainbowAnchor()
{
    if (act == 0) {
        var obj = event.srcElement;
        while (obj.tagName != 'A' && obj.tagName != 'BODY') {
            obj = obj.parentElement;
            if (obj.tagName == 'A' || obj.tagName == 'BODY')
                break;
        }

        if (obj.tagName == 'A' && obj.href != '') {
            objActive = obj;
            act = 1;
            clrOrg = objActive.style.color;
            TimerID = setInterval("ChangeColor()",100);
        }
    }
}


function stopRainbowAnchor()
{
    if (act) {
        if (objActive.tagName == 'A') {
            objActive.style.color = clrOrg;
            clearInterval(TimerID);
            act = 0;
        }
    }
}


function Mozilla_doRainbowAnchor(e)
{
    if (act == 0) {
        obj = e.target;
        while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
            obj = obj.parentNode;
            if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
                break;
        }

        if (obj.nodeName == 'A' && obj.href != '') {
            objActive = obj;
            act = 1;
            clrOrg = obj.style.color;
            TimerID = setInterval("ChangeColor()",100);
        }
    }
}


function Mozilla_stopRainbowAnchor(e)
{
    if (act) {
        if (objActive.nodeName == 'A') {
            objActive.style.color = clrOrg;
            clearInterval(TimerID);
            act = 0;
        }
    }
}

function ChangeColor()
{
    objActive.style.color = makeColor();
}


function makeColor()
{
    // Don't you think Color Gamut to look like Rainbow?

    // HSVtoRGB
    if (elmS == 0) {
        elmR = elmV;    elmG = elmV;    elmB = elmV;
    }
    else {
        t1 = elmV;
        t2 = (255 - elmS) * elmV / 255;
        t3 = elmH % 60;
        t3 = (t1 - t2) * t3 / 60;

        if (elmH < 60) {
            elmR = t1;  elmB = t2;  elmG = t2 + t3;
        }
        else if (elmH < 120) {
            elmG = t1;  elmB = t2;  elmR = t1 - t3;
        }
        else if (elmH < 180) {
            elmG = t1;  elmR = t2;  elmB = t2 + t3;
        }
        else if (elmH < 240) {
            elmB = t1;  elmR = t2;  elmG = t1 - t3;
        }
        else if (elmH < 300) {
            elmB = t1;  elmG = t2;  elmR = t2 + t3;
        }
        else if (elmH < 360) {
            elmR = t1;  elmG = t2;  elmB = t1 - t3;
        }
        else {
            elmR = 0;   elmG = 0;   elmB = 0;
        }
    }

    elmR = Math.floor(elmR).toString(16);
    elmG = Math.floor(elmG).toString(16);
    elmB = Math.floor(elmB).toString(16);
    if (elmR.length == 1)    elmR = "0" + elmR;
    if (elmG.length == 1)    elmG = "0" + elmG;
    if (elmB.length == 1)    elmB = "0" + elmB;

    elmH = elmH + rate;
    if (elmH >= 360)
        elmH = 0;

    return '#' + elmR + elmG + elmB;
}

</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<table height="194" cellspacing="0" cellpadding="0" width="948" border="0">
    <tbody>
        <tr>
            <td width="948" background="http://img.webme.com/pic/m/mertphotograph/tasarim2.gif" height="188">
            <table height="163" cellspacing="0" cellpadding="0" width="904" border="0">
                <tbody>
                    <tr>
                        <td width="470"> </td>
                        <td width="424"><br />

<img alt="" style="width: 370px; height: 70px" src="http://s3.tinypic.com/2qs2xdk.jpg" /></td>
                    </tr>
                </tbody>
            </table>
          </td>
        </tr>
    </tbody>
</table>
<table height="84" cellspacing="0" cellpadding="0" width="948" border="0">
    <tbody>
        <tr>
            <td background="http://img.webme.com/pic/m/mertphotograph/tasarim1.gif">
            <table height="74" cellspacing="0" cellpadding="0" width="938" border="0">
                <tbody>
                    <tr>
                        <td width="464" height="68"> </td>
                        <td width="458"><marquee onmouseover="this.stop()" onmouseout="this.start()"
width="450" height="40" direction="horizontal" scrollamount="1"
scrolldelay="1" loop="999">
Sitemiz Css Tasarıma Geçmiştir Herkeze Hayırlı Olsun</marquee> </td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
    </tbody>
</table>
<table height="293" cellspacing="0" cellpadding="0" width="949" border="0">
    <tbody>
        <tr>
            <td width="949" background="http://img.webme.com/pic/m/mertphotograph/rasarim5.gif">
              <div align="center">
                <table height="277" width="929" border="0">
                  <tbody>
                    <tr>
                      <td valign="top" width="285" height="271">
<div class="arrowlistmenu">
<h3 class="headerbar">Menü</h3>
<ul>
    <li><a href="http://mertphotograph.tr.gg/">Ana Sayfa</a></li>
    <li><a href="http://mertphotograph.tr.gg/%26%23304%3Bleti%26%23351%3Bim.htm">İletişim</a></li>
    <li><a href="http://mertphotograph.tr.gg/Ziyaret%E7i-defteri.htm">Ziyaretçi Defteri</a></li>
  <li><a href="http://mertphotograph.tr.gg/Top-liste.htm">Topliste</a></li>
    <li><a href="http://mertphotograph.tr.gg/Oyunlar-xD.htm">Oyunlar</a></li>
<li><a href="http://mertphotograph.tr.gg/Photoshop.htm">Photoshop dersleri</a></li>   
<li><a href="http://mertphotograph.tr.gg/Ice-Bleu--Tasar%26%23305%3Bm.htm
">Ice Blue Tasarımlar</a></li>
 </ul>
</ul>
</div>
       






</td>
                        <td width="23"> </td>
                        <td width="580">


Tasarımın Altı Arrow
Kod:
</div></br>
   </td>
                      </tr>
                    </tbody>
                  </table>
          </div></td>
        </tr>
    </tbody>
</table>
<table height="84" cellspacing="0" cellpadding="0" width="949" border="0">
    <tbody>
        <tr>
            <td width="939" background="http://img.webme.com/pic/m/mertphotograph/tasarim4.gif" height="84">
            <table height="44" width="945" border="0">
                <tbody>
                    <tr>
                        <td width="935" height="23"><a href="http://tumhepsiburada.tr.gg?in=31" target="_blank"><img src="http://img.webme.com/pic/t/tumhepsiburada/toplist2.gif" border="0"></a><a href="http://fbmldestek.tr.gg?in=2" target="_blank"><img src="http://img.webme.com/pic/f/fbmldestek/anigif2.gif" border="0"></a><a href="http://mertphotograph.tr.gg/" target="_blank"><img src="http://img.webme.com/pic/m/mertphotograph/untitled-1.gif" border="0"></a></td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
    </tbody>
</table>

<script type="text/javascript" src="http://widgets.amung.us/tab.js"></script><script type="text/javascript">WAU_tab('mhz1keua5uek', 'bottom-left')</script>









Css Kodu Arrow

Kod:
h1#title{display: none;}

h2#title span {display: none;}

div.header{display: none;}

li.nav_element{list-style-type: none;}

li.nav_element{display: none;}


table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-image:url('http://www.backgroundlabs.com/backgrounds/82.gif');
background-attachment:fixed;
background-repeat:repeat;
}



  <!-- html, body { text-align: center; } --> 

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(http://img38.imageshack.us/img38/3975/mnss.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}


.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #3C9FC7;
background: url(http://img.webme.com/pic/s/sanalexen/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #3C9FC7;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #3590B4;
background-color: #F3F3F3;
}





<--bu kısım benim için değerli bir kısımdır---->
    * {padding: 0; margin:0 }   #tasarim{ width: 900px; margin-left:  auto; margin-right: auto; }    #ust{ margin-left:  auto; margin-right: auto; background: url( http://img.webme.com/pic/h/hypnaty/v5ustt.png ); width: 900px; height: 175px; float: left; }  .logo {     } .reklamalani { width:468px; height:70px; padding: 33px 0 0 395px; float: left; overflow: hidden; }  .ustmenuosman { width:750px; height:20px; padding: 30px 0 0 146px; float: left; font-size: 15px; color: #000000; font-family: century gothic; overflow: hidden; } #orta{ margin-left:  auto; margin-right: auto; background: url( http://img.webme.com/pic/h/hypnaty/v5orta.png); width: 900px; height: 100%; float: left; }  .menuosman{ width:195px; float: left; padding: 0 0 0 25px; overflow: hidden; }  .icerikosman { width:640px; float: left; padding: 0 0 0 19px; overflow: hidden; text-align: justify; }  .altreklam{ float: left; width:470px; height:70px; padding: 6px 0  0 39px;}     #alt{ margin-left:  auto; margin-right: auto; background: url( http://img.webme.com/pic/h/hypnaty/v5alt2.png ); width: 900px; height: 125px; float: left;   }   input { padding: 2px; margin-right: 1px; background-image: url(http://img.webme.com/pic/h/hypnaty/brder16.bmp); border: 1px solid #696969; border-left:5px solid #696969; color: #CA143C; font-Arial ; font-size:13px; } input:hover{ padding: 2px; margin-right: 1px; background-image: url(http://img.webme.com/pic/h/hypnaty/brder16.bmp); border: 1px solid #FF0000; border-left:5px solid #FF0000; color: #FF0000; font-Arial; font-size:13px; } textarea { padding: 2px; margin-right: 1px; background-image: url(http://img.webme.com/pic/h/hypnaty/brder16.bmp); border: 1px solid  #696969; border-left:5px solid  #696969; color: #FF0000; font-Arial; font-size:13px; } textarea:hover { padding: 2px; margin-right: 1px; background-image: url(http://img.webme.com/pic/h/hypnaty/brder16.bmp); border: 1px solid #FF0000; border-left:5px solid #FF0000; color: #FF0000; font-Arial; font-size:13px; }    a:link, a:visited {    color: #000000;    text-decoration: none;    font-weight: ; }    a:hover {    text-decoration: none;    color: gray; }    ::-moz-selection { background:#arkaplanrengi; color:#FF0000; }                 //-->


tasarım hoşuma gitti yazıları değiştirme olanağı yok mu
______________
Farkın yoksa,yaratmaya bak....
www.clubpenguincilerr.tr.gg
Mesaj01.05.2010, 19:51 (UTC)    
Mesaj konusu:

teşekkürler
______________
Mesaj01.05.2010, 20:09 (UTC)    
Mesaj konusu:

Teşekkürler Wink
______________

Mesaj02.05.2010, 11:22 (UTC)    
Mesaj konusu:






Css Koduna

Kod:
h2#title span {display: none;}

div.header{display: none;}

li.nav_element{list-style-type: none;}

li.nav_element{display: none;}

body {
background-image:url('http://www.backgroundlabs.com/backgrounds/91.gif');
background-attachment:fixed;
background-repeat:repeat;
}











<style type="text/css">
<!--
body,td,th {
   font-size: 15px;
   color: #ffffff;
   face: trebuchet ms;
   font-family: trebuched ms;
}
a:link {
   color: #ccff00;
   text-decoration: none;
font-size: 15px
}

a:visited {
   text-decoration: none;
 color: #ccff00;
font-size: 15px
}
a:hover {
   text-decoration: none;
color: #ff99cc;
background-color: #666666;
font-size: 15px
}
a:active {
   text-decoration: none;
   color: #ccff00;
font-size: 15px
}
a {
   font-size: 15px;
}
-->
</style>

<style type="text/css">
table {margin-left: auto;margin-right: auto}
</style>



<style type="text/css">
#gbooktext {
padding: 1px;
margin-right: 1px;
background-image: url();
color: #000000;
border: solid 2px #003d7a;
font-weight:bold;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius: 15px;
padding: 5px 10px;
}
input {
padding: 1px;
margin-right: 1px;
background-image: url();
color: #000000;
border: solid 2px #003d7a;
font-weight:bold;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius: 15px;
padding: 5px 10px; 
}


textarea {
padding: 1px;
margin-right: 1px;
background-image: url();
color: #000000;
border: solid 2px #003d7a;
font-weight:bold;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius: 15px;
padding: 5px 10px;
}

</style>


<style>
iframe{border:dotted 5px #FF00FF;}
</style>




Tatsarımın Üsütüne
Kod:
<haed><meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.Gradientwipe(duration=2,irisStyle=star)"></haed>
<style type="text/css">
<!--
.style1 {font-size: 24px}
--></style>
<table bordercolor="#ff00ff" height="130" width="835" align="center" border="3">
    <tbody>
        <tr>
            <td align="center" width="324" bgcolor="#000000"><script src="http://h1.flashvortex.com/display.php?id=3_1272673009_59465_345_0_234_125_9_62" type="text/javascript"></script></td>
            <td width="255">
            <p>[visits] Ziyaretçi</p>
            <p>[hits] Tıklama</p>
            <p>İP adresiniz:[ip]</p>
Paylaş<!-- AddThis Button BEGIN -->
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&username=xa-4bd496d55dfdd5c6"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4bd496d55dfdd5c6"></script>
<!-- AddThis Button END -->

            </td>
        </tr>
    </tbody>
</table>
<table bordercolor="#ff00ff" height="131" width="835" align="center" border="3">
    <tbody>
        <tr>
            <td align="center">
            <p><a target="_self" href="http://fmsonsuz.tr.gg/">Ana Sayfa</a>  <a target="_blank" href="http://www.flatcast.info/de/WizUsr.aspx">Nick Al</a>  <a target="_blank" href="http://www.flatcast.info/WizTakeOver.aspx?new=-1">Yayın Al</a>  <a target="_blank" href="http://92.51.137.94/objects/FlatViewerSetup522.exe">Active Yükle</a>  <a target="_self" href="http://fmsonsuz.tr.gg/Ziyaret%E7i-defteri.htm">Ziyaretçi Defteri</a>  <a target="_self" href="http://fmsonsuz.tr.gg/Djler.htm">Djler</a> <a target="_self" href="http://fmsonsuz.tr.gg/Online-%26%23304%3Bleti%26%23351%3Bim.htm">İletişim</a>  <a target="_self" href="http://fmsonsuz.tr.gg/Destek-Ol.htm">Destek Ol</a>   
            <p><marquee style="width: 344px; height: 30px"><span style="font-size: large"><span class="style1"><span id="1272200716486S" style="display: none"> </span>Sonsuz Fm </span></span><span id="1272200717242E" style="display: none"> </span></marquee></p>
            </td>
        </tr>
    </tbody>
</table>
<style type="text/css">
<!--
.style1 {font-size: 24px}
--></style>
<table bordercolor="#ff00ff" width="835" align="center" border="3">
    <tbody>
        <tr>
            <td align="center">

Tasarımın Altına

Kod:
</td>
  </tr>
</table>
<table width="835" height="61" border="3" align="center" bordercolor="#FF00FF">
    <tbody>
        <tr>
          <td>
            <div align="center"><img height="64" width="64" alt="" src="http://img490.imageshack.us/img490/7295/kalp5ml0.jpg" /><strong>Tasarım Dj Mert |Çalınması Durumnuda Gerekli İşlemler Yapılacaktır </strong><img height="64" width="64" alt="" src="http://img490.imageshack.us/img490/7295/kalp5ml0.jpg" /></td>
  </tr>
</table>

______________
Mesaj03.05.2010, 06:51 (UTC)    
Mesaj konusu: Re: İce blue,red,butterfly,css deising Tasarımları

kerimdj yazmış:
IceBlue, Red ve Butterfly Tasarım Kodlarını ;
Sitene Giriş // Tasarım Ayarları // Gelişmiş Ayarlar // Tasarımın Üzerindeki Yazı Adlı Kutucuğa Yerleştirin ve Kaydedin..
Css Tasarımlar İçin ; Css Tasarım Paylaşımı Yapan Arkadaşlar Zaten Kodu Nereye Ekleyeceğinizi Belirtiyorlar...




Kod:
<!-- www.djkresimli.tr.gg tasarim sayfalari kod baslangici --->

<style type="text/css">
<!--
table.edit_main_table{width: 100% !important;}
td.edit_main_tr{width: 100% !important;}
table.edit_second_table{width: 100% !important;}
td.edit_header_full{width: 100% !important;
background-position:center;background-repeat:no-repeat; }
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%;}
-->
</style> 

<style type="text/css">
<!--

td.edit_rechts_sbg{visibility:hidden;}

/* Allgemein*/
body {background-color:#000000;}
body{background-image:url(http://80.190.202.79/pic/k/kerimdjtv/gecarkapl.jpg);background-attachment: fixed;}
td.headline{visibility:hidden;}
td.edit_header_full{height: 215px; width: 985px;background-image:url(http://80.190.202.79/pic/k/kerimdjtv/gecheader.jpg);background-repeat:no-repeat;}
object.objekt{position: absolute;center: 5px;top: 0px;}


/* Navigation*/
td.nav_heading{background-image: url(http://80.190.202.79/pic/k/kerimdjtv/gecc1.jpg);height: 33px;padding-left: 27px;font-size: 14px;font-weight: bold;width:185px;}
td.nav{background-image: url(http://80.190.202.79/pic/k/kerimdjtv/gecc1.jpg);background-color: #ffffff;width:185px;}
td.nav:hover{background-image: url(http://80.190.202.79/pic/k/kerimdjtv/gecc2.jpg);width:185px;}
td.edit_below_nav{visibility: hidden;visibility:transparent; }
td.edit_navi_headbg{background-image: url(http://80.190.202.79/pic/k/kerimdjtv/gecceyan.jpg);background-repeat:repeat;}
td.nav{color: #ffffff;}
td.nav a{color: #ffffff;}
td#nav_lalala{visibility:hidden;height:25px;}
td#nav_lalala2{visibility:hidden;height:25px;}
td#nav_lalala3{visibility:hidden;height:25px;}
tr.checked_menu td{background-image:url(http://80.190.202.79/pic/k/kerimdjtv/gecc2.jpg);}
td#nav_AllesfuerdeineHomepage{background-image: url(http://80.190.202.79/pic/k/kerimdjtv/gecc2.jpg);height:33px;text-align:center;}
td#nav_Community{background-image: url(http://80.190.202.79/pic/k/kerimdjtv/gecc2.jpg);height:33px;text-align:center;}
td#nav_Multimedia{background-image: url(http://80.190.202.79/pic/k/kerimdjtv/gecc2.jpg);height:33px;text-align:center;}


/* Content*/
td.edit_content font{color:;font-size: 11px;}
td.edit_content_bottom2{background-image: url();height: 34px;weight:632px;visibility:transparent;}
td.edit_content_bottom{background-image: url(http://80.190.202.79/pic/k/kerimdjtv/geccaltus.jpg);}
td.edit_content_bottom:hover{background-image: url(http://80.190.202.79/pic/k/kerimdjtv/geccatani.jpg);}
td.edit_content{background-image: url(http://80.190.202.79/pic/k/kerimdjtv/geeceic.jpg);}
td.edit_content div{color:;font-size: 11px;}
td.edit_content p{color:;font-size: 11px;}
td.edit_content_top{height: 34px;background-image: url(http://80.190.202.79/pic/k/kerimdjtv/geccaltus.jpg);font-size:14px;font-weight:bold;text-align: center;width:632px;}


/* Rechte Boxen*/
td.sidebar_heading{background-image: url(http://80.190.202.79/pic/k/kerimdjtv/gecc1.jpg);height: 33px;font-size: 14px;font-weight: bold;text-align: center;width:185px;}
#sidebar_heading_1,#sidebar_heading_2,#sidebar_heading_3,#sidebar_heading_4,#sidebar_heading_5{background-image: url();background-color: transparent;width:185px;background-repeat:no-repeat;}
td.edit_rb_footer{visibility:hidden;}
td.edit_rechts_bottom{background-image: url();background-repeat:repeat;}
td.shouty, td.shouty2, td.shouty3, td.shouty4, td.shouty5{color:#000000;background-image: url(http://80.190.202.79/pic/k/kerimdjtv/gecceyan.jpg);background-color: transparent;visibility:transparent;}


/* Hintergrund*/
td.edit_rechts_cbg{background-repeat: repeat;background-image: url();}


table.rb_neu{position:absolute;left:131px;top:1200px;}

-->
</style>

<!-- www.djkresimli.tr.gg tasarim sayfalari kod bitisi --->

Mesaj04.05.2010, 13:55 (UTC)    
Mesaj konusu:

şifre: endlessgenclik.com

önizleme:



fenadesig.rar

http://rapidshare.com/files/383435310/fenadesig.rar
Mesaj04.05.2010, 13:56 (UTC)    
Mesaj konusu:

şifre: endlessgenclik.com

önizleme:



fenadesig.rar

http://rapidshare.com/files/383435310/fenadesig.rar
Mesaj04.05.2010, 13:56 (UTC)    
Mesaj konusu:

Mesaj04.05.2010, 13:57 (UTC)    
Mesaj konusu:

şifre: endlessgenclik.com
önizleme:


endlessgenclik1yesil.rar

http://rapidshare.com/files/383434460/endlessgenclik1yesil.rar
Mesaj04.05.2010, 13:57 (UTC)    
Mesaj konusu:

şifre: endlessgenclik.com

önizleme:




vista_tarzae_.rar

http://rapidshare.com/files/383437834/vista_tarzae_.rar
Mesaj04.05.2010, 23:39 (UTC)    
Mesaj konusu: alın size tasarım

tasarımın ön izlemesi:http://www.freecsstemplates.org/preview/resplendissant/ tasarımın üstüne:[/code]<div id="logo">
<h1><a href="#">Resplendissant</a></h1>
<h2>By Free CSS Templates</h2>
</div>
<div id="menu">
<ul>
<li class="first"><a href="#" accesskey="1" title="">Home</a></li>
<li><a href="#" accesskey="2" title="">Articles</a></li>
<li><a href="#" accesskey="3" title="">Blogs</a></li>
<li><a href="#" accesskey="4" title="">About Us</a></li>
<li><a href="#" accesskey="5" title="">Contacts</a></li>
<li><a href="#" accesskey="6" title="">RSS</a></li>
</ul>
<div id="search">
<form method="get" action="">
<fieldset>
<input id="s" type="text" name="s" value="" />
<input id="x" type="submit" value="Search" />
</fieldset>
</form>
</div>
</div>
<hr />
<div id="banner"><img src="images/img05.jpg" alt="" width="960" height="147" /></div>
<!-- start page -->
<div id="page">
Kod:
                                                                                                                                      tasarım altına:   
</div>
<!-- end content -->
<!-- start sidebar -->
<div id="sidebar">
<ul>
<li id="calendar">
<h2>Calendar</h2>
<table summary="Calendar">
<caption>
November 2007
</caption>
<thead>
<tr>
<th abbr="Monday" scope="col" title="Monday">M</th>
<th abbr="Tuesday" scope="col" title="Tuesday">T</th>
<th abbr="Wednesday" scope="col" title="Wednesday">W</th>
<th abbr="Thursday" scope="col" title="Thursday">T</th>
<th abbr="Friday" scope="col" title="Friday">F</th>
<th abbr="Saturday" scope="col" title="Saturday">S</th>
<th abbr="Sunday" scope="col" title="Sunday">S</th>
</tr>
</thead>
<tfoot>
<tr>
<td abbr="October" colspan="3" id="prev"><a href="http://wordpress.local/?m=200710" title="View posts for October 2007">« Oct</a></td>
<td class="pad"> </td>
<td abbr="December" colspan="3" id="next"><a href="http://wordpress.local/?m=200710" title="View posts for December 2007">Dec »</a></td>
</tr>
</tfoot>
<tbody>
<tr>
<td colspan="3" class="pad"> </td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<td id="today">5</td>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>
<td>10</td>
<td>11</td>
</tr>
<tr>
<td>12</td>
<td>13</td>
<td>14</td>
<td>15</td>
<td>16</td>
<td>17</td>
<td>18</td>
</tr>
<tr>
<td>19</td>
<td>20</td>
<td>21</td>
<td>22</td>
<td>23</td>
<td>24</td>
<td>25</td>
</tr>
<tr>
<td>26</td>
<td>27</td>
<td>28</td>
<td>29</td>
<td>30</td>
<td class="pad" colspan="2"> </td>
</tr>
</tbody>
</table>
</li>
<li>
<h2>Etiam dolore</h2>
<p>Nulla pellentesque dolor non tellus. Duis vel elit sit <a href="#">amet ipsum vehicula</a> varius. Vestibulum ante ipsum primis in faucibus orci luctus.</p>
</li>
<li>
<h2>Consequat lorem</h2>
<ul>
<li><a href="#">Proin nec magna nec massa</a></li>
<li><a href="#">Sit amet purus congue</a></li>
<li><a href="#">Molestie aliquam erat volutpat</a></li>
<li><a href="#">Amet ipsum vehicula varius</a></li>
<li><a href="#">Primis in faucibus orci luctus</a></li>
<li><a href="#">Vestibulum ante ipsum</a></li>
</ul>
</li>
</ul>
</div>
<!-- end sidebar -->
<div style="clear: both;"> </div>
</div>
<!-- end page -->
<div id="footer">
<p class="legal">Copyright (c) 2007 Website Name. All rights reserved.</p>
<p class="credit">Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
</div>

Kod:
  css kod:
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;} /*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
background: #FFFFFF url(http://www.freecsstemplates.org/previews/resplendissant/http://www.freecsstemplates.org/previews/resplendissant/images/img05.jpgimg05.jpgimg01.gif) repeat-x;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #6E6E6E;
}

input, textarea {
background: #FFFFFF url(http://www.freecsstemplates.org/previews/resplendissant/http://www.freecsstemplates.org/previews/resplendissant/images/img05.jpgimg05.jpgimg04.gif) repeat-x;
border-top: 1px solid #A3A3A3;
border-right: 1px solid #E5E5E5;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #D6D6D6;
font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #6E6E6E;
}

h1, h2, h3 {
font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
text-decoration: none;
color: #125798;
}

h1 a:hover, h2 a:hover {
text-decoration: underline;
}

h1 {
font-size: 38px;
}

h2 {
font-size: 28px;
font-weight: normal;
font-style: italic;
}

h3 {
font-size: 16px;
color: #939292;
}

p, ul, ol {
margin-top: 1.5em;
line-height: 190%;
}

ul, ol {
margin-left: 3em;
}

blockquote {
margin-left: 3em;
margin-right: 3em;
}

a {
color: #125798;
}

a:hover {
text-decoration: none;
color: #8D0000;
}

a img {
border: none;
}

img.left {
float: left;
margin-right: 20px;
}

img.right {
float: right;
margin-right: 20px;
}

hr {
display: none;
}

/* Logo */

#logo {
width: 870px;
height: 100px;
margin: 0 auto;
}

#logo h1, #logo h2 {
margin: 0;
}

#logo h1 {
float: left;
padding-top: 45px;
}

#logo h2 {
float: right;
padding-top: 65px;
font-size: 16px;
font-weight: normal;
}

#logo h2, #logo h2 a {
color: #939292;
}

#logo a {
text-decoration: none;
}

/* Menu */

#menu {
width: 960px;
height: 62px;
margin: 0 auto;
background: #4E9FC8 url(http://www.freecsstemplates.org/previews/resplendissant/http://www.freecsstemplates.org/previews/resplendissant/images/img05.jpgimg05.jpgimg02.jpg) no-repeat;
}

#menu ul {
margin: 0;
padding: 23px 0 0 28px;
list-style: none;
line-height: normal;
}

#menu li {
float: left;
padding: 0 20px 0 22px;
background: url(http://www.freecsstemplates.org/previews/resplendissant/http://www.freecsstemplates.org/previews/resplendissant/images/img05.jpgimg05.jpgimg03.gif) no-repeat left center;
}

#menu li.first {
background: none;
}

#menu a {
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

#menu a:hover {
text-decoration: underline;
}

/* Search */

#search {
float: right;
width: 200px;
}

#search form {
margin: 0;
padding: 0;
}

#search fieldset {
margin: 0;
padding: 0;
border: none;
}

#search input {
}

#search #s {
width: 150px;
}

#search #x {
display: none;
}

/* Banner */

#banner {
width: 960px;
margin: 0 auto;
padding: 8px 0;
}

/* Page */

#page {
width: 900px;
margin: 0 auto;
padding: 45px 35px 0 25px;
background: url(http://www.freecsstemplates.org/previews/resplendissant/http://www.freecsstemplates.org/previews/resplendissant/images/img05.jpgimg05.jpgimg06.gif) no-repeat;
}

/* Content */

#content {
float: right;
width: 603px;
}

.post {
}

.post .title {
margin: 0;
padding: 20px 20px 0 20px;
}

.post .entry {
padding: 0 20px;
}

.post .meta {
height: 47px;
margin: 20px 0 40px 0;
padding: 15px 0 0 20px;
background: url(http://www.freecsstemplates.org/previews/resplendissant/http://www.freecsstemplates.org/previews/resplendissant/images/img05.jpgimg05.jpgimg07.gif) no-repeat;
line-height: normal;
}

/* Sidebar */

#sidebar {
float: left;
width: 250px;
}

#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}

#sidebar li {
margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
margin: 0;
padding: 5px 20px;
}

#sidebar li h2 {
height: 32px;
margin-bottom: 15px;
padding: 8px 0px 0px 20px;
background: #4E9FC8 url(http://www.freecsstemplates.org/previews/resplendissant/http://www.freecsstemplates.org/previews/resplendissant/images/img05.jpgimg05.jpgimg09.jpg) no-repeat;
font-size: 18px;
color: #FFFFFF;
}

#sidebar li p {
padding: 0 20px;
}

/* Calendar */

#sidebar #calendar {
padding: 0;
}

#calendar caption {
}

#calendar table {
width: 100%;
padding: 0 20px;
text-align: center;
}

#calendar thead th {
border-bottom: 2px solid #F2F2F2;
border-top: 1px solid #F2F2F2;
}

#calendar tbody td {
padding: 5px 0;
border-bottom: 1px solid #F2F2F2;
}

#calendar tfoot td {
border-top: 1px solid #F2F2F2;
}

#calendar #prev {
text-align: left;
}

#calendar #next {
text-align: right;
}

#calendar a {
font-weight: bold;
}

/* Footer */

#footer {
clear: both;
width: 870px;
height: 50px;
margin: 0 auto;
padding: 35px 45px;
background: url(http://www.freecsstemplates.org/previews/resplendissant/http://www.freecsstemplates.org/previews/resplendissant/images/img05.jpgimg05.jpgimg06.gif) no-repeat;
}

#footer p {
margin: 0;
line-height: normal;
color: #B4B4B4;
}

#footer a {
color: #B4B4B4;
}

#footer .legal {
float: left;
}

#footer .credit {
float: right;
}
Kod:

______________


Mesaj07.05.2010, 13:52 (UTC)    
Mesaj konusu:

Mesaj08.05.2010, 08:12 (UTC)    
Mesaj konusu:

Mesaj08.05.2010, 08:13 (UTC)    
Mesaj konusu:

Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu