Advertisement
Notlikeamovie

Blogroll Theme

Jan 22nd, 2012
35,064
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- blogroll theme made by maraudersmaps.tumblr.com. Do not redistribute or use as a base for other themes -->
  5.  
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Over+the+Rainbow' rel='stylesheet' type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic' rel='stylesheet' type='text/css'>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}" />
  17. {/block:Description}
  18.  
  19.  
  20. <style type="text/css">
  21.  
  22. ::-webkit-scrollbar {width: 10px; height:auto; background:#fafafa;}
  23. ::-webkit-scrollbar-corner {background:#fafafa;}
  24. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:#bbb;}
  25. ::-webkit-scrollbar-button:horizontal { width:5px; height:4px!important; display: block; background:#bbb;}
  26. ::-webkit-scrollbar-thumb:vertical {background:#bbb; border-top: 1px solid #fafafa; border-bottom: 1px solid #fafafa;}
  27. ::-webkit-scrollbar-thumb:horizontal {background:#bbb;border-left: 1px solid #fafafa; border-right: 1px solid #fafafa; height:4px;}
  28. ::-webkit-scrollbar-thumb {background: #bbb; border-top: 0pt solid #fafafa; border-bottom: 0pt solid #fafafa;}
  29. ::-webkit-scrollbar-thumb:hover {background: #bbb; cursor:url(http://i53.tinypic.com/zycxmw.png), auto; }
  30. ::-webkit-scrollbar-track-piece {background: #fafafa; width:4px;}
  31. ::-webkit-scrollbar:horizontal {height:10px!important; display: block; background:#bbb;}
  32.  
  33. iframe#tumblr_controls {
  34. top:0px !important;
  35. right:3px !important;
  36. position: fixed !important;
  37. -webkit-transition: opacity 0.7s linear;
  38. opacity: 0.4;
  39. -webkit-transition: all 0.8s ease-out;
  40. -moz-transition: all 0.8s ease-out;
  41. transition: all 0.8s ease-out;}
  42. iframe#tumblr_controls:hover{
  43. -webkit-transition: opacity 0.7s linear;
  44. opacity: 1;
  45. -webkit-transition: all 0.4s ease-out;
  46. -moz-transition: all 0.4s ease-out;
  47. transition: all 0.4s ease-out;}
  48.  
  49. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  50.  
  51. body {background-color:#fafafa;}
  52.  
  53. #content {width:842px; margin:auto; background-color:#trans; height:600px;}
  54.  
  55. #title {font-size:30px; text-transform:lowercase; font-family: 'StarsFromOurEyesRegular', 'Over The Rainbow', georgia; color:#DEDADF; width:842px; text-align:center; line-height:60%; border-bottom:1px dashed #ccc; padding-top:20px; margin-bottom:10px;}
  56.  
  57. a {text-decoration:none; color:#dedadf; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; }
  58.  
  59. @font-face {
  60. font-family: 'StarsFromOurEyesRegular';
  61. src: url('http://static.tumblr.com/2lqtwbf/GwJly7nlm/starsfromoureyes-webfont.eot');
  62. src: url('http://static.tumblr.com/2lqtwbf/GwJly7nlm/starsfromoureyes-webfont.eot?#iefix') format('embedded-opentype'),
  63. url('http://static.tumblr.com/2lqtwbf/8Obly7nj0/starsfromoureyes-webfont.ttf') format('truetype'),
  64. url('http://static.tumblr.com/2lqtwbf/8NAly7nnb/starsfromoureyes-webfont.svg') format('svg');
  65. font-weight: normal;
  66. font-style: normal;
  67. }
  68.  
  69. #followd {width:842px; height:550px; overflow-x:hidden; overflow-y:scroll; padding:0px; background-color:#fafafa;}
  70.  
  71. #followngname {opacity:0; margin-top:-64px; padding:20px 2px 20px 2px; width:60px; height:24px; background-color:#eee; font:8px calibri; text-transform:uppercase; position:relative; z-index:99; text-align:center; overflow:hidden;}
  72.  
  73. #followngname a {text-decoration:none; color:#2b2b2b;}
  74.  
  75. .followng:hover #followngname {opacity:0.9;}
  76. </style>
  77. </head>
  78.  
  79. <body>
  80. <div id="content">
  81. <div id="title">Blogroll</div>
  82. <div id="followd">
  83. {block:Following}{block:Followed}
  84. <table cellpadding="0" cellspacing="0" style="float:left;">
  85. <tr>
  86. <td>
  87. <div class="followng">
  88. <a target="_blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-64}" width="64px" border="0"></a>
  89. <div id="followngname">
  90. <a href="{FollowedURL}">{FollowedName}</a>
  91. </div>
  92. </div>
  93. </td>
  94. </tr>
  95. </table>
  96. {/block:Followed}{/block:Following}
  97. </div>
  98. <div style="position:fixed; bottom:20px; width:842px; text-align:center; font:15px georgia; font-style:italic; color:#cecacf;"><a href="/">back home</a></div>
  99. <div style="position:fixed; bottom:10px; width:842px; text-align:center; font:11px Open Sans Condensed; color:#cecacf!important; text-transform:uppercase;"><a href="http://maraudersthemes.tumblr.com" target="_blank" style="color:#bebabf;">theme by maraudersmaps</a></div>
  100. </div>
  101. </body>
  102. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement