Mostrando postagens com marcador Legal Fera. Mostrar todas as postagens
Mostrando postagens com marcador Legal Fera. Mostrar todas as postagens

Ande sozinho

Ande com suas própias pernas. Tente todas as vezes que conseguir, e se não consegui, tente novamente no outro dia. Lute pelo que quer, seja você mesmo sempre e habite seus sonhos!

Seja Felix

Apesar de tudo e de todos, apenas seja feliz. Não deixe nada te destruir, seja forte até o final. Nunca , mas nunca se deixe abater por uma critica, por uma queda, ou por uma falha. Tente de novo eu digo!@

Uma postagem para testar


você só precisa ser mais paciente com as coisas do seu blog. E para fazer uma boa edição com suas montagens, também é necessário pática meu bem. Se liga e se via nos 30 rapaz! teste, é bom para saber das coisas né gente, vamos testa muuuito.

Código do tutorial título dos posts personalizados por: Falando de moda com Mariana Araújo


h3.post-title {
font-family: 'Quicksand', cursive;
color: #FF6699;
margin-top: 35px;
text-align: center;
}
h3.post-title a {
font-family: 'Quicksand', cursive;
color: #FF6699;
font-size: 35px;
}
h3.post-title a {
font-family: 'Quicksand', cursive;
 color: #FF6699;
}
h3.post-title a:hover {
font-family: 'Quicksand', cursive;
color: #aa1c62;
font-size: 35px;
}


Código do botão subir ao topo do blog // Falando de moda com Mariana Araújo:


<div style="position:fixed; bottom:0px; right:0px;"><a href="#"><img src="LINK DA IMAGEMborder="0" /></a></div>

Código do tutorial das postagens recentes abaixo do cabeçalho do blog // Falando de moda com Mariana Araújo



<br /><br /><center><style type="text/css">
.bsrp-gallery { width: 1200px !important; background: #fff; margin: 0 55px 0; clear:both; margin-top: 20px; float: center !important; text-align: center !important; }
.bsrp-gallery:after { display: table; clear: both; background: #fff; }
.bsrp-gallery .bs-item a { border: 0px solid #fff; position: relative;background: #fff; float:left; margin: 0 0px 10px; margin-right: 0px; text-decoration:none; }
.bsrp-gallery .bs-item .ptitle {
background: rgba(225, 175, 201, 0.8); display: block;  transition: ease .7s; clear: left;  font-size: 20px; font-family: 'Georgia'; text-transform:Bold; line-height:1.3em;  font-weight:400; height: 25%; width:91%; position: absolute; bottom:0%; text-align: center; padding:80px 10px 80px 10px;
color:#fff; word-wrap: break-word; overflow:hidden; text-transform: uppercase;
padding-top: 85px; filter:alpha(opacity=0);
-moz-opacity:0; -khtml-opacity:0;
opacity:0;}
.bsrp-gallery .bs-item .ptitle:hover {filter:alpha(opacity=90); -moz-opacity:0.9;-khtml-opacity:0.9; transition: ease .7s; opacity:0.9;}
.bsrp-gallery a img {float: left;}
.bsrp-gallery a:hover img {}
</style>
<script>
//Postrecente
function bsrpGallery(root) {
var entries = root.feed.entry || [];
var html = ['<div class="bsrp-gallery nopin" title="Código por postrecentes">'];
for (var i = 0; i < entries.length; ++i) {
var post = entries[i];
var postTitle = post.title.$t;
var orgImgUrl = post.media$thumbnail ? post.media$thumbnail.url : 'http://www.aie.pt/imagens/semfoto.jpg';
var newImgUrl = orgImgUrl.replace('s72-c', 's' + bsrpg_thumbSize + '-c');
var links = post.link || [];
for (var j = 0; j < links.length; ++j) {
if (links[j].rel == 'alternate') break;
}
var postUrl = links[j].href;
var imgTag = '<img src="' + newImgUrl + '" width="' + bsrpg_thumbSize + '" height="' + bsrpg_thumbSize + '"/>';
var pTitle = bsrpg_showTitle ? '<span class="ptitle">' + postTitle + '</span>' : '';
var item = '<a href="' + postUrl + '" title="' + postTitle + '">' + imgTag + pTitle + '</a>';
html.push('<div class="bs-item">', item, '</div>');
}
html.push('</div>');
document.write(html.join(""));
}
hoje = new Date()
numposts = 1;
var bsrpg_thumbSize = 220;
var bsrpg_showTitle = true;
document.write("<script src=\"/feeds/posts/default?start-index="+numposts+"&max-results=4&orderby=published&alt=json-in-script&callback=bsrpGallery\"><\/script>");</script></center>