Tumblr full dedicated to the lovely, talented and gorgeous Pixie Lott. Victoria 'Pixie' Lott is a british singer, songwriter, dancer and actress.

home
ask
tags
twitter
blogroll
links
theme

  1. <html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
  2.  
  3. <!—                                                           
  4. BLOGROLL THEME BY POLINOMIAL.
  5.  
  6. —>
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.         <link rel=“shortcut icon” href=“{Favicon}”>
  12.         <link rel=“alternate” type=“application/rss+xml” href=“{RSS}”>
  13. {block:Description}<meta name=“description” content=“{MetaDescription}” />{/block:Description}
  14. </head>
  15.  
  16.  
  17. <style type=“text/css”>
  18.  
  19. body{
  20. color:#cccccc;
  21. background-color:white;
  22. background-image:url(“”);
  23. background-position:top left;
  24. background-repeat: no-repeat;
  25. background-attachment:fixed;
  26. font-family:arial;
  27. font-size:10px;
  28. line-height: 120%;
  29. text-align:justify;
  30. }
  31.  
  32. a:link, a:active, a:visited{
  33. text-decoration:none;
  34. color: white;
  35. }
  36.  
  37. a:hover{
  38. color:white;
  39. }
  40.  
  41. #todo {
  42. margin:auto;
  43. width:700px;
  44. top:50px;
  45. background-color:;}
  46.  
  47. #entradas {
  48. width:700px;
  49. margin-bottom:50px;
  50. background-color:;
  51. padding:10px;
  52. margin-top:10px;
  53. }
  54.  
  55. @font-face {font-family: “Meow”;src: url(http://polinomial.webs.com/TheOnlyException.ttf) format(“truetype”);}
  56.  
  57. p.customfont {font-family: “Meow”, georgia;}
  58.  
  59. #titulo{
  60. font-family:’Meow’;
  61. font-size:30px;
  62. text-align:center;
  63. color:#CFCFCF;
  64. padding-top:30px;
  65. }
  66.  
  67. .credit a{
  68. bottom:10px;
  69. right:0px;
  70. position:fixed;
  71. color:black;
  72. font-family:georgia;
  73. font-style:italic;
  74. opacity:.3;
  75. background-color:#CFCFCF;
  76. padding:3px 30px 3px 3px;}
  77.  
  78.  
  79. #entradas img {
  80. -webkit-border-radius: 32px;
  81. -moz-border-radius: 32px;
  82. border-radius: 32px;
  83. width:48px;
  84. height:48px;
  85. opacity:1;
  86. -webkit-transition-duration:.7s;}
  87.  
  88. #entradas img:hover {
  89. opacity:.92;
  90. -webkit-transition: 0.2s ease-in;}
  91.  
  92. #home{
  93. position:absolute;
  94. float:left;
  95. background-color:#CFCFCF;
  96. width:25px;
  97. padding-top:30px;
  98. top:0px;
  99. margin-left:35px;
  100. opacity:.3;
  101. }
  102. </style>        
  103.  
  104.  
  105.  
  106.  
  107. <!— Like Mc Hammer once said YOU CAN’T TOUCH THIS. —>
  108. <div class=“credit”><a href=“http://www.polinomial.tumblr.com” title=“THEME BY POLINOMIAL”>© theme</a>
  109. </div>
  110.  
  111.  
  112. <div id=“todo”>
  113. <center><div id=“titulo”>blogroll</div>
  114. <div id=“home”><a href=”/”><img src=“http://polinomial.webs.com/icon_home.gif” /></a></div></center>
  115.  
  116. <div id=“entradas” >
  117. <center>
  118. {block:Following}{block:Followed}<a target=’_blank’ href=‘{FollowedURL}’>
  119. <img hspace=‘5’ vspace=‘5’ src=‘{FollowedPortraitURL-48}’ />
  120. {/block:Followed}{/block:Following}
  121.  
  122. </center>
  123.  
  124. </div>
  125.  
  126.  
  127. </div>
  128.  
  129.     </body>
  130. </html>