Advertisement
str-wrs

Blogroll: Bed

Jul 7th, 2014
3,964
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. <!--
  2.  
  3. BLOGROLL: BED
  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:11px;height:11px;background:#eee;}
  41. ::-webkit-scrollbar-thumb {background:#ccc;}
  42. ::-webkit-scrollbar,::-webkit-scrollbar-thumb {border:5px solid #fff;}
  43.  
  44. /* Controls */
  45.  
  46. #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;}
  47.  
  48. /* General */
  49.  
  50. body {
  51. margin:0;
  52. color:#555;
  53. font-size:9px;
  54. background:#f8f8f8;
  55. font-family:'Open Sans',Arial,Helvetica,sans-serif;
  56. }
  57.  
  58. a:hover {color:#555;}
  59. a {color:#999;text-decoration:none;}
  60. a,.box,.box img {
  61. transition: 0.5s ease;
  62. -o-transition: 0.5s ease;
  63. -moz-transition: 0.5s ease;
  64. -webkit-transition: 0.5s ease;
  65. }
  66.  
  67. /* Containers */
  68.  
  69. .c {
  70. position:fixed;
  71. bottom:30px;
  72. right:30px;
  73. letter-spacing:1px;
  74. text-transform:uppercase;
  75. }
  76.  
  77. #center {
  78. position:relative;
  79. margin:130px auto 0;
  80. width:calc(47px * 8 + 11px);
  81. font-size:0;
  82. padding:25px;
  83. background:#fff;
  84. border:1px solid #eee;
  85. }
  86.  
  87. #content {height:calc(47px * 8);overflow:auto;}
  88.  
  89. /* Portraits */
  90.  
  91. .box img{
  92. width:100%;
  93. display:block;
  94. -webkit-filter: saturate(40%);
  95. -moz-filter: saturate(40%);
  96. -ms-filter: saturate(40%);
  97. -o-filter: saturate(40%);
  98. filter: saturate(40%);
  99. }
  100.  
  101. .box:hover img {
  102. -webkit-filter: saturate(100%);
  103. -moz-filter: saturate(100%);
  104. -ms-filter: saturate(100%);
  105. -o-filter: saturate(100%);
  106. filter: saturate(100%);
  107. }
  108.  
  109. .box {
  110. display:inline-block;
  111. margin:5px;
  112. width:35px;
  113. height:35px;
  114. border:1px solid #eee;
  115. }
  116.  
  117. /* Header */
  118.  
  119. header {
  120. font-size:0;
  121. padding:15px;
  122. margin:-25px -25px 25px;
  123. border-bottom:1px solid #eee;
  124. }
  125.  
  126. header a:after {content:'·';color:#555;margin:0 5px;}
  127. header a:last-of-type:after {display:none;}
  128. header a, header b{display:inline-block;font-size:9px;}
  129. header b {
  130. font-weight:600;
  131. letter-spacing:1px;
  132. text-transform:uppercase;
  133. margin-right:8px;
  134. }
  135.  
  136. /* Misc */
  137.  
  138. #s-m-t-tooltip{
  139. max-width:300px;
  140. margin:10px;
  141. z-index:9999;
  142. border-radius:3px;
  143. background:#f8f8f8;
  144. border:1px solid #eee;
  145. padding:6px;
  146. font-size:9px;
  147. line-height:100%;
  148. }
  149.  
  150. </style>
  151. </head>
  152. <body>
  153. <div id="center">
  154. <header>
  155. <b>blogroll:</b>
  156. <a href="/">home</a>
  157. <a href="http://www.tumblr.com/dashboard">dash</a>
  158. <a href="http://acuite.tumblr.com">credit</a>
  159. </header>
  160.  
  161. <div id="content">
  162. {block:Following}{block:Followed}
  163. <div class="box"><a href="{FollowedURL}" title="{FollowedName}">
  164. <img src="{FollowedPortraitURL-48}"></a></div>
  165. {/block:Following}{/block:Followed}
  166. </div>
  167.  
  168. </div>
  169.  
  170. <a class="c" href="http://acuite.tumblr.com">acuite</a>
  171.  
  172. </body>
  173. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement