hermionemessi

Navi 02

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