Website Template

Template Kuda

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  <head>
    <b:include data='blog' name='all-head-content'/>
    <title><data:blog.pageTitle/></title>
    <b:skin><![CDATA[/*
-----------------------------------------------
Name:     Greener Pastures Template
Designer: se7en
URL:      www.blogsgonewild.net
Type: Free Blogger Beta XML Skin
----------------------------------------------- */

/* Variable definitions
   ====================
   <Variable name="bgcolor" description="Page Background Color"
             type="color" default="#fff" value="#ffffff">
   <Variable name="textcolor" description="Text Color"
             type="color" default="#333" value="#333333">
   <Variable name="linkcolor" description="Link Color"
             type="color" default="#58a" value="#5588aa">
   <Variable name="pagetitlecolor" description="Blog Title Color"
             type="color" default="#666" value="#666666">
   <Variable name="descriptioncolor" description="Blog Description Color"
             type="color" default="#999" value="#999999">
   <Variable name="titlecolor" description="Post Title Color"
             type="color" default="#c60" value="#cc6600">
   <Variable name="bordercolor" description="Border Color"
             type="color" default="#ccc" value="#cccccc">
   <Variable name="sidebarcolor" description="Sidebar Title Color"
             type="color" default="#999" value="#999999">
   <Variable name="sidebartextcolor" description="Sidebar Text Color"
             type="color" default="#666" value="#666666">
   <Variable name="visitedlinkcolor" description="Visited Link Color"
             type="color" default="#999" value="#999999">
   <Variable name="bodyfont" description="Text Font"
             type="font" default="normal normal 100% Georgia, Serif" value="normal normal 100% Georgia, Serif">
   <Variable name="headerfont" description="Sidebar Title Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
   <Variable name="pagetitlefont" description="Blog Title Font"
             type="font"
             default="normal normal 200% Georgia, Serif" value="normal bold 200% Verdana, sans-serif">
   <Variable name="descriptionfont" description="Blog Description Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
   <Variable name="postfooterfont" description="Post Footer Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
*/


/* Use this with templates/template-twocol.html */

#navbar-iframe {
  height: 0px; 
  visibility: hidden;  
  display: none;
  }
body {
  background:#5f873f;
  margin:0;
  padding:0;
  font:80% Arial, Sans-serif;
  text-align: center;
  color:#000;
  }
a:link {
  color:#444;
  text-decoration:none;
  }
a:visited {
  color:#444;
  text-decoration:none;
  }
a:hover {
  color:#444;
  text-decoration:underline;
}
#main .post-body a {
  color:#444;
  text-decoration:underline;
  }
#main .post-body a:hover {
  color:#777;
  }
a img {
  border-width:0;
  }
      
/* Header
-----------------------------------------------
 */

#header-wrapper {
  background: url("http://i188.photobucket.com/albums/z203/freetemplates5/horses-heading.jpg") no-repeat;
  width:980px;
  height:260px;
  margin:0;
  padding:0;
  text-align:left;
  border-top:6px solid #77b842;
  border-bottom:6px solid #77b842;
  }
#header {
  height:60px;
  margin:0;
  padding:0;
  }
#header h1 {
  margin:0;
  padding:5px 0 0 10px;
  font-size: 150%;
  font-weight:bold;
  line-height: 1.2em;
  letter-spacing:.1em;
  font-style:italic;
  color:#FFFFFF;
}

#header a {
  color:#FFFFFF;
  text-decoration:none;
  }

#header a:hover {
  color:#CCCCCC;
  text-decoration:underline;
  }

.descriptionwrapper p {
  margin:0;
  padding:0 0 0 10px;
  line-height: 1.3em;
  font-style: italic;
  font-weight:bold;
  letter-spacing:.1em;
  color: #FFFFFF;
 }
#header-wrapper .top-nav a {
  background:#77b842;
  margin:0;
  padding:2px 10px 3px;
  border-top:1px solid #c9eeab;
  border-left:1px solid #c9eeab;
  border-right:1px solid #c9eeab;
  text-decoration:none;
  color:#FFFFFF;
  }
#header-wrapper .top-nav a:hover {
  background:#a4e470;
  color:#000;
  text-decoration:none;
  }
.top-nav ul {
  margin:0;
  padding:185px 10px 0;
  list-style:none;
  float:right;
  }
.top-nav li {
  margin:0;
  padding:0;
  display:inline;
  }

/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
  background:#FFFFFF;
  width: 980px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }
#main-wrapper {
  width: 505px;
  float: left;
  margin:10px 0 0 20px;
  padding:0;
  word-wrap: break-word;
  overflow: hidden; 
  }

#sidewrapper-left {
  width:200px;
  float:left;
  margin:0;
  padding:10px 15px 20px 6px;
  word-wrap: break-word;
  overflow: hidden;
  }
#sidewrapper-right {
  width:200px;
  margin:0;
  padding:10px 12px 20px 0;
  float:right;
  word-wrap: break-word;
  overflow: hidden;
  }
br {
  clear:both;
  }
.post-body br {
  clear:none;
 }

/* Headings
----------------------------------------------- */

#sidewrapper-left h2, #sidewrapper-right h2 {
  margin:.6em 0 .6em;
  padding:0;
  font-size:90%;
  font-weight:bold;
  line-height: 1.4em;
  text-transform:uppercase;
  color:#77b842;
  border-bottom:1px dotted #77b842;
  }

/* Posts
-----------------------------------------------
 */

h2.date-header {
  margin:.5em 0 0;
  padding:0;
  font-size:75%;
  color:#777;
  }

.post {
  margin:.5em 0 1em;
  padding-bottom:1em;
  }
.post h3 {
  margin:.5em 0;
  padding:0 0 0;
  font-size:120%;
  font-weight:bold;
  font-style:italic;
  line-height:1.3em;
  color:#77b842;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
  display:block;
  font-size:120%;
  text-decoration:none;
  font-style:italic;
  color:#77b842;
  font-weight:bold;
}

.post h3 strong, .post h3 a:hover {
  color:#77b842;
  text-decoration:underline;
}

.post {
  margin:0 0 .75em;
  line-height:1.2em;
}
.post-body, .post-body p {
  margin:0;
  padding:0;
  line-height:1.3em;
  }
.post-footer {
  margin: .75em 0 0px;
  color:#777;
  letter-spacing:.1em;
  font-size:70%
  line-height: 1.4em;
  border-bottom:1px dotted #5f873f;
}
.post-body {
  margin-top:0;
  }
.comment-link {
  margin-left:.6em;
  }
.post-body img {
  margin:5px;
  padding:1px;
  border:1px solid #5f873f;
  }

.post blockquote {
  margin:1em 12px;
  padding-left:15px;
  border-left:3px solid #ccc;
  }
.post blockquote p {
  margin:.75em 0;
  padding-left:15px;
  border-left:3px solid #ccc;
  }
p.post-footer-line-3 {
  margin:0 auto;
  padding:0;
  }
/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font-size:16px;
  font-weight: bold;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#333;
  }

#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block .comment-author {
  margin:.5em 0;
  }
#comments-block .comment-body {
  margin:.25em 0 0;
  }
#comments-block .comment-footer {
  margin:-.25em 0 2em;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block .comment-body p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

#blog-pager-newer-link {
  float: left;
 }

#blog-pager-older-link {
  float: right;
 }

#blog-pager {
  text-align: center;
 }

.feed-links {
  clear: both;
  line-height: 2.5em;
}

/* Sidebar Content
----------------------------------------------- */
#sidewrapper-left, #sidewrapper-right  {
  color:#333;
  line-height: 1.2em;
 }
#sidewrapper-left p, #sidewrapper-right p {
  margin:0;
  padding:5px 0 0 8px;
 }

#sidewrapper-left ul, #sidewrapper-right ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 8px;
}
#sidewrapper-left li, #sidewrapper-right li {
  margin:0;
  padding:0 0 .25em 8px;
  line-height:1.2em;
  }

#sidewrapper-left .widget, #sidewrapper-right  .widget, .main .widget {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
 }
.sidebar section {
  margin:0;
  padding:0;
  }
.main .Blog {
  border-bottom-width: 0;
}
#ArchiveList {
  padding-left:10px;
  }
/* Profile
----------------------------------------------- */
.profile-img {
  float: left;
  margin: 0 5px 5px 0;
  padding: 2px;
  border: 2px solid #77b842;
}

.profile-data {
  margin:0;
  letter-spacing:.1em;
  font-size:90%;
  font-weight: bold;
  line-height: 1.4em;
}

.profile-datablock {
  margin:.5em 0 .5em .5em;
}

.profile-textblock {
  margin: 0.5em;
  line-height: 1.6em;
}

.profile-link {
  font-size:90%;
  letter-spacing: .1em;
  margin: 0 0 1em .5em;
}

/* Footer
----------------------------------------------- */
#footer-wrapper {
  background:#a4e470;
  width:980px;
  clear:both;
  margin:0 auto;
  text-align:center;
  padding:0;
  border-top:4px solid #77b842;
  border-bottom:4px solid #77b842;
  }
#footer-wrapper a {
  color:#77b842;
  text-decoration:none;
  }
#footer {
  margin:0 auto;
  padding:12px 20px;
  clear:both;
  line-height: 1.2em;
  letter-spacing:.1em;
  text-align: center;
  color:#FFFFFF;
  }
.credits {
  margin:0;
  padding:5px 0 0;
  font-size:75%;
  }
/** Page structure tweaks for layout editor wireframe */
body#layout #header {
  margin-left: 0px;
  margin-right: 0px;
}
]]></b:skin>
  </head>

  <body>
  <div id='outer-wrapper' style='margin-top:5px;'><div id='wrap2'>

    <!-- skip links for text browsers -->
    <span id='skiplinks' style='display:none;'>
      <a href='#main'>skip to main </a> |
      <a href='#sidebar'>skip to sidebar</a>
    </span>

    <div id='header-wrapper'> 
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Greener Pastures XML Theme (Header)' type='Header'/>
</b:section>
 <div class='top-nav'>
  <ul class='nav'>
  <!-- add or modify your links below using the examples, replace the # with your actual link -->
   <li><a href='/'>Home</a></li>
   <li><a href='#'>About Me</a></li>
   <li><a href='#'>Another Link</a></li>
   <li><a href='#'>Another Link</a></li>
  </ul>

  </div>

    </div><!-- end header-wrapper -->
<div id='sidewrapper-left'>
<b:section class='sidebar-left' id='sidebar-left' preferred='yes'>
<b:widget id='BlogArchive1' locked='false' title='Archives' type='BlogArchive'/>
</b:section>

<h2>Subscribe</h2>
<p>
     <a class='feed-link' href='/feeds/posts/default' target='_blank' type='application/atom+xml'><img src='http://i161.photobucket.com/albums/t219/freetemplates4/feed-icon-32x32.jpg'/> RSS Feed (xml)</a>
</p>

<h2>Powered By</h2>
<div class='credits'>
<p>
Skin Design:
<br/>
<a href='http://freeskins.blogspot.com/' title='Free Template Downloads For Blogger'>Free Blogger Skins</a>
</p></div><!-- end credits -->
<p id='powered-by'><a href='http://www.blogger.com'><img alt='Powered by Blogger' src='http://buttons.blogger.com/bloggerbutton1.gif'/></a></p>


      </div><!-- end sidebar-left -->


      <div id='main-wrapper'>
        <b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>

      </div>

      

  <div id='sidewrapper-right'>
<b:section class='sidebar-right' id='sidebar-right' preferred='yes'/>



  </div><!-- end sidebar-right -->

      <!-- spacer for skins that want sidebar and main to be the same height-->
      <div class='clear'>&#160;</div>


<br/> <!-- clear fix do not remove --> 
  </div></div> <!-- end outer-wrapper -->

<div id='footer-wrapper'>

<b:section class='footer' id='footer'/>

<div class='credits'>
 <a href='http://freeskins.blogspot.com/' title='Free Blogger XML Skins'>Skin Design: Free Blogger Skins</a>
 </div><!-- end credits -->
    </div><!-- end footer-wrapper -->

<br/>
</body>
</html>
               

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 komentar:

Posting Komentar

Site Search