Advertisement
loranhale

munich

Mar 12th, 2016
2,477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!---
  5.  
  6.  
  7. blogroll: munich
  8. updated: 2/12/18
  9.  
  10. @loranhale
  11.  
  12.  
  13. --->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic|Karla:400,400italic,600,600italic' rel='stylesheet' type='text/css'>
  20.  
  21. <style type="text/css">
  22.  
  23. /* scrollbar */
  24.  
  25. ::-webkit-scrollbar {
  26. height:5px;
  27. width:1px;
  28. background:#fafafa;
  29. }
  30.  
  31. ::-webkit-scrollbar-thumb { background:#dcecf5; }
  32.  
  33. /* tumblr controls */
  34.  
  35. iframe.tmblr-iframe {
  36. z-index:99999999999999!important;
  37. top:0!important;
  38. right:0!important;
  39. opacity:0.4;
  40. /* delete invert(1) from here */
  41. filter:invert(1) contrast(150%);
  42. -webkit-filter:invert(1) contrast(150%);
  43. -o-filter:invert(1) contrast(150%);
  44. -moz-filter:invert(1) contrast(150%);
  45. -ms-filter:invert(1) contrast(150%);
  46. /* to here if your blog has a dark background */
  47. transform:scale(0.65);
  48. transform-origin:100% 0;
  49. -webkit-transform:scale(0.65);
  50. -webkit-transform-origin:100% 0;
  51. -o-transform:scale(0.65);
  52. -o-transform-origin:100% 0;
  53. -moz-transform:scale(0.65);
  54. -moz-transform-origin:100% 0;
  55. -ms-transform:scale(0.65);
  56. -ms-transform-origin:100% 0;
  57. transition:all .6s ease;
  58. }
  59.  
  60. iframe.tmblr-iframe:hover { opacity:0.6!important; }
  61.  
  62. /* tooltips */
  63.  
  64. #s-m-t-tooltip {
  65. max-width:300px;
  66. margin:15px;
  67. padding:4px 6px;
  68. z-index:99999999;
  69. color:#000;
  70. border:1px solid #eee;
  71. background:#f6f6f6;
  72. }
  73.  
  74. /* body */
  75.  
  76. body {
  77. background:#fff;
  78. color:#555;
  79. font-family:'open sans', helvetica, sans-serif;
  80. font-size:10px;
  81. line-height:130%;
  82. -moz-osx-font-smoothing:grayscale;
  83. -webkit-font-smoothing:antialiased;
  84. font-smoothing:antialiased;
  85. }
  86.  
  87. a {
  88. color:#91a8d0; /* links */
  89. text-decoration:none;
  90. transition:all .6s ease;
  91. }
  92.  
  93. a:hover { color:#f7cac9; }
  94.  
  95. section {
  96. width:500px;
  97. box-sizing:border-box;
  98. margin:120px auto;
  99. transform:translateX(35px);
  100. }
  101.  
  102. nav {
  103. position:fixed;
  104. margin-left:-100px;
  105. }
  106.  
  107. .title {
  108. font-size:13px;
  109. letter-spacing:1px;
  110. font-weight:600;
  111. color:#222;
  112. padding-bottom:10px;
  113. border-bottom:1px solid #dcecf5;
  114. text-transform:uppercase;
  115. }
  116.  
  117. .links a {
  118. padding:8px 0;
  119. text-transform:lowercase;
  120. display:block;
  121. border-bottom:1px solid #dcecf5;
  122. }
  123.  
  124. .links a:hover { padding-left:10px; }
  125.  
  126. .blogroll { width:calc(80px * 6); }
  127.  
  128. .hi {
  129. width:50px;
  130. height:50px;
  131. display:inline-block;
  132. padding:6px;
  133. }
  134.  
  135. .hi img {
  136. width:50px;
  137. height:50px;
  138. border-radius:5px;
  139. opacity:.8;
  140. transition:all .6s ease;
  141. }
  142.  
  143. .hi img:hover {
  144. opacity:1;
  145. border-radius:50%;
  146. transition:all .6s ease;
  147. }
  148.  
  149. /* do not disturb */
  150.  
  151. .lo { bottom:20px; right:20px; position:fixed; }
  152. .lo a { text-transform:uppercase; padding:5px; font-size:12px; }
  153.  
  154. </style>
  155. </head>
  156.  
  157. <body>
  158. <section>
  159.  
  160. <nav>
  161. <div class="title">blogroll</div>
  162. <div class="links">
  163. <a href="/">home</a>
  164. <a href="/ask">ask</a>
  165. <a href="/">link</a>
  166. <a href="http://loranhale.tumblr.com">theme</a>
  167. </div>
  168. </nav>
  169.  
  170. <!-- no editing -->
  171. <div class="blogroll">
  172. {block:Following}{block:Followed}<div class="hi"><a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-128}"></a></div>{/block:Followed}{/block:Following}
  173. </div>
  174.  
  175. </section>
  176.  
  177. <!-- keep out -->
  178.  
  179. <div class="lo">
  180. <a href="http://julesatticus.tumblr.com" title="theme">j</a>
  181. </div>
  182.  
  183. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  184. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  185. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  186. <script>
  187. jQuery.noConflict();
  188. (function($){
  189. $(document).ready(function(){
  190. $("a[title],img[title],[title]").style_my_tooltips({
  191. tip_follows_cursor:true,
  192. tip_delay_time:200,
  193. tip_fade_speed:300,
  194. attribute:"title"
  195. });
  196. });
  197. })(jQuery);
  198. </script>
  199.  
  200. </body>
  201. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement