Advertisement
elsaofarendelle

actualrealliveanna

Dec 3rd, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.95 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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=Sorts+Mill+Goudy" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Yellowtail&display=swap" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=Dancing+Script&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. /* --- CURSOR START --- */
  51.  
  52. *, body, a, a:hover {cursor: url("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  53.  
  54. /* --- CURSOR END --- */
  55.  
  56.  
  57. /* --- FONTS START --- */
  58.  
  59. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  60.  
  61. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  62.  
  63. /* --- FONTS END --- */
  64.  
  65.  
  66. /* --- SCROLLBAR START ---*/
  67.  
  68. ::-webkit-scrollbar {
  69. height: 0px;
  70. width: 5px;
  71. background: transparent;
  72. }
  73.  
  74. ::-webkit-scrollbar-thumb {
  75. border: 4px solid #81735d;
  76. -webkit-border-radius: none;
  77. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  78. }
  79.  
  80. ::-webkit-scrollbar-corner{
  81. background: transparent;
  82. }
  83.  
  84. /* --- SCROLLBAR END --- */
  85.  
  86.  
  87. /* --- TOOLTIPS START --- */
  88.  
  89. #s-m-t-tooltip{
  90. max-width:300px;
  91. margin:15px;
  92. padding:2px 8px;
  93. border-radius:0px;
  94. background: #81735d;
  95. color: #cfc9ce;
  96. z-index:9999999999999;
  97. font-size:12px;
  98. font-family: 'Sorts Mill Goudy', serif;
  99. text-shadow:0px 0px 3px #fff;
  100. font-weight:bold;
  101. text-transform:normal;
  102. box-shadow:0px 0px 0px #000;
  103. -webkit-transition:all 0.7s;
  104. -moz-transition:all 0.7s;
  105. -ms-transition:all 0.7s;
  106. -o-transition:all 0.7s;
  107. transition:all 0.7s;
  108. }
  109.  
  110. /* --- TOOLTIPS END --- */
  111.  
  112.  
  113. /* --- BODY START ---*/
  114.  
  115. body {
  116. background:#4c4234;
  117. background-image:url({image:background});
  118. background-attachment: fixed;
  119. background-repeat: no-repeat;
  120. background-position:0px 0px;
  121. margin:0px;
  122. color:#cfc9ce;
  123. font-family: 'Sorts Mill Goudy', serif;
  124. font-size:13px;
  125. line-height:120%;
  126.  
  127. }
  128.  
  129. blockquote {
  130. color:#81735d;
  131. padding-left:5px;
  132. border-left:2px solid;
  133. border-radius:6px;
  134. }
  135.  
  136. a {
  137. color:#cfc9ce;
  138. text-decoration:none;
  139. -webkit-transition:all 0.5s ease-in-out;
  140. -moz-transition:all 0.5s ease-in-out;
  141. -o-transition:all 0.5s ease-in-out;
  142. -ms-transition:all 0.5s ease-in-out;
  143. transition:all 0.5s ease-in-out;
  144. }
  145.  
  146. img {none;}
  147.  
  148. h1 {
  149. font-family: 'Dancing Script', cursive;
  150. text-transform:none;
  151. font-size:25px;
  152. line-height:30px;
  153. letter-spacing:0px;
  154. text-align:center;
  155. font-style:normal;
  156. color: #cfc9ce;
  157. }
  158.  
  159. h2 {
  160. color: #cfc9ce;
  161. text-transform: none;
  162. letter-spacing:1px;
  163. font-family: 'Open Sans Condensed', sans-serif;
  164. font-size:17px;
  165. }
  166.  
  167. hr {
  168. border-color: #cfc9ce;
  169. border-width: .5px;
  170. }
  171.  
  172. #svenhover {
  173. opacity: 0;
  174. -webkit-transition: all 0.6s ease-in-out;
  175. -moz-transition: all 0.6s ease-in-out;
  176. -o-transition: all 0.6s ease-in-out;
  177. -ms-transition: all 0.6s ease-in-out;
  178. transition: all 0.6s ease-in-out;
  179. }
  180.  
  181. #svenhover:hover {
  182. opacity: 1;
  183. -webkit-transition: all 0.6s ease-in-out;
  184. -moz-transition: all 0.6s ease-in-out;
  185. -o-transition: all 0.6s ease-in-out;
  186. -ms-transition: all 0.6s ease-in-out;
  187. transition: all 0.6s ease-in-out;
  188. }
  189.  
  190.  
  191. #container {
  192. background:#4c4234;
  193. background-size:100px;
  194. border:none;
  195. width:280px;
  196. height:210px;
  197. margin-left:509px;
  198. margin-top:329px;
  199. position:fixed;
  200. overflow:auto;
  201. padding-left:10px;
  202. padding-right:50px;
  203. padding-top:5px;
  204. padding-bottom:10px;
  205. }
  206.  
  207. #posts {
  208. width:300px;
  209. background-color: transparent;
  210. padding:-50px;
  211. text-align: justify;
  212. font-size: 12px;
  213. padding-top: 50px;
  214. padding-left:5px;
  215. margin-bottom: 50px;
  216. line-height: 100%px;
  217. font-family: times;
  218. z-index:50;
  219. }
  220.  
  221. #posts img {
  222. padding: 0;
  223. max-width: 100%;
  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:#2e1f18;
  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. b {
  247. text-transform: bold;
  248. color: #81735d;
  249. text-shadow:0px 0px 3px #81735d;
  250. letter-spacing:1px;
  251. font-family: 'Bebas Neue', cursive;
  252. font-size:14px;
  253. }
  254.  
  255. i {
  256. text-transform: italic;
  257. color: #cfc9ce;
  258. letter-spacing:1px;
  259. font-family: 'Yellowtail', cursive;
  260. font-size:14px;
  261. }
  262.  
  263. sub, small, sup {
  264. font-size: 13px;
  265. }
  266.  
  267.  
  268. /* --- BODY END --- */
  269.  
  270. /* --- SIDEBAR START ---*/
  271.  
  272.  
  273. #sidebar{
  274. position: fixed;
  275. top: 220px;
  276. width:250px;
  277. height:115px;
  278. left: -10px;
  279. padding:20px;
  280. }
  281.  
  282.  
  283.  
  284. #sidebarimage img{
  285. width: 100px;
  286. height:115px;
  287. padding:10px;
  288. border:3px none #f5f5f5;
  289. margin-top:5px;
  290. background:transparent;
  291. background-image:{image:sidebarimage};
  292. }
  293.  
  294.  
  295. #nav {
  296. position:fixed;
  297. overflow:hidden;
  298. margin-top:150px;
  299. margin-left:315px;
  300. }
  301.  
  302. #link1 a , #link2 a, #link3 a
  303.  
  304. #title {
  305. font-family:times;
  306. text-align:center;
  307. width:300px;
  308. margin-top:5px;
  309. margin-left:200px;
  310. text-transform:uppercase;
  311. font-style:normal;
  312. font-size:20px;
  313. color:#fff;
  314. }
  315.  
  316. #description {
  317. width:200px;
  318. margin-top:-340px;
  319. margin-left:135px;
  320. padding: 10px;
  321. overflow:scroll;
  322. text-align:justify;
  323. font-style: none;
  324. font-family: 'Sorts Mill Goudy', serif;
  325. font-size:11px;
  326. color: #cfc9ce;
  327. text-shadow: none;
  328. background-color:none;
  329. border:3px none;
  330. letter-spacing:1px;
  331. line-height:110%;
  332. }
  333.  
  334. #updates{
  335. width:200px;
  336. margin-left:135px;
  337. margin-top:30px;
  338. font-style: none;
  339. font-family: 'Cormorant Garamond', serif;
  340. font-size:11px;
  341. text-transform:normal;
  342. color: #cfc9ce;
  343. letter-spacing:1px;
  344. line-height:200%;
  345. position:fixed;
  346. }
  347.  
  348. #pagination {
  349. font-family: 'Bebas Neue', cursive;
  350. width:500px;
  351. font-size:20px;
  352. margin-top:220px;
  353. margin-left:-13px;
  354. padding-left:5px;
  355. letter-spacing:3px;
  356. text-align:center;
  357. text-transform:uppercase;
  358. color: #4c4234;
  359. }
  360.  
  361. #pagination a {
  362. color:#cfc9ce;
  363. }
  364.  
  365. /* --- SIDEBAR END ---*/
  366.  
  367.  
  368. /* --- LINKS START --- */
  369.  
  370. #links {
  371. width:250px;
  372. position:fixed;
  373. margin-left:105px;
  374. margin-top:250px;
  375. padding:8px;
  376. }
  377.  
  378. #links a{
  379. min-width:77px;
  380. background: #4c4234;
  381. color: #cfc9ce;
  382. display:inline-block;
  383. margin:4px;
  384. font-size:8px
  385. font-family: 'lumierlight';
  386. text-align:center;
  387. text-transform:uppercase;
  388. padding-top:2px;
  389. line-height:155%;
  390. }
  391.  
  392. /* --- LINKS END --- */
  393.  
  394.  
  395. /* --- CREDIT START --- */
  396.  
  397. .credit{
  398. position:fixed;
  399. font-size:20px;
  400. right:40px;
  401. bottom:20px;
  402. z-index:51;
  403. }
  404.  
  405. .credit a {
  406. font-family: "starfish";
  407. text-decoration:none;
  408. text-transform:uppercase;
  409. color: #06292e;
  410. text-shadow: 1px 1px 1px #06292e;
  411. -moz-transition-duration:.7s;
  412. -webkit-transition-duration:.7s;
  413. -o-transition-duration:.7s;
  414. }
  415.  
  416. /* --- CREDIT END --- */
  417.  
  418.  
  419. /* --- POST NOTES START --- */
  420.  
  421. .note {
  422. padding:0px 20px 0px 20px;
  423. background-color:transparent;
  424. text-transform:lowercase;
  425. letter-spacing:0px;
  426. font-size: 11px;
  427. font-style:normal;
  428. text-align:left;
  429. line-height:120%;
  430. }
  431.  
  432. .note li {
  433. list-style-type:none;
  434. padding:5px 25px 5px 25px;
  435. text-align:left;
  436. margin-right:30px;
  437. margin-top:-50px;
  438. }
  439.  
  440.  
  441. #info {
  442. height:25px;
  443. text-align:center;
  444. margin-top:10px;
  445. padding-top:10px;
  446. padding:0px;
  447. padding-bottom:1px;
  448. text-transform:normal
  449. font-style:none;
  450. font-family: 'Open Sans Condensed', sans-serif;
  451. font-size:12px;
  452. text-shadow:2px 2px 5px #010101;
  453. background:transparent;
  454. line-height:200%;
  455. background: #06292e;
  456. }
  457.  
  458. #info a{
  459. color: #cfc9ce;
  460. }
  461.  
  462. #tags {
  463. font-family: times;
  464. text-align:center;
  465. margin-top:0px;
  466. padding-bottom:0px;
  467. text-transform:none;
  468. font-style:none;
  469. font-size:12px;
  470. }
  471.  
  472. #tags a {
  473. color: #cfc9ce;
  474. }
  475.  
  476. /* --- POST NOTES END --- */
  477.  
  478. /* --- ASK & AUDIO START --- */
  479.  
  480. .ask {
  481. color:#fff;
  482. padding:15px;
  483. margin-bottom:15px;
  484. background:#81735d;
  485. }
  486.  
  487. .asker {
  488. font-family: 'Bebas Neue', cursive;
  489. font-size:20px;
  490. color: #cfc9ce;
  491. text-shadow:0px 0px 3px #fff;
  492. line-height:10px;
  493. text-align:center;
  494. }
  495.  
  496. .answer {
  497. color: #cfc9ce;
  498. }
  499.  
  500. .chat {
  501. list-style:none;
  502. margin-top:15px;
  503. margin-bottom:0px;
  504. font-size:10px;
  505. margin-left:0px;
  506. }
  507.  
  508. .chat ul {
  509. line-height:18px;
  510. margin-top:0px;
  511. list-style:none;
  512. padding:0px;
  513. letter-spacing:2px;
  514. font-size:10px;
  515. margin-bottom:0px;
  516. text-transform:normal;
  517. }
  518.  
  519. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  520. background: #81735d;
  521. padding:3px 8px 3px 8px;
  522. color: #cfc9ce;
  523. }
  524.  
  525. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  526. background-color: none;
  527. padding:3px 8px 3px 8px;
  528. color: #cfc9ce;
  529. border-bottom: none;
  530. }
  531.  
  532. .audio{
  533. color: #cfc9ce;
  534. background: #101037;
  535. border: 1px none #2e1f18;
  536. padding:15px;
  537. height:70px;
  538. font-size:8px;
  539. overflow:hidden;
  540. }
  541.  
  542. .video {
  543. width:300px!important;
  544. }
  545.  
  546. .video iframe {
  547. width:300px!important;
  548. }
  549.  
  550. /* --- ASK & AUDIO END --- */
  551.  
  552.  
  553.  
  554. {CustomCSS}</style></head><body>
  555.  
  556.  
  557. <div id="sidebar">
  558. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  559.  
  560. <div class="credit">
  561. <a href="https://wintersovereign.tumblr.com/">E</a>
  562. </div>
  563.  
  564. <div id="title"></div>
  565.  
  566. <div id="description">
  567. <center>
  568. <p>Indie, selective, and partially headcanon based <b>Queen Anna</b> from Disney's <i>Frozen & Frozen II</i>. Written by Keir. Est. 2014. <p>"Break it down to this next breath, this next step, this next choice is one that I can make."</p> <br><marquee>THIS BLOG IS NOT SPOILER FREE</marquee>
  569. </center>
  570. </div>
  571.  
  572. <div id="updates">
  573. <center><p><big><b><u>Updates</u></b></big><br>No Updates.</p></center>
  574. </div>
  575.  
  576. <div id="links">
  577. <center>
  578. <a href="/">home</a>
  579. <a href="/ask">ask</a>
  580. <a href=/rules">rules</a>
  581. <a href="/anna">about</a>
  582. <a href="/verses">verses</a>
  583. <a href="/navigation">more</a>
  584. <a href="/archive">past</a>
  585. <a href="http://tumblr.com/dashboard">dash</a>
  586. </center>
  587. </div>
  588.  
  589. <div id="scrollbar">{scrollbar}</div>
  590.  
  591. <div id="pagination">
  592. <center> {block:Pagination}
  593. <div id="pagination">
  594. {block:PreviousPage}
  595. <a href="{PreviousPage}"><big>«</big></a>
  596. {/block:PreviousPage}
  597. {block:JumpPagination length="5"}
  598. {block:CurrentPage}
  599. <span class="current_page">{PageNumber}</span>
  600. {/block:CurrentPage}
  601. {block:JumpPage}
  602. <a class="jump_page" href="{URL}">{PageNumber}</a>
  603. {/block:JumpPage}
  604. {/block:JumpPagination}
  605. {block:NextPage}
  606. <a href="{NextPage}"><big>»</big></a>
  607. {/block:NextPage}
  608. </div>
  609. {/block:Pagination}</center>
  610. </div>
  611.  
  612. {block:HasPages}{block:Pages}
  613.  
  614. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  615.  
  616. </div></center>
  617.  
  618.  
  619. </div>
  620.  
  621. <div id="svenhover">
  622. <div id="container">{block:Posts}<div id="posts">
  623.  
  624.  
  625. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  626.  
  627. {block:blockquote}{/block:blockquote}
  628.  
  629. {block:ContentSource}
  630. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  631. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  632. {/block:SourceLogo}
  633. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  634. {/block:ContentSource}
  635.  
  636. {block:Photo}
  637. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="300px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  638. {/block:Photo}
  639.  
  640. {block:Photoset}
  641. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  642. {/block:Photoset}
  643.  
  644. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  645.  
  646. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  647.  
  648. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  649.  
  650. {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}
  651. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  652.  
  653. {block:Video}<div class="video">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  654.  
  655. {block:Answer}
  656. <div class="askheader"><img src="" draggable="false"></div>
  657. <div class="ask"><div class="asker">{Asker}<font color=#cfc9ce> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  658. {/block:Answer}
  659.  
  660. {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;<a href="{ReblogURL}" target="_blank" class="details" >↺</a> {/block:Date}</div>
  661.  
  662. <div id="tags">
  663. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  664.  
  665. </div>
  666. {block:PostNotes}{PostNotes}{/block:PostNotes}
  667. {/block:Posts}</div>
  668.  
  669.  
  670. </body>
  671.  
  672.  
  673. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement