Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Gustavo Rocha_32160

posts desalinhados na capa do blogger

Recommended Posts

Boa noite pessoal,

 

Estou tentando ajustar a home de um blog do blogspot porém seus posts estão ficando com uma quebra e não consigo consertar.

 

Eu não entendo muito de programação, o que fizemos foi utilizar um template pronto porém fazer algumas mudanças, mas essa questão do alinhamento dos posts na home não consegui.

 

Se alguem puder me dar uma ajuda eu agradeço. =)

 

Aqui o site:

http://www.nostrumeditora.com/

 

E aqui o codigo pra identificarem o possível erro:

 

body#layout .header-wgt,body#layout nav,#sidebar,#navbar,.date-header,#credit,.feed-links,.post-location,.post-share-buttons,.post-icons{display: none !important;}
body,h1,h2,h3,h4,h5,ul,li,a,p,span,img,dd{margin:0;padding:0;list-style:none;text-decoration:none;border:none;outline:none}
body#layout #Header .widget{float:none}

body {
    background: #FFFFFF;
    color: #737373;
    font: 13px/1.2 Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 100%;
    text-rendering: optimizelegibility;
}

a {color: #924313;}
a:focus,a:active,a:hover {color: #603013;}
h1, h2, h3, h4, h5{color: #924313;font-weight: normal;font-family: 'Yanone Kaffeesatz','Helvetica Neue',Helvetica,Arial,sans-serif;}

#Header {
    border-top: 7px solid #cbcbcb;
    background: #FAFAFA;
    text-shadow: 1px 1px 0 #FFFFFF;
}
#Header1{margin:0 !important}
#site-head {
  padding: 20px 0 0 0;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #FFFFFF;
}

.group:after {
  content:" ";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.wrap { margin: 0 auto; max-width: 1635px; padding: 0 10px; }
.header-wgt {float: right;margin-bottom:20px}
#Header .widget {float: left;margin-top: 8px;margin-bottom: 0;}
#Header .widget_ci_social_widget {margin-right: 40px;}
a.icn{width:24px;height:24px;background-image:url(https://lh4.googleusercontent.com/-PByEm-8Odys/UDMDIZ5X9sI/AAAAAAAADRg/iognh91MurI/s500/social-icons.png);background-repeat:no-repeat;float:left;margin-right:5px;text-indent:-999em;cursor:pointer;-webkit-transition:all 0s linear 0s;-moz-transition:all 0s linear 0s;-o-transition:all 0s linear 0s;transition:all 0s linear 0s}
.icn:focus,.icn:active{outline:none}
.icn.twitter{background-position:-31px -1px}
.icn.twitter:hover{background-position:-31px -31px}
.icn.facebook{background-position:0 -1px}
.icn.facebook:hover{background-position:0 -31px}
.icn.youtube{background-position:-218px -1px}
.icn.youtube:hover{background-position:-218px -31px}
.icn.pinterest{background-position:-313px -1px}
.icn.pinterest:hover{background-position:-313px -31px}

.fLabel { top: 15px !important; left: 9px !important;line-height: 0 !important;}
.searchform .fLabel {left: 12px !important;}
.searchform {
  position: relative;
  line-height: 0;
  padding: 0;
  margin: 0;
  box-sizing: content-box;
  height: 0;
  margin-top: -3px;
}

.searchform div {
  line-height: 0;
  margin: 0;
  padding: 0;
  display: inline;
}

.searchform .s {
  margin: 0;
  float: left;
  font: inherit;
  font-size: 12px;
  border: 1px solid #f0f0f0;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: none;
  padding: 7px 10px 8px;
  /*box-shadow: 0 1px #FFFFFF, 0 1px rgba(34, 25, 25, 0.05) inset*/
  line-height: 1;
  width: 200px;
  display: block;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: none repeat scroll 0 0 #F8F8F8;
  color: #737373;
}

.searchform .s:focus {
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12) inset;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12) inset;
}

.searchform .searchsubmit {
  float: left;
  display: block;
  top: 0;
  right: 0;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  padding: 8px 8px 6px;
  background-color: #f3f3f3;
  background-image: linear-gradient(bottom, rgb(237,237,237) 0%, rgb(250,250,250) 100%);
  background-image: -o-linear-gradient(bottom, rgb(237,237,237) 0%, rgb(250,250,250) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(237,237,237) 0%, rgb(250,250,250) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(237,237,237) 0%, rgb(250,250,250) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(237,237,237) 0%, rgb(250,250,250) 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(237,237,237)),
    color-stop(1, rgb(250,250,250))
  );
  line-height: 0;
  box-sizing: content-box;
  -moz-box-shadow: inset 1px 1px 0 0 #FFFFFF;
  -webkit-box-shadow: inset 1px 1px 0 0 #FFFFFF;
  -o-box-shadow: inset 1px 1px 0 0 #FFFFFF;
  box-shadow: inset 1px 1px 0 0 #FFFFFF;
  -moz-transition: 0s all 0s linear;
  -webkit-transition: 0s all 0s linear;
  -o-transition: 0s all 0s linear;
  transition: 0s all 0s linear;
}

.searchform .searchsubmit img {line-height: 1;}

.searchform .searchsubmit:active {
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12) inset;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12) inset;
}

#header{float:left;}
#header-inner{margin-top:-10px}
#header,#header a {text-shadow: 1px 1px 0 #FFFFFF;color: #924313 }
#header h1 {font-size:32px}
#header img {padding-top:10px}

nav {padding: 12px 0 0;border-top: 1px solid #FFFFFF;border-bottom: 1px solid #dddddd;}
#navigation {text-align: center;list-style: none;margin: 0;padding: 0;}
#navigation a {
  color: #676767;
  font-weight: bold;
  font-size: 1.076923076923077em;
  display: block;
  text-align: left;
}

#navigation > li {display: inline-block;margin-right: 20px;position: relative;}
#navigation > li a {padding-bottom: 14px;}
#navigation > li a:hover, #navigation .current-menu-item > a, #navigation .current_page_item > a,#navigation li.sfHover > a {color: #676767;}

#navigation > li > ul {
  position: absolute;
  z-index: 1500;
  left: -14px;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FAFAFA;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  top: -999em;
}

#navigation > li > ul li {display: block;}

#navigation > li > ul li a {
  white-space: nowrap;
  font-weight: bold;
  padding: 10px 40px 10px 15px;
  font-size: 13px;
}

#navigation > li:hover > ul {top: auto;}

nav select {display: none;}

#navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: left;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

#navigation ul ul li a {font-size: 0.9em;}
#navigation > li > ul {border-top: 4px solid #cbcbcb;}
#navigation > li > ul li a:hover {background: #f2ede8;}
#page {min-height: 100%;position: relative;}
#main {padding: 40px 0 80px;}
.wrap {margin: 0 auto;max-width: 900px;padding: 0 10px;}
#entry-list {margin-left: 0px;}
#box-container{max-width: 670px;margin:0 auto}

.isotope,.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property:    -moz-transform, opacity;
  -ms-transition-property:     -ms-transform, opacity;
  -o-transition-property:         top, left, opacity;
  transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.box {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.31);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.31);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.31);
  box-shadow: 0 1px 1px rgba(0,0,0,0.31);
}

.box .entry-content-cnt { border-bottom: 1px solid #E6E6E6; padding: 8px; }
.box .entry-desc {
  padding: 8px 12px 10px;
  background: #f7f7f7;
  border-top: 1px solid #fff;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.entry h3 { font-size: 1.53846em;margin-bottom: 12px;}
.entry-intro {padding: 4% 3% 3.2%;position: relative;}
.entry-intro h1 {
    font-size: 2.38462em;
    line-height: 0.9;
    margin-bottom: 5px;
    max-width: 88%;
}
.post-body{line-height: 1.5;}
.post-body img { max-width:600px; }
.thumb{
  display:block;
  width:244px;
  height:auto;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.thumb:hover {opacity: 0.6;}
blockquote:before,blockquote:after {content:""; border-left: 3px solid #924313;color: #9A9A9A;font-size: 1.24em;line-height: 1.4;margin-bottom: 1em;padding-left: 4%;}

.comments-no {
    background: url(https://lh6.googleusercontent.com/-dK2CacKrHUY/UDMDJVdJ5JI/AAAAAAAADRs/PSQ7X9mPIMk/s326/sprites.png) no-repeat scroll 0 2px transparent;
    color: #A3A3A3;
    font-size: 12px;
    padding-left: 16px;
    float: left;
}
.entry-permalink {
    background: url(https://lh6.googleusercontent.com/-dK2CacKrHUY/UDMDJVdJ5JI/AAAAAAAADRs/PSQ7X9mPIMk/s326/sprites.png) no-repeat scroll 0 -49px transparent;
    cursor: pointer;
    float: right;
    height: 16px;
    text-indent: -999em;
    width: 16px;
}
.fb-home {
    float: left;
    height: 20px;
    max-width: 79px;
    margin: -2px 0 0 10px;
}

#comments{overflow:hidden}
#comments h4{display:inline;padding:10px;line-height:40px}
#comments h4,.comments .comment-header,.comments .comment-thread.inline-thread .comment{position:relative}
#comments h4,.comments .continue a{background:#bababb}
#comments h4,.comments .user a,.comments .continue a{font-size:16px}
#comments h4,.comments .continue a{font-weight:normal;color:#fff}
#comments h4:after{content:"";position:absolute;bottom:-10px;left:10px;border-top:10px solid #bababb;border-right:20px solid transparent;width:0;height:0;line-height:0}
#comments .avatar-image-container img{border:0}
.comment-thread{color:#111}
.comment-thread a{color:#777}
.comment-thread ol{margin:0 0 20px}
.comment-thread .comment-content a,.comments .user a,.comments .comment-thread.inline-thread .user a{color:#924313}
.comments .avatar-image-container,.comments .avatar-image-container img{width:48px;max-width:48px;height:48px;max-height:48px}
.comments .comment-block,.comments .comments-content .comment-replies,.comments .comment-replybox-single{margin-left:60px}
.comments .comment-block,.comments .comment-thread.inline-thread .comment{border:1px solid #ddd;background:#f9f9f9;padding:10px}
.comments .comments-content .comment{margin:15px 0 0;padding:0;width:100%;line-height:1em}
.comments .comments-content .icon.blog-author{position:absolute;top:-12px;right:-12px;margin:0;background-image: url(https://lh3.googleusercontent.com/-7T8uy_ugxpQ/UDL3A59N8dI/AAAAAAAADRI/7Fsigu8Suyo/s36/author.png);width:36px;height:36px}
.comments .comments-content .inline-thread{padding:0 0 0 20px}
.comments .comments-content .comment-replies{margin-top:0}
.comments .comment-content{padding:5px 0;line-height:1.4em}
.comments .comment-thread.inline-thread{border-left:1px solid #ddd;background:transparent}
.comments .comment-thread.inline-thread .comment{width:auto}
.comments .comment-thread.inline-thread .comment:after{content:"";position:absolute;top:10px;left:-20px;border-top:1px solid #ddd;width:10px;height:0px}
.comments .comment-thread.inline-thread .comment .comment-block{border:0;background:transparent;padding:0}
.comments .comment-thread.inline-thread .comment-block{margin-left:48px}
.comments .comment-thread.inline-thread .user a{font-size:13px}
.comments .comment-thread.inline-thread .avatar-image-container,.comments .comment-thread.inline-thread .avatar-image-container img{width:36px;max-width:36px;height:36px;max-height:36px}
.comments .continue{border-top:0;width:100%}
.comments .continue a{padding:10px 0;text-align:center}
.comment .continue{display:none}
#comment-editor{width:103%!important}
.comment-form{width:100%;max-width:100%}

#footer {
  background: #fafafa;
  text-shadow: 1px 1px 0 #fff;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #dddddd;
  position: absolute;
  height: 50px;
  bottom: 0;
  width: 100%;
  border-bottom: 7px solid #cbcbcb;
}

#footer .wrap {padding: 20px 0;}
#footer a {text-shadow: 1px 1px 0 #FFFFFF;}

#blog-pager-newer-link {float: left;}
#blog-pager-older-link {float: right;}
#blog-pager { margin:0; padding:10px 0; text-align: center; clear:both; }
#PopularPosts1 img {float:left;margin:5px 10px 0 5px;padding:0}
#PopularPosts1 dd {margin:5px 0 10px}
.status-msg-body {position:relative !important}
.CSS_LIGHTBOX { z-index: 9999 !important; }
#header-inner img {
margin-left: auto;
margin-right: auto;

 

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.