hermionemessi

BCN page pack: Blogroll page

Dec 2nd, 2018 (edited)
582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <!--Blogroll Page (from Barcelona page pack) by liohnelmessi
  4.  
  5. © 2018 by liohnelmessi (an imprint of antoniosvivaldi / athenathms)
  6.  
  7. Note:
  8.  
  9. - Optimised for modern browsers e.g. Google Chrome / Opera
  10. - Optimised for computer monitor sizes 13in. ~ 15in.
  11. - Common terms of use apply
  12. - Feel free to tweak the layout as long as the credit stays intact
  13.  
  14. -->
  15. <head>
  16.  
  17. <meta charset="UTF-8" />
  18. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  19. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <title>{Title}</title>
  22.  
  23. <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css'>
  24.  
  25. <link href="https://fonts.googleapis.com/css?family=Rosario:400,400i,700,700i" rel="stylesheet">
  26.  
  27. <link href="https://fonts.googleapis.com/css?family=Tinos:700,700i" rel="stylesheet">
  28.  
  29. <link href="https://fonts.googleapis.com/css?family=Lora:400,400i" rel="stylesheet">
  30.  
  31. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
  32.  
  33. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  34.  
  35. <link rel="stylesheet" href="https://static.tumblr.com/xbvpdcx/ghEpiyuu7/bcnbroll-style.css">
  36.  
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41. @media screen and (max-width: 960px) {
  42. #sidelinks a {display:block!important;}
  43. }
  44.  
  45.  
  46.  
  47. /*Customisable sections*/
  48. @media screen and (min-width: 960px) {
  49. #sidelinks a {
  50. background:rgba(255,255,255,0.3);
  51. color:#fff;
  52. }
  53.  
  54. }
  55.  
  56. #sidelinks a:hover {
  57. color:#fff;
  58. background: rgba(187, 209, 229, 0.8);
  59. }
  60.  
  61. .sectstuff:not(.broll) a:hover {
  62. color:#BBD1E5; /*replace the hexcode to a different hexcode if you want*/
  63. border-bottom:1px solid #BBD1E5; /*this as well*/
  64. }
  65.  
  66.  
  67.  
  68.  
  69.  
  70. /*background images of each page section*/
  71. .brollimg {
  72. /*change the image URL here*/
  73. background-image: url('https://static.tumblr.com/4f2083dfe2681f5747ae38664c29d1e0/qp1dgt3/QL2pgsyjh/tumblr_static_1jxi4ekc2toko4cokgowoscw4.png');
  74.  
  75. /*change the position of the image*/
  76. background-position: 50% 50%;
  77. }
  78.  
  79.  
  80.  
  81.  
  82. </style>
  83. </head>
  84. <body class="animsition">
  85.  
  86.  
  87. <div id="sidelinks">
  88.  
  89. <a class="a-link"href="/"title="home"><span class="lnr lnr-home"></span></a>
  90.  
  91. <!--a link here-->
  92. <a class="a-link"href="/" title="a link"><span class="lnr lnr-bookmark"></span></span></a>
  93. <!--/ a link here-->
  94.  
  95.  
  96. <!--a link here-->
  97. <a class="a-link"href="/" title="a link"><span class="lnr lnr-link"></span></a>
  98. <!--/ a link here-->
  99.  
  100.  
  101.  
  102. </div>
  103.  
  104. <!--main container-->
  105. <main>
  106. <section class="infosect">
  107. <!--sidebar image-->
  108. <div class="imgs brollimg"></div>
  109. <!--/sidebar image-->
  110.  
  111. {block:following}
  112. <!--blogroll section contents-->
  113. <article class="texts">
  114. <h1>Blogroll</h1>
  115. <!--blogroll container-->
  116. <div class="broll sectstuff">
  117. {block:followed}
  118. <div class="followed">
  119. <a href="{FollowedURL}"title="{FollowedName}">
  120. <img src="{FollowedPortraitURL-128}">
  121. </a>
  122. </div>
  123. {/block:followed}
  124. </div>
  125. <!--/blogroll container-->
  126. </article>
  127. <!--/blogroll section contents-->
  128. {/block:following}
  129.  
  130.  
  131.  
  132.  
  133. </section>
  134. </main>
  135. <!--/main container-->
  136.  
  137. <!--Don't mess with the credit-->
  138. <div class="creds">
  139. <figure>
  140. <figcaption>
  141. <p>
  142. <a href="https://liohnelmessi.tumblr.com" title="liohnelmessi">
  143. <span>T</span>
  144. <span>H</span>
  145. <span>M</span>
  146. </a>
  147. </p>
  148. </figcaption>
  149. </figure>
  150. </div>
  151. <!--Don't mess with the credit-->
  152.  
  153. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  154.  
  155. <!-- animsition.css -->
  156. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animsition/4.0.1/css/animsition.min.css">
  157.  
  158. <!-- animsition.js -->
  159. <script src="https://cdnjs.cloudflare.com/ajax/libs/animsition/4.0.1/js/animsition.min.js"></script>
  160.  
  161. <script>
  162. $(document).ready(function() {
  163.  
  164. $(".animsition").animsition({
  165. inClass: 'fade-in',
  166. outClass: 'fade-out',
  167. inDuration: 1500,
  168. outDuration: 800,
  169. linkElement: '.a-link',
  170. loading: true,
  171. loadingParentElement: 'body',
  172. loadingClass: 'animsition-loading',
  173. loadingInner: '',
  174. timeout: true,
  175. timeoutCountdown: 1800,
  176. onLoadEvent: true,
  177. browser: [ 'animation-duration', '-webkit-animation-duration'],
  178. overlay : false,
  179. overlayClass : 'animsition-overlay-slide',
  180. overlayParentElement : 'body',
  181. transition: function(url){ window.location.href = url; }
  182. });
  183.  
  184.  
  185. });
  186.  
  187. </script>
  188.  
  189. <script src="https://static.tumblr.com/p0knose/nRYp3ktqo/jquery.style-my-tooltips.js"></script>
  190.  
  191. <script>
  192. $(document).ready(function(){
  193.  
  194. $("a[title],img[title],[title]").style_my_tooltips({
  195.  
  196. tip_follows_cursor:true,
  197.  
  198. tip_delay_time:30,
  199.  
  200. tip_fade_speed:300,
  201.  
  202. attribute:"title"
  203.  
  204. });
  205.  
  206. });
  207.  
  208. </script>
  209. </body>
  210. </html>
Add Comment
Please, Sign In to add comment