Advertisement
polinomial

BLOGROLL THEME #1 BY POLINOMIAL

Nov 15th, 2011
38,839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.62 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. color: white;
  37. }
  38.  
  39. a:hover{
  40. color:white;
  41. }
  42.  
  43. #todo {
  44. margin:auto;
  45. width:700px;
  46. top:50px;
  47. background-color:;}
  48.  
  49. #entradas {
  50. width:700px;
  51. margin-bottom:50px;
  52. background-color:;
  53. padding:10px;
  54. margin-top:40px;
  55. }
  56.  
  57.  
  58.  
  59. #entradas img{
  60. opacity:.8;
  61. -webkit-transition-duration:.7s;}
  62.  
  63. #entradas img:hover{
  64. opacity:1;
  65. -webkit-transition: 0.2s ease-in;
  66. }
  67.  
  68. .credit a{
  69. bottom:0px;
  70. right:0px;
  71. opacity:.4;
  72. position:fixed;
  73. }
  74.  
  75. .credit a:hover{
  76. background-color:;
  77. }
  78.  
  79. #titulo {
  80. font-size:20px;
  81. font-family:georgia;
  82. font-style:italic;
  83. margin-left:30px;
  84. position:absolute;
  85. top:20px;
  86. width:660px;
  87. text-align:right;
  88. border-bottom:1px dashed #cccccc;
  89. padding-bottom:2px;}
  90.  
  91. #entradas img {
  92. -webkit-border-radius: 16px;
  93. -moz-border-radius: 16px;
  94. border-radius: 16px;
  95. width:64px;
  96. height:64px;
  97. }
  98.  
  99.  
  100. #entradas img:hover {
  101. -webkit-border-radius: 32px;
  102. -moz-border-radius:32px;
  103. border-radius: 32px;
  104. width:64px;
  105. height:64px;}
  106. </style>        
  107.  
  108.  
  109.  
  110.  
  111. <!-- Like Mc Hammer once said YOU CAN'T TOUCH THIS. -->
  112. <div class="credit"><a href="http://www.polinomial.tumblr.com" title="THEME BY POLINOMIAL"><img src="http://static.tumblr.com/kauezwz/qvalz8mmi/polinomial.png" width="40" /></a>
  113.  
  114. </div>
  115.  
  116.  
  117. <div id="todo">
  118. <div id="titulo">blogroll</div>
  119. <div style="position:absolute; top:18px;margin-left: 30px;opacity:.2;"><a href="/" title="HOME" ><img src="http://static.tumblr.com/kauezwz/2eYlz8mtf/home.png" width="15"  /></a></div>
  120. <div id="entradas" >
  121. <center>
  122. {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'>
  123.  
  124. <img border='0' style="padding:0px;"  src='{FollowedPortraitURL-64}' />
  125.  
  126. {/block:Followed}{/block:Following}
  127. </center>
  128.  
  129. </div>
  130.  
  131.  
  132. </div>
  133.  
  134.     </body>
  135. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement