Forum'da ara:
Ara


Yazar Mesaj
Mesaj02.11.2010, 17:53 (UTC)    
Mesaj konusu: Free css tasarım indirdim siteme nasıl yaparım

iyi günler ben free tasarım indirdim de siteme nasıl yaparım acaba onu yardım eder misiniz
Mesaj02.11.2010, 17:57 (UTC)    
Mesaj konusu: ReklamTam

Kodları İlk Önce Ayırmanız Gerekiyor Kodlar Ayrı Değise Sonra B-s Giriyoruz ;
Tasarım Ayarı
Css Design Seçiyoruz
Gelişmiş Ayarlar Diyoruz.
Tasarım Üstü Bölümüne Tasarım Üstü Konu Ekliyoruz.
Tasarım Altı Bölümüne Tasarım Altı Kodunu Ekliyoruz.
Copyright Bölümüne İstediğimizi Ekliyoruz O Bölüm Serbest Örnek : Sayaç Olabilir.
Css Kodu Bölüne Css Kodu Kodunu Ekliyoruz.
Sonra Kaydet Siteni Test Et.!
Mesaj02.11.2010, 18:24 (UTC)    
Mesaj konusu:

Free tasarımın kodu bu

Kod:

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
   margin: 0;
   padding: 0;
}

body {
   background: #0A0A0A url(images/img1.jpg);
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #666666;
}

h1, h2, h3 {
   color: #CCCCCC;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
   margin-bottom: 20px;
   line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
   border-bottom: 1px dotted #652A17;
   text-decoration: none;
   color: #652A17;
}

a:hover {
   border: none;
   color: #FF0000;
}

/* Wrapper */

#wrapper {
   background: url(images/img2.jpg) repeat-x;
}

/* Header */

#header {
   width: 750px;
   height: 181px;
   margin: 0 auto;
   padding: 0 0 0 0;
   background: url(images/img3.jpg);
}

#header h1, #header h2 {
   float: left;
}

#header h1 {
   padding: 150px 0 0 20px;
   letter-spacing: 3px;
   font-size: 136%;
}

#header h2 {
   padding: 153px 0 0 6px;
   letter-spacing: 2px;
   font-size: 107%;
}

#header a {
   border: none;
   text-transform: uppercase;
   text-decoration: none;
   color: #000000;
}

/* Menu */

#menu {
   width: 750px;
   height: 50px;
   margin: 0 auto;
   background: url(images/img4.jpg) no-repeat;
}

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

#menu li {
   display: inline;
}

#menu a {
   display: block;
   float: left;
   height: 20px;
   padding: 10px 20px 0 20px;
   border: none;
   border-right: 1px solid #110F09;
   font-size: 85%;
   font-weight: bold;
   color: #F4D1C5;
}

#menu a:hover {
   color: #FFFFFF;
}

/* Page */

#page {
   width: 750px;
   margin: 0 auto;
   background: url(images/img7.jpg) repeat-y 220px 0px;
}

/* Content */

#content {
   float: right;
   width: 489px;
   padding-right: 20px;
}

#content h1, #content h2, #content h3 {
   margin-bottom: 20px;
}

#content h1 {
   font-size: 136%;
}

#content h2 {
   font-size: 107%;
}

#content h3 {
   font: 92%;
}

#content ul, #content ol {
   list-style-position: inside;
}

#content .boxed {
   float: left;
   width: 46%;
   padding-right: 2%;
}

#content .boxed h2 {
   padding: 5px 0;
   background: url(images/img5.jpg) repeat-x left bottom;
}

/* Welcome */

#welcome {
}

/* Sample1 */

#sample {
}

/* Sample2 */

#sample2 {
}

/* Sidebar */

#sidebar {
   float: left;
   width: 180px;
   padding-left: 20px;
}

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

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

#sidebar li ul {
}

#sidebar li li {
   margin: 0;
   padding: 7px 20px;
   background: url(images/img5.jpg) repeat-x left bottom;
}

#sidebar h2 {
   padding: 5px 20px;
   background: url(images/img6.jpg);
   border-bottom: 1px solid #1C1C1C;
   font-size: 100%;
}

#sidebar h3 {
   font-size: 77%;
}

#sidebar p {
   margin: 0;
   line-height: normal;
}

#sidebar a {
   border: none;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
   font-size: 85%;
}

/* Footer */

#footer {
   width: 750px;
   height: 50px;
   margin: 0 auto;
   padding: 30px 0 0 0;
   background: url(images/img4.jpg) no-repeat;
}

#footer p {
   margin: 0;
   text-align: center;
   font-size: 77%;
}
[/code]
Mesaj02.11.2010, 18:30 (UTC)    
Mesaj konusu:

Bana Özelmesajla Tasaarımı Gönder Bakıyım..
______________
[..:::Grafiker Yolunda:::..]
Mesaj02.11.2010, 18:33 (UTC)    
Mesaj konusu: ReklamTam

Tasarım Üstü:
[code]/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
margin: 0;
padding: 0;
}

body {
background: #0A0A0A url(images/img1.jpg);
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #666666;
}

h1, h2, h3 {
color: #CCCCCC;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
margin-bottom: 20px;
line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

Tasarım Altı:
[code]a {
border-bottom: 1px dotted #652A17;
text-decoration: none;
color: #652A17;
}

a:hover {
border: none;
color: #FF0000;
}

/* Wrapper */

#wrapper {
background: url(images/img2.jpg) repeat-x;
}

/* Header */

#header {
width: 750px;
height: 181px;
margin: 0 auto;
padding: 0 0 0 0;
background: url(images/img3.jpg);
}

#header h1, #header h2 {
float: left;
}

#header h1 {
padding: 150px 0 0 20px;
letter-spacing: 3px;
font-size: 136%;
}

#header h2 {
padding: 153px 0 0 6px;
letter-spacing: 2px;
font-size: 107%;
}

#header a {
border: none;
text-transform: uppercase;
text-decoration: none;
color: #000000;
}

/* Menu */

#menu {
width: 750px;
height: 50px;
margin: 0 auto;
background: url(images/img4.jpg) no-repeat;
}

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

#menu li {
display: inline;
}

#menu a {
display: block;
float: left;
height: 20px;
padding: 10px 20px 0 20px;
border: none;
border-right: 1px solid #110F09;
font-size: 85%;
font-weight: bold;
color: #F4D1C5;
}

#menu a:hover {
color: #FFFFFF;
}

/* Page */

#page {
width: 750px;
margin: 0 auto;
background: url(images/img7.jpg) repeat-y 220px 0px;
}

Css Kodu:
[code]/* Content */

#content {
float: right;
width: 489px;
padding-right: 20px;
}

#content h1, #content h2, #content h3 {
margin-bottom: 20px;
}

#content h1 {
font-size: 136%;
}

#content h2 {
font-size: 107%;
}

#content h3 {
font: 92%;
}

#content ul, #content ol {
list-style-position: inside;
}

#content .boxed {
float: left;
width: 46%;
padding-right: 2%;
}

#content .boxed h2 {
padding: 5px 0;
background: url(images/img5.jpg) repeat-x left bottom;
}

/* Welcome */

#welcome {
}

/* Sample1 */

#sample {
}

/* Sample2 */

#sample2 {
}

/* Sidebar */

#sidebar {
float: left;
width: 180px;
padding-left: 20px;
}

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

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

#sidebar li ul {
}

#sidebar li li {
margin: 0;
padding: 7px 20px;
background: url(images/img5.jpg) repeat-x left bottom;
}

#sidebar h2 {
padding: 5px 20px;
background: url(images/img6.jpg);
border-bottom: 1px solid #1C1C1C;
font-size: 100%;
}

#sidebar h3 {
font-size: 77%;
}

#sidebar p {
margin: 0;
line-height: normal;
}

#sidebar a {
border: none;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
font-size: 85%;
}

/* Footer */

#footer {
width: 750px;
height: 50px;
margin: 0 auto;
padding: 30px 0 0 0;
background: url(images/img4.jpg) no-repeat;
}

#footer p {
margin: 0;
text-align: center;
font-size: 77%;
}

Ayırmada Hata Olabilir.![/code]
Mesaj02.11.2010, 18:35 (UTC)    
Mesaj konusu: ReklamTam

Code Hatası Oldu Code Bastı Olmadı Sad
Mesaj02.11.2010, 18:36 (UTC)    
Mesaj konusu:

olmadı malesef
Mesaj02.11.2010, 18:39 (UTC)    
Mesaj konusu:

aldığınız kodlarda tasarım altı,üstü,css gibi yerler olacak ki verdiğiniz kodlarda var bu kodları karıştırmadan ve kurcalamadan..

tasarım ayarlarından css design i seçip gerekli yerlere koyuyorsunuz ve kaydete basıyorsunuz oluyor-bitiyor..
______________
Mesaj02.11.2010, 18:40 (UTC)    
Mesaj konusu: ReklamTam

Sorun Çözülmüştür Konu Kilit Olabilir Konu Sahibi Onay Versin bi.!
Mesaj02.11.2010, 18:41 (UTC)    
Mesaj konusu:

yapamadık ki
Mesaj02.11.2010, 18:41 (UTC)    
Mesaj konusu:

onay
Mesaj02.11.2010, 18:42 (UTC)    
Mesaj konusu:

Buyrun ;


Tasarım Üstü:


Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Title      : The Gathering
Version    : 1.0
Released   : 20070525
Description: Dark-themed, two-template and fixed-width template suitable for small websites.

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>The Gathering by Free Css Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
   <div id="header">
      <h1><a href="#">The Gathering</a></h1>
      <h2><a href="http://www.freecsstemplates.org/">By Free CSS Templates</a></h2>
   </div>
   <!-- end div#header -->
   <div id="menu">
      <ul>
         <li><a href="#">Homepage</a></li>
         <li><a href="#">About Us</a></li>
         <li><a href="#">Products</a></li>
         <li><a href="#">Services</a></li>
         <li><a href="#">Contact Us</a></li>
      </ul>
   </div>
   <!-- end div#menu -->
   <div id="page">
      <div id="content">
         <div id="welcome">
             <div id="content">



Tasarım Altı :

Kod:
 </div>
            <ol>
               <li><a href="#">Integer sit amet pede vel arcu aliquet pretium.</a></li>
               <li><a href="#">Pellentesque quis elit non lectus gravida blandit.</a></li>
               <li><a href="#">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</a></li>
               <li><a href="#">Phasellus nec erat sit amet nibh pellentesque congue.</a></li>
               <li><a href="#">Cras vitae metus aliquam risus pellentesque pharetra.</a></li>
               <li><a href="#">Maecenas vitae orci vitae tellus feugiat eleifend.</a></li>
               <li><a href="#">Etiam ac tortor eu metus euismod lobortis.</a></li>
               <li><a href="#">Duis non ante in metus commodo euismod lobortis.</a></li>
            </ol>
         </div>
         <!-- end div#welcome -->
         <div id="sample1" class="boxed">
            <h2>Sample One</h2>
            <ul>
               <li><a href="#">Ut semper vestibulum est</a></li>
               <li><a href="#">Vestibulum luctus venenatis dui</a></li>
               <li><a href="#">Etiam malesuada rutrum enim</a></li>
               <li><a href="#">Aenean elementum facilisis ligula</a></li>
               <li><a href="#">Ut tincidunt elit vitae augue</a></li>
               <li><a href="#">Sed quis odio sagittis leo vehicula</a></li>
            </ul>
         </div>
         <!-- end div#sample1 -->
         <div id="sample2" class="boxed">
            <h2>Sample Two</h2>
            <p>Quisque dictum integer nisl risus, sagittis convallis, rutrum id, and nibh:</p>
            <ul>
               <li><a href="#">Integer rutrum nisl in mi</a></li>
               <li><a href="#">Etiam malesuada rutrum enim</a></li>
               <li><a href="#">Aenean elementum facilisis ligula</a></li>
            </ul>
         </div>
         <!-- end div#sample2 -->
      </div>
      <!-- end div#content -->
      <div id="sidebar">
         <ul>
            <li id="submenu">
               <h2>Other Links</h2>
               <ul>
                  <li><a href="#">Semper vestibulum</a></li>
                  <li><a href="#">Vestibulum luctus</a></li>
                  <li><a href="#">Integer rutrum</a></li>
                  <li><a href="#">Etiam malesuada</a></li>
                  <li><a href="#">Elementum facilisis</a></li>
                  <li><a href="#">Ut tincidunt</a></li>
                  <li><a href="#">Odio sagittis</a></li>
               </ul>
            </li>
            <!-- end li#submenu -->
            <li id="news">
               <h2>News &amp; Updates</h2>
               <ul>
                  <li>
                     <h3>25th May</h3>
                     <p><a href="#">Pellentesque quis elit non lectus gravida blandit&hellip;</a></p>
                  </li>
                  <li>
                     <h3>23rd May</h3>
                     <p><a href="#">Lorem ipsum dolor sit amet, consectetuer adipiscing&hellip;</a></p>
                  </li>
                  <li>
                     <h3>21st May</h3>
                     <p><a href="#">Phasellus nec erat sit amet nibh pellentesque congue&hellip;</a></p>
                  </li>
                  <li>
                     <h3>17th May</h3>
                     <p><a href="#">Maecenas vitae orci vitae tellus feugiat eleifend&hellip;</a></p>
                  </li>
               </ul>
            </li>
            <!-- end li#news -->
         </ul>
      </div>
      <!-- end div#sidebar -->
      <div style="clear: both; height: 1px"></div>
   </div>
   <!-- end div#page -->
   <div id="footer">
      <p id="legal">Copyright &copy; 2007 The Gathering. All Rights Reserved. Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
      <p id="links"><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p>
   </div>
   <!-- end div#footer -->
</div>
<!-- end div#wrapper -->
</body>
</html>


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
*/

* {
   margin: 0;
   padding: 0;
}

body {
   background: #0A0A0A url(http://img638.imageshack.us/img638/5843/img1nhl.jpg);
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #666666;
}

h1, h2, h3 {
   color: #CCCCCC;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
   margin-bottom: 20px;
   line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
   border-bottom: 1px dotted #652A17;
   text-decoration: none;
   color: #652A17;
}

a:hover {
   border: none;
   color: #FF0000;
}

/* Wrapper */

#wrapper {
   background: url(http://img163.imageshack.us/img163/7871/img2fw.jpg) repeat-x;
}

/* Header */

#header {
   width: 750px;
   height: 181px;
   margin: 0 auto;
   padding: 0 0 0 0;
   background: url(http://img21.imageshack.us/img21/7711/img3df.jpg);
}

#header h1, #header h2 {
   float: left;
}

#header h1 {
   padding: 150px 0 0 20px;
   letter-spacing: 3px;
   font-size: 136%;
}

#header h2 {
   padding: 153px 0 0 6px;
   letter-spacing: 2px;
   font-size: 107%;
}

#header a {
   border: none;
   text-transform: uppercase;
   text-decoration: none;
   color: #000000;
}

/* Menu */

#menu {
   width: 750px;
   height: 50px;
   margin: 0 auto;
   background: url(http://img197.imageshack.us/img197/5862/img4zo.jpg) no-repeat;
}

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

#menu li {
   display: inline;
}

#menu a {
   display: block;
   float: left;
   height: 20px;
   padding: 10px 20px 0 20px;
   border: none;
   border-right: 1px solid #110F09;
   font-size: 85%;
   font-weight: bold;
   color: #F4D1C5;
}

#menu a:hover {
   color: #FFFFFF;
}

/* Page */

#page {
   width: 750px;
   margin: 0 auto;
   background: url(http://img841.imageshack.us/img841/766/img7k.jpg) repeat-y 220px 0px;
}

/* Content */

#content {
   float: right;
   width: 489px;
   padding-right: 20px;
}

#content h1, #content h2, #content h3 {
   margin-bottom: 20px;
}

#content h1 {
   font-size: 136%;
}

#content h2 {
   font-size: 107%;
}

#content h3 {
   font: 92%;
}

#content ul, #content ol {
   list-style-position: inside;
}

#content .boxed {
   float: left;
   width: 46%;
   padding-right: 2%;
}

#content .boxed h2 {
   padding: 5px 0;
   background: url(http://img401.imageshack.us/img401/4004/img5pb.jpg) repeat-x left bottom;
}

/* Welcome */

#welcome {
}

/* Sample1 */

#sample {
}

/* Sample2 */

#sample2 {
}

/* Sidebar */

#sidebar {
   float: left;
   width: 180px;
   padding-left: 20px;
}

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

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

#sidebar li ul {
}

#sidebar li li {
   margin: 0;
   padding: 7px 20px;
   background: url(http://img401.imageshack.us/img401/4004/img5pb.jpg) repeat-x left bottom;
}

#sidebar h2 {
   padding: 5px 20px;
   background: url(images/img6.jpg);
   border-bottom: 1px solid #1C1C1C;
   font-size: 100%;
}

#sidebar h3 {
   font-size: 77%;
}

#sidebar p {
   margin: 0;
   line-height: normal;
}

#sidebar a {
   border: none;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
   font-size: 85%;
}

/* Footer */

#footer {
   width: 750px;
   height: 50px;
   margin: 0 auto;
   padding: 30px 0 0 0;
   background: url(http://img401.imageshack.us/img401/2294/img4ni.jpg) no-repeat;
}

#footer p {
   margin: 0;
   text-align: center;
   font-size: 77%;
}

______________
[..:::Grafiker Yolunda:::..]
Mesaj02.11.2010, 18:46 (UTC)    
Mesaj konusu:

laptopuzmani yazmış:
onay



sitende cupacup arkadaşımın kodladığı css tasarım mevcut..

istersen logonu yapabilirim menünü düzenlersin olur-biter istermisin?
______________
Mesaj02.11.2010, 18:48 (UTC)    
Mesaj konusu:

bilgisayarfareleri yazmış:
laptopuzmani yazmış:
onay



sitende cupacup arkadaşımın kodladığı css tasarım mevcut..

istersen logonu yapabilirim menünü düzenlersin olur-biter istermisin?


Yine O Karar Versin Ama Kodladım (:
______________
[..:::Grafiker Yolunda:::..]
Mesaj02.11.2010, 18:48 (UTC)    
Mesaj konusu:

siteye oldu şimdi kendi siteme göre ayarlama yapmak lazım
Önceki mesajları göster:   


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