Advertisement
elsaofarendelle

Mari's Anna

Apr 4th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.49 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 href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Amatic+SC" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Timmana" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet">
  15.  
  16. <!--- tooltips --->
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script type="text/javascript" src="http://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 elsaofarendelle.
  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("http://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: "mocking"; src: url('https://dl.dropboxusercontent.com/s/6dvctjevo33lcyb/Mocking-Regular.ttf'); format("truetype");}
  74.  
  75.  
  76. /* --- FONTS END --- */
  77.  
  78.  
  79. /* --- SCROLLBAR START ---*/
  80.  
  81. ::-webkit-scrollbar-thumb{
  82. background-color: #121e20;
  83. border: #none;
  84. height:auto;
  85. }
  86.  
  87. ::-webkit-scrollbar {
  88. height:auto;
  89. width:5px;
  90. background-color: none;
  91. border:2px solid none;
  92. }
  93.  
  94. /* --- SCROLLBAR END --- */
  95.  
  96.  
  97. /* --- TOOLTIPS START --- */
  98.  
  99. #s-m-t-tooltip{
  100. max-width:300px;
  101. margin:15px;
  102. padding:2px 8px;
  103. background: #121e20;;
  104. color: #54637b;
  105. border: 3px double #54637b;
  106. border-radius:0px;
  107. z-index:9999999999999;
  108. font-size:12px;
  109. font-family: 'Cormorant Garamond', serif;
  110. font-weight:bold;
  111. text-transform:normal;
  112. box-shadow: 2px 2px 5px #000;
  113. -webkit-transition:all 0.7s;
  114. -moz-transition:all 0.7s;
  115. -ms-transition:all 0.7s;
  116. -o-transition:all 0.7s;
  117. transition:all 0.7s;
  118. }
  119.  
  120. /* --- TOOLTIPS END --- */
  121.  
  122.  
  123. /* --- BODY START ---*/
  124.  
  125. body {
  126. background:#121e20;
  127. background-image:url({image:background});
  128. background-attachment: fixed;
  129. background-repeat: no-repeat;
  130. background-position:0px 0px;
  131. margin:0px;
  132. color:#eee;
  133. font-family: 'Cormorant Garamond', serif;
  134. font-size:12px;
  135. line-height:120%;
  136. word-wrap: break-word;
  137. }
  138.  
  139. blockquote {
  140. padding-left:5px;
  141. border-left:2px solid;
  142. }
  143.  
  144. a {
  145. color: #eee;
  146. text-decoration:none;
  147. -webkit-transition:all 0.5s ease-in-out;
  148. -moz-transition:all 0.5s ease-in-out;
  149. -o-transition:all 0.5s ease-in-out;
  150. -ms-transition:all 0.5s ease-in-out;
  151. transition:all 0.5s ease-in-out;
  152. }
  153.  
  154.  
  155. img {none;}
  156.  
  157. h1 {
  158. font-family: "starfish";
  159. text-transform:none;
  160. font-size:20px;
  161. line-height:30px;
  162. letter-spacing:0px;
  163. text-align:center;
  164. font-style:normal;
  165. color: #121e20;
  166. }
  167.  
  168. h2 {
  169. color: #121e20;
  170. text-transform: none;
  171. letter-spacing:1px;
  172. font-family: "starfish";
  173. font-size:17px;
  174. }
  175.  
  176. #fixerupper {
  177. width:500px;
  178. margin:0 auto -12px auto;
  179. }
  180.  
  181. #container {
  182. width:500px;
  183. height:367px;
  184. margin-left:480px;
  185. margin-top:280px;
  186. position:fixed;
  187. overflow-y:scroll;
  188. overflow-x:hidden;
  189. padding-left:50px;
  190. padding-right:50px;
  191. padding-top:17px;
  192. padding-bottom:10px;
  193. z-index:50
  194. }
  195.  
  196. #post {
  197. background: none;
  198. width:500px;
  199. padding-bottom:20px;
  200. padding: 25px;
  201. text-align: justify;
  202. margin-top:0px;
  203. border: 3px none #f7f7f7;
  204. line-height: 100%;
  205. }
  206.  
  207.  
  208. #post img {
  209. padding: 0;
  210. max-width:100%;
  211. width: auto;
  212. height: auto;
  213. }
  214.  
  215. pre {
  216. font-family: "starfish";
  217. font-size:10px;
  218. color: #121e20;
  219. letter-spacing:1px;
  220. text-align:center;
  221. text-transform:uppercase;
  222. padding:6px;
  223. background:url('');
  224. background-repeat:repeat;;
  225. }
  226.  
  227.  
  228. b {
  229. text-transform: bold;
  230. color: #4f8284;
  231. text-shadow: 0px 0px 3px #4c7e84;
  232. letter-spacing:1px;
  233. font-family:'Satisfy', cursive;
  234. font-size:17px;
  235. }
  236.  
  237. i {
  238. text-transform: italic;
  239. color: #4f8284;
  240. letter-spacing:1px;
  241. font-family: 'Amatic SC', cursive;
  242. font-size:17px;
  243. }
  244.  
  245. em {
  246. text-transform: italic;
  247. color:#4f8284;
  248. letter-spacing:1px;
  249. font-family: 'Amatic SC', cursive;
  250. font-size:17px;
  251. }
  252.  
  253. sub, small, sup {
  254. font-size: 12px;
  255. }
  256.  
  257. /* --- BODY END --- */
  258.  
  259.  
  260. /* --- SIDEBAR START ---*/
  261.  
  262. #sidebar{
  263. position: fixed;
  264. top: 100px;
  265. width:200px;
  266. height:100px;
  267. left: -10px;
  268. padding:20px;
  269. }
  270.  
  271. #sidebarimage img{
  272. width: 200px;
  273. height:100px;
  274. padding:10px;
  275. border:2px none #121e20;
  276. margin-top:150px;
  277. margin-left:300px;
  278. background:transparent;
  279. background-image:{image:sidebarimage};
  280. }
  281.  
  282. #nav {
  283. position:fixed;
  284. overflow:hidden;
  285. margin-top:150px;
  286. margin-left:315px;
  287. }
  288.  
  289. #link1 a , #link2 a, #link3 a
  290.  
  291. #title {
  292. font-family:times;
  293. text-align:center;
  294. width:300px;
  295. margin-top:5px;
  296. margin-left:200px;
  297. text-transform:uppercase;
  298. font-style:normal;
  299. font-size:20px;
  300. color:#fff;
  301. }
  302.  
  303. #header {
  304. width:350px;
  305. margin-left:540px;
  306. margin-top:-280px;
  307. font-style: none;
  308. font-family: "starfish";
  309. font-size:30px;
  310. text-transform:normal;
  311. color: #121e20;
  312. text-shadow: -1px -1px -1px #fff;
  313. text-shadow: 1px 1px 1px #fff;
  314. letter-spacing:1px;
  315. line-height:200%;
  316. position:fixed;
  317. transform: rotate(-10deg);
  318. }
  319.  
  320. #description {
  321. background:none;
  322. width:190px;
  323. height:300px;
  324. overflow-y:scroll;
  325. overflow-x:hidden;
  326. margin-top:-30px;
  327. margin-left:303px;
  328. padding: 12px;
  329. padding-right:10px;
  330. text-align:justify;
  331. font-style: none;
  332. font-family: 'Cormorant Garamond', serif;
  333. font-size:12px;
  334. color: #eee;
  335. text-shadow: none;
  336. letter-spacing:1px;
  337. line-height:160%;
  338. }
  339.  
  340. #pagination {
  341. font-family: 'Timmana', sans-serif;
  342. width:103px;
  343. font-size:30px;
  344. text-transform:uppercase;
  345. margin-top:-140px;
  346. margin-left:362px;
  347. padding-top:25px;
  348. letter-spacing:1px;
  349. font-style:normal;
  350. text-align:center;
  351. position:fixed;
  352. }
  353.  
  354. #pagination a {
  355. color: #4c7e84;
  356. }
  357.  
  358. /* --- SIDEBAR END ---*/
  359.  
  360.  
  361. /* --- LINKS START --- */
  362.  
  363. #links1 {
  364. width:350px;
  365. position:fixed;
  366. margin-left:550px;
  367. margin-top:-540px;
  368. padding:8px;
  369. transform: rotate(-9deg);
  370. }
  371.  
  372. #links1 a{
  373. min-width:50px;
  374. background: none;
  375. color: #fff;
  376. text-shadow: 2px 2px 5px #000;
  377. border: 1px none#7e6760;
  378. display:inline-block;
  379. margin:4px;
  380. font-size:8px
  381. font-family: 'Anton', sans-serif;
  382. text-align:center;
  383. text-transform:uppercase;
  384. padding-top:2px;
  385.  
  386. }
  387.  
  388. #links2 {
  389. width:200px;
  390. position:fixed;
  391. margin-left:303px;
  392. margin-top:-190px;
  393. padding:8px;
  394. }
  395.  
  396. #links2 a{
  397. min-width:90px;
  398. color: #121e20;
  399. display:inline-block;
  400. margin:4px;
  401. font-size:10px
  402. font-family: 'Anton', sans-serif;
  403. text-align:center;
  404. text-transform:uppercase;
  405. padding-top:2px;
  406. line-height:155%;
  407. }
  408.  
  409. /* --- LINKS END --- */
  410.  
  411.  
  412. /* --- CREDIT START --- */
  413.  
  414. .credit{
  415. position:fixed;
  416. font-size:15px;
  417. right:20px;
  418. bottom:10px;
  419. z-index:51;
  420. }
  421.  
  422. .credit a {
  423. font-family: 'Anton', sans-serif;
  424. text-decoration:none;
  425. text-transform:uppercase;
  426. color: #121e20;
  427. text-shadow: -1px -1px -1px #eee;
  428. text-shadow: 1px 1px 1px #eee;
  429. -moz-transition-duration:.7s;
  430. -webkit-transition-duration:.7s;
  431. -o-transition-duration:.7s;
  432. }
  433.  
  434.  
  435. .credit a:hover {
  436. text-decoration:none;
  437. text-transform:uppercase;
  438. color: #121e20;
  439. text-shadow: -1px -1px -1px #eee;
  440. text-shadow: 1px 1px 1px #eee;
  441. }
  442.  
  443. /* --- CREDIT END --- */
  444.  
  445.  
  446. /* --- POST NOTES START --- */
  447.  
  448. .note {
  449. padding:0px 20px 0px 20px;
  450. background-color:transparent;
  451. text-transform:lowercase;
  452. letter-spacing:0px;
  453. font-size: 11px;
  454. font-style:normal;
  455. text-align:left;
  456. line-height:120%;
  457. }
  458.  
  459. .note li {
  460. list-style-type:none;
  461. padding:5px 25px 5px 25px;
  462. text-align:left;
  463. margin-right:30px;
  464. margin-top:-50px;
  465. }
  466.  
  467. #info {
  468. height:20px;
  469. text-align:center;
  470. margin-top:25px;
  471. padding-top:10px;
  472. padding:15px;
  473. padding-bottom:1px;
  474. text-transform:normal
  475. font-style:none;
  476. font-family: 'Timmana', sans-serif;
  477. font-size:12px;
  478. background:url('https://i.imgur.com/gywRRGG.png');
  479. background-repeat:repeat;
  480. background-attachment:fixed;
  481. line-height:100%;
  482. border: 3px double #54637b;
  483. }
  484.  
  485. #info a{
  486. color: #54637b;
  487. }
  488.  
  489. #tags {
  490. font-family: 'Cormorant Garamond', serif;
  491. text-align:center;
  492. margin-top:5px;
  493. padding-bottom:0px;
  494. text-transform:none;
  495. font-style:none;
  496. font-size:12px;
  497. }
  498.  
  499. #tags a {
  500. color: #121e20;
  501. }
  502.  
  503. /* --- POST NOTES END --- */
  504.  
  505.  
  506. /* --- ASK & AUDIO START --- */
  507.  
  508. .ask {
  509. color: #eee;
  510. background:url('https://i.imgur.com/gywRRGG.png');
  511. background-repeat:repeat;
  512. background-attachment:fixed;
  513. border: 3px double #54637b;
  514. padding:15px;
  515. margin-bottom:15px;
  516. margin-top:10px;
  517. }
  518.  
  519. .askheader {
  520. margin-left:-3px;
  521. }
  522.  
  523. .asker {
  524. color: #121e20;
  525. text-shadow: -1px -1px -1px #eee;
  526. text-shadow: 1px 1px 1px #eee;
  527. font-family: "starfish";
  528. font-size:22px;
  529. line-height:20px;
  530. text-align:center;
  531. padding-bottom:5px;
  532. }
  533.  
  534. .answer {
  535. color: #eee;
  536. }
  537.  
  538. .chat {
  539. list-style:none;
  540. margin-top:15px;
  541. margin-bottom:0px;
  542. font-size:10px;
  543. margin-left:0px;
  544. }
  545.  
  546. .chat ul {
  547. line-height:18px;
  548. margin-top:0px;
  549. list-style:none;
  550. padding:0px;
  551. letter-spacing:2px;
  552. font-size:10px;
  553. margin-bottom:0px;
  554. text-transform:normal;
  555. }
  556.  
  557. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  558. background-color:#10131c;
  559. padding:3px 8px 3px 8px;
  560. color: #eee;
  561. border-bottom: none
  562. }
  563.  
  564. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  565. background-color:#121e20;;
  566. padding:3px 8px 3px 8px;
  567. color: #eee;
  568. border-bottom: none;
  569. }
  570.  
  571. .audio{
  572. color: #eee;
  573. background:#121e20;
  574. padding:15px;
  575. border: 3px double #54637b;
  576. height:70px;
  577. font-size:8px;
  578. overflow:hidden;
  579. }
  580.  
  581. /* --- ASK & AUDIO END --- */
  582.  
  583. {CustomCSS}</style></head><body>
  584.  
  585. <div id="fixerupper">
  586.  
  587. <div id="sidebar">
  588.  
  589. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  590.  
  591. <div class="credit">
  592. <a href="http://elsaofarendelle.tumblr.com"><img src="https://i.imgur.com/nW6sHTl.png"/></a>
  593. </div>
  594.  
  595. <div id="title"></div>
  596.  
  597. <div id="header">
  598. <center>Warm Hearts</center>
  599. </div>
  600.  
  601. <div id="description">
  602. <center>
  603. <p>❄ I N D E P E N D E N T ❄<br>
  604. Private ❄ selective<br>
  605. <b>Anna</b>&nbsp; of Disney's <i>Frozen</i>.<br>
  606. Imagined by Mari<br>
  607. Crossover & OC Friendly</p>
  608. </center>
  609. </div>
  610.  
  611.  
  612. <div id="links1">
  613. <center>
  614. <a href="/">home</a>
  615. <a href="/">ask</a>
  616. <a href="/post/172571031165/navigation">navi</a>
  617. </center>
  618. </div>
  619.  
  620. <div id="links2">
  621. <center>
  622. <a href="http://elsaofarendelle.tumblr.com"><img src="https://i.imgur.com/VRKxmJ5.png"/></a>
  623.  
  624. </center>
  625. </div>
  626.  
  627. <div id="scrollbar">{scrollbar}</div>
  628.  
  629.  
  630. <div id="pagination">
  631. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « </a>{/block:PreviousPage}{/block:Pagination}
  632. {block:Pagination}{block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  633.  
  634. {block:HasPages}{block:Pages}
  635.  
  636. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  637.  
  638. </div></center>
  639.  
  640.  
  641. </div>
  642.  
  643. <div id="container">{block:Posts}<div id="post">
  644.  
  645. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  646. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  647.  
  648. {block:blockquote}{/block:blockquote}
  649.  
  650. {block:ContentSource}
  651. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  652. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  653. {/block:SourceLogo}
  654. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  655. {/block:ContentSource}
  656.  
  657. {block:Photo}
  658. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  659. {/block:Photo}
  660.  
  661. {block:Photoset}
  662. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  663. {/block:Photoset}
  664.  
  665. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  666.  
  667. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  668.  
  669. {block:Chat}
  670. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  671. <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>
  672. {/block:Chat}
  673.  
  674. {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}
  675. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  676.  
  677. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  678.  
  679. {block:Answer}
  680. <div class="askheader"><img src="" draggable="false"></div>
  681. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  682. {/block:Answer}
  683.  
  684.  
  685. {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>
  686.  
  687. <div id="tags">
  688. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  689.  
  690. </div>
  691. {block:PostNotes}{PostNotes}{/block:PostNotes}
  692. {/block:Posts}</div>
  693.  
  694. </body>
  695.  
  696. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement