Advertisement
elsaofarendelle

Elsa #14

Feb 19th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.16 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="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5.  
  6. <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Playfair+Display" />
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy" rel="stylesheet">
  9.  
  10. <!--- tooltips --->
  11.  
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  14. <script>
  15. (function($){
  16. $(document).ready(function(){
  17. $("[title]").style_my_tooltips();
  18. });
  19. })(jQuery);
  20. </script>
  21.  
  22.  
  23. </style>
  24.  
  25.  
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30.  
  31.  
  32. <!-------------------------------------------
  33. Code by elsaofarendelle.
  34. Don't copy or distribute.
  35. Don't claim as your own.
  36. -------------------------------------------->
  37.  
  38.  
  39.  
  40. <meta name="image:background" content=""/>
  41. <meta name="image:sidebar" content=""/>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. /* --- CURSOR START --- */
  47.  
  48. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  49.  
  50. /* --- CURSOR END --- */
  51.  
  52.  
  53. /* --- SCROLLBAR START ---*/
  54.  
  55. ::-webkit-scrollbar-thumb{
  56. background-color: #546a88;
  57. border: 2px solid #546a88;
  58. height:auto;
  59. }
  60.  
  61. ::-webkit-scrollbar {
  62. height:auto;
  63. width:6px;
  64. background-color: #546a88;
  65. border:5px solid #eee;
  66. }
  67.  
  68. /* --- SCROLLBAR END --- */
  69.  
  70.  
  71. /* --- TOOLTIPS START --- */
  72.  
  73. #s-m-t-tooltip{
  74. max-width:300px;
  75. margin:15px;
  76. padding:2px 8px;
  77. border-bottom:3px solid #546a88;
  78. border-radius:0px;
  79. background: #eee;
  80. color: #546a88;
  81. z-index:9999999999999;
  82. font-size:12px;
  83. font-family: 'Playfair Display', serif;
  84. text-shadow:0px 0px 3px #fff;
  85. font-weight:bold;
  86. text-transform:normal;
  87. box-shadow: 2px 2px 5px #000;
  88. -webkit-transition:all 0.7s;
  89. -moz-transition:all 0.7s;
  90. -ms-transition:all 0.7s;
  91. -o-transition:all 0.7s;
  92. transition:all 0.7s;
  93. }
  94.  
  95. /* --- TOOLTIPS END --- */
  96.  
  97.  
  98. /* --- BODY START ---*/
  99.  
  100. body {
  101. background:#eee;
  102. background-image:url({image:background});
  103. background-attachment: fixed;
  104. background-repeat: no-repeat;
  105. background-position:0px 0px;
  106. margin:0px;
  107. color:#a4a4a4;
  108. font-family: 'Sorts Mill Goudy', serif;
  109. font-size:12px;
  110. line-height:120%;
  111. word-wrap: break-word;
  112. }
  113.  
  114. blockquote {
  115. padding-left:5px;
  116. border-left:2px solid;
  117. border-radius:6px;
  118. }
  119.  
  120. a {
  121. color:#546a88;
  122. text-shadow: -1px -1px -1px #546a88;
  123. text-shadow: 1px 1px 1px #546a88;
  124. text-decoration:none;
  125. -webkit-transition:all 0.5s ease-in-out;
  126. -moz-transition:all 0.5s ease-in-out;
  127. -o-transition:all 0.5s ease-in-out;
  128. -ms-transition:all 0.5s ease-in-out;
  129. transition:all 0.5s ease-in-out;
  130. }
  131.  
  132.  
  133. img {none;}
  134.  
  135. h1 {
  136. font-family: 'Playfair Display', serif;
  137. text-transform:none;
  138. font-size:20px;
  139. line-height:30px;
  140. letter-spacing:0px;
  141. text-align:center;
  142. font-style:normal;
  143. color: #546a88;
  144. }
  145.  
  146. h2 {
  147. text-transform: italic;
  148. color: #8daacb;
  149. text-shadow: none;
  150. letter-spacing:1px;
  151. font-family: 'Playfair Display', serif;
  152. font-size:17px;
  153. }
  154.  
  155. #fixerupper {
  156. width:500px;
  157. margin:0 auto -12px auto;
  158. }
  159.  
  160. #container {
  161. padding:10px;
  162. width:500px;
  163. margin-left:500px;
  164. margin-top:20px;
  165. margin-bottom:50px;
  166. }
  167.  
  168. #post {
  169. background: none;
  170. width:500px;
  171. padding-bottom:30px;
  172. padding: 30px;
  173. text-align: justify;
  174. margin-top:30px;
  175. border: 3px none #f7f7f7;
  176. line-height: 100%;
  177. }
  178.  
  179.  
  180. #post img {
  181. padding: 0;
  182. max-width:100%;
  183. width: auto;
  184. height: auto;
  185. }
  186.  
  187. pre {
  188. font-family: 'Playfair Display', serif;
  189. font-size:10px;
  190. color:#8daacb;
  191. text-shadow: -1px -1px -1px #8daacb;
  192. text-shadow: 1px 1px 1px #8daacb;
  193. letter-spacing:1px;
  194. text-align:center;
  195. text-transform:uppercase;
  196. padding:6px;
  197. background:url('');
  198. background-repeat:repeat;;
  199. }
  200.  
  201.  
  202. b {
  203. text-transform: bold;
  204. color:#546a88;
  205. text-shadow: -1px -1px -1px #546a88;
  206. text-shadow: 1px 1px 1px #546a88;
  207. letter-spacing:1px;
  208. font-family: 'Playfair Display', serif;
  209. font-size:15px;
  210. }
  211.  
  212. i {
  213. text-transform: italic;
  214. color:#8daacb;
  215. text-shadow: -1px -1px -1px #8daacb;
  216. text-shadow: 1px 1px 1px #8daacb;
  217. letter-spacing:1px;
  218. font-family: 'Playfair Display', serif;
  219. font-size:15px;
  220. }
  221.  
  222. em {
  223. text-transform: italic;
  224. color:#546a88;
  225. text-shadow: -1px -1px -1px #8daacb;
  226. text-shadow: 1px 1px 1px #8daacb;
  227. letter-spacing:1px;
  228. font-family: 'Playfair Display', serif;
  229. font-size:15px;
  230. }
  231.  
  232. bfix {
  233. text-transform: bold;
  234. color:#546a88;
  235. text-shadow: -1px -1px -1px #546a88;
  236. text-shadow: 1px 1px 1px #546a88;
  237. letter-spacing:1px;
  238. font-family: 'Playfair Display', serif;
  239. font-size:20px;
  240. }
  241.  
  242. ifix {
  243. text-transform: italic;
  244. color:#8daacb;
  245. text-shadow: -1px -1px -1px #8daacb;
  246. text-shadow: 1px 1px 1px #8daacb;
  247. letter-spacing:1px;
  248. font-family: 'Playfair Display', serif;
  249. font-size:20px;
  250. }
  251.  
  252. emfix {
  253. text-transform: italic;
  254. color:#546a88;
  255. text-shadow: -1px -1px -1px #8daacb;
  256. text-shadow: 1px 1px 1px #8daacb;
  257. letter-spacing:1px;
  258. font-family: 'Playfair Display', serif;
  259. font-size:20px;
  260. }
  261.  
  262. sub, small, sup {
  263. font-size: 12px;
  264. }
  265.  
  266.  
  267. /* --- BODY END --- */
  268.  
  269. /* --- SIDEBAR START ---*/
  270.  
  271.  
  272. #sidebar{
  273. position: fixed;
  274. top: 195px;
  275. width:250px;
  276. height:115px;
  277. left: -10px;
  278. padding:20px;
  279. }
  280.  
  281.  
  282.  
  283. #sidebarimage img{
  284. background: transparent;
  285. border: 3px none #929292;
  286. width: 170px;
  287. height:250px;
  288. padding:10px;
  289. margin-top:-100px;
  290. margin-left:152px;
  291. background:transparent;
  292. background-image:{image:sidebarimage};
  293. }
  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:'Playfair Display', serif;
  307. text-transform: italic;
  308. color:#8daacb;
  309. text-shadow: -1px -1px -1px #8daacb;
  310. text-shadow: 1px 1px 1px #8daacb;
  311. text-align:center;
  312. width:300px;
  313. margin-top:5px;
  314. margin-left:200px;
  315. text-transform:uppercase;
  316. font-style:normal;
  317. font-size:15px;
  318. }
  319.  
  320.  
  321. #description1 {
  322. background: none;
  323. color: #929292;
  324. border: 3px none #929292;
  325. width:430px;
  326. margin-left:30px;
  327. margin-top: -250px;
  328. font-size:17px;
  329. font-family: 'Playfair Display', serif;
  330. text-align:center;
  331. position:fixed;
  332. padding:8px;
  333. }
  334.  
  335.  
  336. #description2 {
  337. background: none;
  338. border: 3px none #929292;
  339. width:410px;
  340. height:500;
  341. margin-top: -120px;
  342. margin-left:30px;
  343. padding: 12px;
  344. text-align:justify;
  345. font-style: none;
  346. font-family: 'Playfair Display', serif;
  347. font-size:9px;
  348. color: #a4a4a4;
  349. text-shadow: none;
  350. letter-spacing:1px;
  351. line-height:155%;
  352. z-index:51;
  353. }
  354.  
  355. #pagination {
  356. font-family: 'Playfair Display', serif;
  357. width:103px;
  358. font-size:15px;
  359. text-transform:normal;
  360. margin-top: -70px;
  361. margin-left:200px;
  362. padding-top:25px;
  363. letter-spacing:1px;
  364. font-style:normal;
  365. text-align:center;
  366. }
  367.  
  368. #pagination a {
  369. color:#546a88;
  370. text-shadow: -1px -1px -1px #546a88;
  371. text-shadow: 1px 1px 1px #546a88;
  372. }
  373.  
  374. /* --- SIDEBAR END ---*/
  375.  
  376. /* --- LINKS START --- */
  377.  
  378. #links {
  379. width:500px;
  380. margin-left:30px;
  381. margin-top:-260px;
  382. position:fixed;
  383. padding:8px;
  384. }
  385.  
  386. #links a{
  387. min-width:100px;
  388. background: none;
  389. color: #929292;
  390. border: 3px none #929292;
  391. margin:4px;
  392. font-size:12px
  393. font: 'Playfair Display', serif;
  394. text-align:center;
  395. text-transform:uppercase;
  396. padding-top:2px;
  397. line-height:120%;
  398. }
  399.  
  400. /* --- LINKS END --- */
  401.  
  402.  
  403. /* --- CREDIT START --- */
  404.  
  405. .credit{
  406. position:fixed;
  407. font-size:15px;
  408. right:10px;
  409. bottom:10px;
  410. z-index:51;
  411. }
  412.  
  413. .credit a {
  414. text-decoration:none;
  415. text-transform:uppercase;
  416. color:#546a88;
  417. text-shadow: -1px -1px -1px #546a88;
  418. text-shadow: 1px 1px 1px #546a88;
  419. -moz-transition-duration:.7s;
  420. -webkit-transition-duration:.7s;
  421. -o-transition-duration:.7s;
  422. }
  423.  
  424.  
  425. .credit a:hover {
  426. text-decoration:none;
  427. text-transform:uppercase;
  428. color:#546a88;
  429. text-shadow: -1px -1px -1px #546a88;
  430. text-shadow: 1px 1px 1px #546a88;
  431. }
  432.  
  433. /* --- CREDIT END --- */
  434.  
  435.  
  436. /* --- POST NOTES START --- */
  437.  
  438. .note {
  439. padding:0px 20px 0px 20px;
  440. background-color:transparent;
  441. text-transform:lowercase;
  442. letter-spacing:0px;
  443. font-size: 11px;
  444. font-style:normal;
  445. text-align:left;
  446. line-height:120%;
  447. }
  448.  
  449. .note li {
  450. list-style-type:none;
  451. padding:5px 25px 5px 25px;
  452. text-align:left;
  453. margin-right:30px;
  454. margin-top:-50px;
  455. }
  456.  
  457.  
  458. #info {
  459. height:40px;
  460. text-align:center;
  461. margin-top:25px;
  462. padding-top:10px;
  463. padding:15px;
  464. padding-bottom:1px;
  465. text-transform:normal
  466. font-style:none;
  467. font-family: 'Playfair Display', serif;
  468. font-size:12px;
  469. text-shadow: -1px -1px -1px #546a88;
  470. text-shadow: 1px 1px 1px #546a88;
  471. background: #eee;
  472. background-repeat:repeat;
  473. background-attachment:fixed;
  474. border: 5px solid #546a88;
  475. box-shadow: 2px 2px 5px #444;
  476. line-height:200%;
  477. }
  478.  
  479. #info a{
  480. color:#546a88;
  481. text-shadow: -1px -1px -1px #546a88;
  482. text-shadow: 1px 1px 1px #546a88;
  483. }
  484.  
  485. #tags {
  486. font-family: 'Sorts Mill Goudy', serif;
  487. text-align:center;
  488. margin-top:5px;
  489. padding-bottom:0px;
  490. text-transform:none;
  491. font-style:none;
  492. font-size:12px;
  493. }
  494.  
  495. #tags a {
  496. color: #a4a4a4;
  497. }
  498.  
  499. /* --- POST NOTES END --- */
  500.  
  501.  
  502. /* --- ASK & AUDIO START --- */
  503.  
  504. .ask {
  505. color:#a4a4a4;
  506. padding:15px;
  507. margin-bottom:15px;
  508. margin-top:-50px;
  509. border-bottom: 1px solid #546a88;
  510. }
  511.  
  512. .askheader {
  513. margin-left:-3px;
  514. }
  515.  
  516. .asker {
  517. background-repeat:no-repeat;
  518. font-family: 'Playfair Display', serif;
  519. font-size:22px;
  520. color:#546a88;
  521. text-shadow: -1px -1px -1px #546a88;
  522. text-shadow: 1px 1px 1px #546a88;
  523. width:400px;
  524. line-height:30px;
  525. text-align:center;
  526. padding-bottom:5px;
  527. }
  528.  
  529. .answer {
  530. color: #a4a4a4;
  531. }
  532.  
  533. .chat {
  534. list-style:none;
  535. margin-top:15px;
  536. margin-bottom:0px;
  537. font-size:10px;
  538. margin-left:0px;
  539. }
  540.  
  541. .chat ul {
  542. line-height:18px;
  543. margin-top:0px;
  544. list-style:none;
  545. padding:0px;
  546. letter-spacing:2px;
  547. font-size:10px;
  548. margin-bottom:0px;
  549. text-transform:normal;
  550. }
  551.  
  552. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  553. background-color: #8daacb;
  554. padding:3px 8px 3px 8px;
  555. color: #eee;
  556. border-bottom: none
  557. }
  558.  
  559. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  560. background-color: #546a88;
  561. padding:3px 8px 3px 8px;
  562. color: #eee;
  563. border-bottom: none;
  564. }
  565.  
  566. .audio{
  567. background-color: transparent;
  568. background-image:url("");
  569. border-bottom:1px none #fff;
  570. height:70px;
  571. font-size:8px;
  572. overflow:hidden;
  573. }
  574.  
  575. /* --- ASK & AUDIO END --- */
  576.  
  577. {CustomCSS}</style></head><body>
  578.  
  579.  
  580. <div id="fixerupper">
  581.  
  582. <div id="sidebar">
  583.  
  584. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  585.  
  586. <div class="credit">
  587. <a href="http://elsaofarendelle.tumblr.com">đť’†</a>
  588. </div>
  589.  
  590. <div id="title"></div>
  591.  
  592. <div id="description1">
  593. <center><bfix>Queen Elsa</bfix> of Disney's <ifix>Frozen</ifix>, with influences from <emfix>A Frozen Heart</emfix>. As told by Jess.</center>
  594. </div>
  595.  
  596. <div id="description2">
  597. <center><p>I'm making my world colder
  598. How long can it survive?
  599. Is everyone in danger
  600. As long as I'm alive?
  601. </p>
  602. <p>
  603. <b>Was I a monster</b>
  604. from the start?
  605. How did I end up with this <em>frozen heart</em>?
  606. </p>
  607. <p>
  608. Bringing destruction
  609. to the stage,
  610. caught in a war that I never meant to wage.
  611. </p>
  612. <p>
  613. Do I kill the <i>monster</i>?
  614. </p>
  615. <p>
  616. Father, you know what's best for me.
  617. If I die will they be free?
  618. Mother, what if after I'm gone
  619. The cold gets colder
  620. And the storm rages on?
  621. </p>
  622. </center>
  623.  
  624. </div>
  625.  
  626. <div id="links">
  627. <a title="home" href="/"><img src="https://i.imgur.com/RELCYi5.png"></a>
  628. <a title="ask" href="/ask"><img src="https://i.imgur.com/AW2oba8.png"></a>
  629. <a title="rules" href="/rules"><img src="https://i.imgur.com/GEHd6Ly.png"></a>
  630. <a title="about" href="/about"><img src="https://i.imgur.com/QmKjx2M.png"></a>
  631. <a title="more" href="/more"><img src="https://i.imgur.com/j6AVwSw.png"></a>
  632. </div>
  633.  
  634.  
  635. <div id="scrollbar">{scrollbar}</div>
  636.  
  637.  
  638. <div id="pagination">
  639. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> back </a>{/block:PreviousPage}{/block:Pagination}
  640. {block:Pagination}{block:NextPage}<a href="{NextPage}"> / next </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  641.  
  642.  
  643.  
  644.  
  645.  
  646. {block:HasPages}{block:Pages}
  647.  
  648. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  649.  
  650. </div></center>
  651.  
  652.  
  653. </div>
  654.  
  655. <div id="container">{block:Posts}<div id="post">
  656.  
  657. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  658. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  659.  
  660. {block:blockquote}{/block:blockquote}
  661.  
  662. {block:ContentSource}
  663. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  664. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  665. {/block:SourceLogo}
  666. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  667. {/block:ContentSource}
  668.  
  669. {block:Photo}
  670. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  671. {/block:Photo}
  672.  
  673. {block:Photoset}
  674. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  675. {/block:Photoset}
  676.  
  677. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  678.  
  679. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  680.  
  681. {block:Chat}
  682. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  683. <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>
  684. {/block:Chat}
  685.  
  686. {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}
  687. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  688.  
  689. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  690.  
  691. {block:Answer}
  692. <div class="askheader"><img src="" draggable="false"></div>
  693. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  694. {/block:Answer}
  695.  
  696.  
  697. {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>
  698.  
  699. <div id="tags">
  700. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  701.  
  702. </div>
  703. {block:PostNotes}{PostNotes}{/block:PostNotes}
  704. {/block:Posts}</div>
  705.  
  706. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement