Advertisement
alicescreed

jagdhundr

Jul 7th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.48 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  8. <!-- custom theme by ANACOMMISSIONS 7.7.2019 -->
  9. <!-- please do not steal, redistribute, or claim as your own. KEEP CREDIT IN TACT. thank you! -->
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />
  14.  
  15. {/block:Description}
  16.  
  17. <meta name="text:link1url" content="link1 url">
  18. <meta name="text:link1title" content="link1 title">
  19. <meta name="text:link2url" content="link2 url">
  20. <meta name="text:link2title" content="link2 title">
  21. <meta name="text:link3url" content="link3 url">
  22. <meta name="text:link3title" content="link3 title">
  23. <meta name="text:link4url" content="link4 url">
  24. <meta name="text:link4title" content="link4 title">
  25. <meta name="text:link5url" content="link5 url">
  26. <meta name="text:link5title" content="link5 title">
  27. <meta name="text:musicplayer" content="paste music player code here">
  28.  
  29. <meta name="image:background" content="">
  30. <meta name="image:infobackground" content="">
  31. <meta name="image:wolf" content="">
  32.  
  33. <meta name="color:navlinks" content="#ffffff">
  34. <meta name="color:text" content="#d9d5cd">
  35. <meta name="color:scrollbar" content="#9cdfe7">
  36. <meta name="color:bold" content="#e9b1a0">
  37. <meta name="color:italic" content="#9cdfe7">
  38. <meta name="color:links" content="#9cdfe7">
  39. <meta name="color:borders" content="#252525">
  40. <meta name="color:hover link" content="#ffffff">
  41.  
  42. <link href="https://fonts.googleapis.com/css?family=Lora|Playfair+Display&display=swap" rel="stylesheet">
  43.  
  44. <link href="https://fonts.googleapis.com/css?family=Just+Another+Hand&display=swap" rel="stylesheet">
  45.  
  46. <link href="https://fonts.googleapis.com/css?family=Anton&display=swap" rel="stylesheet">
  47.  
  48. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  49. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:200,
  56. tip_fade_speed:300
  57. }
  58. );
  59. });
  60. })(jQuery);
  61. </script>
  62.  
  63. <style type="text/css">
  64.  
  65.  
  66. body {
  67. font-family: 'Just Another Hand', cursive;
  68. color: {color:text};
  69. font-size: 17px;
  70. letter-spacing: 1px;
  71. background-color: #05050f;
  72. background-image: url('{image:background}');
  73. background-position: absolute;
  74. background-attachment: fixed;
  75. line-height: 120%;
  76. background-repeat: no-repeat;
  77. text-align: justify;
  78. }
  79.  
  80. #s-m-t-tooltip{
  81. position: absolute;
  82. z-index: 999999999999999999999999999999999999999999999999999999999999;
  83. margin-top: 10px;
  84. margin-left: 5px;
  85. display: block;
  86. background-image: url('{image:infobackground}');
  87. text-align: center;
  88. color: #fff;
  89. font-style: italic;
  90. font-family: 'Playfair Display', serif;
  91. letter-spacing: 1px;
  92. border: 1px {color:borders};
  93. border-style: dotted;
  94. padding: 5px;
  95. font-size: 120%;
  96. margin-bottom: 5px;
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb:vertical {
  100. background-color: {color:scrollbar};
  101. height:auto;
  102. }
  103.  
  104. ::-webkit-scrollbar-thumb:horizontal {
  105. background-color: {color:scrollbar};
  106. height:2px;
  107. }
  108.  
  109. ::-webkit-scrollbar {
  110. height:2px;
  111. width:2px;
  112. background-color: transparent;
  113. }
  114.  
  115.  
  116. a {
  117. text-decoration: none;
  118. color: {color:links};
  119. font-size: 90%;
  120. font-weight: bold;
  121. transition-duration: 0.6s;
  122. -moz-transition-duration: 0.6s;
  123. -webkit-transition-duration: 0.6s;
  124. -o-transition-duration: 0.6s;
  125. font-family: 'Playfair Display', serif;
  126. letter-spacing: 1px;
  127. text-shadow: 1px 1px 5px #454545;
  128. }
  129.  
  130.  
  131. a:hover {
  132. font-style: italic;
  133. letter-spacing: 2px;
  134. text-decoration: none;
  135. font-size: 95%;
  136. color: {color:hover link};
  137. transition-duration: 0.6s;
  138. -moz-transition-duration: 0.6s;
  139. -webkit-transition-duration: 0.6s;
  140. -o-transition-duration: 0.6s;
  141. times: 1px 1px 4px #000;
  142. }
  143.  
  144. small, sup, sub {
  145. font-size: 100%;
  146. }
  147.  
  148. b, strong {
  149. text-shadow: 1px 1px 5px #454545;
  150. padding-left: 2px;
  151. padding-right: 2px;
  152. color:{color:bold};
  153. letter-spacing: 1px;
  154. font-size: 110%;
  155. font-family: 'Playfair Display', serif;
  156. text-transform: uppercase;
  157. }
  158.  
  159. i, em {
  160. text-shadow: 1px 1px 5px #454545;
  161. color:{color:italic};
  162. font-style: italic;
  163. letter-spacing: 1px;
  164. font-size: 110%;
  165. font-family: 'Playfair Display', serif;
  166. }
  167.  
  168. h2 {
  169. text-shadow: 1px 1px 5px #454545;
  170. font-family: 'Playfair Display', serif;
  171. font-size: 120%;
  172. font-weight: bold;
  173. line-height: 120%;
  174. letter-spacing: 1px;
  175. }
  176.  
  177. #info {
  178. background-color: grey;
  179. padding: 10px;
  180. background-image: url('{image:infobackground}');
  181. text-align: center;
  182. text-transform: uppercase;
  183. font-family: 'Just Another Hand', cursive;
  184. letter-spacing: 1px;
  185. times: 1px 1px 4px #000;
  186. border: 1px {color:borders};
  187. border-style: dotted;
  188. }
  189.  
  190. #sidebarh1 {
  191. background-image: url('{image:infobackground}');
  192. text-align: center;
  193. font-family: 'Playfair Display', serif;
  194. border: 1px {color:borders};
  195. border-style: dotted;
  196. font-weight: bold;
  197. padding: 10px;
  198. line-height: 110%;
  199. font-size: 16px;
  200. margin-bottom: 5px;
  201. }
  202.  
  203. #h1 {
  204. text-shadow: 1px 1px 5px #454545;
  205. background-image: url('{image:infobackground}');
  206. text-align: center;
  207. font-family: 'Playfair Display', serif;
  208. border: 1px {color:borders};
  209. border-style: dotted;
  210. font-weight: bold;
  211. padding: 5px;
  212. line-height: 120%;
  213. font-size: 22px;
  214. margin-bottom: 5px;
  215. }
  216.  
  217. #sidebar {
  218. margin-left: 510px;
  219. width: 210px;
  220. height: 170px;
  221. margin-top: 265px;
  222. position: fixed;
  223. background-color: transparent;
  224. padding: 10px;
  225. }
  226.  
  227. #blogtitle{
  228. margin-left: 520px;
  229. margin-top: 130px;
  230. text-align: center;
  231. width: 165px;
  232. font-weight: bold;
  233. position: fixed;
  234. font-size: 17px;
  235. font-family: 'Playfair Display', serif;
  236. padding: 10px;
  237. }
  238.  
  239. #description {
  240. height: 125px;
  241. padding-right: 5px;
  242. overflow: auto;
  243. }
  244.  
  245. #audio {
  246. text-align: center;
  247. font-size: 8pt;
  248. line-height: 9pt;
  249. }
  250.  
  251.  
  252. #musicinfo {
  253.  
  254. text-transform: uppercase;
  255. margin-top:10px;
  256. }
  257.  
  258. blockquote {
  259. border-left: 1px dotted {Color:borders};
  260. border-right: 1px dotted {Color:borders};
  261. padding: 5px;
  262. background-color: #07072d;
  263. }
  264.  
  265. blockquote img {
  266. max-width: auto;
  267. }
  268.  
  269.  
  270. ol.notes {
  271. text-align: left;
  272. list-style: upper-roman;
  273. padding: 10px;
  274.  
  275. }
  276.  
  277.  
  278. #credit {
  279. right:10px;
  280. bottom:7px;
  281. padding:5px;
  282. font-size:10px;
  283. position:fixed;
  284. background-image: url('{image:infobackground}');
  285. text-align: center;
  286. font-style: italic;
  287. font-family: 'Playfair Display', serif;
  288. letter-spacing: 1px;
  289. border: 1px {color:borders};
  290. border-style: dotted;
  291. padding: 5px;
  292. font-size: 120%;
  293. margin-bottom: 5px;
  294. transition-duration: 0.6s;
  295. -moz-transition-duration: 0.6s;
  296. -webkit-transition-duration: 0.6s;
  297. -o-transition-duration: 0.6s;
  298. }
  299.  
  300.  
  301. #credit a {
  302. font-family: 'Playfair Display', serif;
  303. color:#fff;
  304. padding:5px;
  305. letter-spacing:1px;
  306. text-decoration:none;
  307. font-weight:bold;
  308. }
  309.  
  310. #tags a {
  311. font-family: 'Just Another Hand', cursive;
  312. font-size: 90%;
  313. transition-duration: 0.6s;
  314. -moz-transition-duration: 0.6s;
  315. -webkit-transition-duration: 0.6s;
  316. -o-transition-duration: 0.6s;
  317.  
  318. }
  319.  
  320. #tags a:hover {
  321. font-size: 100%;
  322. transition-duration: 0.6s;
  323. -moz-transition-duration: 0.6s;
  324. -webkit-transition-duration: 0.6s;
  325. -o-transition-duration: 0.6s;
  326. }
  327.  
  328. #tags {
  329. font-family: 'Just Another Hand', cursive;
  330. transition-duration: 0.6s;
  331. -moz-transition-duration: 0.6s;
  332. -webkit-transition-duration: 0.6s;
  333. -o-transition-duration: 0.6s;
  334. }
  335.  
  336. #tags a {
  337. color: {color:text};
  338. text-transform: lowercase;
  339. }
  340.  
  341. #post {
  342. width: 400px;
  343. margin-bottom: 20px;
  344. }
  345.  
  346. #posts {
  347. width: 400px;
  348. padding: 10px;
  349. height: 465px;
  350. position: absolute;
  351. margin-left: 55px;
  352. margin-top: 100px;
  353. overflow: auto;
  354. }
  355.  
  356. #navlinks {
  357. margin-top: 0px;
  358. text-align: center;
  359. font-family: 'Playfair Display', serif;
  360. font-size: 9px;
  361.  
  362. }
  363.  
  364. #navlinks a {
  365. font-family: 'Playfair Display', serif;
  366. font-size: 9px;
  367.  
  368. }
  369.  
  370. #links {
  371. position: fixed;
  372. margin-top: 450px;
  373. text-align: left;
  374. width: 200px;
  375. font-size: 13pt;
  376. line-height: 6pt;
  377. margin-left: 525px;
  378. font-family: 'Playfair Display', serif;
  379. }
  380.  
  381. #links a {
  382. color: {color:navlinks};
  383. font-weight: bold;
  384. font-family: 'Playfair Display', serif;
  385. text-transform: uppercase;
  386. }
  387.  
  388. #links a:hover {
  389. color: {color:bold};
  390. font-style: normal;
  391. }
  392.  
  393. #cornerplayer
  394. {z-index:999;
  395. background-color:#000;
  396. width:50px;
  397. height:50px;
  398. border-radius:0px 50px 0px 0px;
  399. -moz-border-radius:0px 50px 0px 0px;
  400. position:fixed;
  401. overflow:hidden;
  402. bottom:0px;
  403. left:0px;
  404. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  405.  
  406. #cornericon
  407. {margin-top:25px;
  408. margin-bottom:20px;
  409. margin-left:-5px;
  410. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  411.  
  412. #cornerplayer:hover
  413. {width:200px;
  414. -moz-border-radius:0px;
  415. border-radius:0px;}
  416.  
  417. #cornerplayer:hover #cornericon
  418. {margin-top:10px;
  419. margin-left:0px;
  420. margin-bottom:4px;}
  421.  
  422. </style>
  423.  
  424. </head>
  425.  
  426. <body>
  427.  
  428.  
  429. <div id='cornerplayer'><center>
  430. <div id='cornericon'><img src="https://66.media.tumblr.com/tumblr_m7vzo0ih0d1r6o8v2.gif"/></div>
  431. <div> {text:musicplayer} </div>
  432. </center> </div><!--cornerplayer-->
  433.  
  434. <div id="sidebar">
  435. <div id="description">
  436. {description}</div>
  437. <div id="navlinks">
  438. {block:Pagination}
  439. {block:PreviousPage}
  440. <a href="{PreviousPage}">fall</a> /
  441. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  442. {/block:NextPage}
  443. {/block:Pagination}
  444. </div>
  445. </div>
  446.  
  447. <div id="links">
  448. <img src="{image:wolf}"> <a href="{text:link1url}">{text:link1title}</a><br><br>
  449. <img src="{image:wolf}"> <a href="{text:link2url}">{text:link2title}</a><br><br>
  450. <img src="{image:wolf}"> <a href="{text:link3url}">{text:link3title}</a><br><br>
  451. <img src="{image:wolf}"> <a href="{text:link4url}">{text:link4title}</a><br><br>
  452. <img src="{image:wolf}"> <a href="{text:link5url}">{text:link5title}</a><br>
  453. </div>
  454.  
  455.  
  456. <div id="posts">{block:Posts}<div id="post">
  457.  
  458.  
  459.  
  460. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  461.  
  462. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  463.  
  464. {Caption} {/block:Caption}{/block:Photo}
  465.  
  466. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}
  467.  
  468. {/block:Photoset}
  469.  
  470. {block:Quote}<div id="h1">{Quote}</div>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  471.  
  472. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  473.  
  474. {Description}{/block:Description}{/block:Link}
  475.  
  476. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  477.  
  478. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  479.  
  480. {block:Audio}
  481. <div id="audio">
  482. {block:TrackName}
  483. <div id="musicinfo" style="margin-top: 5px;">
  484. {AudioPlayerGrey} <br>
  485. {TrackName} by
  486. {/block:TrackName}
  487. {block:Artist}
  488. {Artist}
  489. {/block:Artist}
  490.  
  491. </div>
  492. </div>
  493. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  494. {/block:Audio}
  495.  
  496.  
  497. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  498.  
  499. {block:Answer}
  500. <div id="sidebarh1">
  501. <img src="{image:wolf}"><br>
  502. {Asker} asked <br>
  503. <span style="font-weight: normal;font-family: 'Just Another Hand', cursive; color: {color:text}; font-size: 13px;">" {Question} "</span>
  504. </table>
  505. </div>
  506. {Answer}{/block:Answer}
  507.  
  508. <div id="info" style="font-size: 9px; line-height: 10px;">
  509. <a title="{TimeAgo}">{TimeAgo}</a> ⧗ <a href="{Permalink}" title="{NoteCount} notes">{NoteCount}</a> ⧗ <a href="{ReblogURL}" title="reblog">Reblog</a>
  510. <div id="tags">
  511. {block:HasTags}{block:Tags} <a href="{TagURL}" style="font-family: times; font-size: 10px;">#{Tag}</a>
  512. {/block:Tags}{/block:HasTags}
  513. </div>
  514. </div>
  515.  
  516. </div>
  517. {block:PostNotes}<Div style="width: 400px;">
  518.  
  519.  
  520. {PostNotes}</div>{/block:PostNotes}
  521. {/block:Posts}</div>
  522.  
  523. <div id="credit">
  524. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  525. </div>
  526.  
  527.  
  528.  
  529.  
  530.  
  531. </body>
  532.  
  533. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement