sobieber1d

Blogroll theme 001

Jul 1st, 2012
6,217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 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.  
  7. -->
  8.  
  9. <head>
  10. <link href='http://fonts.googleapis.com/css?family=Overlock+SC' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18. </head>
  19.  
  20.  
  21. <style type="text/css">
  22.  
  23.  
  24. ::-webkit-scrollbar {
  25. width: 9px;
  26. height: 9px;
  27. }
  28.  
  29. ::-webkit-scrollbar-button:start:decrement,
  30. ::-webkit-scrollbar-button:end:increment {
  31. height: 6px;
  32. display: block;
  33. background-color:#fff2f5;
  34. }
  35.  
  36. ::-webkit-scrollbar-track-piece {
  37. background-color:#ffffff;
  38. }
  39.  
  40. ::-webkit-scrollbar-thumb:vertical {
  41. height: 9px;
  42. background-color:#fff2f5;
  43. border-top:1px solid #ffffff;
  44. border-bottom:1px solid #ffffff;}
  45.  
  46. ::-moz-selection {background-color:transparent; color:#ffe9ee;}
  47. ::selection {background-color:transparent; color:#ffe9ee;}
  48.  
  49. body{
  50. color:#FFFFFF;
  51. background-color:white;
  52. background-image:url();
  53. background-position:top left;
  54. background-repeat: no-repeat;
  55. background-attachment:fixed;
  56. font-family:arial;
  57. font-size:10px;
  58. line-height: 120%;
  59. text-align:justify;
  60. }
  61.  
  62.  
  63. a:link, a:active, a:visited {color:#b6a38e; text-decoration:none; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out
  64. text-shadow: 0px 0px 2px #000000;
  65. filter: dropshadow(color=#000000, offx=0, offy=0);
  66. }
  67. a:hover {text-decoration:none; color:#FFFFFF;-webkit-transition:0.3s linear;}
  68.  
  69. #scrollbox {
  70. margin-top:30px;
  71. width:950px;
  72. top:503px;
  73. background-color:;}
  74.  
  75.  
  76. #icons {
  77. width:922px;
  78. height:500px;
  79. margin-bottom:30px;
  80. margin-left:188px;
  81. padding:0px;
  82. margin-top:80px;
  83. overflow-y:scroll;
  84. }
  85.  
  86.  
  87. #title{margin-top:80px;padding-bottom:-10px;font-size:20px;font-family:'georgia' italic;text-align:center;color:#ffe1e7;}
  88.  
  89.  
  90. #linkz {font-family:'georgia'; font-size:10px; color:#ffe1e7;}
  91.  
  92. @font-face {
  93. font-family: "Meow";
  94. src: url(http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");
  95. }
  96.  
  97. #icons img {
  98. width:64px;
  99. height:64px;opacity:0.7; border:2px solid;
  100.  
  101. border-color:#ffe1e7;
  102.  
  103. -webkit-transition-duration:0.5s;
  104.  
  105. -moz-transition-duration:0.5s;}
  106.  
  107.  
  108. #icons img:hover {
  109. width:64px;
  110. height:64px; border:2px solid;
  111.  
  112. border-color:transparent;
  113. opacity:1;
  114. -webkit-transition: 0.2s ease-in;}
  115. </style>
  116.  
  117.  
  118.  
  119.  
  120. <center><div id="title"><em>i follow these blogs</em><br><div id="linkz"><a href="/"><em>home</em></a>
  121. <a href="/ask"><em>ask</em></a>
  122. <a href="http://sobieber1d.tumblr.com/tagged/themes"><em>credit</em></a>&nbsp;
  123. <a href="http://www.tumblr.com"><em>dash</em></a>{/block:ifLink1}</div></center></div>
  124.  
  125. <div id="=scrollbox">
  126.  
  127.  
  128.  
  129.  
  130.  
  131. <div id="icons" >
  132. <center>
  133.  
  134. {block:Following}{block:Followed}<a target='_blank' href='{FollowedURL}'>
  135.  
  136. <img border='0' style="padding:0px;" src='{FollowedPortraitURL-64}' />
  137.  
  138. {/block:Followed}{/block:Following}
  139. </center>
  140.  
  141. </div>
  142.  
  143. </div>
  144.  
  145.  
  146.  
  147. </body>
  148.  
  149. </html>
Add Comment
Please, Sign In to add comment