Advertisement
elsaofarendelle

Iduna Theme 001 - Sold to airtouched

Nov 17th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.88 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Timmana" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Yellowtail&display=swap" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap" rel="stylesheet">
  15.  
  16. <!--- tooltips --->
  17.  
  18. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("[title]").style_my_tooltips();
  24. });
  25. })(jQuery);
  26. </script>
  27.  
  28.  
  29. </style>
  30.  
  31.  
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36.  
  37.  
  38. <!-------------------------------------------
  39. Code by wintersovereign.
  40. Don't copy or distribute.
  41. Don't claim as your own.
  42. -------------------------------------------->
  43.  
  44. <meta name="image:background" content=""/>
  45. <meta name="image:sidebar" content=""/>
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. iframe#tumblr_controls {
  51. white-space:nowrap;
  52. -webkit-filter: invert(100%);
  53. -moz-filter: invert(100%);
  54. -o-filter: invert(100%);
  55. -ms-filter: invert(100%);
  56. filter: invert(100%);
  57. opacity:.2;transition: .8s ease-in-out;
  58. -webkit-transition: .8s ease-in-out;
  59. -moz-transition: .8s ease-in-out;
  60. -o-transition: .8s ease-in-out;
  61. }
  62.  
  63. /* --- CURSOR START --- */
  64.  
  65. *, body, a, a:hover {cursor: url("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  66.  
  67. /* --- CURSOR END --- */
  68.  
  69. /* --- FONTS START --- */
  70.  
  71. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  72.  
  73. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  74.  
  75. @font-face { font-family: 'Ice kingdom'; src: url('Icekingdom-Bold.woff2') format('woff2'), url('Icekingdom-Bold.woff') format('woff');}
  76.  
  77.  
  78.  
  79.  
  80.  
  81. /* --- FONTS END --- */
  82.  
  83.  
  84. /* --- SCROLLBAR START ---*/
  85.  
  86. ::-webkit-scrollbar-thumb{
  87. background-color: #381b19;
  88. border: none;
  89. height:auto;
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. height:auto;
  94. width:5px;
  95. background-color: transparent;
  96. border:5px solid transparent;
  97. }
  98.  
  99. /* --- SCROLLBAR END --- */
  100.  
  101.  
  102. /* --- TOOLTIPS START --- */
  103.  
  104. #s-m-t-tooltip{
  105. max-width:300px;
  106. margin:15px;
  107. padding:2px 8px;
  108. background: #581c23;
  109. border: 1px dashed #381b19;
  110. color: #cfc9ce;
  111. border-radius:0px;
  112. z-index:9999999999999;
  113. font-size:12px;
  114. font-family: 'Ice kingdom';
  115. font-weight:bold;
  116. text-transform:normal;
  117. box-shadow: 2px 2px 5px #000;
  118. -webkit-transition:all 0.7s;
  119. -moz-transition:all 0.7s;
  120. -ms-transition:all 0.7s;
  121. -o-transition:all 0.7s;
  122. transition:all 0.7s;
  123. }
  124.  
  125. /* --- TOOLTIPS END --- */
  126.  
  127.  
  128. /* --- BODY START ---*/
  129.  
  130. body {
  131. background:#381b19;
  132. background-image:url({image:background});
  133. background-attachment: fixed;
  134. background-repeat: no-repeat;
  135. background-position:0px 0px;
  136. margin:0px;
  137. color:#cfc9ce;
  138. font-family: 'Cormorant Garamond', serif;
  139. font-size:11px;
  140. line-height:120%;
  141. word-wrap: break-word;
  142. }
  143.  
  144. blockquote {
  145. padding-left:5px;
  146. border-left:2px solid;
  147. border-color: #381b19;
  148. border-radius:6px;
  149. }
  150.  
  151. a {
  152. color: #cfc9ce;
  153. text-decoration:none;
  154. -webkit-transition:all 0.5s ease-in-out;
  155. -moz-transition:all 0.5s ease-in-out;
  156. -o-transition:all 0.5s ease-in-out;
  157. -ms-transition:all 0.5s ease-in-out;
  158. transition:all 0.5s ease-in-out;
  159. }
  160.  
  161.  
  162. img {none;}
  163.  
  164. h1 {
  165. font-family: 'Ice kingdom';
  166. text-transform:none;
  167. font-size:25px;
  168. line-height:30px;
  169. letter-spacing:0px;
  170. text-align:center;
  171. font-style:normal;
  172. color: #381b19;
  173. }
  174.  
  175. h2 {
  176. color: #936988;
  177. text-transform: none;
  178. letter-spacing:1px;
  179. font-family: 'Ice kingdom';
  180. font-size:17px;
  181. }
  182.  
  183. hr {
  184. border-color: #381b19;
  185. border-width: .5px;
  186. }
  187.  
  188. #fixerupper {
  189. width:500px;
  190. margin:0 auto -12px auto;
  191. }
  192.  
  193. #container {
  194. width:410px;
  195. height:662px;
  196. margin-left:405px;
  197. margin-top:15px;
  198. position:fixed;
  199. overflow-y:scroll;
  200. overflow-x:hidden;
  201. padding-left:50px;
  202. padding-right:25px;
  203. padding-top:17px;
  204. padding-bottom:10px;
  205. z-index:50
  206. }
  207.  
  208. #post {
  209. background: none;
  210. width:390px;
  211. padding-bottom:30px;
  212. padding: 30px;
  213. text-align: justify;
  214. margin-top:0px;
  215. border: 3px none #f7f7f7;
  216. line-height: 100%;
  217. }
  218.  
  219.  
  220. #post img {
  221. padding: 0;
  222. max-width:100%;
  223. width: auto;
  224. height: auto;
  225. }
  226.  
  227. #post video {
  228. padding: 0;
  229. max-width:100%;
  230. width: auto;
  231. height: auto;
  232. }
  233.  
  234. pre {
  235. font-family: 'lumierlight';
  236. font-size:10px;
  237. color:#ebc7da;
  238. letter-spacing:1px;
  239. text-align:center;
  240. text-transform:uppercase;
  241. padding:6px;
  242. background:url('');
  243. background-repeat:repeat;;
  244. }
  245.  
  246.  
  247. b {
  248. text-transform: bold;
  249. color: #936988;
  250. letter-spacing:1px;
  251. text-shadow: 2px 2px 5px #381b19;
  252. font-family: 'Bebas Neue', cursive;
  253. font-size:17px;
  254. line-height:100%;
  255. }
  256.  
  257. i {
  258. text-transform: italic;
  259. color: #381b19;
  260. letter-spacing:1px;
  261. font-family: 'Yellowtail', cursive;
  262. text-shadow: 0px 0px 3px #381b19;
  263. font-size:20px;
  264. line-height:100%;
  265. }
  266.  
  267. sub, small, sup {
  268. font-size: 12px;
  269. }
  270.  
  271. /* --- BODY END --- */
  272.  
  273.  
  274. /* --- SIDEBAR START ---*/
  275.  
  276. #sidebar{
  277. position: fixed;
  278. top: 80px;
  279. width:150px;
  280. height:70px;
  281. left: 830px;
  282. padding:20px;
  283. }
  284.  
  285. #sidebarimage img{
  286. width: 260px;
  287. height:209px;
  288. padding:10px;
  289. border:2px none #634911;
  290. margin-top:70px;
  291. margin-left:43px;
  292. background:transparent;
  293. background-image:{image:sidebarimage};
  294. }
  295.  
  296. #nav {
  297. position:fixed;
  298. overflow:hidden;
  299. margin-top:150px;
  300. margin-left:315px;
  301. }
  302.  
  303. #link1 a , #link2 a, #link3 a
  304.  
  305. #title {
  306. font-family:times;
  307. text-align:center;
  308. width:300px;
  309. margin-top:5px;
  310. margin-left:200px;
  311. text-transform:uppercase;
  312. font-style:normal;
  313. font-size:20px;
  314. color:#fff;
  315. }
  316.  
  317. #description {
  318. background:none;
  319. width:200px;
  320. height:300px;
  321. overflow-y:scroll;
  322. overflow-x:hidden;
  323. margin-top:-310px;
  324. margin-left:173px;
  325. padding: 12px;
  326. padding-right:10px;
  327. text-align:justify;
  328. font-style: none;
  329. font-family: 'Cormorant Garamond', serif;
  330. font-size:11px;
  331. color: #cfc9ce;
  332. text-shadow: none;
  333. letter-spacing:1px;
  334. line-height:155%;
  335. }
  336.  
  337. #updates{
  338. width:200px;
  339. margin-left:33px;
  340. margin-top:-120px;
  341. font-style: none;
  342. font-family: 'Cormorant Garamond', serif;
  343. font-size:11px;
  344. text-transform:normal;
  345. color: #cfc9ce;
  346. letter-spacing:1px;
  347. line-height:200%;
  348. position:fixed;
  349. }
  350.  
  351. #pagination {
  352. font-family: 'Bebas Neue', cursive;
  353. width:500px;
  354. font-size:20px;
  355. margin-top:220px;
  356. margin-left:-587px;
  357. padding-left:5px;
  358. letter-spacing:3px;
  359. text-align:center;
  360. text-transform:uppercase;
  361. color: #cfc9ce;
  362. }
  363.  
  364. #pagination a {
  365. color:#936988;
  366. }
  367.  
  368. /* --- SIDEBAR END ---*/
  369.  
  370.  
  371. /* --- LINKS START --- */
  372.  
  373. #links {
  374. width:250px;
  375. position:fixed;
  376. margin-left:153px;
  377. margin-top:-150px;
  378. padding:8px;
  379. }
  380.  
  381. #links a{
  382. min-width:100px;
  383. background: #581c23;
  384. border: 1px dashed #381b19;
  385. color: #cfc9ce;
  386. display:inline-block;
  387. margin:4px;
  388. font-size:8px
  389. font-family: 'lumierlight';
  390. text-align:center;
  391. text-transform:uppercase;
  392. padding-top:2px;
  393. line-height:155%;
  394. }
  395.  
  396. /* --- LINKS END --- */
  397.  
  398.  
  399. /* --- CREDIT START --- */
  400.  
  401. .credit{
  402. position:fixed;
  403. font-size:20px;
  404. right:40px;
  405. bottom:20px;
  406. z-index:51;
  407. }
  408.  
  409. .credit a {
  410. font-family: "starfish";
  411. text-decoration:none;
  412. text-transform:uppercase;
  413. color: #581c23;
  414. text-shadow: 1px 1px 1px #581c23;
  415. -moz-transition-duration:.7s;
  416. -webkit-transition-duration:.7s;
  417. -o-transition-duration:.7s;
  418. }
  419.  
  420. /* --- CREDIT END --- */
  421.  
  422.  
  423. /* --- POST NOTES START --- */
  424.  
  425. .note {
  426. padding:0px 20px 0px 20px;
  427. background-color:transparent;
  428. text-transform:lowercase;
  429. letter-spacing:0px;
  430. font-size: 11px;
  431. font-style:normal;
  432. text-align:left;
  433. line-height:120%;
  434. }
  435.  
  436. .note li {
  437. list-style-type:none;
  438. padding:5px 25px 5px 25px;
  439. text-align:left;
  440. margin-right:30px;
  441. margin-top:-50px;
  442. }
  443.  
  444. #info {
  445. height:20px;
  446. text-align:center;
  447. margin-top:25px;
  448. padding-top:10px;
  449. padding:15px;
  450. padding-bottom:1px;
  451. text-transform:normal;
  452. font-style:none;
  453. font-size:12px;
  454. font-family:'Ice kingdom';
  455. color: #cfc9ce;
  456. background-repeat:repeat;
  457. background-attachment:fixed;
  458. line-height:60%;
  459. background: #381b19;
  460. }
  461.  
  462. #info a{
  463. color: #581c23;
  464. }
  465.  
  466. #tags {
  467. font-family: 'Cormorant Garamond', serif;
  468. text-align:center;
  469. margin-top:5px;
  470. padding-bottom:0px;
  471. text-transform:none;
  472. font-style:none;
  473. font-size:12px;
  474. }
  475.  
  476. #tags a {
  477. color: #cfc9ce;
  478. }
  479.  
  480. /* --- POST NOTES END --- */
  481.  
  482.  
  483. /* --- ASK & AUDIO START --- */
  484.  
  485. .ask {
  486. color: #cfc9ce;
  487. background: #581c23;
  488. border: 1px dashed #381b19;
  489. padding:15px;
  490. margin-bottom:15px;
  491. margin-top:10px;
  492. }
  493.  
  494. .askheader {
  495. }
  496.  
  497. .asker {
  498. color: #381b19;
  499. text-shadow: -1px -1px -1px #1e1e1d;
  500. text-shadow: 1px 1px 1px #1e1e1d;
  501. font-family: 'Ice kingdom';
  502. font-size:22px;
  503. line-height:20px;
  504. text-align:center;
  505. padding-bottom:5px;
  506. }
  507.  
  508. .answer {
  509. color: #cfc9ce;
  510. }
  511.  
  512. .chat {
  513. list-style:none;
  514. margin-top:15px;
  515. margin-bottom:0px;
  516. font-size:10px;
  517. margin-left:0px;
  518. }
  519.  
  520. .chat ul {
  521. line-height:18px;
  522. margin-top:0px;
  523. list-style:none;
  524. padding:0px;
  525. letter-spacing:2px;
  526. font-size:10px;
  527. margin-bottom:0px;
  528. text-transform:normal;
  529. }
  530.  
  531. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  532. background-color: #381b19;
  533. padding:3px 8px 3px 8px;
  534. color: #cfc9ce;
  535. border-bottom: none
  536. }
  537.  
  538. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  539. background-color: none;
  540. padding:3px 8px 3px 8px;
  541. color: #cfc9ce;
  542. border-bottom: none;
  543. }
  544.  
  545. .audio{
  546. color: #cfc9ce;
  547. background: #581c23;
  548. border: 1px dashed #381b19;
  549. padding:15px;
  550. height:70px;
  551. font-size:8px;
  552. overflow:hidden;
  553. }
  554.  
  555. .video {
  556. width:390px!important;
  557. }
  558.  
  559. .video iframe {
  560. width:390px!important;
  561. }
  562.  
  563. /* --- ASK & AUDIO END --- */
  564.  
  565. {CustomCSS}</style></head><body>
  566.  
  567. <div id="fixerupper">
  568.  
  569. <div id="sidebar">
  570.  
  571. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  572.  
  573. <div class="credit">
  574. <a href="https://wintersovereign.tumblr.com/">E</a>
  575. </div>
  576.  
  577. <div id="title"></div>
  578.  
  579. <!-- Wikplayer https://www.wikplayer.com -->
  580. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  581. data-config="{'skin':'https://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':35,'autoplay':true,'shuffle':false,'repeat':1,'showcomment':false,'marqueetexton':false,'placement':'mini','showplaylist':false,'playlist':[{'title':'All%20Is%20Found','url':'https%3A%2F%2Fk007.kiwi6.com%2Fhotlink%2Ftofmgv1m6t%2F1-26_All_Is_Found_Kacey_Musgraves_Version_Instrumental_.mp3'}]}" ></script>
  582. <!-- Wikplayer code end -->
  583.  
  584. <div id="description">
  585. <center><p>Independent and semi-selective<b>Queen Iduna</b> of Disney's <i>Frozen & Frozen II</i>, with influences from tie-in novels and headcanons. Spoiler Heavy. Loved by Bee.</p>
  586. </center>
  587. </div>
  588.  
  589. <div id="updates">
  590. <center><p></p></center>
  591. </div>
  592.  
  593. <div id="links">
  594. <center>
  595. <a href="/">home</a>
  596. <a href="/ask">ask</a>
  597. <a href="/rules">rules</a>
  598. <a href="/about">about</a>
  599. <a href="/verses">verses</a>
  600. <a href="/navi">navi</a>
  601. <a href="/archive">past</a>
  602. <a href="http://tumblr.com/dashboard">dash</a>
  603. </center>
  604. </div>
  605.  
  606. <div id="scrollbar">{scrollbar}</div>
  607.  
  608. <div id="pagination">
  609. <center> {block:Pagination}
  610. <div id="pagination">
  611. {block:PreviousPage}
  612. <a href="{PreviousPage}"><big>«</big></a>
  613. {/block:PreviousPage}
  614. {block:JumpPagination length="5"}
  615. {block:CurrentPage}
  616. <span class="current_page">{PageNumber}</span>
  617. {/block:CurrentPage}
  618. {block:JumpPage}
  619. <a class="jump_page" href="{URL}">{PageNumber}</a>
  620. {/block:JumpPage}
  621. {/block:JumpPagination}
  622. {block:NextPage}
  623. <a href="{NextPage}"><big>»</big></a>
  624. {/block:NextPage}
  625. </div>
  626. {/block:Pagination}</center>
  627. </div>
  628.  
  629. {block:HasPages}{block:Pages}
  630.  
  631. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  632.  
  633. </div></center>
  634.  
  635.  
  636. </div>
  637.  
  638. <div id="container">{block:Posts}<div id="post">
  639.  
  640. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  641. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  642.  
  643. {block:blockquote}{/block:blockquote}
  644.  
  645. {block:ContentSource}
  646. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  647. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  648. {/block:SourceLogo}
  649. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  650. {/block:ContentSource}
  651.  
  652. {block:Photo}
  653. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="390px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  654. {/block:Photo}
  655.  
  656. {block:Photoset}
  657. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  658. {/block:Photoset}
  659.  
  660. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  661.  
  662. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  663.  
  664. {block:Chat}
  665. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  666. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label"><b>{Label}</b> </span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  667. {/block:Chat}
  668.  
  669. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="75px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp; {TrackName}{/block:TrackName}
  670. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  671.  
  672. {block:Video}<div class="video">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  673.  
  674. {block:Answer}
  675. <div class="askheader"><img src="" draggable="false"></div>
  676. <div class="ask"><div class="asker">{Asker}<font color=#381b19> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  677. {/block:Answer}
  678.  
  679.  
  680. {Block:Date}<div id="info"><a href="{Permalink}" class="details" title="{TimeAgo}">posted</a> &nbsp;{block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}">notes</a> {/block:NoteCount} &nbsp; {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">source</a> {/block:RebloggedFrom}&nbsp;<a href="{ReblogURL}" target="_blank" class="details" >reblog</a> {/block:Date}</div>
  681.  
  682. <div id="tags">
  683. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  684.  
  685. </div>
  686. {block:PostNotes}{PostNotes}{/block:PostNotes}
  687. {/block:Posts}</div>
  688.  
  689. </body>
  690.  
  691.  
  692. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement