Advertisement
elsaofarendelle

summerheir

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