hermionemessi

Blogroll 02 (static blogroll)

Sep 9th, 2021 (edited)
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <!--Eudamia Page Pack: Blogroll 02 Evadne (Custom Blogroll Version) by antoniosvivaldi / athenathms
  4.  
  5. antoniosvivaldi © 2021
  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. <head>
  15.  
  16. <meta charset="UTF-8" />
  17. <meta https-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  18. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  19. <link rel="shortcut icon" href="{Favicon}">
  20.  
  21. <title>{Title}</title>
  22.  
  23.  
  24.  
  25.  
  26.  
  27. <link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,700,700i" rel="stylesheet">
  28. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" rel="stylesheet">
  29. <link href="https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i" rel="stylesheet">
  30. <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700" rel="stylesheet">
  31.  
  32. <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700" rel="stylesheet">
  33. <link href="https://fonts.googleapis.com/css?family=Elsie:900" rel="stylesheet">
  34. <link href="https://fonts.googleapis.com/css?family=Unna:700" rel="stylesheet">
  35. <link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:700" rel="stylesheet">
  36.  
  37. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  38. <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
  39.  
  40. <style type="text/css">
  41.  
  42. /*Customise stuff here*/
  43.  
  44. :root {
  45.  
  46. /*font size*/
  47. --fontsize:18px;
  48.  
  49. /*accent colours*/
  50. --accent: #53759b;
  51. --highlight: #cfe9f6;
  52.  
  53. /*accent colours with opacity*/
  54.  
  55. /*
  56. convert the accent & highlight hex codes to RGB values using the following website:
  57.  
  58. https://www.rapidtables.com/convert/color/hex-to-rgb.html
  59.  
  60. */
  61.  
  62. --accentalpha: 83, 117, 155;
  63. --highlightalpha: 207, 233, 246;
  64.  
  65. /* available blend modes:
  66.  
  67. - Normal
  68. - Multiply
  69. - Scren
  70. - Color Burn
  71. - Color Dodge
  72. - Overlay
  73. - Soft Light
  74. - Hard Light
  75. - Hue
  76. - Color
  77.  
  78.  
  79. */
  80.  
  81. --abtblend:multiply;
  82. --faqblend:multiply;
  83.  
  84.  
  85.  
  86. }
  87.  
  88. /*Available body fonts:
  89.  
  90. - Fira Sans
  91. - Open Sans
  92. - Karla
  93. - Source Sans Pro
  94.  
  95. */
  96.  
  97. body {
  98. font-family:'Fira Sans',sans-serif;
  99. }
  100.  
  101. /*Available heading fonts:
  102.  
  103. - Playfair Display
  104. - Elsie
  105. - Unna
  106. - Libre Baskerville
  107.  
  108. */
  109.  
  110. h1, h2, .tilter__title {font-family:'Playfair Display',serif;}
  111.  
  112.  
  113. </style>
  114.  
  115. <!--the rest of the CSS stylesheet-->
  116. <link rel="stylesheet" href="https://static.tumblr.com/hqib8pd/orEr5hqe4/eudamia-main-v2.css">
  117.  
  118. </head>
  119.  
  120. <!--How to use different theme modes: in the body tag below
  121.  
  122. Light theme: day-mode
  123. Dark theme: night-mode
  124. Alternating theme: remove day-mode / night-mode from the classname and uncomment the script at the end of the HTML
  125.  
  126. -->
  127. <body class="animsition day-mode">
  128.  
  129. <div class="topbar">
  130. <div class="topbar__inner">
  131.  
  132. <!--If you want to change the title, just replace the 3 "{Title}" below to your desired heading title-->
  133. <h1><a class="a-link tbrefresh" href="/">{Title}
  134. <span class="tbletters" data-letters="{Title}"></span>
  135. <span class="tbletters" data-letters="{Title}"></span>
  136. </a></h1>
  137.  
  138.  
  139. </div>
  140. </div>
  141.  
  142.  
  143. <main class="smooth">
  144. <div id="wrapper">
  145. <!--Posts and hero image-->
  146. <section class="tabs" id="tab1">
  147.  
  148. <h1>Blogroll</h1>
  149.  
  150. <div class="broll_cont">
  151.  
  152.  
  153. <!--Static blogroll: copy / paste the following div to add more users. Texts to add in include link to a blog and etc.-->
  154.  
  155. <!--one user-->
  156. <div class="followed_user">
  157. <div class="followed_img">
  158. <div>
  159. <img src="https://64.media.tumblr.com/e2da596a623fa7093789bbba06585057/f5a516df81d7d77b-58/s128x128u_c1/e0950fadc15b3ca1052540c8c4ace900597acbb7.png">
  160. </div>
  161. </div>
  162. <div class="followed_txt">
  163. <span>
  164. <b><a class="a-link" href="#">Blog URL</a></b><br>
  165. Blog Title
  166. </span>
  167. </div>
  168. </div>
  169. <!--/one user-->
  170.  
  171.  
  172.  
  173.  
  174. <!--to here-->
  175.  
  176.  
  177.  
  178.  
  179. </div>
  180.  
  181.  
  182.  
  183.  
  184. <footer>
  185. <div>Theme by <a href="https://antoniosvivaldi.tumblr.com" class="a-link">antoniosvivaldi</a></div>
  186. </footer>
  187.  
  188. </section>
  189. <!--/Posts and hero image-->
  190.  
  191.  
  192.  
  193.  
  194.  
  195. </div>
  196. </main>
  197.  
  198.  
  199. <!--Please do not alter the credit!-->
  200. <div id="athena_wrapper">
  201. <a class="a-link" href="https://antoniosvivaldi.tumblr.com"><span>thm</span></a>
  202. </div>
  203. <!--/credit-->
  204.  
  205. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  206. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.1/imagesloaded.pkgd.min.js"></script>
  207.  
  208.  
  209.  
  210. <!-- animsition.js -->
  211. <script src="https://cdnjs.cloudflare.com/ajax/libs/animsition/4.0.1/js/animsition.min.js"></script>
  212.  
  213.  
  214. <script>
  215. $(document).ready(function() {
  216.  
  217. $(".animsition").animsition({
  218. inClass: 'fade-in',
  219. outClass: 'fade-out',
  220. inDuration: 1500,
  221. outDuration: 800,
  222. linkElement: '.a-link',
  223. loading: true,
  224. loadingParentElement: 'body',
  225. loadingClass: 'animsition-loading',
  226. loadingInner: '',
  227. timeout: true,
  228. timeoutCountdown: 3000,
  229. onLoadEvent: true,
  230. browser: [ 'animation-duration', '-webkit-animation-duration'],
  231. overlay : false,
  232. overlayClass : 'animsition-overlay-slide',
  233. overlayParentElement : 'body',
  234. transition: function(url){ window.location.href = url; }
  235. });
  236.  
  237.  
  238. });
  239.  
  240. </script>
  241.  
  242.  
  243.  
  244. <!-- Uncomment this if you want to use alternating theme colours
  245.  
  246. <script>
  247.  
  248. (function($) {
  249.  
  250. var url, hour = new Date().getHours();
  251. if (hour > 18 || hour < 8) {
  252. jQuery('body').addClass('night-mode');
  253. } else {
  254. jQuery('body').addClass('day-mode');
  255. }
  256.  
  257. }(jQuery));
  258.  
  259.  
  260. </script>
  261.  
  262. -->
  263.  
  264. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  265.  
  266. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>
  267. jQuery.noConflict();
  268. (function($){
  269.  
  270. $(document).ready(function(){
  271.  
  272. $("a[title],img[title],[title]").style_my_tooltips({
  273.  
  274. tip_follows_cursor:true,
  275.  
  276. tip_delay_time:30,
  277.  
  278. tip_fade_speed:300,
  279.  
  280. attribute:"title"
  281.  
  282. });
  283.  
  284. });
  285.  
  286. })(jQuery);
  287. </script>
  288.  
  289. </body>
  290. </html>
Add Comment
Please, Sign In to add comment