Advertisement
hzrrys

HzrrysBlogroll

Apr 5th, 2013
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. <!--
  2. theme by hzrrys.tumblr.com
  3. please don't be dumb and steal it
  4. if you want to use it as a base code ask but make sure you leave credit somewhere
  5. -->
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8. <head><title>blogroll</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. <style type="text/css">
  12. *, body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto;}
  13. a:link, a:active, a:visited{
  14. color: {color:Link};
  15. text-decoration: none;
  16. -webkit-transition: color 0.7s ease-out;
  17. -moz-transition: color 0.7s ease-out;
  18. transition: color 0.7s ease-out;
  19. }
  20.  
  21.  
  22. a:hover {
  23. color: #1b1b1b;
  24. text-decoration: none;
  25. text-shadow: #969696 2px 2px 1px;
  26. }
  27.  
  28. @font-face{ font-family:"jane"; src: url('http://static.tumblr.com/dt3ep3f/EQjmk3la8/janeaust__1_.ttf');,}
  29.  
  30. ::-webkit-scrollbar-thumb {background:#494949;}
  31. ::-webkit-scrollbar {width:4px;background:#ffffff;}
  32.  
  33. /* GENERAL */
  34.  
  35. body {
  36. font-family:georgia;
  37. font-size:8px;
  38. line-height:10px;
  39. color:#9b4454;
  40. text-align:center;
  41. margin-left:-100px;
  42. background:url('http://sunday.metropres.org/wp-content/uploads/2012/02/plain-white-background.jpg') fixed;}
  43.  
  44.  
  45.  
  46.  
  47. a {text-decoration:none;color:#5a5a5a;
  48. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  49. -o-transition: 0.5s ease;-moz-transition: 0.5s ease;}
  50.  
  51. /* POSTS */
  52.  
  53. #wrap {
  54. position:relative;
  55. margin:40px auto;
  56. width:268px;
  57. }
  58.  
  59. #outer{
  60. height:470px;
  61. overflow:auto;
  62. padding:0px 2px;
  63. }
  64.  
  65. /* HEADER */
  66.  
  67. #header {
  68. position:relative;
  69. margin:5px 0px;
  70. width:370px;
  71. background:url('http://static4.grsites.com/archive/textures/red/red001.jpg') fixed;}
  72. }
  73.  
  74. #sub {
  75. margin-left:-82px;
  76. width:506px;
  77. border:1px solid #c9c7cc;
  78. padding:3px;
  79. background:url('http://static4.grsites.com/archive/textures/red/red001.jpg') fixed;}
  80. }
  81. #sub a:hover {
  82. -webkit-transition: all 0.7s ease;
  83. -moz-transition: all 0.7s ease;
  84. -o-transition: all 0.7s ease;
  85. }
  86.  
  87. .title {
  88. margin-bottom:5px;
  89. padding:11px 10px 8px 10px;
  90. font-weight:bold;
  91. font-size:16px;
  92. font-family: jane;
  93. line-height:18px;
  94. letter-spacing:2px;
  95. border:1px double #c9c7cc;
  96. background:rgba(255,255,255,0.75);
  97. }
  98.  
  99.  
  100.  
  101. /* PORTRAITS */
  102.  
  103. #content img:hover{-webkit-filter: grayscale(0);}
  104. #content img{width:50px;height:50px;-webkit-filter: grayscale(1);
  105. -webkit-transition: 1s ease;transition: 1s ease;
  106. -o-transition: 1s ease;-moz-transition: 1s ease;}
  107.  
  108. #content {
  109. display:inline-block;
  110. width:50px;
  111. padding:2px;
  112. margin:5px 3px;
  113. border:1px solid #c9c7cc;
  114. background:transparent; rgba(255,255,255,0.75);
  115. }
  116.  
  117. /* CREDIT */
  118.  
  119. #c{
  120. position:fixed;
  121. font-family:georgia;
  122. padding:5px 5px 3px 5px;
  123. right:10px;
  124. bottom:5px;
  125. font-size:7px;
  126. background:transparent;
  127. text-transform:uppercase;
  128. border:1px solid #fff;}
  129.  
  130. /* MISC */
  131.  
  132. #s-m-t-tooltip{
  133. display:block;
  134. max-width:200px;
  135. margin:15px;
  136. word-wrap:break-word;
  137. padding:4px 10px 2px 10px;
  138. z-index:9999;
  139. background:#FFF;
  140. letter-spacing:1px;
  141. font-weight:9px;
  142. border:1px double #ddd;}
  143.  
  144. ::selection {color:#AAA;}
  145. ::-moz-selection {color:#AAA;}
  146. ::-webkit-selection{color:#AAA;}
  147.  
  148. small{font-size:8px;
  149. line-height:10px;
  150. letter-spacing:2px;
  151. font-family:georgia;
  152. }
  153. </style>
  154. </head>
  155.  
  156. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  157. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  158. <script>
  159. (function($){
  160. $(document).ready(function(){
  161. $("a[title]").style_my_tooltips({
  162. tip_follows_cursor:true,
  163. tip_delay_time:20,
  164. tip_fade_speed:400,
  165. attribute:"title"
  166. });
  167. });
  168. })(jQuery);
  169. </script>
  170.  
  171. </head>
  172. <body>
  173. <div id="wrap">
  174. <div id="header">
  175. <div class="title">Blogroll<br>
  176.  
  177. <!-- SUB HEADER -->
  178. <div id="sub"><small><a href="/">back</a>&nbsp; · &nbsp;<a href="/ask">message</a>&nbsp; · &nbsp;<a href="http://www.tumblr.com/dashboard">dash</a></small></div>
  179. </div>
  180.  
  181. <div id="outer">
  182. {block:Following}{block:Followed}
  183. <div id="content"><a href="{FollowedURL}" title="{FollowedName}">
  184. <img src="{FollowedPortraitURL-64}"></a></div>
  185. {/block:Following}{/block:Followed}
  186. </div>
  187.  
  188. <!-- CORNER IMAGE -->
  189. <img style="position:fixed;right:0px;bottom:0px;width:250px;" src=""/>
  190.  
  191. <div id="c">&copy; <a href="http://hzrrys.tumblr.com"><small>hzrrys</small></a></div>
  192.  
  193. </div>
  194. </body>
  195. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement