Advertisement
elsaofarendelle

excaliburschosen

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