Advertisement
elsaofarendelle

blueberrypolkadot

Oct 30th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.56 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=Timmana" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Allura" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=IM+Fell+French+Canon+SC" rel="stylesheet">
  15.  
  16. <link href="https://fonts.googleapis.com/css?family=Taviraj" rel="stylesheet">
  17.  
  18. <!--- tooltips --->
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  22. <script>
  23. (function($){
  24. $(document).ready(function(){
  25. $("[title]").style_my_tooltips();
  26. });
  27. })(jQuery);
  28. </script>
  29.  
  30.  
  31. </style>
  32.  
  33.  
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38.  
  39.  
  40. <!-------------------------------------------
  41. Code by elsaofarendelle.
  42. Don't copy or distribute.
  43. Don't claim as your own.
  44.  
  45. C O L L A B O R A T I O N
  46.  
  47. Background by grcwingstrcng
  48. Ivy Brushes by brusheezy
  49. Leaf Brushes by lilipilyspirit
  50. -------------------------------------------->
  51.  
  52. <meta name="image:background" content=""/>
  53. <meta name="image:sidebar" content=""/>
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. iframe#tumblr_controls {
  59. white-space:nowrap;
  60. -webkit-filter: invert(100%);
  61. -moz-filter: invert(100%);
  62. -o-filter: invert(100%);
  63. -ms-filter: invert(100%);
  64. filter: invert(100%);
  65. opacity:.2;transition: .8s ease-in-out;
  66. -webkit-transition: .8s ease-in-out;
  67. -moz-transition: .8s ease-in-out;
  68. -o-transition: .8s ease-in-out;
  69. }
  70.  
  71. /* --- CURSOR START --- */
  72.  
  73. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  74.  
  75. /* --- CURSOR END --- */
  76.  
  77. /* --- FONTS START --- */
  78.  
  79. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  80.  
  81. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  82.  
  83.  
  84.  
  85.  
  86.  
  87. /* --- FONTS END --- */
  88.  
  89.  
  90. /* --- SCROLLBAR START ---*/
  91.  
  92. ::-webkit-scrollbar-thumb{
  93. background-color: #82719a;
  94. border: none;
  95. height:auto;
  96. }
  97.  
  98. ::-webkit-scrollbar {
  99. height:auto;
  100. width:5px;
  101. background-color: transparent;
  102. border:2px solid transparent;
  103. }
  104.  
  105. /* --- SCROLLBAR END --- */
  106.  
  107.  
  108. /* --- TOOLTIPS START --- */
  109.  
  110. #s-m-t-tooltip{
  111. max-width:300px;
  112. margin:15px;
  113. padding:2px 8px;
  114. background: transparent;
  115. border: 3px none #fff;
  116. color: #a8a4bd;
  117. border-radius:0px;
  118. z-index:9999999999999;
  119. font-size:12px;
  120. font-family: 'Taviraj', serif;
  121. font-weight:bold;
  122. text-transform:normal;
  123. box-shadow: 2px 2px 5px none;
  124. -webkit-transition:all 0.7s;
  125. -moz-transition:all 0.7s;
  126. -ms-transition:all 0.7s;
  127. -o-transition:all 0.7s;
  128. transition:all 0.7s;
  129. }
  130.  
  131. /* --- TOOLTIPS END --- */
  132.  
  133.  
  134. /* --- BODY START ---*/
  135.  
  136. body {
  137. background:#00a0dc;
  138. background-image:url({image:background});
  139. background-attachment: fixed;
  140. background-repeat: no-repeat;
  141. background-position:0px 0px;
  142. margin:0px;
  143. color:#a4a4a4;
  144. font-family: 'Cormorant Garamond', serif;
  145. font-size:11px;
  146. line-height:120%;
  147. word-wrap: break-word;
  148. }
  149.  
  150. blockquote {
  151. padding-left:5px;
  152. border-left:2px solid;
  153. border-color: #d7c8ec;
  154. border-radius:6px;
  155. }
  156.  
  157. a {
  158. color: #fff;
  159. text-decoration:none;
  160. -webkit-transition:all 0.5s ease-in-out;
  161. -moz-transition:all 0.5s ease-in-out;
  162. -o-transition:all 0.5s ease-in-out;
  163. -ms-transition:all 0.5s ease-in-out;
  164. transition:all 0.5s ease-in-out;
  165. }
  166.  
  167.  
  168. img {none;}
  169.  
  170. h1 {
  171. font-family: 'Taviraj', serif;
  172. text-transform:none;
  173. font-size:25px;
  174. line-height:30px;
  175. letter-spacing:0px;
  176. text-align:center;
  177. font-style:normal;
  178. color: #a8a4bd;
  179. }
  180.  
  181. h2 {
  182. color: #a8a4bd;
  183. text-transform: none;
  184. letter-spacing:1px;
  185. font-family: 'Taviraj', serif;
  186. font-size:17px;
  187. line-height:30px;
  188. }
  189.  
  190. hr {
  191. border-color: #fff;
  192. border-width: .5px;
  193. }
  194.  
  195. #fixerupper {
  196. width:500px;
  197. margin:0 auto -12px auto;
  198. }
  199.  
  200. #container {
  201. width:344px;
  202. height:434px;
  203. margin-left:155px;
  204. margin-top:105px;
  205. position:fixed;
  206. overflow-y:scroll;
  207. overflow-x:hidden;
  208. padding-left:50px;
  209. padding-right:5px;
  210. padding-top:17px;
  211. padding-bottom:10px;
  212. z-index:50
  213. }
  214.  
  215. #post {
  216. background: none;
  217. width:300px;
  218. padding-bottom:30px;
  219. padding: 30px;
  220. text-align: justify;
  221. margin-top:0px;
  222. border: 3px none #f7f7f7;
  223. line-height: 100%;
  224. }
  225.  
  226.  
  227. #post img {
  228. padding: 0;
  229. max-width:100%;
  230. width: auto;
  231. height: auto;
  232. }
  233.  
  234. #post video {
  235. padding: 0;
  236. max-width:100%;
  237. width: auto;
  238. height: auto;
  239. }
  240.  
  241. pre {
  242. font-family: 'lumierlight';
  243. font-size:10px;
  244. color:#a8a4bd;
  245. letter-spacing:1px;
  246. text-align:center;
  247. text-transform:uppercase;
  248. padding:6px;
  249. background:url('');
  250. background-repeat:repeat;;
  251. }
  252.  
  253.  
  254. b {
  255. text-transform: bold;
  256. color: #a8a4bd;
  257. text-shadow: 0px 0px 3px #fff;
  258. letter-spacing:1px;
  259. font-family: 'IM Fell French Canon SC', serif;
  260. font-size:17px;
  261. line-height:100%;
  262. }
  263.  
  264. i {
  265. text-transform: italic;
  266. color: #a8a4bd;
  267. text-shadow: 1px 1px 1px #fff;
  268. text-shadow: -1px -1px -1px #fff;
  269. letter-spacing:1px;
  270. font-family: 'Allura', cursive;
  271. font-size:20px;
  272. line-height:100%;
  273. }
  274.  
  275. sub, small, sup {
  276. font-size: 12px;
  277. }
  278.  
  279. /* --- BODY END --- */
  280.  
  281.  
  282. /* --- SIDEBAR START ---*/
  283.  
  284. #sidebar{
  285. position: fixed;
  286. top: 80px;
  287. width:150px;
  288. height:70px;
  289. left: 845px;
  290. padding:20px;
  291. }
  292.  
  293. #sidebarimage img{
  294. width: 260px;
  295. height:209px;
  296. padding:10px;
  297. border:2px none #634911;
  298. margin-top:70px;
  299. margin-left:43px;
  300. background:transparent;
  301. background-image:{image:sidebarimage};
  302. }
  303.  
  304. #nav {
  305. position:fixed;
  306. overflow:hidden;
  307. margin-top:150px;
  308. margin-left:315px;
  309. }
  310.  
  311. #link1 a , #link2 a, #link3 a
  312.  
  313. #title {
  314. font-family:times;
  315. text-align:center;
  316. width:300px;
  317. margin-top:5px;
  318. margin-left:200px;
  319. text-transform:uppercase;
  320. font-style:normal;
  321. font-size:20px;
  322. color:#fff;
  323. }
  324.  
  325. #header{
  326. width:180px;
  327. margin-left:85px;
  328. margin-top:-180px;
  329. font-style: none;
  330. font-family: 'Cormorant Garamond', serif;
  331. font-size:11px;
  332. text-transform:normal;
  333. color: #fff;
  334. letter-spacing:1px;
  335. line-height:200%;
  336. position:fixed;
  337.  
  338. }
  339.  
  340. #description {
  341. background:none;
  342. width:180px;
  343. height:300px;
  344. overflow-y:scroll;
  345. overflow-x:hidden;
  346. margin-top:-330px;
  347. margin-left:76px;
  348. padding: 12px;
  349. padding-right:10px;
  350. text-align:justify;
  351. font-style: none;
  352. font-family: 'Cormorant Garamond', serif;
  353. font-size:11px;
  354. color: #a4a4a4;
  355. text-shadow: none;
  356. letter-spacing:1px;
  357. line-height:155%;
  358. }
  359.  
  360. #pagination {
  361. font-family: 'Taviraj', serif;
  362. width:500px;
  363. font-size:15px;
  364. margin-top:-100px;
  365. margin-left:-50px;
  366. padding-left:5px;
  367. letter-spacing:3px;
  368. text-align:center;
  369. text-transform:uppercase;
  370. }
  371.  
  372. #pagination a {
  373. color:#82719a;
  374. }
  375.  
  376. /* --- SIDEBAR END ---*/
  377.  
  378.  
  379. /* --- LINKS START --- */
  380.  
  381. #links {
  382. width:200px;
  383. position:fixed;
  384. margin-left:70px;
  385. margin-top:-60px;
  386. padding:8px;
  387. }
  388.  
  389. #links a{
  390. min-width:70px;
  391. background: #82719a;
  392. border: 3px solid #d7c8ec;
  393. color: #d7c8ec;
  394. display:inline-block;
  395. margin:4px;
  396. font-size:9px
  397. font-family: 'lumierlight';
  398. text-align:center;
  399. text-transform:uppercase;
  400. padding-top:2px;
  401. line-height:155%;
  402. }
  403.  
  404. /* --- LINKS END --- */
  405.  
  406.  
  407. /* --- CREDIT START --- */
  408.  
  409. .credit{
  410. position:fixed;
  411. font-size:20px;
  412. right:40px;
  413. bottom:20px;
  414. z-index:51;
  415. }
  416.  
  417. .credit a {
  418. font-family: "starfish";
  419. text-decoration:none;
  420. text-transform:uppercase;
  421. color: #82719a;
  422. text-shadow: -1px -1px -1px #fff;
  423. text-shadow: 1px 1px 1px #fff;
  424. -moz-transition-duration:.7s;
  425. -webkit-transition-duration:.7s;
  426. -o-transition-duration:.7s;
  427. }
  428.  
  429. /* --- CREDIT END --- */
  430.  
  431.  
  432. /* --- POST NOTES START --- */
  433.  
  434. .note {
  435. padding:0px 20px 0px 20px;
  436. background-color:transparent;
  437. text-transform:lowercase;
  438. letter-spacing:0px;
  439. font-size: 11px;
  440. font-style:normal;
  441. text-align:left;
  442. line-height:120%;
  443. }
  444.  
  445. .note li {
  446. list-style-type:none;
  447. padding:5px 25px 5px 25px;
  448. text-align:left;
  449. margin-right:30px;
  450. margin-top:-50px;
  451. }
  452.  
  453. #info {
  454. height:20px;
  455. text-align:center;
  456. margin-top:25px;
  457. padding-top:10px;
  458. padding:15px;
  459. padding-bottom:1px;
  460. text-transform:normal;
  461. font-style:none;
  462. font-size:12px;
  463. font-family:'Taviraj', serif;
  464. color: #1e1e1d;
  465. background-repeat:repeat;
  466. background-attachment:fixed;
  467. line-height:60%;
  468. background: #82719a;
  469. border: 3px solid #d7c8ec;
  470. }
  471.  
  472. #info a{
  473. color: #a8a4bd;
  474. }
  475.  
  476. #tags {
  477. font-family: 'Cormorant Garamond', serif;
  478. text-align:center;
  479. margin-top:5px;
  480. padding-bottom:0px;
  481. text-transform:none;
  482. font-style:none;
  483. font-size:12px;
  484. }
  485.  
  486. #tags a {
  487. color: #a4a4a4;
  488. }
  489.  
  490. /* --- POST NOTES END --- */
  491.  
  492.  
  493. /* --- ASK & AUDIO START --- */
  494.  
  495. .ask {
  496. color: #a4a4a4;
  497. background: #82719a;
  498. border: 3px solid #d7c8ec;
  499. padding:15px;
  500. margin-bottom:15px;
  501. margin-top:10px;
  502. }
  503.  
  504. .askheader {
  505. }
  506.  
  507. .asker {
  508. color: #a8a4bd;
  509. text-shadow: -1px -1px -1px #fff;
  510. text-shadow: 1px 1px 1px #fff;
  511. font-family: 'Taviraj', serif;
  512. font-size:22px;
  513. line-height:20px;
  514. text-align:center;
  515. padding-bottom:5px;
  516. }
  517.  
  518. .answer {
  519. color: #a4a4a4;
  520. }
  521.  
  522. .chat {
  523. list-style:none;
  524. margin-top:15px;
  525. margin-bottom:0px;
  526. font-size:10px;
  527. margin-left:0px;
  528. }
  529.  
  530. .chat ul {
  531. line-height:18px;
  532. margin-top:0px;
  533. list-style:none;
  534. padding:0px;
  535. letter-spacing:2px;
  536. font-size:10px;
  537. margin-bottom:0px;
  538. text-transform:normal;
  539. }
  540.  
  541. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  542. background-color: #afadba;
  543. padding:3px 8px 3px 8px;
  544. color: #dbdbdb;
  545. border-bottom: none
  546. }
  547.  
  548. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  549. background-color: #c7c3db;
  550. padding:3px 8px 3px 8px;
  551. color: #a4a4a4;
  552. border-bottom: none;
  553. }
  554.  
  555. .audio{
  556. color: #a4a4a4;
  557. background:#000;
  558. padding:15px;
  559. border: 8px solid #1c0907;
  560. height:70px;
  561. font-size:8px;
  562. overflow:hidden;
  563. }
  564.  
  565. .video {
  566. width:300px!important;
  567. }
  568.  
  569. .video iframe {
  570. width:300px!important;
  571. }
  572.  
  573. /* --- ASK & AUDIO END --- */
  574.  
  575. {CustomCSS}</style></head><body>
  576.  
  577. <div id="fixerupper">
  578.  
  579. <div id="sidebar">
  580.  
  581. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  582.  
  583. <div class="credit">
  584. <a href="http://elsaofarendelle.tumblr.com/commission info">E</a>
  585. </div>
  586.  
  587. <div id="title"></div>
  588.  
  589. <div id="header">
  590. <center><p></p></center>
  591. </div>
  592.  
  593. <div id="description">
  594. <center><p>"Be less curious about people and more curious about ideas." --Marie Curie.</p></center>
  595. </div>
  596.  
  597. <div id="links">
  598. <center>
  599. <a href="/">refresh</a>
  600. <a href="/ask">messages</a>
  601. <a href="/rules">rules</a>
  602. <a href="/about">about</a>
  603. <a href="/verses">verses</a>
  604. <a href="/nav">more</a>
  605. <a href="http://fantasiaproject-rpg.tumblr.com/">rpg</a>
  606. <a href="https://tumblr.com/dashboard">dashboard</a>
  607. </center>
  608. </div>
  609.  
  610. <div id="scrollbar">{scrollbar}</div>
  611.  
  612.  
  613. <div id="pagination">
  614. <center> {block:Pagination}
  615. <div id="pagination">
  616. {block:PreviousPage}
  617. <a href="{PreviousPage}"><big>«</big></a>
  618. {/block:PreviousPage}
  619. {block:JumpPagination length="5"}
  620. {block:CurrentPage}
  621. <span class="current_page">{PageNumber}</span>
  622. {/block:CurrentPage}
  623. {block:JumpPage}
  624. <a class="jump_page" href="{URL}">{PageNumber}</a>
  625. {/block:JumpPage}
  626. {/block:JumpPagination}
  627. {block:NextPage}
  628. <a href="{NextPage}"><big>»</big></a>
  629. {/block:NextPage}
  630. </div>
  631. {/block:Pagination}</center>
  632. </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-highres}" width="300px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  659. {/block:Photo}
  660.  
  661. {block:Photoset}
  662. <center>{Photoset}</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}<div class="video">{Video-400}</div>{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}<font color=#a8a4bd> said:</font></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.  
  697. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement