Advertisement
loranhale

rhine valley: blogroll

May 30th, 2017
879
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!---
  5.  
  6.  
  7. pack: rhine valley
  8. blogroll
  9.  
  10. @loranhale
  11.  
  12.  
  13. --->
  14.  
  15. <title>blogroll</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=Source+Sans+Pro|Karla' rel='stylesheet' type='text/css'>
  20. <link href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.3.2/jquery.min.js">
  21. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
  22.  
  23. <style type="text/css">
  24. ::-webkit-scrollbar {
  25. height:5px;
  26. width:1px;
  27. background:#fafafa;
  28. }
  29. ::-webkit-scrollbar-thumb { background:#dcecf5; }
  30.  
  31. .iframe-controls--desktop { display:none!important; }
  32.  
  33. /* tooltips */
  34.  
  35. #s-m-t-tooltip {
  36. max-width:300px;
  37. margin:15px;
  38. padding:5px 6px;
  39. z-index:99999999;
  40. color:#000;
  41. text-transform:lowercase;
  42. border:1px solid #dcecf5;
  43. background:#fff;
  44. }
  45.  
  46. body {
  47. background:#fafafa;
  48. color:#555;
  49. font-family:'source sans pro', arial, helvetica, sans-serif;
  50. font-size:10px;
  51. -moz-osx-font-smoothing:grayscale;
  52. -webkit-font-smoothing:antialiased;
  53. font-smoothing:antialiased;
  54. }
  55.  
  56. a {
  57. color:#8892e0;
  58. text-decoration:none;
  59. transition-duration:.8s;
  60. -moz-transition-duration:.8s;
  61. -webkit-transition-duration:.8s;
  62. -o-transition-duration:.8s;
  63. }
  64.  
  65. a:hover { color:#000; }
  66.  
  67. #con {
  68. width:450px;
  69. box-sizing:border-box;
  70. margin:60px auto;
  71. transform:translate(0px,50px);
  72. }
  73.  
  74. .sidebar {
  75. margin-left:-85px;
  76. position:fixed;
  77. }
  78.  
  79. .links {
  80. position:relative;
  81. margin-top:75px;
  82. width:80px;
  83. }
  84.  
  85. .links i {
  86. margin-bottom:5px;
  87. margin-right:5px;
  88. display:inline-block;
  89. width:13px;
  90. height:13px;
  91. font-size:13px;
  92. padding:6px;
  93. border:1px solid #dcecf5;
  94. background:#fff;
  95. color:#8892e0;
  96. transition:all .8s ease;
  97. -webkit-transition:all .8s ease;
  98. -moz-transition:all .8s ease;
  99. -o-transition:all .8s ease;
  100. }
  101.  
  102. .links i:hover {
  103. background:#fafafa;
  104. border:1px solid #dcecf5;
  105. color:#000;
  106. }
  107.  
  108. .icon {
  109. float:left;
  110. display:inline;
  111. position:fixed;
  112. }
  113.  
  114. .icon img {
  115. width:60px;
  116. height:60px;
  117. border-radius:3px;
  118. opacity:.9;
  119. }
  120.  
  121. .t {
  122. background:#fff;
  123. border:1px solid #dcecf5;
  124. padding:10px;
  125. font-size:12px;
  126. margin-bottom:10px;
  127. font-weight:600;
  128. text-transform:uppercase;
  129. letter-spacing:1px;
  130. }
  131.  
  132. .blogroll {
  133. border:1px solid #dcecf5;
  134. padding:10px;
  135. overflow-y:scroll;
  136. position:relative;
  137. max-height:400px;
  138. }
  139.  
  140. .ppl {
  141. width:48px;
  142. height:48px;
  143. display:inline-block;
  144. padding:10px;
  145. }
  146.  
  147. .ppl img {
  148. width:48px;
  149. height:48px;
  150. border-radius:5px;
  151. opacity:.7;
  152. transition:all .8s ease;
  153. -webkit-transition:all .8s ease;
  154. -moz-transition:all .8s ease;
  155. -o-transition:all .8s ease;
  156. }
  157.  
  158. .ppl img:hover {
  159. opacity:1;
  160. border-radius:50%;
  161. transition:all .8s ease;
  162. -webkit-transition:all .8s ease;
  163. -moz-transition:all .8s ease;
  164. -o-transition:all .8s ease;
  165. }
  166.  
  167. /* do not disturb */
  168. .lo { bottom:20px; right:20px; position:fixed; }
  169. .lo a { text-transform:uppercase; font-size:12px; }
  170.  
  171. </style>
  172. </head>
  173.  
  174. <body>
  175.  
  176. <div id="con">
  177.  
  178. <div class="sidebar">
  179. <div class="icon"><img src="{PortraitURL-128}" /></div>
  180. <div class="links">
  181. <a href="/" title="home"><i class="fa fa-home" aria-hidden="true"></i></a>
  182. <a href="/ask" title="message"><i class="fa fa-envelope-o" aria-hidden="true"></i></a>
  183. <a href="/" title="link"><i class="fa fa-paper-plane-o" aria-hidden="true"></i></a>
  184. <a href="http://loranhale.tumblr.com" title="theme"><i class="fa fa-code" aria-hidden="true"></i></a>
  185. </div>
  186. </div>
  187.  
  188. <div class="t">blogroll</div>
  189. <div class="blogroll">
  190. {block:Following}{block:Followed}<div class="ppl"><a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-128}"></a></div>{/block:Followed}{/block:Following}
  191. </div>
  192.  
  193. </div>
  194.  
  195. <!-- danger! keep out -->
  196. <div class="lo">
  197. <a href="http://loranhale.tumblr.com" title="theme">j</a>
  198. </div>
  199.  
  200. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  201. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  202. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  203. <script>
  204. jQuery.noConflict();
  205. (function($){
  206. $(document).ready(function(){
  207. $("a[title],img[title],[title]").style_my_tooltips({
  208. tip_follows_cursor:true,
  209. tip_delay_time:200,
  210. tip_fade_speed:300,
  211. attribute:"title"
  212. });
  213. });
  214. })(jQuery);
  215. </script>
  216.  
  217. </body>
  218. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement