Advertisement
elsaofarendelle

sharinghisheart

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