Advertisement
elsaofarendelle

draconigena440

Feb 7th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.85 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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 rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Playfair+Display" />
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy" rel="stylesheet">
  9.  
  10. <!--- tooltips --->
  11.  
  12. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13. <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  14. <script>
  15. (function($){
  16. $(document).ready(function(){
  17. $("[title]").style_my_tooltips();
  18. });
  19. })(jQuery);
  20. </script>
  21.  
  22.  
  23. </style>
  24.  
  25.  
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  30.  
  31.  
  32. <!-------------------------------------------
  33. Code by elsaofarendelle.
  34. Don't copy or distribute.
  35. Don't claim as your own.
  36. -------------------------------------------->
  37.  
  38.  
  39.  
  40. <meta name="image:background" content=""/>
  41. <meta name="image:sidebar" content=""/>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. iframe#tumblr_controls {
  47. white-space:nowrap;
  48. -webkit-filter: invert(100%);
  49. -moz-filter: invert(100%);
  50. -o-filter: invert(100%);
  51. -ms-filter: invert(100%);
  52. filter: invert(100%);
  53. opacity:.2;transition: .8s ease-in-out;
  54. -webkit-transition: .8s ease-in-out;
  55. -moz-transition: .8s ease-in-out;
  56. -o-transition: .8s ease-in-out;
  57. }
  58.  
  59. /* --- CURSOR START --- */
  60.  
  61. *, body, a, a:hover {cursor: url("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  62.  
  63. /* --- CURSOR END --- */
  64.  
  65. /* --- FONTS START --- */
  66.  
  67.  
  68.  
  69. /* --- FONTS END --- */
  70.  
  71. /* --- SCROLLBAR START ---*/
  72.  
  73. ::-webkit-scrollbar-thumb{
  74. background-color: #682b2b;
  75. border: 2px solid #682b2b;
  76. height:auto;
  77. }
  78.  
  79. ::-webkit-scrollbar {
  80. height:auto;
  81. width:6px;
  82. background-color: #a4a4a4;
  83. border:5px solid #000;
  84. }
  85.  
  86. /* --- SCROLLBAR END --- */
  87.  
  88.  
  89. /* --- TOOLTIPS START --- */
  90.  
  91. #s-m-t-tooltip{
  92. max-width:300px;
  93. margin:15px;
  94. padding:2px 8px;
  95. border-bottom:3px solid #682b2b;
  96. border-radius:0px;
  97. background: #000;
  98. color:#682b2b;
  99. text-shadow: -1px -1px -1px #682b2b;
  100. text-shadow: 1px 1px 1px #682b2b;
  101. z-index:9999999999999;
  102. font-size:12px;
  103. font-family: 'Playfair Display', serif;
  104. font-weight:bold;
  105. text-transform:normal;
  106. box-shadow:0px 0px 0px #000;
  107. -webkit-transition:all 0.7s;
  108. -moz-transition:all 0.7s;
  109. -ms-transition:all 0.7s;
  110. -o-transition:all 0.7s;
  111. transition:all 0.7s;
  112. }
  113.  
  114. /* --- TOOLTIPS END --- */
  115.  
  116.  
  117. /* --- BODY START ---*/
  118.  
  119. body {
  120. background:#000;
  121. background-image:url({image:background});
  122. background-attachment: fixed;
  123. background-repeat: no-repeat;
  124. background-position:0px 0px;
  125. margin:0px;
  126. color:#eee;
  127. font-family: 'Sorts Mill Goudy', serif;
  128. font-size:12px;
  129. line-height:120%;
  130. word-wrap: break-word;
  131. }
  132.  
  133. blockquote {
  134. padding-left:5px;
  135. border-left:2px solid;
  136. border-radius:6px;
  137. }
  138.  
  139. a {
  140. color:#682b2b;
  141. text-shadow: -1px -1px -1px #682b2b;
  142. text-shadow: 1px 1px 1px #682b2b;
  143. text-decoration:none;
  144. -webkit-transition:all 0.5s ease-in-out;
  145. -moz-transition:all 0.5s ease-in-out;
  146. -o-transition:all 0.5s ease-in-out;
  147. -ms-transition:all 0.5s ease-in-out;
  148. transition:all 0.5s ease-in-out;
  149. }
  150.  
  151.  
  152. img {none;}
  153.  
  154. h1 {
  155. font-family: 'Playfair Display', serif;
  156. text-transform:none;
  157. font-size:20px;
  158. line-height:30px;
  159. letter-spacing:0px;
  160. text-align:center;
  161. font-style:normal;
  162. color: #682b2b;
  163. }
  164.  
  165. h2 {
  166. text-transform: italic;
  167. color: #682b2b;
  168. text-shadow: none;
  169. letter-spacing:1px;
  170. font-family: 'Playfair Display', serif;
  171. font-size:17px;
  172. }
  173.  
  174. #fixerupper {
  175. width:500px;
  176. margin:0 auto -12px auto;
  177. }
  178.  
  179. #container {
  180. padding:10px;
  181. width:400px;
  182. margin-left:400px;
  183. margin-top:20px;
  184. margin-bottom:50px;
  185. }
  186.  
  187. #post {
  188. background: none;
  189. width:400px;
  190. padding-bottom:30px;
  191. padding: 30px;
  192. text-align: justify;
  193. margin-top:35px;
  194. border: 3px none #f7f7f7;
  195. line-height: 100%;
  196. }
  197.  
  198.  
  199. #post img {
  200. padding: 0;
  201. max-width:100%;
  202. width: auto;
  203. height: auto;
  204. }
  205.  
  206. pre {
  207. font-family: 'Playfair Display', serif;
  208. font-size:10px;
  209. color:#682b2b;
  210. text-shadow: -1px -1px -1px #682b2b;
  211. text-shadow: 1px 1px 1px #682b2b;
  212. letter-spacing:1px;
  213. text-align:center;
  214. text-transform:uppercase;
  215. padding:6px;
  216. background:url('');
  217. background-repeat:repeat;;
  218. }
  219.  
  220.  
  221. b {
  222. text-transform: bold;
  223. color:#682b2b;
  224. text-shadow: -1px -1px -1px #682b2b;
  225. text-shadow: 1px 1px 1px #682b2b;
  226. letter-spacing:1px;
  227. font-family: 'Playfair Display', serif;
  228. font-size:15px;
  229. }
  230.  
  231. i {
  232. text-transform: italic;
  233. color:#682b2b;
  234. text-shadow: -1px -1px -1px #682b2b;
  235. text-shadow: 1px 1px 1px #682b2b;
  236. letter-spacing:1px;
  237. font-family: 'Playfair Display', serif;
  238. font-size:15px;
  239. }
  240.  
  241. em {
  242. text-transform: italic;
  243. color:#682b2b;
  244. text-shadow: -1px -1px -1px #682b2b;
  245. text-shadow: 1px 1px 1px #682b2b;
  246. letter-spacing:1px;
  247. font-family: 'Playfair Display', serif;
  248. font-size:15px;
  249. }
  250.  
  251. sub, small, sup {
  252. font-size: 12px;
  253. }
  254.  
  255.  
  256. /* --- BODY END --- */
  257.  
  258. /* --- SIDEBAR START ---*/
  259.  
  260.  
  261. #sidebar{
  262. position: fixed;
  263. top: 220px;
  264. width:250px;
  265. height:115px;
  266. left: -10px;
  267. padding:20px;
  268. }
  269.  
  270.  
  271.  
  272. #sidebarimage img{
  273. background: transparent;
  274. border: 3px none #929292;
  275. width: 170px;
  276. height:250px;
  277. padding:10px;
  278. margin-top:-100px;
  279. margin-left:152px;
  280. background:transparent;
  281. background-image:{image:sidebarimage};
  282. }
  283.  
  284.  
  285. #nav {
  286. position:fixed;
  287. overflow:hidden;
  288. margin-top:150px;
  289. margin-left:315px;
  290. }
  291.  
  292. #link1 a , #link2 a, #link3 a
  293.  
  294. #title {
  295. font-family:times;
  296. text-align:center;
  297. width:300px;
  298. margin-top:5px;
  299. margin-left:200px;
  300. text-transform:uppercase;
  301. font-style:normal;
  302. font-size:20px;
  303. color:#fff;
  304. }
  305.  
  306. #description {
  307. background: none;
  308. border: 3px none #929292;
  309. width:100px;
  310. height:auto;
  311. margin-top: -245px;
  312. margin-left:250px;
  313. padding: 12px;
  314. text-align:justify;
  315. font-style: none;
  316. font-family: 'Playfair Display', serif;
  317. font-size:10px;
  318. color: #eee;
  319. text-shadow: none;
  320. letter-spacing:1px;
  321. line-height:155%;
  322. z-index:51;
  323. }
  324.  
  325.  
  326. #pagination {
  327. font-family: 'Playfair Display', serif;
  328. width:103px;
  329. font-size:15px;
  330. text-transform:normal;
  331. margin-top: 36px;
  332. margin-left:260px;
  333. padding-top:25px;
  334. letter-spacing:1px;
  335. font-style:normal;
  336. text-align:center;
  337. }
  338.  
  339. #pagination a {
  340. color:#682b2b;
  341. text-shadow: -1px -1px -1px #682b2b;
  342. text-shadow: 1px 1px 1px #682b2b;
  343. }
  344.  
  345. /* --- SIDEBAR END ---*/
  346.  
  347. /* --- LINKS START --- */
  348.  
  349. #links1 {
  350. width:74px;
  351. position:fixed;
  352. margin-left:144px;
  353. margin-top:-360px;
  354. position:fixed;
  355. padding:8px;
  356. }
  357.  
  358. #links1 a{
  359. min-width:100px;
  360. background: none;
  361. color: #929292;
  362. border: 3px none #929292;
  363. display:inline-block;
  364. margin:4px;
  365. font-size:12px
  366. font: 'Playfair Display', serif;
  367. text-align:center;
  368. text-transform:uppercase;
  369. padding-top:2px;
  370. line-height:120%;
  371. }
  372.  
  373. #links2 {
  374. width:200px;
  375. position:fixed;
  376. margin-left:156px;
  377. margin-top:-480px;
  378. position:fixed;
  379. padding:8px;
  380. }
  381.  
  382. #links2 a{
  383. min-width:100px;
  384. background: none;
  385. color: #929292;
  386. border: 3px none #929292;
  387. display:inline-block;
  388. margin:4px;
  389. font-size:12px
  390. font: 'Playfair Display', serif;
  391. text-align:center;
  392. text-transform:uppercase;
  393. padding-top:2px;
  394. line-height:120%;
  395. }
  396.  
  397. /* --- LINKS END --- */
  398.  
  399.  
  400. /* --- CREDIT START --- */
  401.  
  402. .credit{
  403. position:fixed;
  404. font-size:15px;
  405. right:10px;
  406. bottom:10px;
  407. z-index:51;
  408. }
  409.  
  410. .credit a {
  411. text-decoration:none;
  412. text-transform:uppercase;
  413. color:#682b2b;
  414. text-shadow: -1px -1px -1px #682b2b;
  415. text-shadow: 1px 1px 1px #682b2b;
  416. -moz-transition-duration:.7s;
  417. -webkit-transition-duration:.7s;
  418. -o-transition-duration:.7s;
  419. }
  420.  
  421.  
  422. .credit a:hover {
  423. text-decoration:none;
  424. text-transform:uppercase;
  425. color:#682b2b;
  426. text-shadow: -1px -1px -1px #682b2b;
  427. text-shadow: 1px 1px 1px #682b2b;
  428. }
  429.  
  430. /* --- CREDIT END --- */
  431.  
  432.  
  433. /* --- POST NOTES START --- */
  434.  
  435. .note {
  436. padding:0px 20px 0px 20px;
  437. background-color:transparent;
  438. text-transform:lowercase;
  439. letter-spacing:0px;
  440. font-size: 11px;
  441. font-style:normal;
  442. text-align:left;
  443. line-height:120%;
  444. }
  445.  
  446. .note li {
  447. list-style-type:none;
  448. padding:5px 25px 5px 25px;
  449. text-align:left;
  450. margin-right:30px;
  451. margin-top:-50px;
  452. }
  453.  
  454.  
  455. #info {
  456. height:40px;
  457. text-align:center;
  458. margin-top:25px;
  459. padding-top:10px;
  460. padding:15px;
  461. padding-bottom:1px;
  462. text-transform:normal
  463. font-style:none;
  464. font-family: 'Playfair Display', serif;
  465. font-size:12px;
  466. text-shadow: 1px 1px 1px #000;
  467. text-shadow: -1px -1px -1px #000;
  468. background:url('https://i.imgur.com/IGvBFn6.png');
  469. background-repeat:repeat;
  470. background-attachment:fixed;
  471. border: 3px double #682b2b;
  472. line-height:200%;
  473. }
  474.  
  475. #info a{
  476. color: #682b2b;
  477. }
  478.  
  479. #tags {
  480. font-family: 'Sorts Mill Goudy', serif;
  481. text-align:center;
  482. margin-top:5px;
  483. padding-bottom:0px;
  484. text-transform:none;
  485. font-style:none;
  486. font-size:12px;
  487. }
  488.  
  489. #tags a {
  490. color: #682b2b;
  491. }
  492.  
  493. /* --- POST NOTES END --- */
  494.  
  495.  
  496. /* --- ASK & AUDIO START --- */
  497.  
  498. .ask {
  499. color:#eee;
  500. padding:15px;
  501. margin-bottom:15px;
  502. border: none;
  503. margin-top:-50px;
  504. border-bottom:url("");
  505. }
  506.  
  507. .askheader {
  508. margin-left:-3px;
  509. }
  510.  
  511. .asker {
  512. background-repeat:no-repeat;
  513. font-family: 'Playfair Display', serif;
  514. font-size:22px;
  515. color:#682b2b;
  516. text-shadow: -1px -1px -1px #682b2b;
  517. text-shadow: 1px 1px 1px #682b2b;
  518. width:390px;
  519. line-height:30px;
  520. text-align:center;
  521. padding-bottom:5px;
  522. }
  523.  
  524. .answer {
  525. color: #eee;
  526. }
  527.  
  528. .chat {
  529. list-style:none;
  530. margin-top:15px;
  531. margin-bottom:0px;
  532. font-size:10px;
  533. margin-left:0px;
  534. }
  535.  
  536. .chat ul {
  537. line-height:18px;
  538. margin-top:0px;
  539. list-style:none;
  540. padding:0px;
  541. letter-spacing:2px;
  542. font-size:10px;
  543. margin-bottom:0px;
  544. text-transform:normal;
  545. }
  546.  
  547. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  548. background-color: #682b2b;
  549. padding:3px 8px 3px 8px;
  550. color: #eee;
  551. border-bottom: none
  552. }
  553.  
  554. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  555. background-color: #935353;
  556. padding:3px 8px 3px 8px;
  557. color: #eee;
  558. border-bottom: none;
  559. }
  560.  
  561. .audio{
  562. background-color: transparent;
  563. background-image:url("");
  564. border-bottom:1px none #fff;
  565. height:70px;
  566. font-size:8px;
  567. overflow:hidden;
  568. }
  569.  
  570. /* --- ASK & AUDIO END --- */
  571.  
  572. {CustomCSS}</style></head><body>
  573.  
  574. <div id="fixerupper">
  575.  
  576. <div id="sidebar">
  577.  
  578. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  579.  
  580. <div class="credit">
  581. <a href="https://elsaofarendelle.tumblr.com">𝒆</a>
  582. </div>
  583.  
  584.  
  585.  
  586.  
  587.  
  588. <div id="title"></div>
  589.  
  590. <div id="description">
  591. <center>
  592. <p>
  593. <b>T</b>he legend of Vladimir, known in history as Lancelot, the great knight of King Arthur, but there is more to the legend than first seen.
  594. </p>
  595. <p>
  596. Independent Multiverse, crossover friendly <em>Sir Lancelot</em></i> roleplay as told by Mary. Heavily headcanon based <i>&</i> inspired by 2004's <b>King Arthur</b>.
  597. </p>
  598. </center>
  599.  
  600. </div>
  601.  
  602. <div id="links1">
  603. <a title="ask" href="/ask"><img src=https://i.imgur.com/X9mT0ZE.png""></a><br><br>
  604. <a title="rules" href="/rules"><img src="https://i.imgur.com/DfFDPhg.png"></a><br><br>
  605. <a title="about" href="/please read"><img src="https://i.imgur.com/eXdD8tF.png"></a><br><br>
  606. <a title="verses" href="/verses"><img src="https://i.imgur.com/5DIrV3P.png"></a><br><br>
  607. <a title="more" href="/"><img src="https://i.imgur.com/sZYlslY.png"></a>
  608. </div>
  609.  
  610. <div id="links2">
  611. <a title="home" href="/"><img src="https://i.imgur.com/6OCCZTO.png"></a>
  612. </div>
  613.  
  614. <div id="scrollbar">{scrollbar}</div>
  615.  
  616.  
  617. <div id="pagination">
  618. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> back </a>{/block:PreviousPage}{/block:Pagination}
  619. {block:Pagination}{block:NextPage}<a href="{NextPage}"> next </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  620.  
  621.  
  622.  
  623.  
  624.  
  625. {block:HasPages}{block:Pages}
  626.  
  627. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  628.  
  629. </div></center>
  630.  
  631.  
  632. </div>
  633.  
  634. <div id="container">{block:Posts}<div id="post">
  635.  
  636. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  637. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  638.  
  639. {block:blockquote}{/block:blockquote}
  640.  
  641. {block:ContentSource}
  642. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  643. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  644. {/block:SourceLogo}
  645. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  646. {/block:ContentSource}
  647.  
  648. {block:Photo}
  649. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  650. {/block:Photo}
  651.  
  652. {block:Photoset}
  653. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  654. {/block:Photoset}
  655.  
  656. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  657.  
  658. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  659.  
  660. {block:Chat}
  661. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  662. <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>
  663. {/block:Chat}
  664.  
  665. {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}
  666. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  667.  
  668. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  669.  
  670. {block:Answer}
  671. <div class="askheader"><img src="" draggable="false"></div>
  672. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  673. {/block:Answer}
  674.  
  675.  
  676. {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>
  677.  
  678. <div id="tags">
  679. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  680.  
  681. </div>
  682. {block:PostNotes}{PostNotes}{/block:PostNotes}
  683. {/block:Posts}</div>
  684.  
  685. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement