Advertisement
str-wrs

Blogroll: Sink

Jul 7th, 2014
2,892
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. <!--
  2.  
  3. BLOGROLL: SINK
  4. by acuite
  5.  
  6. - don't steal this pls
  7. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  8. - @acuite for more themes
  9.  
  10. -->
  11.  
  12. <!DOCTYPE html>
  13. <html>
  14. <head>
  15.  
  16. <title>Blogroll</title>
  17. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  18. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  19.  
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("[title]").style_my_tooltips({
  24. tip_follows_cursor:true,
  25. tip_delay_time:200,
  26. tip_fade_speed:300
  27. }
  28. );
  29. });
  30. })(jQuery);
  31. </script>
  32.  
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
  35.  
  36. <style type="text/css">
  37.  
  38. /* Scroll */
  39.  
  40. ::-webkit-scrollbar {width:3px;height:3px;background:#eee;}
  41. ::-webkit-scrollbar-thumb {background:#ccc;}
  42.  
  43. /* Controls */
  44.  
  45. #tumblr_controls,.tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{-webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:0.5;}
  46.  
  47. /* General */
  48.  
  49. body {
  50. margin:0;
  51. color:#555;
  52. font-size:9px;
  53. background:#fff;
  54. font-family:'Open Sans',Arial,Helvetica,sans-serif;
  55. }
  56.  
  57. a:hover {color:#555;}
  58. a {color:#999;text-decoration:none;}
  59. a,.box,.box img {
  60. transition: 0.5s ease;
  61. -o-transition: 0.5s ease;
  62. -moz-transition: 0.5s ease;
  63. -webkit-transition: 0.5s ease;
  64. }
  65.  
  66. /* Containers */
  67.  
  68. .c {
  69. position:fixed;
  70. right:30px;
  71. bottom:30px;
  72. letter-spacing:1px;
  73. text-transform:uppercase;
  74. }
  75.  
  76. #center {
  77. position:relative;
  78. margin:110px auto 0;
  79. width:calc(42px * 10 + 11px);
  80. font-size:0;
  81. }
  82.  
  83. .content {height:calc(37px * 13);overflow:auto;}
  84. .hold {
  85. padding:10px 0;
  86. border-top:1px solid #eee;
  87. border-bottom:1px solid #eee;
  88.  
  89. }
  90. /* Portraits */
  91.  
  92. .box img{
  93. width:100%;
  94. border-radius:50%;
  95. -webkit-filter: saturate(40%);
  96. -moz-filter: saturate(40%);
  97. -ms-filter: saturate(40%);
  98. -o-filter: saturate(40%);
  99. filter: saturate(40%);
  100. }
  101.  
  102. .box:hover img {
  103. -webkit-filter: saturate(100%);
  104. -moz-filter: saturate(100%);
  105. -ms-filter: saturate(100%);
  106. -o-filter: saturate(100%);
  107. filter: saturate(100%);
  108. }
  109.  
  110. .box {margin:5px;width:30px;height:30px;}
  111. .box,.icon {
  112. display:inline-block;
  113. border-radius:3px;
  114. border-radius:50%;
  115. border:1px solid #eee;
  116. }
  117.  
  118. /* Header */
  119.  
  120. .icon {width:45px;}
  121. header {
  122. text-align:right;
  123. position:fixed;
  124. width:70px;
  125. margin-left:-80px;
  126. font-size:0;
  127. border-top:1px solid #eee;
  128. padding-top:15px;
  129. }
  130.  
  131. header a, header b{
  132. display:block;
  133. margin:10px 0;
  134. font-size:9px;
  135. line-height:100%;
  136. }
  137.  
  138. /* Misc */
  139.  
  140. #s-m-t-tooltip{
  141. max-width:300px;
  142. margin:10px;
  143. z-index:9999;
  144. border-radius:3px;
  145. background:#f8f8f8;
  146. border:1px solid #eee;
  147. padding:6px;
  148. font-size:9px;
  149. line-height:100%;
  150. }
  151.  
  152. img {display:block;}
  153.  
  154. </style>
  155. </head>
  156. <body>
  157. <div id="center">
  158. <header>
  159. <img class="icon" src="{PortraitURL-48}">
  160. <b>blogroll.</b>
  161. <a href="/">home</a>
  162. <a href="http://www.tumblr.com/dashboard">dash</a>
  163. <a href="http://acuite.tumblr.com">credit</a>
  164. </header>
  165.  
  166. <div class="hold"><div class="content">
  167. {block:Following}{block:Followed}
  168. <div class="box"><a href="{FollowedURL}" title="{FollowedName}">
  169. <img src="{FollowedPortraitURL-40}"></a></div>
  170. {/block:Following}{/block:Followed}
  171. </div></div>
  172.  
  173. </div>
  174.  
  175. <a class="c" href="http://acuite.tumblr.com">acuite</a>
  176.  
  177. </body>
  178. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement