Advertisement
ogaraster

Blogroll Theme

May 5th, 2013
14,830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4.  
  5. Blogroll Theme brought to you by Atlas Designs
  6. http://atlasdesigns.tumblr.com/
  7.  
  8. Do not remove credit unless give permission to do so.
  9.  
  10. -->
  11.  
  12. <head>
  13.  
  14. <title>Blogroll</title>
  15. <link rel="shortcut icon" href="{Favicon}" />
  16.  
  17. <link href="http://static.tumblr.com/u75hsbe/a6jm4ylzs/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20.  
  21. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  22. <script>
  23. (function($){
  24. $(document).ready(function(){
  25. $("a[title]").style_my_tooltips({
  26. tip_follows_cursor:true,
  27. tip_delay_time:0,
  28. tip_fade_speed:100,
  29. attribute:"title"
  30. });
  31. });
  32. })(jQuery);
  33. </script>
  34.  
  35. <style type="text/css">
  36.  
  37. @font-face {
  38. font-family: 'Bebas';
  39. src: url('http://static.tumblr.com/qqwi01i/yTmmmc26y/bebas___-webfont.ttf'),
  40. url('http://static.tumblr.com/qqwi01i/KHImmc28t/bebas___-webfont.eot');
  41. }
  42.  
  43. ::-webkit-scrollbar {width: 8px; background: #ffffff;}
  44. ::-webkit-scrollbar-thumb {background-color:#dadada;}
  45.  
  46. #s-m-t-tooltip{
  47. max-width:300px;
  48. padding-right:5px;
  49. padding-top:4px;
  50. padding-bottom:3px;
  51. padding-left:7px;
  52. margin:18px 0px 0px 3px;
  53. z-index:9999;
  54. background-color:#fff;
  55. font-family:helvetica;
  56. font-weight:200;
  57. font-size:8px;
  58. letter-spacing:1px;
  59. text-transform:uppercase;
  60. color:#a3a3a3;
  61. border-radius:0px;
  62. }
  63.  
  64. body {
  65. font-family:helvetica;
  66. font-weight:400;
  67. font-size:12px;
  68. line-height:14px;
  69. background:#f5f5f5;
  70. }
  71.  
  72. #title{
  73. position:fixed;
  74. top:0px;
  75. left:50%;
  76. margin-left:-350px;
  77. width:700px;
  78. height:100px;
  79. text-align:center;
  80. font-family:gill sans;
  81. text-transform:uppercase;
  82. font-size:20px;
  83. letter-spacing:2px;
  84. padding-top:40px;
  85. color:#000000;
  86. z-index:9999999;
  87. background:#ffffff;
  88. padding-left:5px;
  89. border-bottom:5px solid #f5f5f5;
  90. }
  91.  
  92. #nav {
  93. font-family:baskerville;
  94. font-weight:200;
  95. font-size:13px;
  96. line-height:20px;
  97. font-style:italic;
  98. color:#ebebeb;
  99. letter-spacing:1;
  100. margin-left:-26px;
  101. text-transform:none;
  102. }
  103. #nav a{
  104. color:#a3a3a3;
  105. text-decoration:none;
  106. }
  107. #nav:hover .arrow{
  108. opacity:1;
  109. }
  110. #nav .arrow{
  111. opacity:0;
  112. }
  113. #nav1 {
  114. font-family:baskerville;
  115. font-weight:200;
  116. font-size:13px;
  117. text-transform:none;
  118. line-height:20px;
  119. font-style:italic;
  120. color:#ebebeb;
  121. letter-spacing:1;
  122. margin-left:-10px;
  123. }
  124. #nav1 a{
  125. color:#a3a3a3;
  126. text-decoration:none;
  127. }
  128.  
  129. #content{
  130. position:fixed;
  131. top:0px;
  132. left:50%;
  133. margin-top:150px;
  134. padding-top:30px;
  135. padding-bottom:100px;
  136. width:700px;
  137. height:500px;
  138. margin-left:-350px;
  139. background-color:#ffffff;
  140. overflow:scroll;
  141. }
  142. #content img{
  143. padding:5px;
  144. }
  145.  
  146. </style>
  147.  
  148. </head>
  149.  
  150. <body>
  151.  
  152. <div id="title">Blogroll
  153. <br><br>
  154. <span id="nav"><a href="/"><span class="arrow"><b><img src="http://www.iconsdb.com/icons/preview/color/A3A3A3/arrow-88-m.png" height=12px></b></span> Back to Blog</a></span><br>
  155. <span id="nav1"><a href="http://baesil.tumblr.com">Theme</a></span>
  156. </div>
  157.  
  158. <div id="content">
  159. <center>
  160. {block:Following}
  161. {block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}"></a>{/block:Followed}
  162. {/block:Following}
  163. </center>
  164. </div>
  165.  
  166. </body>
  167. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement