Forum'da ara:
Ara


Yazar Mesaj
Mesaj01.06.2011, 06:29 (UTC)    
Mesaj konusu:

Kod:
<body>
<div id="templatemo_container_wrapper1">
<div id="templatemo_container_wrapper2">
<div id="templatemo_container">

    <div id="templatemo_header">
       <div id="templatemo_logo">
              <!-- <div id="templatemo_site_title">Limitsiz-Paylasim</div> -->
            <div id="templatemo_site_slogan">Limitsiz-Paylasim'in Tek Adresi</div>
        </div>
   </div>
   
   <div id="templatemo_menu">
        <ul>
            <li><a href="#" class="current">Home</a></li>
            <li><a href="#">Blog</a></li>
            <li><a href="#">Photo Gallery</a></li>
            <li><a href="#">About</a></li>
            <li><a href="#">Contact</a></li>
        </ul>       
   </div>
   
   <div id="templatemo_content">
      <div id="templatemo_left_column">

         <div class="templatemo_postbody">       
                <h1>Limitsiz-Paylasim Template</h1>




ts altı


Kod:
</div>
      </div>
       
      <div id="templatemo_right_column">
         <div class="templatemo_section">
                <form method="get" action="#">
<input name="search" type="text" value="Search Anything"  id="keyword" /> <input type="submit" value="Go" class="button" />
                 </form>
         </div>
         
         <div class="templatemo_section">
               <div class="section1_top"></div>
                <div class="section1_middle">           
                    <h2>Categories</h2>
                        <ul>
                            <li><a href="#">» Vestibulum dapibus tortor</a></li>
                            <li><a href="#">» Cum sociis natoque penatibus</a></li>
                            <li><a href="#">» Lorem ipsum dolor sit amet</a></li>
                            <li><a href="#">» Cras urna metus, feugiat non</a></li>
                            <li><a href="http://www.templatemo.com" target="_parent">» Free CSS Layouts</a></li>
                        </ul>
            </div>   
                <div class="section1_bottom"></div>
         </div>
 
         <div class="templatemo_section">     
               <div class="section2_top"></div>
                <div class="section2_middle">       
               <h2>Archives</h2>
                   <ul>
                       <li><a href="#">» Suspendisse potenti</a></li>
                        <li><a href="#">» Aliquam tristique lacus</a></li>
                        <li><a href="#">» Duis pulvinar scelerisque ante</a></li>
                        <li><a href="#">» Maecenas aliquam</a></li>
                        <li><a href="#">» Vestibulum quis pede</a></li> 
               </ul>
                    </div>
            <div class="section2_bottom"></div>
         </div>
           
         <div class="templatemo_section">
                <div class="section3_top"></div>
                <div class="section3_middle">
               <h2>Quick Links</h2>
                   <ul>
                        <li><a href="#">» External Web Link One</a></li>
                        <li><a href="#">» Website Link Two</a></li>
                        <li><a href="#">» Friend Website Link</a></li>
                        <li><a href="http://www.flashmo.com" target="_parent">» Flash Templates</a></li>
                        <li><a href="http://www.templatemo.com" target="_parent">» Free CSS Templates</a></li>
               </ul>
                </div>
            <div class="section3_bottom"></div>
            </div>
      </div>
   </div>
    <div id="templatemo_bottom"></div>
   <div id="templatemo_footer">
              <a href="#">Home</a> |
                <a href="#">FAQs</a> | <a href="#">Terms of Use</a> |
                <a href="#">Privacy Policy</a> | <a href="#">Contact Us</a>
        <br />
        Copyright © 2008 <a href="#">Your Company Name</a> | Designed by <a href="http://www.limitsiz-paylasim.tr.gg" target="_blank">Limitsiz-Paylasim.Tr.Gg</a>
   </div>
</div>
</div>
</div>
</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;}

/*
CSS Credit: http://www.templatemo.com/
*/

body {
   margin:0;
   padding:0;
   line-height: 1.5em;
   font-family:  Helvetica, Arial, sans-serif;
   font-size: 12px;
   color: #000000;
   background: #604a40;
}

a:link, a:visited { color: #3e3939; text-decoration: none; }
a:active, a:hover { color: #cc0000;}

h1 {
   margin: 0px;
   padding: 20px 0px 0px 0px;
   font-size: 20px;
   font-weight: bold;
   color:#990000;
   height: 20px;
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_h1_background.png) left center no-repeat;
}

h2 {
   margin: 0px 0px 8px 0px;
   padding: 10px 0px 0px 15px;
   font-size: 14px;
   color: #000000;
}

p {
   margin: 10px 0px;
   color: #5b5847;
   text-align: justify;
}

img { 
   margin: 2px 20px 2px 0px;
   float:left;
   border: 1px solid #333333;
}

#templatemo_container_wrapper1 {
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/background.gif) top center repeat-x;
}

#templatemo_container_wrapper2 {
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_mainbackground.jpg) top center no-repeat;
}

#templatemo_container {
   margin: 0px auto;
   width: 900px;
}


/* ----- Header ----- */

#templatemo_header {
   clear: both;
   padding: 30px 0px 0px 30px;
   width: 870px;
   height: 140px;
}

#templatemo_logo {
   height: 134px;
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_logo.gif) no-repeat;
}

#templatemo_site_title {
   padding: 60px 0px 10px 30px;
   font-size: 40px;
   font-weight:bold;
   color: #ff0000;
}

#templatemo_site_slogan {
   padding: 90px 0px 10px 160px;
   font-size: 12px;
   color: #999999;
}
/* ----- End of Header ----- */

/* ------------- Menu ------------------ */
#templatemo_menu {
   clear: both;
   margin: 0px;
   padding: 0px;
   width: 900px;
   height: 42px;
   text-align: right;
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_menu_bg.png) no-repeat;
}

#templatemo_menu ul {
   margin: 0px;
   padding: 18px 20px 0px 0px;
   list-style: none;
}

#templatemo_menu ul li {
   margin: 0px;
   display: inline;   
}

#templatemo_menu ul li a {
   margin: 0px;
   padding: 0px 20px 0px 0px;
   font: 14px arial;
   font-weight: bold;
   color:#999999;
   text-decoration: none;
}

#templatemo_menu ul li a:hover, #templatemo_menu ul li .current {
   color: #cccccc;
}

/* ---------- End of Menu ------------- */

/* ----------------- Content ----------------------- */

#templatemo_content {
   float: left;
   margin: 0px;
   width: 900px;
   background: #c3b595 url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_content_bg.png) no-repeat;
}

#templatemo_left_column {
   float: left;
   margin: 40px 0px 0px 40px;
   padding: 0px;
   width: 570px;
}

/* IE6 Only */
* html #templatemo_left_column {
   float: left;
   margin: 40px 20px 0px 20px;
   padding: 0px;
   width: 570px;
}

#templatemo_right_column {
   float: right;
   margin: 40px 40px 0px 0px;
   padding: 0px;
   width: 200px;
}

* html #templatemo_right_column {
   float: right;
   margin: 40px 20px 0px 20px;
   padding: 0px;
   width: 200px;
}

/* IE6 Only */
#templatemo_bottom {
   clear: both;
   margin: 0px;
   padding: 0px;
   width: 900px;
   height: 90px;
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_content_bg_bottom.png) no-repeat;

}

/* ----------------- End of Content ------------------- */

/* ------------- Section ------------------ */
.templatemo_section {
   margin: 0px 0px 15px 0px;   
   padding: 0px;
   color: #3e3939;
}

.templatemo_section .section1_top {
   height: 40px;
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_section1_top.png) no-repeat;
}
.templatemo_section .section1_middle {
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_section1_middle.png) repeat-y;
}
.templatemo_section .section1_bottom {
   height: 37px;
   background:url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_section1_bottom.png) no-repeat;
}

.templatemo_section .section2_top {
   height: 40px;
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_section2_top.png) no-repeat;
}
.templatemo_section .section2_middle {
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_section2_middle.png) repeat-y;
}
.templatemo_section .section2_bottom {
   height: 37px;
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_section2_bottom.png) no-repeat;
}

.templatemo_section .section3_top {
   height: 40px;
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_section3_top.png) no-repeat;
}
.templatemo_section .section3_middle {
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_section3_middle.png) repeat-y;
}
.templatemo_section .section3_bottom {
   height: 37px;
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_section3_bottom.png) no-repeat;
}


.templatemo_section ul {
   margin: 0px 0px 0px 15px;
   padding: 0px;
   list-style: none;
}

.templatemo_section ul li {
   display: block;
}

.templatemo_section ul li a {
   padding: 0px;
   margin: 0px;
   color: #3e3939;
   text-decoration: none;
}

.templatemo_section ul li a:hover {
   color: #990000;
}

/* ---------- End of Section ------------ */

/* ----- Post ------ */
.templatemo_postbody {
   padding: 0px;
   margin-bottom: 40px;
   border-bottom: 1px dotted #333333;
}

.publish_info {
   clear: both;
   margin: 0px;
   padding: 0px;
   color:#3e3939;

}

.comment {
   clear: both;
   margin: 10px 0px 0px 0px;
   width: 570px;
   text-align: right;
   padding: 0px;
}

.comment a {
   padding: 5px 0px 5px 0px;
   font-size: 11px;
   font-weight: bold;
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_comment_icon.gif) left center no-repeat;
}
/* ----- End of Post ------ */

/* ----- Form ----- */
form {
   width: 190px;
   margin: 0px;
   padding: 13px 0px 0px 10px;
   height: 50px;
   background: url(http://www.templatemo.com/templates/templatemo_017_design/images/templatemo_search_box.gif) no-repeat;
   
}

input {
   width: 130px;
   background: none;
   color: #CCCCCC;
   border: none;
}

.button {
   margin: 2px 0px 0px 8px;
   height: 32px;
   width: 40px;
   color: #000000;
   font-size: 15px;
   font-weight: bold;
   border: none;
   background: #990000;
}
/* ----- End of Form ----- */

/* ----- Footer ----- */

#templatemo_footer {
   clear: both;
   padding: 10px 0px 0px 15px;
   width: 870px;
   height: 60px;
   text-align: center;
   color: #999999;
   text-align: center;
}

#templatemo_footer a {
   color: #999999;
}

#templatemo_footer a:hover {
   color: #ffffff;
}

/* ----- End of Footer ----- */

______________


Mesaj01.06.2011, 06:31 (UTC)    
Mesaj konusu:

Kod:
<body>

<div id="templatemo_container">
  <div class="templatemo_line"></div>
  <div id="templatemo_header">
  <div id="templatemo_site_title">Limitsiz-Paylasim</div>
  <div id="templatemo_site_slogan">Limitsiz-Paylasim'in Tek Adresi</div>
  </div>
 
  <div class="templatemo_line"></div>   
   
    <div id="templatemo_content">
     
      <div id="templatemo_left_column">
       <div class="text_area" align="justify">
     

      <div class="section_box2" align="justify">
        <div class="post_title">Limitsiz-Paylasim Template</div>
        <div class="text_area">




ts altı


Kod:
</div>
            </div>
             </div>
      </div>
   
       <div id="templatemo_right_column">
           
            <ul class="glossymenu">
              <li><a href="#">Mainpage</a></li>
              <li><a href="#">  Software Products</a></li>
              <li><a href="#">Web Design Services</a></li>
              <li><a href="#">Customer Support</a></li>
              <li><a href="#">Our Company</a></li>
              <li><a href="http://www.templatemo.com" target="_parent">Contact Information</a></li>
            </ul>
         
          <div class="section_box" align="justify">
            <div class="subtitle">Quick Contact</div>
              Tel: 000-000-0000<br />
              Fax: 001-001-0011<br />
              Email: info[at]templatemo.com<br />
              <br />
          </div>
          <div class="section_box" align="justify">
          <div class="subtitle">About this website</div>
            Curabitur velit tellus, placerat et, dapibus varius,  aliquet quis, purus. Lorem ipsum dolor sit amet, consectetuer  adipiscing elit.<br />
          </div>
         
          <div class="section_box">
            <div class="subtitle">Featured Web Links</div>
              <a href="#">Text Link One</a><br />
              <a href="#">External Text Link Two</a><br />
              <a href="#">Text Link Three</a><br />
              <a href="#">External Text Link Four</a><br />
              <a href="http://www.templatemo.com" target="_parent">Text Link Five</a><br />
              <a href="#">Text Link Six</a><br />
              <a href="#">External Link Seven</a><br />
          </div>
     
       </div>
    </div>
   <div id="templatemo_footer" align="center">
    Copyright © 2008 Your Company Name - Designed by <a href="http://www.templatemo.com" target="_blank">Limitsiz-paylasim</a></div>
</div>

</body>
</html>




csss


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

/*       Credit: http://www.templatemo.com/       */
body {
   margin:0;
   padding:0;
   line-height: 1.5em;
   font-family: "Trebuchet MS", Verdana, Arial;
   font-size: 12px;
   color: #FFFFFF;
   background: #000000 url(http://www.templatemo.com/templates/templatemo_005/images/templatemo_bg.gif) repeat-x;
}
a:link, a:visited { color: #88DDFF; text-decoration: none}
a:active, a:hover { color: #FFFF99; text-decoration: underline}

#templatemo_container {
   width: 800px;
   margin: 5px auto;
   background: #000000;
   border: 1px solid #666666;
}
#templatemo_header {
   clear: left;
   height: 160px;
   background: url(http://www.templatemo.com/templates/templatemo_005/images/templatemo_header.jpg) no-repeat;
}
#templatemo_content {
   width: 800px;
}
#templatemo_left_column {
   float: left;
   width: 600px;
   min-height: 400px;
}
#templatemo_right_column {
   background: #444444 url(http://www.templatemo.com/templates/templatemo_005/images/templatemo_right_bg.gif) repeat-x bottom;
   float: left;
   width: 200px;
   min-height: 400px;
}
#templatemo_footer {
   clear: left;
   background: #333333;
   padding: 5px;
   font-size: 11px;
   color: #CCCCCC;
}
#templatemo_footer a {
   color: #CCCCCC;
}
#templatemo_site_title {
   padding-top: 60px;
   padding-left: 250px;
   font-weight: bold;
   font-size: 26px;
   color: #FFFFFF;
}
#templatemo_site_slogan {
   padding-top: 10px;
   padding-left: 250px;
   font-weight: bold;
   font-size: 12px;
   color: #FFFFFF;
}
.templatemo_line {
   clear: left;
   height: 2px;
   background: #888888;
}
.templatemo_pic {
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
   border: 1px solid #CCCCCC;
}
.section_box {
   margin: 10px;
   padding: 10px;
   border: 1px dashed #666666;
   background: #333333;
}
.section_box2 {
   clear: left;
   margin-top: 10px;
   border: 1px solid #666666;
   background: #444444;
   color: #FFFFFF;
}
.text_area {
   margin: 10px;
}
.publish_date {
   clear: both;
   margin-top: 10px;
   color: #88DDFF;
   font-size: 11px;
   font-weight: bold;
}
.title {
   padding-bottom: 10px;
   font-size: 16px;
   font-weight: bold;
   color: #FFFF00;
}
.subtitle {
   padding-bottom: 5px;
   font-size: 14px;
   font-weight: bold;
   color: #FFFF00;
}
.post_title {
   padding: 5px;
   padding-left: 10px;
   background: url(http://www.templatemo.com/templates/templatemo_005/images/post_title_bg.gif);
   font-size: 12px;
   font-weight: bold;
   color: #CCCCCC;
}
/*       Menu Credit: http://www.dynamicdrive.com/style/      */
.glossymenu{
   list-style-type: none;
   margin: 10px;
   padding: 0px;
   width: 175px;
   border: 1px solid #999999;
}
.glossymenu li a{
   background: white url(http://www.templatemo.com/templates/templatemo_005/images/button_default.gif) repeat-x center;
   font: bold 12px "Trebuchet MS", Verdana, Helvetica;
   color: #FFFFFF;
   display: block;
   width: auto;
   padding: 6px;
   padding-left: 12px;
   text-decoration: none;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
   width: 170px;
}
.glossymenu li a:visited, .glossymenu li a:active{
   color: #FFFFFF;
}
.glossymenu li a:hover{
   background-image: url(http://www.templatemo.com/templates/templatemo_005/images/button_active.gif);
   color: #000000;
}

______________


Mesaj01.06.2011, 14:08 (UTC)    
Mesaj konusu:

Kod:
<body>
<div id="templatemo_container_wrapper">
<div id="templatemo_container">

   <div id="templatemo_top">
      <a href="#">Home</a> | <a href="#"> Contact Us</a>
   </div>
   
    <div id="templatemo_header">
      <div id="templatemo_site_title">Limitsiz<span>Paylasim</span></div>
        <div id="templatemo_site_slogan">Limitsiz-Paylasim'in Tek Adresi</div>
   </div>
   
   <div id="templatemo_menuleft"></div>   
   <div id="templatemo_menu">
        <ul>
         <li><a href="#" class="current">Home</a></li>
            <li><a href="#">Albums</a></li>
         <li><a href="#">Artists</a></li>
            <li><a href="#">Promotions</a></li>
            <li><a href="#">About Us</a></li>
            <li><a href="#">Contact Us</a></li>
        </ul>       
    </div>
   
   <div id="templatemo_content">
      <div id="templatemo_left_column">
           <div class="templatemo_section2">
               <h1>Search</h1>
                <form id="form1" name="form1" method="post" action="#">
                    <input name="search_text" type="text" id="search_text" />
                    <input class="button" type="submit" name="Submit" value="Search" />
                </form>
            </div>
         <div class="templatemo_section2">
               <h1>Links</h1>
               <a href="#">Text Link One</a><br />
                    <a href="#">Cool Website Two</a><br />
                    <a href="#">Text Link Three</a><br />
                    <a href="http://www.flashmo.com" target="_parent">Flash Templates</a><br />
                    <a href="http://www.templatemo.com" target="_parent">Free CSS Templates</a><br />
            </div>
            <a href="http://validator.w3.org/check?uri=referer"><img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" width="88" height="31" vspace="8" border="0" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px"  src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" vspace="8" border="0" /></a><br />
      </div>
       
      <div id="templatemo_right_column">
           <h1>Limitsiz-Paylasim Template</h1>






ts altıı


Kod:
</div>
   </div>
   <div id="templatemo_footer">
      <a href="#">Home</a> | <a href="#">About Us</a> | <a href="#">Prices</a> | <a href="#">Member</a> | <a href="#">Contact Us</a><br />
        Copyright © 2008 <a href="#">Your Company Name</a> | Designed by <a href="http://www.templatemo.com" target="_blank">Limitsiz-Paylasim</a>
   </div>

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




/*
CSS Credit: http://www.templatemo.com/
*/

body {
   margin:0;
   padding:0;
   line-height: 1.5em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #FFFFFF;
   background: #2b1e1e;
}

a:link, a:visited { color: #ffffff; text-decoration: none; }
a:active, a:hover { color: #ffffff; text-decoration: underline; }

h1 {
   margin:0px 0px 10px 0px;
   padding-bottom: 8px;
   font-weight: bold;
   font-size: 14px;
   color:#FFFFFF;
   border-bottom: solid 1px #FF0000;
}

h3 {
   margin: 0px;
   padding: 2px 0px 2px 10px;
   font-weight: bold;
   font-size: 11px;
   color: #FFFFFF;
}
.text_area {
   text-align: justify;
}
img { 
   margin: 10px 10px 0px 10px;
   float:left;
   border: 2px solid #FFFFFF;
}

#templatemo_container_wrapper {
   background: url(http://www.templatemo.com/templates/templatemo_013_music_note/images/templatemo_main_background.gif) repeat-x;
}

#templatemo_container {
   margin: 0px auto;
   width: 810px;
}

#templatemo_top{
   float: left;
   margin-left: -10px;
   padding: 19px 0px 10px 0px;
   text-align: right;
   width: 810px;
}

#templatemo_header {
   clear: left;
   margin-bottom:5px;
   width: 810px;
   height: 235px;
   background: url(http://www.templatemo.com/templates/templatemo_013_music_note/images/templatemo_header_background.jpg) no-repeat;
}

#templatemo_site_title {
   padding-top: 120px;
   padding-left: 50px;
   font-size: 35px;
   color: #2b1e1e;
}

#templatemo_site_title span {
   font-weight: bold;
   color: #c32929;
}

#templatemo_site_slogan {
   padding-top: 10px;
   padding-left: 200px;
   font-size: 12px;
   color: #2b1e1e;
}

/*------------- Menu ------------------*/
#templatemo_menuleft {
   float: left;
   height: 41px;
   width: 20px;
   background: #FF0000 url(http://www.templatemo.com/templates/templatemo_013_music_note/images/templatemo_menu_leftborder.gif) no-repeat;
}

#templatemo_menu{
   float: left;
   margin-top: 0px;
   padding: 0px;
   width: 790px;
   height: 41px;
   background: #FF0000 url(http://www.templatemo.com/templates/templatemo_013_music_note/images/templatemo_menu_background.gif) right no-repeat;
}

#templatemo_menu ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
   text-align: center;
}

#templatemo_menu ul li{
   display: inline;
}

#templatemo_menu ul li a{
   float: left;
   padding: 11px 1px;
   width: 127px;
   font: 16px arial;
   text-align: center;
   text-decoration: none;
   color: #1e1717;
}
#templatemo_menu ul li a:hover, #templatemo_menu ul li .current{
   color: #ffffff;
   text-decoration: none;
   background: url(http://www.templatemo.com/templates/templatemo_013_music_note/images/templatemo_mousehover.gif) repeat-x;
}

/*---------- end of menu -------------*/

/* ----------------- Content ----------------------- */

#templatemo_content {
   float: left;
   width: 810px;
   background: url(http://www.templatemo.com/templates/templatemo_013_music_note/images/tempaltemo_content_background.gif) repeat-y;
}

#templatemo_left_column {
   float: left;
   padding: 20px;
   width: 200px;
   min-height: 420px;
   background: url(http://www.templatemo.com/templates/templatemo_013_music_note/images/templatemo_leftcolumn_border.gif) right center no-repeat;

}

#templatemo_right_column {
   float: right;
   width: 530px;
   padding: 20px;
   padding-left: 0px;
   min-height: 420px;
}

#templatemo_content_bottom {
   clear: left;
   margin: 0px;
   padding: 0px;
   width: 810px;
   height: 5px;
   background: url(http://www.templatemo.com/templates/templatemo_013_music_note/images/tempaltemo_content_bottom.gif) no-repeat;
}

/*------------ end of content ------------*/

.news_section {
   float: left;
   padding: 0px;
   width: 300px;   
   margin-right: 15px;
   background: #1e1717;
}

.news_section p {
   margin: 0px;
   padding: 0px 0px 5px 10px;
   font-size: 11px;
}

.promotion_section {
   float: left;
   margin: 0px;
   padding: 0px;
   width:200px;
   background: #1e1717;
}

.promotion_section p{
   margin: 0px;
   padding: 5px 5px 5px 10px;
   font-size: 11px;
}

.more{
   padding: 0px 10px 10px 0px;
   text-align: right;
   font-size: 11px;
   font-weight: bold;
}

.templatemo_section2 {
   margin-bottom: 10px;
   padding: 10px;
   border: #000000 solid 1px;
   background: #1e1717;
}

.templatemo_section2 a {
   padding-left: 20px;
   color: #c32929;
   line-height: 25px;
   text-decoration: none;
   background: url(http://www.templatemo.com/templates/templatemo_013_music_note/images/templatemo_list_icon.gif) center left no-repeat;
}

.templatemo_section2 a:hover {
   color: #ff0000;
   text-decoration: none;
}

/* search form */
form {
   padding: 0 0 6px 8px;
}

.button {
   margin-top: 10px;
   padding: 1px 5px;
   border: none;
   color: #FFFFFF;
   background: url(http://www.templatemo.com/templates/templatemo_013_music_note/images/templatemo_button_background.gif) repeat-x;
}
/* ----------- */

/* -------- Footer --------- */

#templatemo_footer {
   clear: left;
   padding: 10px;
   height: 62px;
   color: #c32929;
   line-height: 24px;
   text-align: center;
}
#templatemo_footer a {
   color: #c32929;
   text-decoration: none;
}

#templatemo_footer a:hover {
   color: #ff0000;
}

/* --------- end of footer --------------*/

______________


Mesaj01.06.2011, 16:41 (UTC)    
Mesaj konusu:

hadi arkadaşlar yorum bekliyorum
______________


Mesaj01.06.2011, 23:36 (UTC)    
Mesaj konusu: Re: Tebrik ederim

onlinewebdesing yazmış:
Paylaşımlar parmak ısırtan cinsden, Teşekkür ederim, ellerin dert görmesin.


Merhaba Arkadaşlar

bencede size katılıyorum

iyi forumlar
Mesaj02.06.2011, 14:37 (UTC)    
Mesaj konusu:

Kod:
<body>

<div id="templatemo_container">
   
    <div id="templatemo_header">
      <div id="templatemo_site_title">Limitsiz<span>Paylasim</span></div>
      <div id="templatemo_site_slogan">Limitsiz-Paylasim'in Tek Adresi</div>
   </div>

   <div class="templatemo_menu">
       <div class="roundtop">
          <img src="images/tl.gif" alt="" width="15" height="15" class="corner" style="display: none" />
       </div>
        <ul>
         <li><a href="#"  class="current">Home</a></li>
         <li><a href="#">Products</a></li>
         <li><a href="#">Services</a></li>
            <li><a href="#">About Us</a></li>
            <li><a href="#">Contact Us</a></li>
        </ul>       
    </div>
   
    <div id="templatemo_content">

      <div id="templatemo_left_column">
       
           <div class="title">Limitsiz-Paylasim Template</div>




tsaltı


Kod:


        </div>
       
        <div id="templatemo_right_column">
       
           <div class="sction_box2_roundcont">
               <div class="sction_box2_roundtop">
                   <img src="images/section2tl.gif" alt="" width="15" height="15" class="corner" style="display: none" />
               </div>
           </div>
           <div class="section_box2" align="justify">
                  <div class="section_box2_subtitle">Section Two Title</div>   
            Aliquam tristique lacus in sapien. Suspendisse potenti. Ut sed pede. Nullam vitae tellus. Sed ultrices. <br /><br />
            In hac habitasse platea dictumst. Aenean  cursus. Maecenas aliquam, ligula id egestas suscipit, nisi sapien  dignissim nibh, ac vestibulum lorem urna in neque.<br />
            </div> 
            <div class="sction_box2_roundbottom"></div>
           
           <div class="sction_box2_roundcont">
               <div class="sction_box2_roundtop">
                   <img src="images/section2tl.gif" alt="" width="15" height="15" class="corner" style="display: none" />
               </div>
           </div>
           <div class="section_box2" align="justify">
                  <div class="section_box2_subtitle">Section Two Title</div>   
               <a href="#">Text Link One</a><br />
                    <a href="#">External Text Link Two</a><br />
                    <a href="#">Text Link Three</a><br />
                    <a href="#">External Text Link Four</a><br />
                    <a href="http://www.templatemo.com" target="_parent">Text Link Five</a><br />
            </div> 
            <div class="sction_box2_roundbottom"></div>           

        </div>

   </div>
   
   
      <div id="templatemo_footer">
        <div id="copyright">
            Copyright © 2008 Your Company Name| Designed by <a href="http://www.limitsiz-paylasim.tr.gg" target="_parent">Limitsiz-Paylasim</a>
        </div>
        <div class="roundbottom">
            <img src="http://www.templatemo.com/templates/templatemo_006_music_jack/images/bl.gif" alt="" width="15" height="15" class="corner" style="display: none" />
        </div>
   </div>
</div>
</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;}

/* Credit: http://www.templatemo.com/ */

body {
   margin:0;
   padding:0;
   line-height: 1.5em;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   background: #FFFFFF;
}

#templatemo_container {
   width: 800px;
   margin: auto;
   background: #fec631;
}



/*------------ Header --------------- */

#templatemo_header {
   height: 250px;
   background: #ffffff url(http://www.templatemo.com/templates/templatemo_006_music_jack/images/banner.gif) no-repeat right bottom;
}

#templatemo_site_title {
   padding-top: 130px;
   padding-left: 10px;
   font-size: 50px;
   color:#FF0000;
}

#templatemo_site_title span{
   font-weight: 200;
   color:#313030;
}

#templatemo_site_slogan {
   padding-top: 10px;
   padding-left: 90px;
   font-size: 12px;
   color:#313030;
}
/* ---------------------------------- */

/*------------- Menu ------------------*/
.templatemo_menu{
   margin: 0px;
   padding: 0px;
   float: left;
   width: 800px;
   background: #313030;
}

.templatemo_menu ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
   text-align: center;
}


.templatemo_menu li{
   display: inline;
}

.templatemo_menu li a{
   padding-bottom: 10px;
   float: left;
   font: 16px arial;
   text-align: center;
   text-decoration: none;
   color: #a09223;
   width: 160px;

}

.templatemo_menu li a:visited{
   color: #a09223;
}

.templatemo_menu li a:hover, .templatemo_menu li .current{
   color: #ffe400;
   background: transparent url(http://www.templatemo.com/templates/templatemo_006_music_jack/images/mouseover.gif) center no-repeat;
}
.templatemo_menu .roundtop {
   height: 9px;
   background: url(http://www.templatemo.com/templates/templatemo_006_music_jack/images/tr.gif) no-repeat top right;
}

/* ----------------- end of menu----------------*/

/* ----------------- Content ----------------------- */


#templatemo_content {
   width: 800px;
   background:  #fec631;
}

#templatemo_left_column {
   float: left;
   width: 510px;
   padding: 20px;
   min-height: 400px;
   background: #fec631;
}

#templatemo_right_column {
   float: left;
   width: 210px;
   padding: 20px;
   min-height: 400px;
   background: #d84b4b;
}



/* ---------------- section box --------------- */
.section_box {
   width: 510px;
   background: #ffff99;
   color: #000000;
}

.section_box .subtitle{
   padding: 5px 0px 10px 15px;
   font-size: 1.4em;
   color: #FF0000;   
}

.section_box .text{
   padding: 0px 15px 5px 15px;
   font-size: 1em;
   color: #000000;   
}


