-
<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
-
-
<!—
-
BLOGROLL THEME BY POLINOMIAL.
-
-
-
—>
-
-
<head>
-
-
<title>{Title}</title>
-
<link rel=“shortcut icon” href=“{Favicon}”>
-
<link rel=“alternate” type=“application/rss+xml” href=“{RSS}”>
-
{block:Description}<meta name=“description” content=“{MetaDescription}” />{/block:Description}
-
</head>
-
-
-
<style type=“text/css”>
-
-
body{
-
color:#cccccc;
-
background-color:white;
-
background-image:url(“”);
-
background-position:top left;
-
background-repeat: no-repeat;
-
background-attachment:fixed;
-
font-family:arial;
-
font-size:10px;
-
line-height: 120%;
-
text-align:justify;
-
}
-
-
a:link, a:active, a:visited{
-
text-decoration:none;
-
color: white;
-
}
-
-
a:hover{
-
color:white;
-
}
-
-
#todo {
-
margin:auto;
-
width:700px;
-
top:50px;
-
background-color:;}
-
-
#entradas {
-
width:700px;
-
margin-bottom:50px;
-
background-color:;
-
padding:10px;
-
margin-top:10px;
-
}
-
-
-
-
p.customfont {font-family: “Meow”, georgia;}
-
-
#titulo{
-
font-family:’Meow’;
-
font-size:30px;
-
text-align:center;
-
color:#CFCFCF;
-
padding-top:30px;
-
}
-
-
.credit a{
-
bottom:10px;
-
right:0px;
-
position:fixed;
-
color:black;
-
font-family:georgia;
-
font-style:italic;
-
opacity:.3;
-
background-color:#CFCFCF;
-
padding:3px 30px 3px 3px;}
-
-
-
#entradas img {
-
-webkit-border-radius: 32px;
-
-moz-border-radius: 32px;
-
border-radius: 32px;
-
width:48px;
-
height:48px;
-
opacity:1;
-
-webkit-transition-duration:.7s;}
-
-
#entradas img:hover {
-
opacity:.92;
-
-webkit-transition: 0.2s ease-in;}
-
-
#home{
-
position:absolute;
-
float:left;
-
background-color:#CFCFCF;
-
width:25px;
-
padding-top:30px;
-
top:0px;
-
margin-left:35px;
-
opacity:.3;
-
}
-
</style>
-
-
-
-
-
<!— Like Mc Hammer once said YOU CAN’T TOUCH THIS. —>
-
<div class=“credit”><a href=“http://www.polinomial.tumblr.com” title=“THEME BY POLINOMIAL”>© theme</a>
-
</div>
-
-
-
<div id=“todo”>
-
<center><div id=“titulo”>blogroll</div>
-
<div id=“home”><a href=”/”><img src=“http://polinomial.webs.com/icon_home.gif” /></a></div></center>
-
-
<div id=“entradas” >
-
<center>
-
{block:Following}{block:Followed}<a target=’_blank’ href=‘{FollowedURL}’>
-
<img hspace=‘5’ vspace=‘5’ src=‘{FollowedPortraitURL-48}’ />
-
{/block:Followed}{/block:Following}
-
-
</center>
-
-
</div>
-
-
-
</div>
-
-
</body>
-
</html>