Forum'da ara:
Ara


Yazar Mesaj
Mesaj12.04.2009, 20:03 (UTC)    
Mesaj konusu: Css kodunda değişiklik yapamadım..

Arkadaşlar ben başlık resmimi değiştirmek istiyorum fakat yapamadım

Resimdeki mavi bölgeyi silip kendi başlık resmimi yapmak istiyorum nasıl yapabilirim başlık resmimde bu benim yaptığım..

http://img.webme.com/pic/y/yenidogan54/bas.gif
O mavi başlık resminin aynı boyutunda yapmak istiyorum nasıl yapabilirim acaba...

kodlarımda bunlar...

tasarım üstü ...
Kod:
<div id="containr">
   <div id="header">
   <div id="headtop">
      <a href="#">Yenidoğan </a> <a href="#">Contact</a> <a href="#">About</a> 
   </div>
   <div id="headbottom">
      <h1>Yenidogan<span style="color:#FF6600;">54</span></h1>
      <h2></h2>
   </div>
   </div>
   <div id="menu">
    </ul>
      <div
      </div>
     </div>
   <div id="content">
      <div id="leftcontent">
       
        <div class="navigation">
         <div class="navhead">Site Menü</div>
         <ul class="navmenu">
           <li><a href="http://yenidogan54.tr.gg/">Ana Sayfa</a></li>
           <li><a href="http://yenidogan54.tr.gg/Ziyaret%E7i-defteri.htm">Ziyaretçi Defteri</a></li>
           <li><a href="http://yenidogan54.tr.gg/iletisim.htm">İletişim</a></li>
           <li><a href="http://yenidogan54.tr.gg/Yeni-Dogan-Sohbet.htm">Sohbet</a></li>
         </ul>
        </div>
         
          <div class="navigation">
         <div class="navhead">Köy Hakkında</div>
         <ul class="navmenu">
           <li><a href="http://yenidogan54.tr.gg/K-Ue-LT-Ue-R.htm">Kültür</a></li>
           <li><a href="http://yenidogan54.tr.gg/GELENEK-VE-G-Oe-RENEKLER.htm">Geleneklerimiz</a></li>
           <li><a href="http://yenidogan54.tr.gg/N-Ue-FUSUMUZ.htm">Nüfusumuz</a></li>
           <li><a href="http://yenidogan54.tr.gg/Akyaz%26%23305%3B-Yenido%26%23287%3Ban-k.oe.y.ue.-resimleri/index.htm">Resimler</a></li>
           <li><a href="http://yenidogan54.tr.gg/SAKARYA-AKYAZI-YENIDOGAN-KOYU-COGRAFI-BILGILERI.htm">Coğrafi Bilgiler</a></li>
           <li><a href="http://yenidogan54.tr.gg/SAKARYA-YENIDOGAN-KOYU-IKLIM-SARTLARI.htm">İklim Koşulları</a></li>
           <li><a href="http://yenidogan54.tr.gg/SAKARYA-AKYAZI-YENIDOGAN-KOYU-ALT-YAPI-BILGILERI.htm">Alt Yapı Bilgileri</a></li>
          
           <li><a href="http://yenidogan54.tr.gg/Resim-Ekle.htm">Resim Ekle</a></li>
          
         </ul>
        </div>
         
          <div class="navigation">
         <div class="navhead">Haberler</div>
         <p><span class="left">
            <img src="" alt=" "" width="60" height="60" /></span><iframe src="http://sondakika.haber3.com/" frameborder="0" width="140"
height="400"></iframe> </p>
        </div>
         
          <div class="navigation">
   
       
         <p>
<table border="0">
<tr>
<td align="center"><form name="d">
<input type="text"  size="5" name="d2">
</form>
</td>
<td align="center"><font face="Arial"><strong>Saniyedir bu sayfadasınız...</strong></font></td>
</tr>
</table>
<script>
<!--
var milisec=0
var seconds=0
document.d.d2.value='0'
function display(){
if (milisec>=9){
milisec=0
seconds+=1
}
else
milisec+=1
document.d.d2.value=seconds+"."+milisec
setTimeout("display()",100)
}
display()
//-->
</script>

<P> <A href="http://www.starteasy.com/cgi-bin/send2friend.cgi" _fcksavedurl="http://www.starteasy.com/cgi-bin/send2friend.cgi"><IMG style="WIDTH: 136px; HEIGHT: 42px" height=31 alt=http://www.kod-dunyasi.tr.gg src="http://img401.imageshack.us/img401/198/tavsiyeet3pv.gif" _fcksavedurl="http://img401.imageshack.us/img401/198/tavsiyeet3pv.gif" width=88 border=0></A></P><script language="javascript" src="http://kod.anime.web.tr/ipadres.js"></script>
         
         </p>
        </div>
         
      </div>
      
      <div id="rightcontent">

         <h1 class="posthead"></h1>
            <div class="postcontent">



TASARIM ALTI
Kod:
</div>
   </div>
   </div>

   <div id="footer">
   <div id="footertop">
      <h2><a href="#">Home</a> | <a href="#">Privacy Policy</a> | <a href="#">Contact Us</a> | <a href="#">Rss</a> | <a href=
      "http://jigsaw.w3.org/css-validator/check/referer">CSS</a> and <a href="http://validator.w3.org/check?uri=referer">XHTML</a><br />
      © 2006 <a href="#">Your Name</a> | Design by <a href="http://www.flopsoft.co.nr" target="_blank">FlopSoft Inc.</a></h2>
   </div>
   <div id="footerbootom"></div>
   </div>

</div>



css kodu
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;}

*{margin:0; padding:0; border: 0;}
body {
   font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
   background: #dedede;
}
a, a:visited {
   text-decoration: none;
   color: #258ADC;
   background: inherit;
}
a:hover {
   color: #FF3300;
   background: inherit;
   text-decoration: underline;
}
h1, h2, h3, h4, h5 {
   font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
   font-weight: Bold;
   padding: 3px 0 0 0;   
}
h1 {
   font-size: 140%;
}
h2 {
   font-size: 125%;
   color: #006699;
   margin-bottom: 3px;
}
h3 {
   font-size: 95%;
   color: #666666;
}
h4{
   font-size: 85%;
   color: #999999;
}
h5{
   font-size: 80%;
   color: #258ADC;
   text-transform: uppercase;
}
p {
   padding: 5px;
}

tr {
   height: 25px
}

blockquote {
   margin: 5px 0;
   padding: 5px 5px 5px 30px;
   border-top: 1px solid #258ADC;
   border-bottom: 1px solid #258ADC;
   background: #F5F5F5 url(http://www.opendesigns.org/designs/1434/quote.gif) no-repeat 5px 5px;
   text-align: justify;
}
#containr{
   width: 810px;
   margin: 5px auto;
   background: #006633 url(http://www.opendesigns.org/designs/1434/bodybg.jpg) repeat-y center top;
}
#content{
   padding-top: 5px;
   width:100%;
   clear: both;
}
#leftcontent{
   display:inline /*Fix IE floating margin bug*/;
   padding-left: 3px;
   padding-bottom: 1px;
   width: 155px;
   float: left;
   overflow:visible !important /*Firefox*/;
   overflow:hidden /*IE6*/;
}

#rightcontent{
   display:inline /*Fix IE floating margin bug*/;
   padding-right: 10px;
   width: 620px;
   float: right;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   overflow:visible !important /*Firefox*/;
   overflow:hidden /*IE6*/;
}
#header{
   height:140px;
   width:810px;
   font-family: "MS Serif", "New York", serif;
   background: url(http://www.opendesigns.org/designs/1434/headtop.jpg) no-repeat left top;
}
#headtop{
   height: 15px;
   text-align: right;
   padding: 10px 10px 5px 0;
}
#headtop a{
   font: bolder 1.0em 'Trebuchet MS', Arial, Sans-serif;
   text-decoration: none;
   color: #006699;
   background: url(http://www.opendesigns.org/designs/1434/bullet2.gif) no-repeat center left;
   padding-left: 12px;
   margin-right: 5px;
}
#headtop a:visited{
   color: #006699;
}
#headtop a:hover {
   color: #FF3300;
   text-decoration: underline;
}
#headbottom{
   margin: 0 auto;
    width: 800px;
   height: 110px;
   background: url(http://www.opendesigns.org/designs/1434/footer.jpg) repeat;
}
#headbottom h1{
    padding: 10px 0 0 25px;
   font: bolder 3.1em 'Trebuchet MS', Arial, Sans-serif;
   color: White;
   border: 0;
}
#headbottom h2{
    padding: 10px 0 0 25px;
   color: White;
   font: bolder 1.2em 'Trebuchet MS', Arial, Sans-serif;
   text-decoration: none;
}
.search {
   display: block;
   padding-top: 3px;
   padding-right: 10px;
}   
.inputtext {
   color: #333;
   height: 20px;
   line-height: 20px;
   padding: 0 3px;
   background: #FFF;
   border: 1px solid #0099FF;
   float: right;
   margin-right: 3px;
}
.inputbutton {
   height: 22px;
   border: 0;
   padding: 0 2px;
   background: #9DD9FF;
   border: 1px solid #0099FF;
   color: #333;
   float: right;
   font-weight: bold;
   font-size: 10px;
}
#menu {
   width:800px;
   margin:0 auto;
   height: 30px;
   background: url(http://www.opendesigns.org/designs/1434/menubg.jpg) repeat-x;
   text-transform: uppercase;
}
#menu ul {
   float:left;
   white-space: nowrap;
   list-style-type:none;
}
#menu ul li{
   display: inline;
}
#menu ul li a {
   display: block;
   width:100px;
   height: 30px;
   line-height: 30px;
   color:#004486;
   border-right: 1px solid White;
   text-align:center;
   text-decoration:none;
   font-weight: bolder;
   font-size: 12px;
   float:left;
}
#menu ul li a:hover {
   color:#0077EA;
/*   background: White url(http://www.opendesigns.org/designs/1434/menuhover.jpg) repeat-x;
*/}
#menu ul li.current a{
   color:White;
   background: White url(http://www.opendesigns.org/designs/1434/menuhover.jpg) repeat-x;
}
.navigation{
   width:152px;
   margin-left: 2px;
   border-top: 1px solid #DCDCDC;
   border-right: 1px solid #DCDCDC;
   border-bottom: 1px solid #DCDCDC;
}
.navhead{
   background: #258ADC;
   height: 23px;
   padding: 1px 0 0 5px;
   margin-bottom: 1px;
   font-weight: bold;
   font-size: 14px;
   color: White;
}
.navmenu {
   width: 150px;
   padding: 0 1px 0 1px;
   font-size: 1.2em;
}
.navmenu li {
   margin-bottom: 1px;
   list-style-type: none;
   white-space: nowrap;
   background: #F5F5F5;
   padding-right: 15px;
}
.navmenu li a {
   font-weight: bold;
   font-size: 12px;
   text-decoration: none;
   color: #708090;
   background: url(http://www.opendesigns.org/designs/1434/arrow.png) no-repeat left;
   display: block;
   height: 20px;
   line-height: 20px;
   padding: 0 0 0 15px;
   text-align: left;
}
.navmenu li a:hover {
   color: #4169E1;
   text-decoration: underline;
}

.navmenu li a:active {
   background: #034f8a;
   color: White;
}

.navmenu li a:visited {
   color: #708090;
}
.posthead {
   color: Green;
   background: url(http://www.opendesigns.org/designs/1434/bluebox.png) no-repeat 2px center;
   padding-left: 15px;
   text-decoration: underline;
   height: 22px;
   line-height: 22px;
   padding: 0;
   padding-left: 17px;
}
.postcontent {
   padding: 2px 5px 5px 10px;
   text-align: justify;
}
.postfooter {
   padding: 3px 5px;
   margin: 0 5px 10px 5px;
   border-bottom: 1px solid #f2f2f2;
   font-size: 90%;   
   text-align: right;
}
.postfooter .readmore {
   background: url(http://www.opendesigns.org/designs/1434/page.gif) no-repeat left center;
   padding-left: 20px;
}
.postfooter .comments {
   background: url(http://www.opendesigns.org/designs/1434/comment.gif) no-repeat left center;
   padding-left: 20px;
   margin-left: 10px;
}
.postfooter .date {
   background: url(http://www.opendesigns.org/designs/1434/clock.gif) no-repeat left center;
   padding-left: 20px;
   margin-left: 10px;
}
.unlist{
   padding: 0 0 0 5px;
   font-size: 0.8em;
}
.unlist li{
   list-style: none;
   margin: 0 0 0 5px;
   padding-left: 12px;
   background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 2px;
}
.unlist li ul li{
   list-style: none;
   margin: 0 0 0 5px;
   padding-left: 12px;
   background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px center;
}
.unlist li a{
   background: none;
   font-weight: bold;
}
.unlist li ul li a{
   background: none;
   font-weight: bold;
}
.ollist{
   padding: 0 0 0 5px;
   font-size: 0.8em;
}
.ollist li{
   list-style-type: decimal;
   margin: 0 0 0 25px;
}
.ollist li a{
   font-weight: bold;
}
.deflist{
   margin:0 0 0 10px;
   font-size: 0.8em;
}
.deflist dt{
   padding:0 0 0 12px;
   background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 50%;
   text-decoration:none;
}
.deflist dd{
   margin:0 0 0 10px;
   padding:0 0 0 12px;
   background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 50%;
   text-decoration:none;
}
.deflist dd a, .deflist dt a{
   background: none;
   font-weight: bold;
}
.coode {
  padding: 5px;
  margin: 0 0 10px 0;
  text-align: left;
  display: block;
  overflow: auto; 
  font: 1em 'Lucida Console', 'courier new', monospace ;
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  white-space: pre;
}
div.colwrap{
   padding:0 5px 5px 0;
   display: inline-block;
}
.clearwrap{
   clear: both;
   margin: 0;
}
.colleft{
   float:left;
   width: 55%;
   margin-bottom:5px;
}
.colmiddle{
   float:left;
   width: 20%;
   margin-left: 10px;
   margin-bottom:5px;
}
.colright{
   float:right;
   width: 20%;
   margin-bottom:5px;
}
.foorm {
   border: 1px solid #B4D6E6;
   background-color: #FAFAFA;
   margin: 5px 0 5px 0;
}
.foorm label {
   display:block;
   font-weight:bold;
   margin:5px 0;
   color: #333333;
}
.foorm input {
   padding: 0 3px;
   border:1px solid #B4D6E6;
   height: 20px;
   line-height: 20px;
}
.foorm select {
   border:1px solid #B4D6E6;
   width: 100px;
}
.foorm textarea {
   width:95%;
   padding:2px;
   border:1px solid #B4D6E6;
   height:100px;
   display: inline;
   margin: 0 0 5px 0;
}
.foorm input.button {
   height: 24px;
   border: 0;
   background: #034f8a;
   color: White;
   font-weight: bold;
}
.imp {
   font-size: 0.8em;
   color: red;
}
.left{
   float: left;
   padding: 2px 8px 2px 2px;
}
.right{
   float: right;
   padding: 2px 2px 2px 8px;
}
.center{
   display: block;
     text-align: center;
     margin: 0 auto;
   padding: 3px 0 3px 0;
}
.clear{
   clear: both;
}
#footer{
   clear: both;
   width:810px;
   height: 55px;
}
#footertop{
   margin: 0 auto;
   width:800px;
   height: 40px;
   text-align: right;
   background: url(http://www.opendesigns.org/designs/1434/footer.jpg) repeat-x;
}
#footerbootom{
   width:810px;
   height: 15px;
   background: url(http://www.opendesigns.org/designs/1434/footerbootom.jpg) no-repeat left bottom;
}
#footertop h2{
   padding: 5px 10px 0 0;
   color: #666666;
   text-decoration: none;
   font: bold 8.0pt Tahoma, Arial, Helvetica;
}
#footertop a{color: #258ADC; background-color:inherit; font-weight:bold;}
#footertop a:hover{color: #FF3300; background-color:inherit;}
Mesaj12.04.2009, 20:09 (UTC)    
Mesaj konusu:

kardeş sağ tıklama engelini kaldır siteden sonra haber ver değiştireyim başlığını
Mesaj12.04.2009, 20:12 (UTC)    
Mesaj konusu:

Alttaki kodu tasarımın üzerindeki yazı kısmına ekle.. Olmadıysa söyle düzeltmeye çalışırım

Kod:
<div id="containr">
   <div id="header">
   <div id="headtop">
      <a href="#">Yenidoğan </a> <a href="#">Contact</a> <a href="#">About</a>
   </div>
   <div id="headbottom">
      <h1><img src="http://img.webme.com/pic/y/yenidogan54/bas.gif" alt="bedavasitem.forum.st" width="615" height="83" longdesc="http://bedavasitem.forum.st"></h1>
      <h2></h2>
   </div>
   </div>
   <div id="menu">
    </ul>
      <div
      </div>
     </div>
   <div id="content">
      <div id="leftcontent">
       
        <div class="navigation">
         <div class="navhead">Site Menü</div>
         <ul class="navmenu">
           <li><a href="http://yenidogan54.tr.gg/">Ana Sayfa</a></li>
           <li><a href="http://yenidogan54.tr.gg/Ziyaret%E7i-defteri.htm">Ziyaretçi Defteri</a></li>
           <li><a href="http://yenidogan54.tr.gg/iletisim.htm">İletişim</a></li>
           <li><a href="http://yenidogan54.tr.gg/Yeni-Dogan-Sohbet.htm">Sohbet</a></li>
         </ul>
        </div>
         
          <div class="navigation">
         <div class="navhead">Köy Hakkında</div>
         <ul class="navmenu">
           <li><a href="http://yenidogan54.tr.gg/K-Ue-LT-Ue-R.htm">Kültür</a></li>
           <li><a href="http://yenidogan54.tr.gg/GELENEK-VE-G-Oe-RENEKLER.htm">Geleneklerimiz</a></li>
           <li><a href="http://yenidogan54.tr.gg/N-Ue-FUSUMUZ.htm">Nüfusumuz</a></li>
           <li><a href="http://yenidogan54.tr.gg/Akyaz%26%23305%3B-Yenido%26%23287%3Ban-k.oe.y.ue.-resimleri/index.htm">Resimler</a></li>
           <li><a href="http://yenidogan54.tr.gg/SAKARYA-AKYAZI-YENIDOGAN-KOYU-COGRAFI-BILGILERI.htm">Coğrafi Bilgiler</a></li>
           <li><a href="http://yenidogan54.tr.gg/SAKARYA-YENIDOGAN-KOYU-IKLIM-SARTLARI.htm">İklim Koşulları</a></li>
           <li><a href="http://yenidogan54.tr.gg/SAKARYA-AKYAZI-YENIDOGAN-KOYU-ALT-YAPI-BILGILERI.htm">Alt Yapı Bilgileri</a></li>
         
           <li><a href="http://yenidogan54.tr.gg/Resim-Ekle.htm">Resim Ekle</a></li>
         
         </ul>
        </div>
         
          <div class="navigation">
         <div class="navhead">Haberler</div>
         <p><span class="left">
            <img src="" alt=" "" width="60" height="60" /></span><iframe src="http://sondakika.haber3.com/" frameborder="0" width="140"
height="400"></iframe> </p>
        </div>
         
          <div class="navigation">
   
       
         <p>
<table border="0">
<tr>
<td align="center"><form name="d">
<input type="text"  size="5" name="d2">
</form>
</td>
<td align="center"><font face="Arial"><strong>Saniyedir bu sayfadasınız...</strong></font></td>
</tr>
</table>
<script>
<!--
var milisec=0
var seconds=0
document.d.d2.value='0'
function display(){
if (milisec>=9){
milisec=0
seconds+=1
}
else
milisec+=1
document.d.d2.value=seconds+"."+milisec
setTimeout("display()",100)
}
display()
//-->
</script>

<P> <A href="http://www.starteasy.com/cgi-bin/send2friend.cgi" _fcksavedurl="http://www.starteasy.com/cgi-bin/send2friend.cgi"><IMG style="WIDTH: 136px; HEIGHT: 42px" height=31 alt=http://www.kod-dunyasi.tr.gg src="http://img401.imageshack.us/img401/198/tavsiyeet3pv.gif" _fcksavedurl="http://img401.imageshack.us/img401/198/tavsiyeet3pv.gif" width=88 border=0></A></P><script language="javascript" src="http://kod.anime.web.tr/ipadres.js"></script>
         
         </p>
        </div>
         
      </div>
     
      <div id="rightcontent">

         <h1 class="posthead"></h1>
            <div class="postcontent">

______________
Mesaj12.04.2009, 20:12 (UTC)    
Mesaj konusu:

mysebebim yazmış:
kardeş sağ tıklama engelini kaldır siteden sonra haber ver değiştireyim başlığını


Ya ben sağ tıklama kodu eklemiştim de şimdi o kod hangisi nerede vallahi bilmiyorum :S offf
Mesaj12.04.2009, 20:14 (UTC)    
Mesaj konusu:

ekstralardan kaldırabilirsin sanırım ama kod eklediysen ayrı
Mesaj12.04.2009, 20:16 (UTC)    
Mesaj konusu:

oyunst kardeşim teşekkür ederim oldu fakat arkaplandaki mavi başlıkla aynı boyutda olmasını nasıl yapabilirim bide ona el atarsan çok mutlu olurum ben Smile
saolun allah razı olsun
Mesaj12.04.2009, 20:18 (UTC)    
Mesaj konusu:

al kardeş bulabildim ancak

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;}

*{margin:0; padding:0; border: 0;}
body {
   font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
   background: #dedede;
}
a, a:visited {
   text-decoration: none;
   color: #258ADC;
   background: inherit;
}
a:hover {
   color: #FF3300;
   background: inherit;
   text-decoration: underline;
}
h1, h2, h3, h4, h5 {
   font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
   font-weight: Bold;
   padding: 3px 0 0 0;   
}
h1 {
   font-size: 140%;
}
h2 {
   font-size: 125%;
   color: #006699;
   margin-bottom: 3px;
}
h3 {
   font-size: 95%;
   color: #666666;
}
h4{
   font-size: 85%;
   color: #999999;
}
h5{
   font-size: 80%;
   color: #258ADC;
   text-transform: uppercase;
}
p {
   padding: 5px;
}

tr {
   height: 25px
}

blockquote {
   margin: 5px 0;
   padding: 5px 5px 5px 30px;
   border-top: 1px solid #258ADC;
   border-bottom: 1px solid #258ADC;
   background: #F5F5F5 url(http://www.opendesigns.org/designs/1434/quote.gif) no-repeat 5px 5px;
   text-align: justify;
}
#containr{
   width: 810px;
   margin: 5px auto;
   background: #006633 url(http://www.opendesigns.org/designs/1434/bodybg.jpg) repeat-y center top;
}
#content{
   padding-top: 5px;
   width:100%;
   clear: both;
}
#leftcontent{
   display:inline /*Fix IE floating margin bug*/;
   padding-left: 3px;
   padding-bottom: 1px;
   width: 155px;
   float: left;
   overflow:visible !important /*Firefox*/;
   overflow:hidden /*IE6*/;
}

#rightcontent{
   display:inline /*Fix IE floating margin bug*/;
   padding-right: 10px;
   width: 620px;
   float: right;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   overflow:visible !important /*Firefox*/;
   overflow:hidden /*IE6*/;
}
#header{
   height:140px;
   width:810px;
   font-family: "MS Serif", "New York", serif;
   background: url(http://www.opendesigns.org/designs/1434/headtop.jpg) no-repeat left top;
}
#headtop{
   height: 15px;
   text-align: right;
   padding: 10px 10px 5px 0;
}
#headtop a{
   font: bolder 1.0em 'Trebuchet MS', Arial, Sans-serif;
   text-decoration: none;
   color: #006699;
   background: url(http://www.opendesigns.org/designs/1434/bullet2.gif) no-repeat center left;
   padding-left: 12px;
   margin-right: 5px;
}
#headtop a:visited{
   color: #006699;
}
#headtop a:hover {
   color: #FF3300;
   text-decoration: underline;
}
#headbottom{
   margin: 0 auto;
    width: 800px;
   height: 110px;
   background: url(http://www.opendesigns.org/designs/1434/footer.jpg) repeat;
}
#headbottom h1{
    padding: 10px 0 0 25px;
   font: bolder 3.1em 'Trebuchet MS', Arial, Sans-serif;
   color: White;
   border: 0;
}
#headbottom h2{
    padding: 10px 0 0 25px;
   color: White;
   font: bolder 1.2em 'Trebuchet MS', Arial, Sans-serif;
   text-decoration: none;
}
.search {
   display: block;
   padding-top: 3px;
   padding-right: 10px;
}   
.inputtext {
   color: #333;
   height: 20px;
   line-height: 20px;
   padding: 0 3px;
   background: #FFF;
   border: 1px solid #0099FF;
   float: right;
   margin-right: 3px;
}
.inputbutton {
   height: 22px;
   border: 0;
   padding: 0 2px;
   background: #9DD9FF;
   border: 1px solid #0099FF;
   color: #333;
   float: right;
   font-weight: bold;
   font-size: 10px;
}
#menu {
   width:800px;
   margin:0 auto;
   height: 30px;
   background: url(http://www.opendesigns.org/designs/1434/menubg.jpg) repeat-x;
   text-transform: uppercase;
}
#menu ul {
   float:left;
   white-space: nowrap;
   list-style-type:none;
}
#menu ul li{
   display: inline;
}
#menu ul li a {
   display: block;
   width:100px;
   height: 30px;
   line-height: 30px;
   color:#004486;
   border-right: 1px solid White;
   text-align:center;
   text-decoration:none;
   font-weight: bolder;
   font-size: 12px;
   float:left;
}
#menu ul li a:hover {
   color:#0077EA;
/*   background: White url(http://www.opendesigns.org/designs/1434/menuhover.jpg) repeat-x;
*/}
#menu ul li.current a{
   color:White;
   background: White url(http://www.opendesigns.org/designs/1434/menuhover.jpg) repeat-x;
}
.navigation{
   width:152px;
   margin-left: 2px;
   border-top: 1px solid #DCDCDC;
   border-right: 1px solid #DCDCDC;
   border-bottom: 1px solid #DCDCDC;
}
.navhead{
   background: #258ADC;
   height: 23px;
   padding: 1px 0 0 5px;
   margin-bottom: 1px;
   font-weight: bold;
   font-size: 14px;
   color: White;
}
.navmenu {
   width: 150px;
   padding: 0 1px 0 1px;
   font-size: 1.2em;
}
.navmenu li {
   margin-bottom: 1px;
   list-style-type: none;
   white-space: nowrap;
   background: #F5F5F5;
   padding-right: 15px;
}
.navmenu li a {
   font-weight: bold;
   font-size: 12px;
   text-decoration: none;
   color: #708090;
   background: url(http://www.opendesigns.org/designs/1434/arrow.png) no-repeat left;
   display: block;
   height: 20px;
   line-height: 20px;
   padding: 0 0 0 15px;
   text-align: left;
}
.navmenu li a:hover {
   color: #4169E1;
   text-decoration: underline;
}

.navmenu li a:active {
   background: #034f8a;
   color: White;
}

.navmenu li a:visited {
   color: #708090;
}
.posthead {
   color: Green;
   background: url(http://www.opendesigns.org/designs/1434/bluebox.png) no-repeat 2px center;
   padding-left: 15px;
   text-decoration: underline;
   height: 22px;
   line-height: 22px;
   padding: 0;
   padding-left: 17px;
}
.postcontent {
   padding: 2px 5px 5px 10px;
   text-align: justify;
}
.postfooter {
   padding: 3px 5px;
   margin: 0 5px 10px 5px;
   border-bottom: 1px solid #f2f2f2;
   font-size: 90%;   
   text-align: right;
}
.postfooter .readmore {
   background: url(http://www.opendesigns.org/designs/1434/page.gif) no-repeat left center;
   padding-left: 20px;
}
.postfooter .comments {
   background: url(http://www.opendesigns.org/designs/1434/comment.gif) no-repeat left center;
   padding-left: 20px;
   margin-left: 10px;
}
.postfooter .date {
   background: url(http://www.opendesigns.org/designs/1434/clock.gif) no-repeat left center;
   padding-left: 20px;
   margin-left: 10px;
}
.unlist{
   padding: 0 0 0 5px;
   font-size: 0.8em;
}
.unlist li{
   list-style: none;
   margin: 0 0 0 5px;
   padding-left: 12px;
   background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 2px;
}
.unlist li ul li{
   list-style: none;
   margin: 0 0 0 5px;
   padding-left: 12px;
   background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px center;
}
.unlist li a{
   background: none;
   font-weight: bold;
}
.unlist li ul li a{
   background: none;
   font-weight: bold;
}
.ollist{
   padding: 0 0 0 5px;
   font-size: 0.8em;
}
.ollist li{
   list-style-type: decimal;
   margin: 0 0 0 25px;
}
.ollist li a{
   font-weight: bold;
}
.deflist{
   margin:0 0 0 10px;
   font-size: 0.8em;
}
.deflist dt{
   padding:0 0 0 12px;
   background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 50%;
   text-decoration:none;
}
.deflist dd{
   margin:0 0 0 10px;
   padding:0 0 0 12px;
   background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 50%;
   text-decoration:none;
}
.deflist dd a, .deflist dt a{
   background: none;
   font-weight: bold;
}
.coode {
  padding: 5px;
  margin: 0 0 10px 0;
  text-align: left;
  display: block;
  overflow: auto; 
  font: 1em 'Lucida Console', 'courier new', monospace ;
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  white-space: pre;
}
div.colwrap{
   padding:0 5px 5px 0;
   display: inline-block;
}
.clearwrap{
   clear: both;
   margin: 0;
}
.colleft{
   float:left;
   width: 55%;
   margin-bottom:5px;
}
.colmiddle{
   float:left;
   width: 20%;
   margin-left: 10px;
   margin-bottom:5px;
}
.colright{
   float:right;
   width: 20%;
   margin-bottom:5px;
}
.foorm {
   border: 1px solid #B4D6E6;
   background-color: #FAFAFA;
   margin: 5px 0 5px 0;
}
.foorm label {
   display:block;
   font-weight:bold;
   margin:5px 0;
   color: #333333;
}
.foorm input {
   padding: 0 3px;
   border:1px solid #B4D6E6;
   height: 20px;
   line-height: 20px;
}
.foorm select {
   border:1px solid #B4D6E6;
   width: 100px;
}
.foorm textarea {
   width:95%;
   padding:2px;
   border:1px solid #B4D6E6;
   height:100px;
   display: inline;
   margin: 0 0 5px 0;
}
.foorm input.button {
   height: 24px;
   border: 0;
   background: #034f8a;
   color: White;
   font-weight: bold;
}
.imp {
   font-size: 0.8em;
   color: red;
}
.left{
   float: left;
   padding: 2px 8px 2px 2px;
}
.right{
   float: right;
   padding: 2px 2px 2px 8px;
}
.center{
   display: block;
     text-align: center;
     margin: 0 auto;
   padding: 3px 0 3px 0;
}
.clear{
   clear: both;
}
#footer{
   clear: both;
   width:810px;
   height: 55px;
}
#footertop{
   margin: 0 auto;
   width:800px;
   height: 40px;
   text-align: right;
   background: url([size=18][b][color=red]http://img.webme.com/pic/y/yenidogan54/bas.gif [/color][/b][/size]) repeat-x;
}
#footerbootom{
   width:810px;
   height: 15px;
   background: url(http://www.opendesigns.org/designs/1434/footerbootom.jpg) no-repeat left bottom;
}
#footertop h2{
   padding: 5px 10px 0 0;
   color: #666666;
   text-decoration: none;
   font: bold 8.0pt Tahoma, Arial, Helvetica;
}
#footertop a{color: #258ADC; background-color:inherit; font-weight:bold;}
#footertop a:hover{color: #FF3300; background-color:inherit;}
Mesaj12.04.2009, 20:20 (UTC)    
Mesaj konusu:

css koduna bunu yapıştır bunu biraz önceki yanlış


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;}

*{margin:0; padding:0; border: 0;}
body {
   font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
   background: #dedede;
}
a, a:visited {
   text-decoration: none;
   color: #258ADC;
   background: inherit;
}
a:hover {
   color: #FF3300;
   background: inherit;
   text-decoration: underline;
}
h1, h2, h3, h4, h5 {
   font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
   font-weight: Bold;
   padding: 3px 0 0 0;   
}
h1 {
   font-size: 140%;
}
h2 {
   font-size: 125%;
   color: #006699;
   margin-bottom: 3px;
}
h3 {
   font-size: 95%;
   color: #666666;
}
h4{
   font-size: 85%;
   color: #999999;
}
h5{
   font-size: 80%;
   color: #258ADC;
   text-transform: uppercase;
}
p {
   padding: 5px;
}

tr {
   height: 25px
}

blockquote {
   margin: 5px 0;
   padding: 5px 5px 5px 30px;
   border-top: 1px solid #258ADC;
   border-bottom: 1px solid #258ADC;
   background: #F5F5F5 url(http://www.opendesigns.org/designs/1434/quote.gif) no-repeat 5px 5px;
   text-align: justify;
}
#containr{
   width: 810px;
   margin: 5px auto;
   background: #006633 url(http://www.opendesigns.org/designs/1434/bodybg.jpg) repeat-y center top;
}
#content{
   padding-top: 5px;
   width:100%;
   clear: both;
}
#leftcontent{
   display:inline /*Fix IE floating margin bug*/;
   padding-left: 3px;
   padding-bottom: 1px;
   width: 155px;
   float: left;
   overflow:visible !important /*Firefox*/;
   overflow:hidden /*IE6*/;
}

#rightcontent{
   display:inline /*Fix IE floating margin bug*/;
   padding-right: 10px;
   width: 620px;
   float: right;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   overflow:visible !important /*Firefox*/;
   overflow:hidden /*IE6*/;
}
#header{
   height:140px;
   width:810px;
   font-family: "MS Serif", "New York", serif;
   background: url(http://www.opendesigns.org/designs/1434/headtop.jpg) no-repeat left top;
}
#headtop{
   height: 15px;
   text-align: right;
   padding: 10px 10px 5px 0;
}
#headtop a{
   font: bolder 1.0em 'Trebuchet MS', Arial, Sans-serif;
   text-decoration: none;
   color: #006699;
   background: url(http://www.opendesigns.org/designs/1434/bullet2.gif) no-repeat center left;
   padding-left: 12px;
   margin-right: 5px;
}
#headtop a:visited{
   color: #006699;
}
#headtop a:hover {
   color: #FF3300;
   text-decoration: underline;
}
#headbottom{
   margin: 0 auto;
    width: 800px;
   height: 110px;
   background: url(http://www.opendesigns.org/designs/1434/footer.jpg) repeat;
}
#headbottom h1{
    padding: 10px 0 0 25px;
   font: bolder 3.1em 'Trebuchet MS', Arial, Sans-serif;
   color: White;
   border: 0;
}
#headbottom h2{
    padding: 10px 0 0 25px;
   color: White;
   font: bolder 1.2em 'Trebuchet MS', Arial, Sans-serif;
   text-decoration: none;
}
.search {
   display: block;
   padding-top: 3px;
   padding-right: 10px;
}   
.inputtext {
   color: #333;
   height: 20px;
   line-height: 20px;
   padding: 0 3px;
   background: #FFF;
   border: 1px solid #0099FF;
   float: right;
   margin-right: 3px;
}
.inputbutton {
   height: 22px;
   border: 0;
   padding: 0 2px;
   background: #9DD9FF;
   border: 1px solid #0099FF;
   color: #333;
   float: right;
   font-weight: bold;
   font-size: 10px;
}
#menu {
   width:800px;
   margin:0 auto;
   height: 30px;
   background: url(http://www.opendesigns.org/designs/1434/menubg.jpg) repeat-x;
   text-transform: uppercase;
}
#menu ul {
   float:left;
   white-space: nowrap;
   list-style-type:none;
}
#menu ul li{
   display: inline;
}
#menu ul li a {
   display: block;
   width:100px;
   height: 30px;
   line-height: 30px;
   color:#004486;
   border-right: 1px solid White;
   text-align:center;
   text-decoration:none;
   font-weight: bolder;
   font-size: 12px;
   float:left;
}
#menu ul li a:hover {
   color:#0077EA;
/*   background: White url(http://www.opendesigns.org/designs/1434/menuhover.jpg) repeat-x;
*/}
#menu ul li.current a{
   color:White;
   background: White url(http://www.opendesigns.org/designs/1434/menuhover.jpg) repeat-x;
}
.navigation{
   width:152px;
   margin-left: 2px;
   border-top: 1px solid #DCDCDC;
   border-right: 1px solid #DCDCDC;
   border-bottom: 1px solid #DCDCDC;
}
.navhead{
   background: #258ADC;
   height: 23px;
   padding: 1px 0 0 5px;
   margin-bottom: 1px;
   font-weight: bold;
   font-size: 14px;
   color: White;
}
.navmenu {
   width: 150px;
   padding: 0 1px 0 1px;
   font-size: 1.2em;
}
.navmenu li {
   margin-bottom: 1px;
   list-style-type: none;
   white-space: nowrap;
   background: #F5F5F5;
   padding-right: 15px;
}
.navmenu li a {
   font-weight: bold;
   font-size: 12px;
   text-decoration: none;
   color: #708090;
   background: url(http://www.opendesigns.org/designs/1434/arrow.png) no-repeat left;
   display: block;
   height: 20px;
   line-height: 20px;
   padding: 0 0 0 15px;
   text-align: left;
}
.navmenu li a:hover {
   color: #4169E1;
   text-decoration: underline;
}

.navmenu li a:active {
   background: #034f8a;
   color: White;
}

.navmenu li a:visited {
   color: #708090;
}
.posthead {
   color: Green;
   background: url(http://www.opendesigns.org/designs/1434/bluebox.png) no-repeat 2px center;
   padding-left: 15px;
   text-decoration: underline;
   height: 22px;
   line-height: 22px;
   padding: 0;
   padding-left: 17px;
}
.postcontent {
   padding: 2px 5px 5px 10px;
   text-align: justify;
}
.postfooter {
   padding: 3px 5px;
   margin: 0 5px 10px 5px;
   border-bottom: 1px solid #f2f2f2;
   font-size: 90%;   
   text-align: right;
}
.postfooter .readmore {
   background: url(http://www.opendesigns.org/designs/1434/page.gif) no-repeat left center;
   padding-left: 20px;
}
.postfooter .comments {
   background: url(http://www.opendesigns.org/designs/1434/comment.gif) no-repeat left center;
   padding-left: 20px;
   margin-left: 10px;
}
.postfooter .date {
   background: url(http://www.opendesigns.org/designs/1434/clock.gif) no-repeat left center;
   padding-left: 20px;
   margin-left: 10px;
}
.unlist{
   padding: 0 0 0 5px;
   font-size: 0.8em;
}
.unlist li{
   list-style: none;
   margin: 0 0 0 5px;
   padding-left: 12px;
   background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 2px;
}
.unlist li ul li{
   list-style: none;
   margin: 0 0 0 5px;
   padding-left: 12px;
   background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px center;
}
.unlist li a{
   background: none;
   font-weight: bold;
}
.unlist li ul li a{
   background: none;
   font-weight: bold;
}
.ollist{
   padding: 0 0 0 5px;
   font-size: 0.8em;
}
.ollist li{
   list-style-type: decimal;
   margin: 0 0 0 25px;
}
.ollist li a{
   font-weight: bold;
}
.deflist{
   margin:0 0 0 10px;
   font-size: 0.8em;
}
.deflist dt{
   padding:0 0 0 12px;
   background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 50%;
   text-decoration:none;
}
.deflist dd{
   margin:0 0 0 10px;
   padding:0 0 0 12px;
   background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 50%;
   text-decoration:none;
}
.deflist dd a, .deflist dt a{
   background: none;
   font-weight: bold;
}
.coode {
  padding: 5px;
  margin: 0 0 10px 0;
  text-align: left;
  display: block;
  overflow: auto; 
  font: 1em 'Lucida Console', 'courier new', monospace ;
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  white-space: pre;
}
div.colwrap{
   padding:0 5px 5px 0;
   display: inline-block;
}
.clearwrap{
   clear: both;
   margin: 0;
}
.colleft{
   float:left;
   width: 55%;
   margin-bottom:5px;
}
.colmiddle{
   float:left;
   width: 20%;
   margin-left: 10px;
   margin-bottom:5px;
}
.colright{
   float:right;
   width: 20%;
   margin-bottom:5px;
}
.foorm {
   border: 1px solid #B4D6E6;
   background-color: #FAFAFA;
   margin: 5px 0 5px 0;
}
.foorm label {
   display:block;
   font-weight:bold;
   margin:5px 0;
   color: #333333;
}
.foorm input {
   padding: 0 3px;
   border:1px solid #B4D6E6;
   height: 20px;
   line-height: 20px;
}
.foorm select {
   border:1px solid #B4D6E6;
   width: 100px;
}
.foorm textarea {
   width:95%;
   padding:2px;
   border:1px solid #B4D6E6;
   height:100px;
   display: inline;
   margin: 0 0 5px 0;
}
.foorm input.button {
   height: 24px;
   border: 0;
   background: #034f8a;
   color: White;
   font-weight: bold;
}
.imp {
   font-size: 0.8em;
   color: red;
}
.left{
   float: left;
   padding: 2px 8px 2px 2px;
}
.right{
   float: right;
   padding: 2px 2px 2px 8px;
}
.center{
   display: block;
     text-align: center;
     margin: 0 auto;
   padding: 3px 0 3px 0;
}
.clear{
   clear: both;
}
#footer{
   clear: both;
   width:810px;
   height: 55px;
}
#footertop{
   margin: 0 auto;
   width:800px;
   height: 40px;
   text-align: right;
   background: url(http://img.webme.com/pic/y/yenidogan54/bas.gif) repeat-x;
}
#footerbootom{
   width:810px;
   height: 15px;
   background: url(http://www.opendesigns.org/designs/1434/footerbootom.jpg) no-repeat left bottom;
}
#footertop h2{
   padding: 5px 10px 0 0;
   color: #666666;
   text-decoration: none;
   font: bold 8.0pt Tahoma, Arial, Helvetica;
}
#footertop a{color: #258ADC; background-color:inherit; font-weight:bold;}
#footertop a:hover{color: #FF3300; background-color:inherit;}
Mesaj12.04.2009, 20:24 (UTC)    
Mesaj konusu:

mysebebim kardeş olmadı yaa Smile Alt tasarım tarafına gitti yaptığım başlık resmi..
ben o mavi bölgedeki yere uygulamak istiyordum.. Saol allah razı olsun..
Mesaj12.04.2009, 20:32 (UTC)    
Mesaj konusu:

buraya bi bak senin resim tasarıma küçük geliyor

http://xanik.tr.gg
Mesaj12.04.2009, 20:37 (UTC)    
Mesaj konusu:

xanik yazmış:
buraya bi bak senin resim tasarıma küçük geliyor

http://xanik.tr.gg


Ne alaka gereksiz cevap vermeyiniz...
Sitenizin içeriği yok siteniz bomboş ve reklam yapmayınız...
Forum kirliliğine sebep oluyorsunuz...
Mesaj12.04.2009, 20:37 (UTC)    
Mesaj konusu:

kardeş bu tasarımın başlık resmi boyutu 800x110 buna göre başlık resmi ayarlayıp aşaıda kırmızı yazdığım yere yapıştırman yeterlidir


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;}

*{margin:0; padding:0; border: 0;}
body {
font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
background: #dedede;
}
a, a:visited {
text-decoration: none;
color: #258ADC;
background: inherit;
}
a:hover {
color: #FF3300;
background: inherit;
text-decoration: underline;
}
h1, h2, h3, h4, h5 {
font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
font-weight: Bold;
padding: 3px 0 0 0;
}
h1 {
font-size: 140%;
}
h2 {
font-size: 125%;
color: #006699;
margin-bottom: 3px;
}
h3 {
font-size: 95%;
color: #666666;
}
h4{
font-size: 85%;
color: #999999;
}
h5{
font-size: 80%;
color: #258ADC;
text-transform: uppercase;
}
p {
padding: 5px;
}

tr {
height: 25px
}

blockquote {
margin: 5px 0;
padding: 5px 5px 5px 30px;
border-top: 1px solid #258ADC;
border-bottom: 1px solid #258ADC;
background: #F5F5F5 url(http://www.opendesigns.org/designs/1434/quote.gif) no-repeat 5px 5px;
text-align: justify;
}
#containr{
width: 810px;
margin: 5px auto;
background: #006633 url(http://www.opendesigns.org/designs/1434/bodybg.jpg) repeat-y center top;
}
#content{
padding-top: 5px;
width:100%;
clear: both;
}
#leftcontent{
display:inline /*Fix IE floating margin bug*/;
padding-left: 3px;
padding-bottom: 1px;
width: 155px;
float: left;
overflow:visible !important /*Firefox*/;
overflow:hidden /*IE6*/;
}

#rightcontent{
display:inline /*Fix IE floating margin bug*/;
padding-right: 10px;
width: 620px;
float: right;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
overflow:visible !important /*Firefox*/;
overflow:hidden /*IE6*/;
}
#header{
height:140px;
width:810px;
font-family: "MS Serif", "New York", serif;
background: url(http://www.opendesigns.org/designs/1434/headtop.jpg) no-repeat left top;
}
#headtop{
height: 15px;
text-align: right;
padding: 10px 10px 5px 0;
}
#headtop a{
font: bolder 1.0em 'Trebuchet MS', Arial, Sans-serif;
text-decoration: none;
color: #006699;
background: url(http://www.opendesigns.org/designs/1434/bullet2.gif) no-repeat center left;
padding-left: 12px;
margin-right: 5px;
}
#headtop a:visited{
color: #006699;
}
#headtop a:hover {
color: #FF3300;
text-decoration: underline;
}
#headbottom{
margin: 0 auto;
width: 800px;
height: 110px;
background: url(BAŞLIK RESMİ BURAYA ) repeat;
}
#headbottom h1{
padding: 10px 0 0 25px;
font: bolder 3.1em 'Trebuchet MS', Arial, Sans-serif;
color: White;
border: 0;
}
#headbottom h2{
padding: 10px 0 0 25px;
color: White;
font: bolder 1.2em 'Trebuchet MS', Arial, Sans-serif;
text-decoration: none;
}
.search {
display: block;
padding-top: 3px;
padding-right: 10px;
}
.inputtext {
color: #333;
height: 20px;
line-height: 20px;
padding: 0 3px;
background: #FFF;
border: 1px solid #0099FF;
float: right;
margin-right: 3px;
}
.inputbutton {
height: 22px;
border: 0;
padding: 0 2px;
background: #9DD9FF;
border: 1px solid #0099FF;
color: #333;
float: right;
font-weight: bold;
font-size: 10px;
}
#menu {
width:800px;
margin:0 auto;
height: 30px;
background: url(http://www.opendesigns.org/designs/1434/menubg.jpg) repeat-x;
text-transform: uppercase;
}
#menu ul {
float:left;
white-space: nowrap;
list-style-type:none;
}
#menu ul li{
display: inline;
}
#menu ul li a {
display: block;
width:100px;
height: 30px;
line-height: 30px;
color:#004486;
border-right: 1px solid White;
text-align:center;
text-decoration:none;
font-weight: bolder;
font-size: 12px;
float:left;
}
#menu ul li a:hover {
color:#0077EA;
/* background: White url(http://www.opendesigns.org/designs/1434/menuhover.jpg) repeat-x;
*/}
#menu ul li.current a{
color:White;
background: White url(http://www.opendesigns.org/designs/1434/menuhover.jpg) repeat-x;
}
.navigation{
width:152px;
margin-left: 2px;
border-top: 1px solid #DCDCDC;
border-right: 1px solid #DCDCDC;
border-bottom: 1px solid #DCDCDC;
}
.navhead{
background: #258ADC;
height: 23px;
padding: 1px 0 0 5px;
margin-bottom: 1px;
font-weight: bold;
font-size: 14px;
color: White;
}
.navmenu {
width: 150px;
padding: 0 1px 0 1px;
font-size: 1.2em;
}
.navmenu li {
margin-bottom: 1px;
list-style-type: none;
white-space: nowrap;
background: #F5F5F5;
padding-right: 15px;
}
.navmenu li a {
font-weight: bold;
font-size: 12px;
text-decoration: none;
color: #708090;
background: url(http://www.opendesigns.org/designs/1434/arrow.png) no-repeat left;
display: block;
height: 20px;
line-height: 20px;
padding: 0 0 0 15px;
text-align: left;
}
.navmenu li a:hover {
color: #4169E1;
text-decoration: underline;
}

.navmenu li a:active {
background: #034f8a;
color: White;
}

.navmenu li a:visited {
color: #708090;
}
.posthead {
color: Green;
background: url(http://www.opendesigns.org/designs/1434/bluebox.png) no-repeat 2px center;
padding-left: 15px;
text-decoration: underline;
height: 22px;
line-height: 22px;
padding: 0;
padding-left: 17px;
}
.postcontent {
padding: 2px 5px 5px 10px;
text-align: justify;
}
.postfooter {
padding: 3px 5px;
margin: 0 5px 10px 5px;
border-bottom: 1px solid #f2f2f2;
font-size: 90%;
text-align: right;
}
.postfooter .readmore {
background: url(http://www.opendesigns.org/designs/1434/page.gif) no-repeat left center;
padding-left: 20px;
}
.postfooter .comments {
background: url(http://www.opendesigns.org/designs/1434/comment.gif) no-repeat left center;
padding-left: 20px;
margin-left: 10px;
}
.postfooter .date {
background: url(http://www.opendesigns.org/designs/1434/clock.gif) no-repeat left center;
padding-left: 20px;
margin-left: 10px;
}
.unlist{
padding: 0 0 0 5px;
font-size: 0.8em;
}
.unlist li{
list-style: none;
margin: 0 0 0 5px;
padding-left: 12px;
background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 2px;
}
.unlist li ul li{
list-style: none;
margin: 0 0 0 5px;
padding-left: 12px;
background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px center;
}
.unlist li a{
background: none;
font-weight: bold;
}
.unlist li ul li a{
background: none;
font-weight: bold;
}
.ollist{
padding: 0 0 0 5px;
font-size: 0.8em;
}
.ollist li{
list-style-type: decimal;
margin: 0 0 0 25px;
}
.ollist li a{
font-weight: bold;
}
.deflist{
margin:0 0 0 10px;
font-size: 0.8em;
}
.deflist dt{
padding:0 0 0 12px;
background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 50%;
text-decoration:none;
}
.deflist dd{
margin:0 0 0 10px;
padding:0 0 0 12px;
background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 50%;
text-decoration:none;
}
.deflist dd a, .deflist dt a{
background: none;
font-weight: bold;
}
.coode {
padding: 5px;
margin: 0 0 10px 0;
text-align: left;
display: block;
overflow: auto;
font: 1em 'Lucida Console', 'courier new', monospace ;
background: #FAFAFA;
border: 1px solid #f2f2f2;
white-space: pre;
}
div.colwrap{
padding:0 5px 5px 0;
display: inline-block;
}
.clearwrap{
clear: both;
margin: 0;
}
.colleft{
float:left;
width: 55%;
margin-bottom:5px;
}
.colmiddle{
float:left;
width: 20%;
margin-left: 10px;
margin-bottom:5px;
}
.colright{
float:right;
width: 20%;
margin-bottom:5px;
}
.foorm {
border: 1px solid #B4D6E6;
background-color: #FAFAFA;
margin: 5px 0 5px 0;
}
.foorm label {
display:block;
font-weight:bold;
margin:5px 0;
color: #333333;
}
.foorm input {
padding: 0 3px;
border:1px solid #B4D6E6;
height: 20px;
line-height: 20px;
}
.foorm select {
border:1px solid #B4D6E6;
width: 100px;
}
.foorm textarea {
width:95%;
padding:2px;
border:1px solid #B4D6E6;
height:100px;
display: inline;
margin: 0 0 5px 0;
}
.foorm input.button {
height: 24px;
border: 0;
background: #034f8a;
color: White;
font-weight: bold;
}
.imp {
font-size: 0.8em;
color: red;
}
.left{
float: left;
padding: 2px 8px 2px 2px;
}
.right{
float: right;
padding: 2px 2px 2px 8px;
}
.center{
display: block;
text-align: center;
margin: 0 auto;
padding: 3px 0 3px 0;
}
.clear{
clear: both;
}
#footer{
clear: both;
width:810px;
height: 55px;
}
#footertop{
margin: 0 auto;
width:800px;
height: 40px;
text-align: right;
background: url(http://www.opendesigns.org/designs/1434/footer.jpg) repeat-x;
}
#footerbootom{
width:810px;
height: 15px;
background: url(http://www.opendesigns.org/designs/1434/footerbootom.jpg) no-repeat left bottom;
}
#footertop h2{
padding: 5px 10px 0 0;
color: #666666;
text-decoration: none;
font: bold 8.0pt Tahoma, Arial, Helvetica;
}
#footertop a{color: #258ADC; background-color:inherit; font-weight:bold;}
#footertop a:hover{color: #FF3300; background-color:inherit;}
Mesaj12.04.2009, 20:37 (UTC)    
Mesaj konusu:

Mesaj12.04.2009, 20:39 (UTC)    
Mesaj konusu:

mysebebim yazmış:
kardeş bu tasarımın başlık resmi boyutu 800x110 buna göre başlık resmi ayarlayıp aşaıda kırmızı yazdığım yere yapıştırman yeterlidir


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;}

*{margin:0; padding:0; border: 0;}
body {
font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
background: #dedede;
}
a, a:visited {
text-decoration: none;
color: #258ADC;
background: inherit;
}
a:hover {
color: #FF3300;
background: inherit;
text-decoration: underline;
}
h1, h2, h3, h4, h5 {
font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
font-weight: Bold;
padding: 3px 0 0 0;
}
h1 {
font-size: 140%;
}
h2 {
font-size: 125%;
color: #006699;
margin-bottom: 3px;
}
h3 {
font-size: 95%;
color: #666666;
}
h4{
font-size: 85%;
color: #999999;
}
h5{
font-size: 80%;
color: #258ADC;
text-transform: uppercase;
}
p {
padding: 5px;
}

tr {
height: 25px
}

blockquote {
margin: 5px 0;
padding: 5px 5px 5px 30px;
border-top: 1px solid #258ADC;
border-bottom: 1px solid #258ADC;
background: #F5F5F5 url(http://www.opendesigns.org/designs/1434/quote.gif) no-repeat 5px 5px;
text-align: justify;
}
#containr{
width: 810px;
margin: 5px auto;
background: #006633 url(http://www.opendesigns.org/designs/1434/bodybg.jpg) repeat-y center top;
}
#content{
padding-top: 5px;
width:100%;
clear: both;
}
#leftcontent{
display:inline /*Fix IE floating margin bug*/;
padding-left: 3px;
padding-bottom: 1px;
width: 155px;
float: left;
overflow:visible !important /*Firefox*/;
overflow:hidden /*IE6*/;
}

#rightcontent{
display:inline /*Fix IE floating margin bug*/;
padding-right: 10px;
width: 620px;
float: right;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
overflow:visible !important /*Firefox*/;
overflow:hidden /*IE6*/;
}
#header{
height:140px;
width:810px;
font-family: "MS Serif", "New York", serif;
background: url(http://www.opendesigns.org/designs/1434/headtop.jpg) no-repeat left top;
}
#headtop{
height: 15px;
text-align: right;
padding: 10px 10px 5px 0;
}
#headtop a{
font: bolder 1.0em 'Trebuchet MS', Arial, Sans-serif;
text-decoration: none;
color: #006699;
background: url(http://www.opendesigns.org/designs/1434/bullet2.gif) no-repeat center left;
padding-left: 12px;
margin-right: 5px;
}
#headtop a:visited{
color: #006699;
}
#headtop a:hover {
color: #FF3300;
text-decoration: underline;
}
#headbottom{
margin: 0 auto;
width: 800px;
height: 110px;
background: url(BAŞLIK RESMİ BURAYA ) repeat;
}
#headbottom h1{
padding: 10px 0 0 25px;
font: bolder 3.1em 'Trebuchet MS', Arial, Sans-serif;
color: White;
border: 0;
}
#headbottom h2{
padding: 10px 0 0 25px;
color: White;
font: bolder 1.2em 'Trebuchet MS', Arial, Sans-serif;
text-decoration: none;
}
.search {
display: block;
padding-top: 3px;
padding-right: 10px;
}
.inputtext {
color: #333;
height: 20px;
line-height: 20px;
padding: 0 3px;
background: #FFF;
border: 1px solid #0099FF;
float: right;
margin-right: 3px;
}
.inputbutton {
height: 22px;
border: 0;
padding: 0 2px;
background: #9DD9FF;
border: 1px solid #0099FF;
color: #333;
float: right;
font-weight: bold;
font-size: 10px;
}
#menu {
width:800px;
margin:0 auto;
height: 30px;
background: url(http://www.opendesigns.org/designs/1434/menubg.jpg) repeat-x;
text-transform: uppercase;
}
#menu ul {
float:left;
white-space: nowrap;
list-style-type:none;
}
#menu ul li{
display: inline;
}
#menu ul li a {
display: block;
width:100px;
height: 30px;
line-height: 30px;
color:#004486;
border-right: 1px solid White;
text-align:center;
text-decoration:none;
font-weight: bolder;
font-size: 12px;
float:left;
}
#menu ul li a:hover {
color:#0077EA;
/* background: White url(http://www.opendesigns.org/designs/1434/menuhover.jpg) repeat-x;
*/}
#menu ul li.current a{
color:White;
background: White url(http://www.opendesigns.org/designs/1434/menuhover.jpg) repeat-x;
}
.navigation{
width:152px;
margin-left: 2px;
border-top: 1px solid #DCDCDC;
border-right: 1px solid #DCDCDC;
border-bottom: 1px solid #DCDCDC;
}
.navhead{
background: #258ADC;
height: 23px;
padding: 1px 0 0 5px;
margin-bottom: 1px;
font-weight: bold;
font-size: 14px;
color: White;
}
.navmenu {
width: 150px;
padding: 0 1px 0 1px;
font-size: 1.2em;
}
.navmenu li {
margin-bottom: 1px;
list-style-type: none;
white-space: nowrap;
background: #F5F5F5;
padding-right: 15px;
}
.navmenu li a {
font-weight: bold;
font-size: 12px;
text-decoration: none;
color: #708090;
background: url(http://www.opendesigns.org/designs/1434/arrow.png) no-repeat left;
display: block;
height: 20px;
line-height: 20px;
padding: 0 0 0 15px;
text-align: left;
}
.navmenu li a:hover {
color: #4169E1;
text-decoration: underline;
}

.navmenu li a:active {
background: #034f8a;
color: White;
}

.navmenu li a:visited {
color: #708090;
}
.posthead {
color: Green;
background: url(http://www.opendesigns.org/designs/1434/bluebox.png) no-repeat 2px center;
padding-left: 15px;
text-decoration: underline;
height: 22px;
line-height: 22px;
padding: 0;
padding-left: 17px;
}
.postcontent {
padding: 2px 5px 5px 10px;
text-align: justify;
}
.postfooter {
padding: 3px 5px;
margin: 0 5px 10px 5px;
border-bottom: 1px solid #f2f2f2;
font-size: 90%;
text-align: right;
}
.postfooter .readmore {
background: url(http://www.opendesigns.org/designs/1434/page.gif) no-repeat left center;
padding-left: 20px;
}
.postfooter .comments {
background: url(http://www.opendesigns.org/designs/1434/comment.gif) no-repeat left center;
padding-left: 20px;
margin-left: 10px;
}
.postfooter .date {
background: url(http://www.opendesigns.org/designs/1434/clock.gif) no-repeat left center;
padding-left: 20px;
margin-left: 10px;
}
.unlist{
padding: 0 0 0 5px;
font-size: 0.8em;
}
.unlist li{
list-style: none;
margin: 0 0 0 5px;
padding-left: 12px;
background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 2px;
}
.unlist li ul li{
list-style: none;
margin: 0 0 0 5px;
padding-left: 12px;
background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px center;
}
.unlist li a{
background: none;
font-weight: bold;
}
.unlist li ul li a{
background: none;
font-weight: bold;
}
.ollist{
padding: 0 0 0 5px;
font-size: 0.8em;
}
.ollist li{
list-style-type: decimal;
margin: 0 0 0 25px;
}
.ollist li a{
font-weight: bold;
}
.deflist{
margin:0 0 0 10px;
font-size: 0.8em;
}
.deflist dt{
padding:0 0 0 12px;
background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 50%;
text-decoration:none;
}
.deflist dd{
margin:0 0 0 10px;
padding:0 0 0 12px;
background: url(http://www.opendesigns.org/designs/1434/uli.png) no-repeat 0px 50%;
text-decoration:none;
}
.deflist dd a, .deflist dt a{
background: none;
font-weight: bold;
}
.coode {
padding: 5px;
margin: 0 0 10px 0;
text-align: left;
display: block;
overflow: auto;
font: 1em 'Lucida Console', 'courier new', monospace ;
background: #FAFAFA;
border: 1px solid #f2f2f2;
white-space: pre;
}
div.colwrap{
padding:0 5px 5px 0;
display: inline-block;
}
.clearwrap{
clear: both;
margin: 0;
}
.colleft{
float:left;
width: 55%;
margin-bottom:5px;
}
.colmiddle{
float:left;
width: 20%;
margin-left: 10px;
margin-bottom:5px;
}
.colright{
float:right;
width: 20%;
margin-bottom:5px;
}
.foorm {
border: 1px solid #B4D6E6;
background-color: #FAFAFA;
margin: 5px 0 5px 0;
}
.foorm label {
display:block;
font-weight:bold;
margin:5px 0;
color: #333333;
}
.foorm input {
padding: 0 3px;
border:1px solid #B4D6E6;
height: 20px;
line-height: 20px;
}
.foorm select {
border:1px solid #B4D6E6;
width: 100px;
}
.foorm textarea {
width:95%;
padding:2px;
border:1px solid #B4D6E6;
height:100px;
display: inline;
margin: 0 0 5px 0;
}
.foorm input.button {
height: 24px;
border: 0;
background: #034f8a;
color: White;
font-weight: bold;
}
.imp {
font-size: 0.8em;
color: red;
}
.left{
float: left;
padding: 2px 8px 2px 2px;
}
.right{
float: right;
padding: 2px 2px 2px 8px;
}
.center{
display: block;
text-align: center;
margin: 0 auto;
padding: 3px 0 3px 0;
}
.clear{
clear: both;
}
#footer{
clear: both;
width:810px;
height: 55px;
}
#footertop{
margin: 0 auto;
width:800px;
height: 40px;
text-align: right;
background: url(http://www.opendesigns.org/designs/1434/footer.jpg) repeat-x;
}
#footerbootom{
width:810px;
height: 15px;
background: url(http://www.opendesigns.org/designs/1434/footerbootom.jpg) no-repeat left bottom;
}
#footertop h2{
padding: 5px 10px 0 0;
color: #666666;
text-decoration: none;
font: bold 8.0pt Tahoma, Arial, Helvetica;
}
#footertop a{color: #258ADC; background-color:inherit; font-weight:bold;}
#footertop a:hover{color: #FF3300; background-color:inherit;}




Peki bu css kodu demi
Mesaj12.04.2009, 20:39 (UTC)    
Mesaj konusu:

xanik.tr.gg benim sitem ben orda deneme yaptım ama sen bakın caya kadar tasarımı değiştirmişim heralde reklam falan değil yardımcı olmaya çalışıyoruz
Önceki mesajları göster:   


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