.sectionbox_roundtop {
   height: 9px;
   background: url(http://www.templatemo.com/templates/templatemo_006_music_jack/images/sectiontr.gif) no-repeat top right;
}

.sectionbox_roundbottom {
   height: 9px;
   background: url(http://www.templatemo.com/templates/templatemo_006_music_jack/images/sectionbr.gif) no-repeat bottom right;
}

/* -------------------- */

/* ------- Left Column Section Box2 ------------- */


.section_box2 {
   margin-top: 0px;
   padding: 10px 15px 5px 15px;
   background: #212121;
   color: #cccc99;
}

.sction_box2_roundcont {
   margin-bottom: 0px;
   width: 210px;
   background-color: #212121;
}

.sction_box2_roundtop {
   height: 9px;
   background: url(http://www.templatemo.com/templates/templatemo_006_music_jack/images/section2tr.gif) no-repeat top right;
}

.sction_box2_roundbottom {
   margin-bottom: 15px;
   height: 25px;
   background: url(http://www.templatemo.com/templates/templatemo_006_music_jack/images/sectionbackground.gif) no-repeat bottom right;
}

.section_box2 a{
   background: url(http://www.templatemo.com/templates/templatemo_006_music_jack/images/linkindicator.gif) no-repeat center left;
   text-decoration: none;
   padding-left: 20px;
   color: #cccc99;
}

.section_box2_subtitle {
   padding-bottom: 16px;
   margin-bottom: 5px;
   font-size: 1.3em;
   color:#ffffff;
   background: url(http://www.templatemo.com/templates/templatemo_006_music_jack/images/section2_title_bg.gif) no-repeat bottom left;
}

/*--------------- end of left column section box ------------ */


.text_area {
   margin: 10px;
}

.title {
   height: 37px;
   width: 430px;
   color:#ffcc33;
   padding-top: 18px;
   padding-left: 70px;
   font-size: 1.5em;   
   background: url(http://www.templatemo.com/templates/templatemo_006_music_jack/images/titlebackground.gif) left bottom no-repeat;
}

.text_area a, .section_box a{
   color: #cc3333;
   text-decoration: none;
}

img.corner {
   width: 9px;
   height: 9px;
   border: none;
   display: block !important;
}


/* -------- Footer --------- */

#templatemo_footer {
   clear: left;
   width: 800px;
   background: #212121;
   color: #b6a169;
}
#templatemo_footer a {
   background: #212121;
   color: #b6a169;
}

#templatemo_footer .roundbottom {
   height: 9px;
   background: url(http://www.templatemo.com/templates/templatemo_006_music_jack/images/br.gif) no-repeat bottom right;
}

#copyright {
   padding-top: 10px;
   text-align:center;
}

/* --------- end of footer --------------*/

______________


Mesaj02.06.2011, 19:01 (UTC)    
Mesaj konusu:

Beim sitemde onlarcası var beklerim http://kod-koleksiyonu.tr.gg/
Mesaj02.06.2011, 19:11 (UTC)    
Mesaj konusu:

arkadaşlar onun sitesindekiler çalıntıdır benim sitemdede var ama reklam olmasın diye burada kod kod paylaşıyorum
______________


Mesaj02.06.2011, 19:13 (UTC)    
Mesaj konusu:

kod kod paylaş reklam yapmadan yeterki paylaş Very Happy
______________
@tr.gg dısı link yasak
Mesaj02.06.2011, 19:13 (UTC)    
Mesaj konusu:

Seninkiler çalıntıttttttttttııııııı
Mesaj02.06.2011, 19:15 (UTC)    
Mesaj konusu:

kod-koleksiyonu yazmış:
Beim sitemde onlarcası var beklerim http://kod-koleksiyonu.tr.gg/




REKLAM YAPMAYİN VARSA PAYLAŞIN FORUMDA
______________
@tr.gg dısı link yasak
Mesaj05.06.2011, 14:00 (UTC)    
Mesaj konusu:

merhaba arkadaşlar ben eglencekolick.tr.gg nin sayibiyim sitem forumu kirlettiğim için silinmiş naptımkii ben siz söyleyin bütün hatalarımı artık bu siteden paylaşım yapıcam http://burak-toksoy.biz.uz bunu burak-toksoy.tr.gg gibi bi adres yapıcam buraya girince yönlendirme yapıcam bu siteme gircek ve bu halde bs nin bazı kendini bilmez modları yada yöneticileri bana dokunamicak gerçekten arkadaşlar bütün yıl bu siteyle uğraştım benim sitemi silen yöneticiye bütün paylaşımların emeğim saatlerim haram zıkkım olsun başkada bişey demiyorum
Mesaj05.06.2011, 15:48 (UTC)    
Mesaj konusu:

beni hatırladın mı ben kod-koleksiyonu sitemi sildirmiştin forumda bana küfür ettiğin için şikayet ettim Laughing Laughing Laughing
Mesaj05.06.2011, 15:48 (UTC)    
Mesaj konusu:

beni hatırladın mı ben kod-koleksiyonu sitemi sildirmiştin forumda bana küfür ettiğin için şikayet ettim Laughing Laughing Laughing
Mesaj05.06.2011, 16:19 (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