Advertisement
elsaofarendelle

excaliburschosen 2

Jan 13th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.47 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: #403a22;
  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:#eee;
  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: #eee;
  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: #fff;
  177. }
  178.  
  179. h2 {
  180. color: #fff;
  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: #fff;
  190. border-width: .5px;
  191. }
  192.  
  193. #fixerupper {
  194. width:500px;
  195. margin:0 auto -12px auto;
  196. }
  197.  
  198. #container {
  199. width:428px;
  200. height:620px;
  201. margin-left:30px;
  202. margin-top:40px;
  203. position:fixed;
  204. overflow-y:scroll;
  205. overflow-x:hidden;
  206. padding-left:50px;
  207. padding-right:15px;
  208. padding-top:17px;
  209. padding-bottom:10px;
  210. z-index:50
  211. }
  212.  
  213. #post {
  214. background: none;
  215. width:390px;
  216. padding-bottom:30px;
  217. padding: 30px;
  218. text-align: justify;
  219. margin-top:0px;
  220. border: 3px none #f7f7f7;
  221. line-height: 100%;
  222. }
  223.  
  224.  
  225. #post img {
  226. padding: 0;
  227. max-width:100%;
  228. width: auto;
  229. height: auto;
  230. }
  231.  
  232. #post video {
  233. padding: 0;
  234. max-width:100%;
  235. width: auto;
  236. height: auto;
  237. }
  238.  
  239. pre {
  240. font-family: 'lumierlight';
  241. font-size:10px;
  242. color:#601a45;
  243. letter-spacing:1px;
  244. text-align:center;
  245. text-transform:uppercase;
  246. padding:6px;
  247. background:url('');
  248. background-repeat:repeat;;
  249. }
  250.  
  251.  
  252. b {
  253. text-transform: bold;
  254. color: #eee;
  255. text-shadow: 0px 0px 3px #eee;
  256. letter-spacing:1px;
  257. font-family: 'Anton', sans-serif;
  258. font-size:17px;
  259. line-height:100%;
  260. }
  261.  
  262. i {
  263. text-transform: italic;
  264. color: #eee;
  265. text-shadow: 1px 1px 1px #eee;
  266. text-shadow: -1px -1px -1px #eee;
  267. letter-spacing:1px;
  268. font-family: 'Mr Dafoe', cursive;
  269. font-size:20px;
  270. line-height:100%;
  271. }
  272.  
  273. sub, small, sup {
  274. font-size: 12px;
  275. }
  276.  
  277. /* --- BODY END --- */
  278.  
  279.  
  280. /* --- SIDEBAR START ---*/
  281.  
  282. #sidebar{
  283. position: fixed;
  284. top: 20px;
  285. width:150px;
  286. height:70px;
  287. left: 833px;
  288. padding:20px;
  289. }
  290.  
  291. #sidebarimage img{
  292. width: 260px;
  293. height:209px;
  294. padding:10px;
  295. border:2px none #634911;
  296. margin-top:70px;
  297. margin-left:43px;
  298. background:transparent;
  299. background-image:{image:sidebarimage};
  300. }
  301.  
  302. #nav {
  303. position:fixed;
  304. overflow:hidden;
  305. margin-top:150px;
  306. margin-left:315px;
  307. }
  308.  
  309. #link1 a , #link2 a, #link3 a
  310.  
  311. #title {
  312. font-family:times;
  313. text-align:center;
  314. width:300px;
  315. margin-top:5px;
  316. margin-left:200px;
  317. text-transform:uppercase;
  318. font-style:normal;
  319. font-size:20px;
  320. color:#fff;
  321. }
  322.  
  323. #header{
  324. width:250px;
  325. margin-left:85px;
  326. margin-top:-180px;
  327. font-style: none;
  328. font-family: 'Cormorant Garamond', serif;
  329. font-size:11px;
  330. text-transform:normal;
  331. color: #fff;
  332. letter-spacing:1px;
  333. line-height:200%;
  334. position:fixed;
  335.  
  336. }
  337.  
  338. #description {
  339. background:none;
  340. width:250px;
  341. height:300px;
  342. overflow-y:scroll;
  343. overflow-x:hidden;
  344. margin-top:-100px;
  345. margin-left:90px;
  346. padding: 12px;
  347. padding-right:10px;
  348. text-align:justify;
  349. font-style: none;
  350. font-family: 'Cormorant Garamond', serif;
  351. font-size:11px;
  352. color: #fff;
  353. text-shadow: none;
  354. letter-spacing:1px;
  355. line-height:155%;
  356. }
  357.  
  358. #pagination {
  359. font-family: 'Ice kingdom';
  360. width:500px;
  361. font-size:15px;
  362. margin-top:-10px;
  363. margin-left:-200px;
  364. padding-left:5px;
  365. letter-spacing:3px;
  366. text-align:center;
  367. text-transform:uppercase;
  368. }
  369.  
  370. #pagination a {
  371. color:#fff;
  372. }
  373.  
  374. /* --- SIDEBAR END ---*/
  375.  
  376.  
  377. /* --- LINKS START --- */
  378.  
  379. #links {
  380. width:250px;
  381. position:fixed;
  382. margin-left:97px;
  383. margin-top:-250px;
  384. padding:8px;
  385. }
  386.  
  387. #links a{
  388. min-width:100px;
  389. background: #403a22;
  390. border: 3px double #eee;
  391. color: #fff;
  392. display:inline-block;
  393. margin:4px;
  394. font-size:9px
  395. font-family: 'lumierlight';
  396. text-align:center;
  397. text-transform:uppercase;
  398. padding-top:2px;
  399. line-height:155%;
  400. }
  401.  
  402. /* --- LINKS END --- */
  403.  
  404.  
  405. /* --- CREDIT START --- */
  406.  
  407. .credit{
  408. position:fixed;
  409. font-size:20px;
  410. right:40px;
  411. bottom:20px;
  412. z-index:51;
  413. }
  414.  
  415. .credit a {
  416. font-family: "starfish";
  417. text-decoration:none;
  418. text-transform:uppercase;
  419. color: #403a22;
  420. text-shadow: -1px -1px -1px #fff;
  421. text-shadow: 1px 1px 1px #fff;
  422. -moz-transition-duration:.7s;
  423. -webkit-transition-duration:.7s;
  424. -o-transition-duration:.7s;
  425. }
  426.  
  427. /* --- CREDIT END --- */
  428.  
  429.  
  430. /* --- POST NOTES START --- */
  431.  
  432. .note {
  433. padding:0px 20px 0px 20px;
  434. background-color:transparent;
  435. text-transform:lowercase;
  436. letter-spacing:0px;
  437. font-size: 11px;
  438. font-style:normal;
  439. text-align:left;
  440. line-height:120%;
  441. }
  442.  
  443. .note li {
  444. list-style-type:none;
  445. padding:5px 25px 5px 25px;
  446. text-align:left;
  447. margin-right:30px;
  448. margin-top:-50px;
  449. }
  450.  
  451. #info {
  452. height:20px;
  453. text-align:center;
  454. margin-top:25px;
  455. padding-top:10px;
  456. padding:15px;
  457. padding-bottom:1px;
  458. text-transform:normal;
  459. font-style:none;
  460. font-size:12px;
  461. font-family: 'Cinzel', serif;
  462. color: #1e1e1d;
  463. background-repeat:repeat;
  464. background-attachment:fixed;
  465. line-height:60%;
  466. background: #403a22;
  467. border: 3px double #eee;
  468. }
  469.  
  470. #info a{
  471. color: #fff;
  472. }
  473.  
  474. #tags {
  475. font-family: 'Cinzel', serif;
  476. text-align:center;
  477. margin-top:5px;
  478. padding-bottom:0px;
  479. text-transform:none;
  480. font-style:none;
  481. font-size:12px;
  482. }
  483.  
  484. #tags a {
  485. color: #fff;
  486. }
  487.  
  488. /* --- POST NOTES END --- */
  489.  
  490.  
  491. /* --- ASK & AUDIO START --- */
  492.  
  493. .ask {
  494. color: #eee;
  495. background: #403a22;
  496. border: 3px double #eee;
  497. padding:15px;
  498. margin-bottom:15px;
  499. margin-top:10px;
  500. }
  501.  
  502. .askheader {
  503. }
  504.  
  505. .asker {
  506. color: #eee;
  507. text-shadow: -1px -1px -1px #eee;
  508. text-shadow: 1px 1px 1px #eee;
  509. font-family: 'Mr Dafoe', cursive;
  510. font-size:22px;
  511. line-height:20px;
  512. text-align:center;
  513. padding-bottom:5px;
  514. }
  515.  
  516. .answer {
  517. color: #eee;
  518. }
  519.  
  520. .chat {
  521. list-style:none;
  522. margin-top:15px;
  523. margin-bottom:0px;
  524. font-size:10px;
  525. margin-left:0px;
  526. }
  527.  
  528. .chat ul {
  529. line-height:18px;
  530. margin-top:0px;
  531. list-style:none;
  532. padding:0px;
  533. letter-spacing:2px;
  534. font-size:10px;
  535. margin-bottom:0px;
  536. text-transform:normal;
  537. }
  538.  
  539. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  540. background-color: #403a22;
  541. padding:3px 8px 3px 8px;
  542. color: #eee;
  543. border-bottom: none
  544. }
  545.  
  546. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  547. background-color: none;
  548. padding:3px 8px 3px 8px;
  549. color: #eee;
  550. border-bottom: none;
  551. }
  552.  
  553. .audio{
  554. color: #eee;
  555. background:#403a22;
  556. padding:15px;
  557. border: 3px double #eee;
  558. height:70px;
  559. font-size:8px;
  560. overflow:hidden;
  561. }
  562.  
  563. .video {
  564. width:390px!important;
  565. }
  566.  
  567. .video iframe {
  568. width:390px!important;
  569. }
  570.  
  571. /* --- ASK & AUDIO END --- */
  572.  
  573. {CustomCSS}</style></head><body>
  574.  
  575. <div id="fixerupper">
  576.  
  577. <div id="sidebar">
  578.  
  579. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  580.  
  581. <div class="credit">
  582. <a href="https://elsaofarendelle.tumblr.com/commission info">E</a>
  583. </div>
  584.  
  585. <div id="title"></div>
  586.  
  587. <div id="header">
  588. <center><p></p></center>
  589. </div>
  590.  
  591. <div id="description">
  592. <center><p><b>Arthur Pendragon</b> of BBC's <i>Merlin</i> with influences from <small><em>Le Morte D'Arthur</em></small>.</p>
  593. </center>
  594. </div>
  595.  
  596. <div id="links">
  597. <center>
  598. <a href="/">refresh</a>
  599. <a href="/messages">messages</a>
  600. <a href="/rules">rules</a>
  601. <a href="/about">about</a>
  602. <a href="/verses">verses</a>
  603. <a href="/navi">navigation</a>
  604. <a href="/">link</a>
  605. <a href="https://tumblr.com/dashboard">dashboard</a>
  606. </center>
  607. </div>
  608.  
  609. <div id="scrollbar">{scrollbar}</div>
  610.  
  611.  
  612. <div id="pagination">
  613. <center> {block:Pagination}
  614. <div id="pagination">
  615. {block:PreviousPage}
  616. <a href="{PreviousPage}"><big>ยซ</big></a>
  617. {/block:PreviousPage}
  618. {block:JumpPagination length="5"}
  619. {block:CurrentPage}
  620. <span class="current_page">{PageNumber}</span>
  621. {/block:CurrentPage}
  622. {block:JumpPage}
  623. <a class="jump_page" href="{URL}">{PageNumber}</a>
  624. {/block:JumpPage}
  625. {/block:JumpPagination}
  626. {block:NextPage}
  627. <a href="{NextPage}"><big>ยป</big></a>
  628. {/block:NextPage}
  629. </div>
  630. {/block:Pagination}</center>
  631. </div>
  632.  
  633. {block:HasPages}{block:Pages}
  634.  
  635. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  636.  
  637. </div></center>
  638.  
  639.  
  640. </div>
  641.  
  642. <div id="container">{block:Posts}<div id="post">
  643.  
  644. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  645. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  646.  
  647. {block:blockquote}{/block:blockquote}
  648.  
  649. {block:ContentSource}
  650. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  651. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  652. {/block:SourceLogo}
  653. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  654. {/block:ContentSource}
  655.  
  656. {block:Photo}
  657. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="390px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  658. {/block:Photo}
  659.  
  660. {block:Photoset}
  661. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  662. {/block:Photoset}
  663.  
  664. {block:Quote}{Quote}{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  665.  
  666. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  667.  
  668. {block:Chat}
  669. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  670. <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>
  671. {/block:Chat}
  672.  
  673. {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}
  674. {block:Artist} &nbsp;โ€”&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  675.  
  676. {block:Video}<div class="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  677.  
  678. {block:Answer}
  679. <div class="askheader"><img src="" draggable="false"></div>
  680. <div class="ask"><div class="asker">{Asker}<font color=#eee> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  681. {/block:Answer}
  682.  
  683.  
  684. {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>
  685.  
  686. <div id="tags">
  687. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  688.  
  689. </div>
  690. {block:PostNotes}{PostNotes}{/block:PostNotes}
  691. {/block:Posts}</div>
  692.  
  693. </body>
  694.  
  695.  
  696. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement