Advertisement
elsaofarendelle

varian

May 2nd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.50 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=Anton" 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=Shadows+Into+Light" rel="stylesheet">
  13.  
  14. <!--- tooltips --->
  15.  
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  17. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("[title]").style_my_tooltips();
  22. });
  23. })(jQuery);
  24. </script>
  25.  
  26.  
  27. </style>
  28.  
  29.  
  30. <title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34.  
  35.  
  36. <!-------------------------------------------
  37. Code by elsaofarendelle.
  38. Don't copy or distribute.
  39. Don't claim as your own.
  40. -------------------------------------------->
  41.  
  42. <meta name="image:background" content=""/>
  43. <meta name="image:sidebar" content=""/>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. iframe#tumblr_controls {
  49. white-space:nowrap;
  50. -webkit-filter: invert(100%);
  51. -moz-filter: invert(100%);
  52. -o-filter: invert(100%);
  53. -ms-filter: invert(100%);
  54. filter: invert(100%);
  55. opacity:.2;transition: .8s ease-in-out;
  56. -webkit-transition: .8s ease-in-out;
  57. -moz-transition: .8s ease-in-out;
  58. -o-transition: .8s ease-in-out;
  59. }
  60.  
  61. /* --- CURSOR START --- */
  62.  
  63. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  64.  
  65. /* --- CURSOR END --- */
  66.  
  67. /* --- FONTS START --- */
  68.  
  69. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  70.  
  71. @font-face { font-family: 'Gothic Ultra OT'; src: url('GothicUltraOT.woff2') format('woff2'), url('GothicUltraOT.woff') format('woff'); font-weight: normal;font-style: normal;}
  72.  
  73.  
  74.  
  75. /* --- FONTS END --- */
  76.  
  77.  
  78. /* --- SCROLLBAR START ---*/
  79.  
  80. ::-webkit-scrollbar-thumb{
  81. background-color: #6d826d;
  82. border: none;
  83. height:auto;
  84. }
  85.  
  86. ::-webkit-scrollbar {
  87. height:auto;
  88. width:5px;
  89. background-color: transparent;
  90. border:2px solid transparent;
  91. }
  92.  
  93. /* --- SCROLLBAR END --- */
  94.  
  95.  
  96. /* --- TOOLTIPS START --- */
  97.  
  98. #s-m-t-tooltip{
  99. max-width:300px;
  100. margin:15px;
  101. padding:2px 8px;
  102. background: #6d826d;
  103. color: #eee;
  104. border-bottom: 3px solid #879c87;
  105. border-radius:0px;
  106. z-index:9999999999999;
  107. font-size:12px;
  108. font-family: 'lumierlight';
  109. font-weight:bold;
  110. text-transform:normal;
  111. box-shadow: 2px 2px 5px #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:#000;
  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:#eee;
  132. font-family: 'Cormorant Garamond', 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-color: #6d826d;
  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: 'Gothic Ultra OT';
  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: #6d826d;
  166. }
  167.  
  168. h2 {
  169. color: #6d826d;
  170. text-transform: none;
  171. letter-spacing:1px;
  172. font-family: 'Gothic Ultra OT';
  173. font-size:17px;
  174. }
  175.  
  176. hr {
  177. border-color: #6d826d;
  178. border-width: .5px;
  179. }
  180.  
  181. #fixerupper {
  182. width:500px;
  183. margin:0 auto -12px auto;
  184. }
  185.  
  186. #container {
  187. width:263px;
  188. height:312px;
  189. margin-left:445px;
  190. margin-top:330px;
  191. position:fixed;
  192. overflow-y:scroll;
  193. overflow-x:hidden;
  194. padding-left:0px;
  195. padding-right:0px;
  196. padding-top:17px;
  197. padding-bottom:10px;
  198. z-index:50
  199. }
  200.  
  201. #post {
  202. background: none;
  203. width:200px;
  204. padding-bottom:30px;
  205. padding: 30px;
  206. text-align: justify;
  207. margin-top:0px;
  208. border: 3px none #f7f7f7;
  209. line-height: 100%;
  210. }
  211.  
  212. #post img {
  213. padding: 0;
  214. max-width:100%;
  215. width: auto;
  216. height: auto;
  217. }
  218.  
  219. pre {
  220. font-family: 'lumierlight';
  221. font-size:10px;
  222. color:#6d826d;
  223. letter-spacing:1px;
  224. text-align:center;
  225. text-transform:uppercase;
  226. padding:6px;
  227. background:url('');
  228. background-repeat:repeat;;
  229. }
  230.  
  231.  
  232. b {
  233. text-transform: bold;
  234. color: #6d826d;
  235. text-shadow: 0px 0px 3px #879c87;
  236. letter-spacing:1px;
  237. font-family: 'lumierlight';
  238. font-size:15px;
  239. }
  240.  
  241. i {
  242. text-transform: italic;
  243. color: #6d826d;
  244. text-shadow: 1px 1px 1px #000;
  245. letter-spacing:1px;
  246. font-family: 'lumierlight';
  247. font-size:15px;
  248. }
  249.  
  250. em {
  251. text-transform: italic;
  252. color: #6d826d;
  253. text-shadow: -1px -1px -1px #000;
  254. text-shadow: 1px 1px 1px #000;
  255. letter-spacing:1px;
  256. font-family: 'lumierlight';
  257. font-size:15px;
  258. }
  259.  
  260. sub, small, sup {
  261. font-size: 12px;
  262. }
  263.  
  264. /* --- BODY END --- */
  265.  
  266.  
  267. /* --- SIDEBAR START ---*/
  268.  
  269. #sidebar{
  270. position: fixed;
  271. width:250px;
  272. height:140px;
  273. top: 140px;
  274. left: 200px;
  275. padding:20px;
  276. }
  277.  
  278. #sidebarimage img{
  279. width: 260px;
  280. height:209px;
  281. padding:10px;
  282. border:2px none #634911;
  283. margin-top:70px;
  284. margin-left:43px;
  285. background:transparent;
  286. background-image:{image:sidebarimage};
  287. }
  288.  
  289. #nav {
  290. position:fixed;
  291. overflow:hidden;
  292. margin-top:150px;
  293. margin-left:315px;
  294. }
  295.  
  296. #link1 a , #link2 a, #link3 a
  297.  
  298. #title {
  299. font-family:times;
  300. text-align:center;
  301. width:300px;
  302. margin-top:5px;
  303. margin-left:200px;
  304. text-transform:uppercase;
  305. font-style:normal;
  306. font-size:20px;
  307. color:#fff;
  308. }
  309.  
  310. #header{
  311. width:350px;
  312. margin-left:-280px;
  313. margin-top:30px;
  314. font-style: none;
  315. font-family: 'lumierlight';
  316. font-size:20px;
  317. text-transform:normal;
  318. color: #8e9e9a;
  319. text-shadow: -1px -1px -1px #eee;
  320. text-shadow: 1px 1px 1px #eee;
  321. letter-spacing:1px;
  322. line-height:200%;
  323. position:fixed;
  324. transform: rotate(-10deg);
  325. }
  326.  
  327. #description {
  328. background:none;
  329. width:150px;
  330. height:300px;
  331. overflow-y:scroll;
  332. overflow-x:hidden;
  333. margin-top:-90px;
  334. margin-left:26px;
  335. padding: 12px;
  336. padding-right:10px;
  337. text-align:justify;
  338. font-style: none;
  339. font-family: 'Cormorant Garamond', serif;
  340. font-size:12px;
  341. color: #eee;
  342. text-shadow: none;
  343. letter-spacing:1px;
  344. line-height:155%;
  345. }
  346.  
  347. #pagination {
  348. font-family: 'Timmana', sans-serif;
  349. width:103px;
  350. font-size:60px;
  351. text-transform:uppercase;
  352. margin-top:-200px;
  353. margin-left:700px;
  354. padding-top:25px;
  355. letter-spacing:1px;
  356. font-style:normal;
  357. text-align:center;
  358. position:fixed;
  359. }
  360.  
  361. #pagination a {
  362. color: #6d826d;
  363. text-shadow: -1px -1px -1px #879c87;
  364. text-shadow: 1px 1px 1px #879c87;
  365. }
  366.  
  367. /* --- SIDEBAR END ---*/
  368.  
  369.  
  370. /* --- LINKS START --- */
  371.  
  372. #links1 {
  373. width:200px;
  374. position:fixed;
  375. margin-left:3px;
  376. margin-top:-80px;
  377. padding:8px;
  378. }
  379.  
  380. #links1 a{
  381. min-width:40px;
  382. background: #6d826d;
  383. color: #eee;
  384. display:inline-block;
  385. margin:4px;
  386. font-size:9px
  387. font-family: 'lumierlight';
  388. text-align:center;
  389. text-transform:uppercase;
  390. padding-top:2px;
  391. line-height:155%;
  392. }
  393.  
  394. #links2 {
  395. width:200px;
  396. position:fixed;
  397. margin-left:3px;
  398. margin-top:-395px;
  399. padding:8px;
  400. }
  401.  
  402. #links2 a{
  403. min-width:40px;
  404. background: #6d826d;
  405. color: #eee;
  406. display:inline-block;
  407. margin:4px;
  408. font-size:9px
  409. font-family: 'lumierlight';
  410. text-align:center;
  411. text-transform:uppercase;
  412. padding-top:2px;
  413. line-height:155%;
  414. }
  415.  
  416. /* --- LINKS END --- */
  417.  
  418.  
  419. /* --- CREDIT START --- */
  420.  
  421. .credit{
  422. position:fixed;
  423. font-size:15px;
  424. right:20px;
  425. bottom:10px;
  426. z-index:51;
  427. }
  428.  
  429. .credit a {
  430. font-family: 'Anton', sans-serif;
  431. text-decoration:none;
  432. text-transform:uppercase;
  433. color: #000;
  434. -moz-transition-duration:.7s;
  435. -webkit-transition-duration:.7s;
  436. -o-transition-duration:.7s;
  437. }
  438.  
  439. /* --- CREDIT END --- */
  440.  
  441.  
  442. /* --- POST NOTES START --- */
  443.  
  444. .note {
  445. padding:0px 20px 0px 20px;
  446. background-color:transparent;
  447. text-transform:lowercase;
  448. letter-spacing:0px;
  449. font-size: 11px;
  450. font-style:normal;
  451. text-align:left;
  452. line-height:120%;
  453. }
  454.  
  455. .note li {
  456. list-style-type:none;
  457. padding:5px 25px 5px 25px;
  458. text-align:left;
  459. margin-right:30px;
  460. margin-top:-50px;
  461. }
  462.  
  463. #info {
  464. height:10px;
  465. text-align:center;
  466. margin-top:25px;
  467. padding-top:10px;
  468. padding:15px;
  469. padding-bottom:1px;
  470. text-transform:normal;
  471. font-style:none;
  472. font-size:12px;
  473. font-family: 'lumierlight';
  474. background: #6d826d;
  475. color: #eee;
  476. background-repeat:repeat;
  477. background-attachment:fixed;
  478. line-height:10%;
  479. border: 5px solid #879c87;
  480. }
  481.  
  482. #info a{
  483. color: #eee;
  484. }
  485.  
  486. #tags {
  487. font-family: 'Cormorant Garamond', serif;
  488. text-align:center;
  489. margin-top:5px;
  490. padding-bottom:0px;
  491. text-transform:none;
  492. font-style:none;
  493. font-size:12px;
  494. }
  495.  
  496. #tags a {
  497. color: #6d826d;
  498. }
  499.  
  500. /* --- POST NOTES END --- */
  501.  
  502.  
  503. /* --- ASK & AUDIO START --- */
  504.  
  505. .ask {
  506. background: #6d826d;
  507. color: #eee;
  508. border: 5px solid #879c87;
  509. padding:15px;
  510. margin-bottom:15px;
  511. margin-top:10px;
  512. }
  513.  
  514. .askheader {
  515. margin-left:-3px;
  516. }
  517.  
  518. .asker {
  519. color: #eee;
  520. text-shadow: -1px -1px -1px #eee;
  521. text-shadow: 1px 1px 1px #eee;
  522. font-family: 'Gothic Ultra OT';
  523. font-size:22px;
  524. line-height:20px;
  525. text-align:center;
  526. padding-bottom:5px;
  527. }
  528.  
  529. .answer {
  530. color: #eee;
  531. }
  532.  
  533. .chat {
  534. list-style:none;
  535. margin-top:15px;
  536. margin-bottom:0px;
  537. font-size:10px;
  538. margin-left:0px;
  539. }
  540.  
  541. .chat ul {
  542. line-height:18px;
  543. margin-top:0px;
  544. list-style:none;
  545. padding:0px;
  546. letter-spacing:2px;
  547. font-size:10px;
  548. margin-bottom:0px;
  549. text-transform:normal;
  550. }
  551.  
  552. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  553. background-color: #d4d4d4;
  554. padding:3px 8px 3px 8px;
  555. color: #3e3e3e;
  556. border-bottom: none
  557. }
  558.  
  559. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  560. background-color: #e8e8e8;
  561. padding:3px 8px 3px 8px;
  562. color: #3e3e3e;
  563. border-bottom: none;
  564. }
  565.  
  566. .audio{
  567. color: #6d826d;
  568. background:#000;
  569. padding:15px;
  570. height:70px;
  571. font-size:8px;
  572. overflow:hidden;
  573. }
  574.  
  575. .video {
  576. width:200px!important;
  577. }
  578.  
  579. .video iframe {
  580. width:200px!important;
  581. }
  582.  
  583. /* --- ASK & AUDIO END --- */
  584.  
  585. {CustomCSS}</style></head><body>
  586.  
  587. <div id="fixerupper">
  588.  
  589. <div id="sidebar">
  590.  
  591. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  592.  
  593. <div class="credit">
  594. <a href="http://elsaofarendelle.tumblr.com">E</a>
  595. </div>
  596.  
  597. <div id="title"></div>
  598.  
  599. <div id="header">
  600. <center></center>
  601. </div>
  602.  
  603. <div id="description">
  604. <center><p><b>Sir Galavant</b> of ABC's &nbsp;<i>Galavant</i>. Selective mature, private. As retold by Jess.<br><br>"Your moment of glory will come, young Galavant. Be patient, be ready, and also, never get married."</p></center>
  605. </div>
  606.  
  607.  
  608. <div id="links1">
  609. <center>
  610. <a href="/">home</a>
  611. <a href="/">ask</a>
  612. <a href="/dashboard">dash</a>
  613. </center>
  614. </div>
  615.  
  616. <div id="links2">
  617. <center>
  618. <a title="rules" href="/">i</a>
  619. <a title="about" href="/">ii</a>
  620. <a title="verses" href="/">iii</a>
  621. <a title="starters" href="/">iv</a>
  622. <a title="headcanons" href="/">v</a>
  623. <a title="canon" href="/">vi</a>
  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-highres}" width="200px" 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=#eee> 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. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement