Advertisement
polinomial

BLOGROLL THEME #3 BY POLINOMIAL

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