Advertisement
loranhale

rhine valley: tags

May 30th, 2017
1,259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!---
  5.  
  6.  
  7. pack: rhine valley
  8. tags
  9. updated 3/9/17
  10.  
  11. @loranhale
  12.  
  13.  
  14. --->
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}" />
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  19.  
  20. <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro|Karla|PT+Serif|Playfair+Display' rel='stylesheet' type='text/css'>
  21. <link href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.3.2/jquery.min.js">
  22. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
  23.  
  24.  
  25. <style type="text/css">
  26.  
  27. ::-webkit-scrollbar {
  28. height:5px;
  29. width:1px;
  30. background:#fafafa;
  31. }
  32. ::-webkit-scrollbar-thumb { background:#dcecf5; }
  33.  
  34. .iframe-controls--desktop { display:none!important; }
  35.  
  36. #s-m-t-tooltip {
  37. max-width:300px;
  38. margin:15px;
  39. padding:5px 6px;
  40. z-index:99999999;
  41. color:#000;
  42. border:1px solid #dcecf5;
  43. background:#fff;
  44. }
  45.  
  46. body {
  47. background:#fafafa;
  48. color:#555;
  49. font-family:'source sans pro', 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. position:fixed;
  69. transform:translateX(260px);
  70. }
  71.  
  72. section {
  73. margin:80px auto;
  74. transform:translate(80px,0px);
  75. width:calc((180px + 40px + 2px) * 3);
  76. }
  77.  
  78. .links {
  79. position:fixed;
  80. margin-top:75px;
  81. width:80px;
  82. }
  83.  
  84. .links a { display:block; margin-bottom:5px; }
  85.  
  86. .links i {
  87. margin-right:6px;
  88. display:inline;
  89. font-size:12px;
  90. color:#8892e0;
  91. vertical-align:-1px;
  92. transition:all .8s ease;
  93. -webkit-transition:all .8s ease;
  94. -moz-transition:all .8s ease;
  95. -o-transition:all .8s ease;
  96. }
  97.  
  98. .links a:hover i { color:#000; }
  99.  
  100. .icon {
  101. float:left;
  102. display:inline;
  103. position:fixed;
  104. }
  105.  
  106. .icon img {
  107. width:60px;
  108. height:60px;
  109. border-radius:3px;
  110. opacity:.9;
  111. }
  112.  
  113. .tags {
  114. display:inline-block;
  115. float:left;
  116. background:#fafafa; /* tags bg */
  117. margin-bottom:25px;
  118. margin-right:20px;
  119. width:150px;
  120. box-sizing:border-box;
  121. transition-duration:1s;
  122. -moz-transition-duration:1s;
  123. -webkit-transition-duration:1s;
  124. -o-transition-duration:1s;
  125. }
  126.  
  127. .tags .sub {
  128. font-style:italic;
  129. background:#fff; /* subheading bg */
  130. border:1px solid #dcecf5;
  131. padding:8px;
  132. font-weight:400;
  133. color:#222;
  134. font-size:11px;
  135. text-align:right;
  136. }
  137.  
  138. .tags h1 {
  139. margin:0;
  140. padding:8px 0;
  141. font-size:10.5px;
  142. border-bottom:1px solid #bad0f1;
  143. }
  144.  
  145. .tags a {
  146. padding:6px 0;
  147. display:block;
  148. border-bottom:1px solid #dcecf5;
  149. }
  150.  
  151. .tags a:hover {
  152. padding-left:15px;
  153. background:#fff;
  154. border-bottom:1px solid #bad0f1;
  155. }
  156.  
  157. /* do not disturb */
  158.  
  159. .lo { bottom:20px; right:20px; position:fixed; }
  160. .lo a { text-transform:uppercase; font-size:12px; }
  161.  
  162. </style>
  163. </head>
  164.  
  165. <body>
  166.  
  167. <div id="con">
  168.  
  169. <!-- it's there you just can't see it on the customise page -->
  170. <div class="bar">
  171. <div class="icon"><img src="{PortraitURL-128}" /></div>
  172.  
  173. <div class="links">
  174. <a href="/"><i class="fa fa-home" aria-hidden="true"></i> home</a>
  175. <a href="/ask"><i class="fa fa-envelope-o" aria-hidden="true"></i> message</a>
  176. <a href="/"><i class="fa fa-paper-plane-o" aria-hidden="true"></i> link</a>
  177. <a href="http://loranhale.tumblr.com"><i class="fa fa-code" aria-hidden="true"></i> theme</a>
  178. </div>
  179.  
  180. </div>
  181.  
  182. </div>
  183.  
  184. <section>
  185.  
  186. <div class="tags">
  187. <div class="sub">heading</div>
  188. <a href="/">tag name</a>
  189. <a href="/">tag name</a>
  190. <a href="/">tag name</a>
  191. <h1>subheading</h1>
  192. <a href="/">tag name</a>
  193. <a href="/">tag name</a>
  194. <a href="/">tag name</a>
  195. </div>
  196.  
  197. <div class="tags">
  198. <div class="sub">heading</div>
  199. <a href="/">tag name</a>
  200. <a href="/">tag name</a>
  201. <a href="/">tag name</a>
  202. <a href="/">tag name</a>
  203. <a href="/">tag name</a>
  204. <a href="/">tag name</a>
  205. </div>
  206.  
  207. <div class="tags">
  208. <div class="sub">heading</div>
  209. <a href="/">tag name</a>
  210. <a href="/">tag name</a>
  211. <a href="/">tag name</a>
  212. <a href="/">tag name</a>
  213. <a href="/">tag name</a>
  214. <a href="/">tag name</a>
  215. </div>
  216.  
  217. <div class="tags">
  218. <div class="sub">heading</div>
  219. <a href="/">tag name</a>
  220. <a href="/">tag name</a>
  221. <a href="/">tag name</a>
  222. <a href="/">tag name</a>
  223. <a href="/">tag name</a>
  224. </div>
  225.  
  226. <div class="tags">
  227. <div class="sub">heading</div>
  228. <a href="/">tag name</a>
  229. <a href="/">tag name</a>
  230. <a href="/">tag name</a>
  231. <a href="/">tag name</a>
  232. <a href="/">tag name</a>
  233. </div>
  234.  
  235. <div class="tags">
  236. <div class="sub">heading</div>
  237. <a href="/">tag name</a>
  238. <a href="/">tag name</a>
  239. <a href="/">tag name</a>
  240. <a href="/">tag name</a>
  241. <a href="/">tag name</a>
  242. </div>
  243.  
  244. <div class="tags">
  245. <div class="sub">heading</div>
  246. <a href="/">tag name</a>
  247. <a href="/">tag name</a>
  248. <a href="/">tag name</a>
  249. <a href="/">tag name</a>
  250. <a href="/">tag name</a>
  251. </div>
  252.  
  253. <div class="tags">
  254. <div class="sub">heading</div>
  255. <a href="/">tag name</a>
  256. <a href="/">tag name</a>
  257. <a href="/">tag name</a>
  258. <a href="/">tag name</a>
  259. <a href="/">tag name</a>
  260. </div>
  261.  
  262. <div class="tags">
  263. <div class="sub">heading</div>
  264. <a href="/">tag name</a>
  265. <a href="/">tag name</a>
  266. <a href="/">tag name</a>
  267. <a href="/">tag name</a>
  268. <a href="/">tag name</a>
  269. </div>
  270.  
  271. </section>
  272.  
  273. <!-- do not disturb -->
  274. <div class="lo">
  275. <a href="http://loranhale.tumblr.com" title="theme">j</a>
  276. </div>
  277.  
  278. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  279. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  280. <script>
  281. jQuery.noConflict();
  282. (function($){
  283. $(document).ready(function(){
  284. $("a[title],img[title],[title]").style_my_tooltips({
  285. tip_follows_cursor:true,
  286. tip_delay_time:200,
  287. tip_fade_speed:300,
  288. attribute:"title"
  289. });
  290. });
  291. })(jQuery);
  292. </script>
  293.  
  294. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  295. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  296. <script type="text/javascript">
  297. $(window).load(function () {
  298. $('section').masonry({
  299. itemSelector : ".tags",
  300. },
  301. function() { $('section').masonry({ appendedContent: $(this) }); }
  302. );
  303. });
  304. </script>
  305.  
  306. </body>
  307. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement