Forum'da ara:
Ara


Yazar Mesaj
Mesaj22.01.2012, 16:30 (UTC)    
Mesaj konusu: CSS TASARIM-8 (suleymanseyidoglu.tr.gg)

Kod:
<body>
<div id="templatemo_wrapper1">
<div id="templatemo_wrapper2">
   <div id="templatemo_container">
   
        <div id="templatemo_menu">
        <ul>
         <li><a href="index.html"  class="current">Home</a></li>
         <li><a href="subpage.html">Services</a></li>
            <li><a href="subpage.html">Solutions</a></li>
            <li><a href="subpage.html">Partners</a></li> 
            <li><a href="subpage.html">News</a></li>                     
            <li><a href="subpage.html" class="lastmenu">Contact Us</a></li>           
        </ul> 
    </div>
   
    <div id="templatemo_header_banner">
       <div id="templatemo_header">
           <div id="templatemo_sitetitle">
               Limitsiz<span> Paylasim</span>            </div>
      <div id="templatemo_tagline">Limitsiz-Paylasim'in Tek Adresi</div>
        </div>
        <div id="templatemo_banner">
           <div id="templatemo_bannertext">
               Let's build<br /><span>Başarı Emin Adımlar İle</span><br />
               together
            </div>
        </div>
    </div>
   
    <div id="templatemo_content">
   
         <!-- left column -->
       <div id="templatemo_leftcolumn">
           <div class="login_form">
                <h1>Client Login</h1>
       
          <form method="get" action="#">
                    <div class="form_row"><label>Email</label><input name="email_address" type="text" class="inputfield" id="email_addremss" maxlength="60"/>
              </div>
                    <div class="form_row"><label>Password</label><input name="password" type="password" class="inputfield" id="password" maxlength="60"/>
              </div>
                    <input class="button" type="submit" name="Submit" value="Login" />
                </form>
         </div>
           
            <div class="spacetobottom"></div>
           
            <h1>Latest News</h1>
            <div class="newssection">   
               <h4>Mauris blandit vehicula neque</h4>           
                <p>Quisque in diam a justo condimentum molestie. Vivamus a velit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. <a href="#">more...</a></p>
            </div>
           
         <div class="newssection">   
               <h4>Curabitur velit tellus</h4>           
                <p>Duis vitae velit sed dui males uada digni ssim. Donec mollis aliquet ligula. Maec enas adipiscing elementum ipsum. <a href="#">more...</a></p>
            </div>
            <div class="more_button"><a href="#">Read All</a></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>
           
        </div>
        <!-- End of left column -->
       
        <!-- Right column -->
        <div id="templatemo_rightcolumn">
           <div class="onecolumn">
                <h1>Welcome to our website</h1>





TASARIM ALTI
Kod:
</div>
            <div class="spacetobottom"></div>

        </div>
        <!-- End of right column -->
       
   </div>
    <!-- End of content -->
   
    <div id="templatemo_footer">
        <a href="#">Home</a> | <a href="#">Services</a> | <a href="#">Solutions</a> | <a href="#">Partners</a> | <a href="#">News</a> | <a href="#">Contact Us</a><br />
        Copyright © 2008 <a href="#"><strong>Your Company Name</strong></a> | Designed by <a href="http://www.limitsiz-paylasim.tr.gg" target="_parent">Limitsiz-Paylasim</a>   </div>
    </div>
    <!-- Container close -->
   
</div> <!-- Wrapper 2 close -->
</div> <!-- Wrapper 1 close -->
</body>
</html>




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

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

body {
   margin: 0;
   padding: 0;
   line-height: 1.5em;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #686f76;
   background: #121b24;
}

a:link, a:visited { color: #aabdd0; text-decoration: none; font-weight: bold;}
a:active, a:hover { color: #aabdd0; text-decoration: underline}

h1 {
   margin: 0px;
   padding: 0px 0px 15px 0px;
   font-size: 1.4em;
   font-weight: bold;
   color: #aabdd0;
}

h4 {
   margin: 0px;
   padding: 0px;
   font-size: 12px;
   color:#FFFFFF;
   font-weight: normal;
}

p{
   margin: 0px;
   padding: 0 0 10px 0;
   text-align: justify;
}

.spacetobottom {
   clear: both;
   height: 50px;
}

.spacetoright {
   float: left;
   width: 10px;
   height: 10px;;
}

/* ----- Form ----- */
.form_row{
   padding: 3px 0px;
}

form{
   margin: 0px 10px 0px 0px;
   padding: 0px;
   text-align: right;   
}

label {
   margin-right: 10px;
}

input{
   width: 150px;
   height: 15px;
   color: #aabdd0;
   border: 1px solid #686f76;
   background: #070707;
}

.button{
   width: 60px;
   height: 25px;
}
/* End of Form */

.more_button a{
   clear: both;
   display: block;
   width: 80px;
   height: 20px;
   margin: 10px 0 0 0;
   text-align: center;
   font-weight: bold;
   text-decoration: none;
   color: #aabdd0;
   background: #0b1016;
   border: 1px solid #05070a;
}


#templatemo_wrapper1 {
   background: url(http://www.templatemo.com/templates/templatemo_039_citynight/images/maintopBG.gif) top repeat-x;
}

#templatemo_wrapper2 {
   background: url(http://www.templatemo.com/templates/templatemo_039_citynight/images/mainbuttomBG.gif) bottom repeat-x;
}

#templatemo_container {
   margin: auto;
   width: 960px;
}

/*------------- Menu ------------------*/
#templatemo_menu {
   float: left;
   width: 930px;
   height: 40px;
   margin: 18px 0 0 0;
   padding: 0 0 0 30px;
}

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

#templatemo_menu ul li{
   display: inline;
}

#templatemo_menu ul li a{
   float: left;
   width: 140px;
   height: 30px;
   padding: 10px 0 0 0;
   font-size: 1.1em;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   color: #aabdd0;
   border-left: 1px solid #34373b;
}

#templatemo_menu ul li .lastmenu{
   border-right: 1px solid #34373b;   
}

#templatemo_menu li a:hover, #templatemo_menu li .current{
   color: #aabdd0;
   background: url(http://www.templatemo.com/templates/templatemo_039_citynight/images/menuhoverBG.gif) no-repeat;
}

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

/* header and banner */

#templatemo_header_banner {
   float: left;
   width: 900px;
   height: 268px;
   padding: 0 30px;
   margin-top: 2px;
}

#templatemo_header {
   float: left;
   width: 310px;
   height: 268px;   
   background: url(http://www.templatemo.com/templates/templatemo_039_citynight/images/header.jpg) no-repeat;
}

#templatemo_sitetitle {
   padding: 180px 0 10px 40px;
   font-size: 3.0em;
   font-weight: bold;
   color:#ff6000;
}
#templatemo_sitetitle span{
   font-weight: normal;
   color: #FFFFFF;
}
#templatemo_tagline{
   padding: 0 0 0 43px;
   font-size: 1.0em;
   color:#FFFFFF;
}

#templatemo_banner {
   float: left;
   width: 590px;
   height: 268px;
   background: url(http://www.templatemo.com/templates/templatemo_039_citynight/images/banner.jpg) no-repeat;
}

#templatemo_bannertext{
   text-align: right;
   padding: 190px 20px 0 0;
   font-size: 14px;
   color: #FFFFFF;   
}
#templatemo_bannertext span{
   font-size: 24px;
   font-weight: bold;
   color: #ff6000;   
}
/* end of header and banner */

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

#templatemo_content {
   float: left;
   width: 900px;
   padding:0 30px;
}

#templatemo_leftcolumn {
   float: left;
   width: 280px;
   padding: 50px 20px 0 10px;
   background: url(http://www.templatemo.com/templates/templatemo_039_citynight/images/leftcolumnBG.gif) top center no-repeat;
}

.login_form{
   background: #06080a;
   width: 240px;
   padding: 15px;
   border: 5px solid #070707;
}

.newssection {
   padding: 0 0 5px 0;
}


#templatemo_rightcolumn {
   float: left;
   width: 530px;
   padding: 50px 20px 0 40px;
}

.onecolumn {
   width: 530px;
}

.onecolumn img {
   float: right;
   clear: both;   
   margin: 0 0 5px 10px;
   border: 3px solid #0e121d;
}

.twocolumn {
   width: 530px;
}

.twocolumn_box {
   float: left;
   width: 230px;
   padding: 10px;
   background: #0c1117 url(http://www.templatemo.com/templates/templatemo_039_citynight/images/boxBG.gif) top right no-repeat;
   border: 5px solid #0f1721;
}
.twocolumn_box img {
   float: left;
   margin: 2px 10px 0 0;
   border: 3px solid #0e121d;
}
.twocolumn_box p {
   text-align: left;
}
.twocolumn_box ul {
   margin: 0 0 0 10px;
   padding: 0px;
}
.twocolumn_box li {
   list-style: none;
   padding: 10px 0 10px 20px;
   background: url(http://www.templatemo.com/templates/templatemo_039_citynight/images/listicon.gif) center left no-repeat;
}

#gallery {
   width: 530px;
}

.gallery_column {
   float: left;
   width: 165px;
}

.gallery_column img{
   border: 5px solid #000000;
   margin: 0 0 10px 0;
}

.gallery_column p{
   text-align: left;
}

/* end of content */

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

#templatemo_footer {
   clear: both;
   padding: 20px 0px 0px 0px;
   width: 960px;
   height: 60px;
   text-align: center;
   background: url(http://www.templatemo.com/templates/templatemo_039_citynight/images/footerBG.gif) repeat-x;
   text-align: center;
}

#templatemo_footer a{
   font-weight: normal;
}

/* ----- End of Footer ----- */
Önceki mesajları göster:   


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