Tumblr Code

Tumblr code







{title}








































{/block:Description}



body{
margin:0px;
background-color: {color:Background};
background-image:url({image:Background});
background-attachment: fixed;
background-repeat: repeat;
font-size: 12px;
font-family:{font:Body};
line-height:12px;
color:{color:Text};
}

::-webkit-scrollbar {width: 5px; height: 5px; background: {color:Background}; }
::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; -webkit-border-radius: 4ex; }

a:link, a:active, a:visited{
color: {color:Link};
text-decoration: none;
-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all   0.6s ease-out;transition: all 0.6s ease-out;
}

a:hover{
color:{color:Hover};
text-decoration: none;
-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all   0.3s ease-out;transition: all 0.3s ease-out;
}

.sidelink{font-style:none;
font-family: {font:Body};
font-color: {color:Text};
text-align: center;
padding-right:5px;
text-transform:uppercase;
font-size:11px;
-webkit-transition: all 1.5s linear; -moz-transition: all 1.5s linear; transition: all 1.5s   linear;}

.description{font-style:none;
font-family: {font:Body};
font-color: {color:Text};
text-align: center;
text-transform:uppercase;
font-size:11px;
}

.sidelink:hover{background-color:rgba(0,0,0,0);
style: none;
color:{color:Hover};
-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s     linear;}
.sidelink a:hover{color: {color:Link};
-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s   linear;}

iframe#tumblr_controls {position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden}

#posts1{
{block:ifThreeColumns}
width:345px;
height:auto;}
{/block:ifThreeColumns}...