Advertisement
elsaofarendelle

Olaf #1

Apr 26th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.82 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=Sorts+Mill+Goudy" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Marck+Script" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Clicker+Script" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=Over+the+Rainbow" 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="if:Enable endless scrolling" content="1">
  45.  
  46. <meta name="image:background" content=""/>
  47. <meta name="image:sidebar" content=""/>
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. iframe#tumblr_controls {
  53. white-space:nowrap;
  54. -webkit-filter: invert(100%);
  55. -moz-filter: invert(100%);
  56. -o-filter: invert(100%);
  57. -ms-filter: invert(100%);
  58. filter: invert(100%);
  59. opacity:.2;transition: .8s ease-in-out;
  60. -webkit-transition: .8s ease-in-out;
  61. -moz-transition: .8s ease-in-out;
  62. -o-transition: .8s ease-in-out;
  63. }
  64.  
  65. /* --- CURSOR START --- */
  66.  
  67. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  68.  
  69. /* --- CURSOR END --- */
  70.  
  71. /* --- FONTS START --- */
  72.  
  73. @font-face { font-family: "nightingale"; src: url('https://dl.dropboxusercontent.com/s/bz5y4iifjp0ghkm/Nightingale%20Sample.otf'); }
  74.  
  75. /* --- FONTS END --- */
  76.  
  77. /* --- SCROLLBAR START ---*/
  78.  
  79. ::-webkit-scrollbar-thumb{
  80. background-color: #191919;
  81. border: 2px none #191919;
  82. height:auto;
  83. }
  84.  
  85. ::-webkit-scrollbar {
  86. height:auto;
  87. width:6px;
  88. background-color: none;
  89. border: none;
  90. }
  91.  
  92. /* --- SCROLLBAR END --- */
  93.  
  94.  
  95. /* --- TOOLTIPS START --- */
  96.  
  97. #s-m-t-tooltip{
  98. max-width:300px;
  99. margin:15px;
  100. padding:2px 8px;
  101. border:3px solid #e7972f;
  102. border-radius:0px;
  103. background: #fff;
  104. color: #191919;
  105. z-index:9999999999999;
  106. font-size:12px;
  107. font-family: 'Ice kingdom';
  108. text-shadow:0px 0px 3px #eee;
  109. font-weight:bold;
  110. text-transform:normal;
  111. box-shadow:0px 0px 0px #000;
  112. -webkit-transition:all 0.7s;
  113. -moz-transition:all 0.7s;
  114. -ms-transition:all 0.7s;
  115. -o-transition:all 0.7s;
  116. transition:all 0.7s;
  117. }
  118.  
  119. /* --- TOOLTIPS END --- */
  120.  
  121.  
  122. /* --- BODY START ---*/
  123.  
  124. body {
  125. background:#fff;
  126. background-image:url({image:background});
  127. background-attachment: fixed;
  128. background-repeat: no-repeat;
  129. background-position:0px 0px;
  130. margin:0px;
  131. color:#191919;
  132. font-family: 'Sorts Mill Goudy', serif;
  133. font-size:12px;
  134. line-height:120%;
  135. word-wrap: break-word;
  136. }
  137.  
  138. blockquote {
  139. padding-left:5px;
  140. border-left:2px solid;
  141. border-radius:6px;
  142. }
  143.  
  144. a {
  145. color:#191919;
  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: 'Ice kingdom';
  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: #191919;
  166. }
  167.  
  168. h2 {
  169. text-transform: italic;
  170. color: #c8e8ea;
  171. text-shadow: none;
  172. letter-spacing:1px;
  173. font-family: 'Ice kingdom';
  174. font-size:17px;
  175. }
  176.  
  177. #fixerupper {
  178. width:500px;
  179. margin:0 auto -12px auto;
  180. }
  181.  
  182. #container {
  183. padding:10px;
  184. width:400px;
  185. margin-left:400px;
  186. margin-top:20px;
  187. margin-bottom:50px;
  188. }
  189.  
  190. #post {
  191. background: none;
  192. width:400px;
  193. padding-bottom:30px;
  194. padding: 30px;
  195. text-align: justify;
  196. margin-top:35px;
  197. border: 3px none #f7f7f7;
  198. line-height: 100%;
  199. }
  200.  
  201.  
  202. #post img {
  203. padding: 0;
  204. max-width:100%;
  205. width: auto;
  206. height: auto;
  207. }
  208.  
  209. pre {
  210. font-family: 'Zeyada', cursive;
  211. font-size:10px;
  212. color:#90c3d4;
  213. text-shadow: none;
  214. letter-spacing:1px;
  215. text-align:center;
  216. text-transform:uppercase;
  217. padding:6px;
  218. background:url('');
  219. background-repeat:repeat;
  220. border: 3px none #a4a4a4;
  221. }
  222.  
  223.  
  224. b {
  225. text-transform: bold;
  226. color: #259ac5;
  227. text-shadow:0px 0px 3px #259ac5;
  228. letter-spacing:1px;
  229. font-family: 'Ice kingdom';
  230. font-size:15px;
  231. line-height:100%;
  232. }
  233.  
  234. i {
  235. text-transform: italic;
  236. color: #e7972f;
  237. text-shadow:2px 2px 5px #a4a4a4;
  238. letter-spacing:1px;
  239. font-family: 'Ice kingdom';
  240. font-size:15px;
  241. line-height:100%;
  242. }
  243.  
  244. em {
  245. text-transform: italic;
  246. color: #e7972f;
  247. text-shadow:1px 1px 5px #a4a4a4;
  248. letter-spacing:1px;
  249. font-family: 'Ice kingdom';
  250. font-size:15px;
  251. line-height:100%;
  252. }
  253.  
  254. sub, small, sup {
  255. font-size: 12px;
  256. }
  257.  
  258. /* --- BODY END --- */
  259.  
  260.  
  261. /* --- SIDEBAR START ---*/
  262.  
  263. #sidebar{
  264. position: fixed;
  265. top: 220px;
  266. width:250px;
  267. height:115px;
  268. left: -10px;
  269. padding:20px;
  270. }
  271.  
  272. #sidebarimage img{
  273. width: 200px;
  274. height:200px;
  275. padding:10px;
  276. border:3px none #f5f5f5;
  277. margin-top:-30px;
  278. margin-left:127px;
  279. background:transparent;
  280. background-image:{image:sidebarimage};
  281. }
  282.  
  283. #nav {
  284. position:fixed;
  285. overflow:hidden;
  286. margin-top:150px;
  287. margin-left:315px;
  288. }
  289.  
  290. #link1 a , #link2 a, #link3 a
  291.  
  292. #title {
  293. font-family:times;
  294. text-align:center;
  295. width:300px;
  296. margin-top:5px;
  297. margin-left:200px;
  298. text-transform:uppercase;
  299. font-style:normal;
  300. font-size:20px;
  301. color:#fff;
  302. }
  303.  
  304. #description {
  305. background: none;
  306. width:350px;
  307. height:280px;
  308. margin-top: -150px;
  309. margin-left:30px;
  310. padding: 12px;
  311. text-align:justify;
  312. font-style: none;
  313. font-family: 'Sorts Mill Goudy', serif;
  314. font-size:11px;
  315. color: #191919;
  316. text-shadow: none;
  317. border:3px none;
  318. letter-spacing:1px;
  319. line-height:155%;
  320. }
  321.  
  322. #pagination {
  323. font-family: 'Sorts Mill Goudy', serif;
  324. width:103px;
  325. font-size:8px;
  326. text-transform:uppercase;
  327. margin-top:-90px;
  328. margin-left:270px;
  329. padding-top:25px;
  330. letter-spacing:1px;
  331. font-style:normal;
  332. text-align:center;
  333. }
  334.  
  335. #pagination a {
  336. color:#191919;
  337. text-shadow: 0px 0px 3px #191919;
  338. }
  339.  
  340. /* --- SIDEBAR END ---*/
  341.  
  342.  
  343. /* --- LINKS START --- */
  344.  
  345. #links {
  346. width:350px;
  347. position:fixed;
  348. margin-left:30px;
  349. margin-top:-380px;
  350. padding:8px;
  351. }
  352.  
  353. #links a{
  354. min-width:100px;
  355. background: transparent;
  356. color: #fff;
  357. border: 3px none #fff;
  358. display:normal;
  359. margin:4px;
  360. font-size:12px
  361. font:'Sorts Mill Goudy', serif;
  362. text-align:center;
  363. text-transform:uppercase;
  364. padding-top:2px;
  365. line-height:120%;
  366. }
  367.  
  368. #links a:hover {
  369. -webkit-filter: blur(4px);
  370. }
  371.  
  372. /* --- LINKS END --- */
  373.  
  374.  
  375. /* --- CREDIT START --- */
  376.  
  377. .credit{
  378. position:fixed;
  379. font-size:15px;
  380. right:20px;
  381. bottom:10px;
  382. z-index:51;
  383. }
  384.  
  385. .credit a {
  386. font-family: 'Ice kingdom';
  387. text-decoration:none;
  388. text-transform:uppercase;
  389. color: #259ac5;
  390. -moz-transition-duration:.7s;
  391. -webkit-transition-duration:.7s;
  392. -o-transition-duration:.7s;
  393. }
  394.  
  395.  
  396. .credit a:hover {
  397. text-decoration:none;
  398. text-transform:uppercase;
  399. color: #259ac5;
  400. }
  401.  
  402. /* --- CREDIT END --- */
  403.  
  404.  
  405. /* --- POST NOTES START --- */
  406.  
  407. .note {
  408. padding:0px 20px 0px 20px;
  409. background-color:transparent;
  410. text-transform:lowercase;
  411. letter-spacing:0px;
  412. font-size: 11px;
  413. font-style:normal;
  414. text-align:left;
  415. line-height:120%;
  416. }
  417.  
  418. .note li {
  419. list-style-type:none;
  420. padding:5px 25px 5px 25px;
  421. text-align:left;
  422. margin-right:30px;
  423. margin-top:-50px;
  424. }
  425.  
  426. #info {
  427. height:10px;
  428. text-align:center;
  429. margin-top:25px;
  430. padding-top:10px;
  431. padding:15px;
  432. padding-bottom:1px;
  433. text-transform:normal;
  434. font-style:none;
  435. font-size:12px;
  436. font-family:'Ice kingdom';
  437. background: transparent;
  438. color: #919191;
  439. background-repeat:repeat;
  440. background-attachment:fixed;
  441. line-height:20%;
  442. border-left: 2px solid #012735;
  443. border-bottom: 2px solid #012735;
  444. }
  445.  
  446. #info a{
  447. color: #012735;
  448. }
  449.  
  450. #tags {
  451. font-family: 'Cormorant Garamond', serif;
  452. text-align:center;
  453. margin-top:5px;
  454. padding-bottom:0px;
  455. text-transform:none;
  456. font-style:none;
  457. font-size:12px;
  458. }
  459.  
  460. #tags a {
  461. color: #a4a4a4;
  462. }
  463.  
  464. /* --- POST NOTES END --- */
  465.  
  466.  
  467. /* --- ASK & AUDIO START --- */
  468.  
  469. .ask {
  470. color:#191919;
  471. padding:15px;
  472. margin-bottom:15px;
  473. border: none;
  474. margin-top:-50px;
  475. border: 1px solid #191919;
  476. }
  477.  
  478. .askheader {
  479. margin-left:-3px;
  480. }
  481.  
  482. .asker {
  483. background-repeat:no-repeat;
  484. font-family: 'Ice kingdom';
  485. font-size:22px;
  486. color: #191919;
  487. text-shadow:0px 0px 3px #eee;
  488. line-height:30px;
  489. text-align:center;
  490. padding-bottom:5px;
  491. }
  492.  
  493. .answer {
  494. color: #a191919;
  495. }
  496.  
  497. .chat {
  498. list-style:none;
  499. margin-top:15px;
  500. margin-bottom:0px;
  501. font-size:10px;
  502. margin-left:0px;
  503. }
  504.  
  505. .chat ul {
  506. line-height:18px;
  507. margin-top:0px;
  508. list-style:none;
  509. padding:0px;
  510. letter-spacing:2px;
  511. font-size:10px;
  512. margin-bottom:0px;
  513. text-transform:normal;
  514. }
  515.  
  516. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  517. background-color: #ebebeb;
  518. padding:3px 8px 3px 8px;
  519. color: #191919;
  520. border-bottom: none
  521. }
  522.  
  523. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  524. background-color: #f2f2f2;
  525. padding:3px 8px 3px 8px;
  526. color: #191919;
  527. border-bottom: none;
  528. }
  529.  
  530. .audio{
  531. background-color: transparent;
  532. background-image:url("");
  533. border-bottom:1px none #fff;
  534. height:70px;
  535. font-size:8px;
  536. overflow:hidden;
  537. }
  538.  
  539. /* --- ASK & AUDIO END --- */
  540.  
  541. {CustomCSS}</style></head><body>
  542.  
  543. <div id="fixerupper">
  544.  
  545. <div id="sidebar">
  546.  
  547. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  548.  
  549. <div class="credit">
  550. <a href="http://elsaofarendelle.tumblr.com">E</a>
  551. </div>
  552.  
  553.  
  554.  
  555.  
  556.  
  557. <div id="title"></div>
  558.  
  559. <div id="description">
  560. <center><p><b>Olaf</b> the snowman of Disney's <i>Frozen</i>, written by Jen. With influences from tie in stories and comics.<br> • immature • selective • mutuals only •</p></center>
  561. </div>
  562.  
  563. <div id="links">
  564. <center>
  565. <a title="ask" href="/asks"><img src="https://i.imgur.com/IMVAcpS.png"></a>
  566. <a title="about" href="/about"><img src="https://i.imgur.com/dmXWqYt.png"></a>
  567. <a title="rules" href="/rules"><img src="https://i.imgur.com/NcxIqRQ.png"></a>
  568. <a title="verses" href="/verses"><img src="https://i.imgur.com/x4JE3gf.png"></a>
  569. </center>
  570. </div>
  571.  
  572. <div id="scrollbar">{scrollbar}</div>
  573.  
  574.  
  575. <div id="pagination">
  576. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> </a>{/block:PreviousPage}{/block:Pagination}
  577. {block:Pagination}{block:NextPage}<a href="{NextPage}"> </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  578.  
  579. {block:IfEnableEndlessScrolling}
  580. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  581. {/block:IfEnableEndlessScrolling}
  582.  
  583.  
  584.  
  585. {block:HasPages}{block:Pages}
  586.  
  587. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  588.  
  589. </div></center>
  590.  
  591.  
  592. </div>
  593.  
  594. <div id="container">{block:Posts}<div id="post">
  595.  
  596. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  597. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  598.  
  599. {block:blockquote}{/block:blockquote}
  600.  
  601. {block:ContentSource}
  602. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  603. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  604. {/block:SourceLogo}
  605. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  606. {/block:ContentSource}
  607.  
  608. {block:Photo}
  609. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  610. {/block:Photo}
  611.  
  612. {block:Photoset}
  613. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  614. {/block:Photoset}
  615.  
  616. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  617.  
  618. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  619.  
  620. {block:Chat}
  621. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  622. <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>
  623. {/block:Chat}
  624.  
  625. {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}
  626. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  627.  
  628. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  629.  
  630. {block:Answer}
  631. <div class="askheader"><img src="" draggable="false"></div>
  632. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  633. {/block:Answer}
  634.  
  635. {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>
  636.  
  637. <div id="tags">
  638. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  639.  
  640. </div>
  641. {block:PostNotes}{PostNotes}{/block:PostNotes}
  642. {/block:Posts}</div>
  643.  
  644. </body>
  645.  
  646.  
  647. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement