6 de outubro de 2012

Tutorial: Layout igual ao o do blog

Oi galera, devido a alguns comentários: ''Meu layout é igual o seu'', ''já vi esse layout em um blog'', que forma respondidos com: ''Eu sei peguei ele do site capricho'' vim postar como coloca-lo em seu blog. Só tem uma diferença o título dos gadgets vai estar diferente, vai estar em verde. Vamos ver como é este layout:


Vai ficar assim, se você quiser colocar esse layout veja o tutorial:


Vá em modelo do seu painel do blogger.
Depois de clicar em Modelo irá aparecer essa página, se estiver igual clique em editar HTML.
Copie todo o código que aparecer e salve caso não goste de como ficou. Feito isso apague tudo e não deixe nada, agora cole lá todo esse código :


<?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 expr:dir='data:blog.languageDirection' 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>
<link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'/>
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>

<link href='http://capricho.abril.com.br/downloads/blogger/pinup-navy/icon.png' rel='icon' type='image/x-icon'/>
<link href='http://capricho.abril.com.br/downloads/blogger/pinup-navy/icon.png' rel='shortcut icon' type='image/x-icon'/>


<b:skin><![CDATA[


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

Name         :  Pin-up Navy
Designer     :  CAPRICHO
URL          :  www.capricho.com.br

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

#navbar-iframe {
display:none;
}

* {
margin:0;
padding:0;
}

body {
margin:0;
padding:0;
background:#568800 url(http://capricho.abril.com.br/downloads/blogger/pinup-navy/bg.png);
font-family: "Arial";
font-size:12px;
line-height:21px;
color:#000;
}

a:link,a:visited,a:active {
color:#de002a;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a img {
border-width:0;
}

/* Header
-----------------------------------------------
*/
#header-wrapper {
width:980px;
height:325px;
background:url(http://capricho.abril.com.br/downloads/blogger/pinup-navy/topo.png) no-repeat;
margin:0 auto;
padding:0;
padding-left: 50px;
margin-left: 70px;
}

#header-inner {
background-position:center;
margin-left:auto;
margin-right:auto;
}

#header {
padding-top:240px;
margin-left:340px;
}

#header h1 {
color: #274C7E;
font-family: 'Rochester', cursive;
font-size: 45px;
line-height: 1.2em;
font-style: italic;
margin-left: -210px;
width: 360px;
margin-top: -20px;
text-align: center;
}

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

#header a:hover {
}

#header .description {
color: black;
font-size: 16px;
font-style: italic;
font-family: Georgia,Serif;
margin-left:-100px;
width: 275px;
text-align: center;
}

#header img {
margin-left:auto;
margin-right:auto;
}

/* Outer-Wrapper
----------------------------------------------- */
#maintop {
margin:0 auto;
position:relative;
width:900px;
border-top: 15px solid #de002a;
}

#maintopimg {
position:relative;
padding:0;
background: #FFFFFF;
height:40px;
}

#outer-wrapper {
width:990px;
margin:0 auto;
}

#content-wrapper {
margin:0 auto;
position:relative;
width:900px;
background: #FFFFFF;
background-repeat:repeat-y;
}

#main-wrapper {
width:540px;
margin-left: 40px;
float:left;
word-wrap:break-word;
/* fix for long text breaking sidebar float in IE */
overflow:hidden;
/* fix for long non-text content breaking IE sidebar float */
}

#sidebar-wrapper {
width:256px;
margin-left:0px;
float:left;
word-wrap:break-word;
/* fix for long text breaking sidebar float in IE */
}

/* Headings
----------------------------------------------- */
.sidebar h2 {
background: transparent url(http://capricho.abril.com.br/downloads/blogger/pinup-navy/lateral.gif) no-repeat scroll 0 0;
color: black;
font-family: 'Rochester', cursive;
font-style: italic;
font-size: 20px;
height: 55px;
letter-spacing: 0;
line-height: 1.4em;
margin-bottom: 0;
padding-top: 65px;
text-align: center;
}

/* Posts
-----------------------------------------------
*/
h2.date-header {
font-size:11px;
color:#274c7e;
height:14px;
margin:0;
margin-bottom:10px;
text-align:left;
text-transform:uppercase;
text-decoration: none;
}

.post {
margin:.5em 0 1.5em;
padding-bottom:1.5em;
}

.post h3 {
margin: .25em 0 0;
padding: 3px 35px 0px;
font-size: 20px;
font-weight: bolder;
line-height: 1.4em;
margin-bottom: 10px;
color: #DE002A;
background: url(http://capricho.abril.com.br/downloads/blogger/pinup-navy/iconetitulo.gif) no-repeat;
height: auto;
}

.post h3 a,.post h3 a:visited,.post h3 strong {
display:block;
text-decoration:none;
color:#de002a;
}

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

.post-body {
margin:0 0 .75em;
line-height:1.6em;
}

.post-body blockquote {
line-height:1.3em;
}

.post-footer {
margin-top: 20px;
border-bottom: 1px solid #E1E1E1;
border-top: 1px solid #E1E1E1;
color: #666;
font-size: 12px;
padding: 5px 0 5px 0px;
line-height: 1.8em;
text-align: right;
}

.post-labels{
padding-left:20px;
padding-top:5px;
}

.post-labels a{
background-color:#fcff00;
padding: 3px;
color: #000;
}

.post-author {
padding-left:0px;
padding-top:5px;
}

.comment-link {
padding-left:10px;
padding-top:5px;
text-transform: uppercase;
}
.comment-link a{
color: #de002a;
}

.post img {
padding:0px;
margin-left: -10px;
}

.post blockquote {
font-size:12px;
font-style:italic;
margin:20px 0 10px 20px;
min-height:30px;
padding:0 0 0 20px;
border-left:5px solid #7CB33E;
width:85%;
}

.post blockquote p {
margin:.75em 0;
}

.jump-link a {
background:#D8A754;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
width:100px;
text-align:center;
padding:3px 5px;
color:#7C4B20;
}

/* Comments
----------------------------------------------- */
#comments h4 {
margin:1em 0;
font-weight:bold;
line-height:1.4em;
text-transform:uppercase;
letter-spacing:.2em;
color:#999999;
}

#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 {
margin-right:0;
float:right;
}

#blog-pager-older-link a,#blog-pager-newer-link a {
color:#FFF;
background:#274C7E;
text-align:center;
padding:5px;
-moz-border-radius:5px;
-khtml-border-radius:5px;
-webkit-border-radius:5px;
}

#blog-pager {
margin-bottom:40px;
text-align:center;
}

.jump-link a:hover,#blog-pager-older-link a:hover,#blog-pager-newer-link a:hover {
background:#AA8254;
color:#FFF;
}

.feed-links {
clear:both;
margin-left:6px;
line-height:1.6em;
padding-left:20px;
padding-top:5px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUDQOcR2Cn6UQaqjzuDvRKsY_7ST8fFEm77hM8hJLZRWgl9HxOM5uhxFCSR_KksjWSmp2OxP2v5PpzXXj_RZYGwSxtfn_j3xYiMIb9OAYDYOu7TXOpor5p_I3oc8ZJD32szkq0ZgfkFf4/s1600/icono-feed.gif) center left no-repeat;
}

/* Sidebar Content
----------------------------------------------- */
.sidebar {
color:#000;
line-height:1.5em;
margin-left:29px;
margin-top:-15px;
padding-bottom:20px;
padding-left:5px;
width:256px;
}

.sidebar ul {
list-style:none;
margin:0;
padding:0;
}

.sidebar li {
margin:0;
padding-top:0;
padding-right:0;
padding-bottom:.25em;
padding-left:15px;
text-indent:-15px;
line-height:1.5em;
}

.sidebar .widget {
margin-bottom:20px;
}

.sidebar .widget-content {
background: none;
border-bottom:1px solid #E3DCCB;
margin-top:-27px;
padding:20px 5px 14px 28px;
}

.main .Blog {
border-bottom-width:0;
}

/* Profile
----------------------------------------------- */
.profile-img {
float:left;
margin-top:0;
margin-right:5px;
margin-bottom:5px;
margin-left:0;
padding:4px;
border:1px solid #cccccc;
}

.profile-data {
margin:0;
text-transform:uppercase;
letter-spacing:.1em;
font:normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
color:#999999;
font-weight:bold;
line-height:1.6em;
}

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

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

.profile-link {
font:normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
text-transform:uppercase;
letter-spacing:.1em;
}

#bottom {
background: none;
height: 80px;
width: 900px;
background-color: #de002a;
margin-left: 45px;
}

#bottom p {
color: white;
text-align:center;
font-weigth: bold;
}

#bottom a {
color:#FFF;
}

element.style {
margin-left: 0;
margin-right: 0;
}


]]></b:skin>
  </head>

  <body>
  <div id='outer-wrapper'><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='Esse é o meu blog! (Cabeçalho)' type='Header'/>
</b:section>
    </div>


<div id='maintop'>
<div id='maintopimg'/>

</div><!--end maintop-->


    <div id='content-wrapper'>

      <div id='crosscol-wrapper' style='text-align:center'>
        <b:section class='crosscol' id='crosscol'/>
      </div>

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

      <div id='sidebar-wrapper'>
        <b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='Profile1' locked='false' title='About Me' type='Profile'/>
<b:widget id='Label1' locked='false' title='Labels' type='Label'/>
<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'/>
<b:widget id='Followers1' locked='false' title='Followers' type='Followers'/>
<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>
</b:section>
      </div>

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

    </div> <!-- end content-wrapper -->

<div id='bottom'>
<p style='padding-top: 35px; clear:both;'>
Copyright © <a expr:href='data:blog.homepageUrl'><data:blog.title/></a>
 | <a href='wwww.capricho.com.br'>Tema por CAPRICHO.com.br</a>
</p>
</div>

  </div></div> <!-- end outer-wrapper -->
</body>
</html>

Salve as alterações e clique em: CONTINUAR COM WIDGES, OU COISA PAREÇIDA.

Ai seu blog vai estar pronto. Bjos!!!

2 comentários:

  1. Lindo demais seu blog! obriada pelo coments, já te seguindo.
    http://belezararaepura.blogspot.com.br
    bjs

    ResponderExcluir
  2. Oi estou seguindo o seu também beijos!!!!

    ResponderExcluir

Obrigada por comentar, mas antes de publicar, veja se você esta seguindo todas as regras:

-Aceito críticas mas tenha educação para falar
-Não xingue ninguém
-Comentários como seguindo segue de volta? serão ignorados
-Deixe o link de seu blog para eu te responder
-Se for perguntar alguma coisa pode me chamar de Helena, Hele ou Lena