Advertisement
polinomial

BLOGROLL THEME #2 BY POLINOMIAL

Dec 14th, 2011
20,681
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.15 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:680px;
  51. height:200px;
  52. margin-bottom:50px;
  53. background-color:;
  54. padding:0px;
  55. margin-top:200px;
  56. overflow-y:scroll;
  57. over-flow-x:hidden;
  58. }
  59.  
  60. ::-webkit-scrollbar {
  61. height: 12px;
  62. width: 10px;
  63. }
  64.  
  65. ::-webkit-scrollbar-thumb {
  66. background-color:#BFBFBD;
  67. }
  68.  
  69. ::-webkit-scrollbar-track{
  70. background-color:#eeeeee;
  71. }
  72. ::-webkit-scrollbar-buttom{
  73. background-color:#000000;
  74. }
  75.  
  76. #entradas img{
  77. opacity:.9;
  78. -webkit-transition-duration:.7s;}
  79.  
  80. #entradas img:hover{
  81. opacity:1;
  82. -webkit-transition: 0.2s ease-in;
  83. }
  84.  
  85. .credit a{
  86. bottom:0px;
  87. right:0px;
  88. opacity:.4;
  89. position:fixed;
  90. }
  91.  
  92. .credit a:hover{
  93. background-color:{color:background};
  94. }
  95.  
  96. #titulo {
  97. font-size:20px;
  98. font-family:georgia;
  99. font-style:italic;
  100. text-align:center;
  101. background-color:#cccccc;
  102. color:white;
  103. width:674px;
  104. height:25px;
  105. margin-top:-40px;
  106. margin-left:5px;
  107. position:fixed;padding-top:10px;
  108. letter-spacing:1px;}
  109.  
  110. #entradas img {
  111. -webkit-border-bottom-right-radius: 10px;
  112. -moz-border-radius-bottomright: 10px;
  113. border-bottom-right-radius: 10px;
  114. width:48px;
  115. height:48px;
  116. }
  117.  
  118. #home{
  119. text-align:left;
  120. margin-left:10px;margin-top:-50px;}
  121.  
  122. #home a{
  123. color:#7A7A7A;
  124. text-decoration:none;
  125. font-style:italic;padding-right:20px;
  126. -webkit-transition-duration: 0.4s}
  127.  
  128. #home a:hover{
  129. color:#000000;
  130. }
  131.  
  132. #entradas img:hover {
  133. -webkit-border-bottom-right-radius: 20px;
  134. -moz-border-radius-bottomright: 20px;
  135. border-bottom-right-radius: 20px;
  136. width:48px;
  137. height:48px;}
  138. </style>        
  139.  
  140.  
  141.  
  142.  
  143. <!-- Like Mc Hammer once said YOU CAN'T TOUCH THIS. -->
  144. <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>
  145.  
  146. </div>
  147.  
  148.  
  149. <div id="todo">
  150.  
  151.  
  152. <div id="entradas" >
  153. <center>
  154. <div id="titulo">blogroll</div>
  155.  
  156.  
  157.  
  158. {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'>
  159.  
  160. <img border='0' style="padding:0px;"  src='{FollowedPortraitURL-48}' />
  161.  
  162. {/block:Followed}{/block:Following
  163. </center>
  164.  
  165. </div>
  166.  
  167. <div id="home"><a href="/" title="HOME" >→ go home</a>
  168. </div>
  169. </div>
  170.  
  171.     </body>
  172. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement