Raaaaawr

3823 palavras 16 páginas
THEME 1 NATILOURENCO

{Title}

{block:Description} {/block:Description}

/*basic*/ body { padding: 0px; margin: 0px; background:{color:Background}; background-image:url('{image:Background}'); {block:ifcoverbackground} background-size: 100% 100%; {/block:ifcoverbackground} background-attachment:fixed;
}

.links { background:{color:links boxes}; {block:iftransparentboxes} background:transparent; {/block:iftransparentboxes} padding:10px;
}

.des, .texto { background:{color:boxes}; {block:iftransparentboxes} background:transparent; {/block:iftransparentboxes} padding:10px;
}

.posteos, .header, .header2, .footer { filter: alpha(opacity={text:opacity}); opacity: 0.{text:opacity};
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out; transition: all 0.6s ease-out; } .posteos:hover, .header:hover, .header2:hover, .footer:hover { filter: alpha(opacity=100); opacity: 1;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out; transition: all 0.6s ease-out; }

img {border:none;} iframe#tumblr_controls{position:fixed!important;} /*content*/

.wrapper{ margin: 0px auto; width: {text:layout width}px; font-size: {text:text size}px; font-family: {font:text}; color: {color:text}; text-align:justify;
}

.content{ float: left; width: 100%;
}

/*header*/

.header{ float: left; width: 100%; margin-top:50px; margin-bottom:15px;

Relacionados