Advertisement
elsaofarendelle

thebearpendragon 2018

May 4th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.16 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. <link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
  6.  
  7. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  8.  
  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. <meta name="image:background" content=""/>
  39. <meta name="image:sidebar" content=""/>
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. /* --- CURSOR START --- */
  45.  
  46. *, body, a, a:hover {cursor: url("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  47.  
  48. /* --- CURSOR END --- */
  49.  
  50. iframe#tumblr_controls {
  51. right:3px !important;
  52. position: fixed !important;
  53. -webkit-transition: opacity 0.7s
  54. linear;opacity: 0.2;
  55. -webkit-transition: all 0.8s ease-out;
  56. -moz-transition: all 0.8s ease-out;
  57. transition: all 0.8s ease-out;}
  58.  
  59. iframe#tumblr_controls:hover{
  60. -webkit-transition: opacity 0.7s linear;
  61. opacity: 1;
  62. -webkit-transition: all 0.4s ease-out;
  63. -moz-transition: all 0.4s ease-out;
  64. transition: all 0.4s ease-out;}
  65.  
  66.  
  67. /* --- FONTS START --- */
  68.  
  69.  
  70. /* --- FONTS END --- */
  71.  
  72.  
  73. /* --- SCROLLBAR START ---*/
  74.  
  75. ::-webkit-scrollbar-thumb{
  76. background-color: #b9b9b9;
  77. border: none;
  78. height:auto;
  79. }
  80.  
  81. ::-webkit-scrollbar {
  82. height:auto;
  83. width:6px;
  84. background-color: transparent;
  85. border:2px solid transparent;
  86. }
  87.  
  88. /* --- SCROLLBAR END --- */
  89.  
  90.  
  91. /* --- TOOLTIPS START --- */
  92.  
  93. #s-m-t-tooltip{
  94. max-width:300px;
  95. margin:15px;
  96. padding:2px 8px;
  97. color: #191919;
  98. background: #eee;
  99. border-bottom: 3px solid #191919;
  100. border-radius:0px;
  101. z-index:9999999999999;
  102. font-size:12px;
  103. font-family: 'Anton', sans-serif;
  104. font-weight:bold;
  105. text-transform:normal;
  106. box-shadow: 2px 2px 5px #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:#191919;
  127. font-family: calibri;
  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. color:#191919;
  137. }
  138.  
  139. a {
  140. color: #191919;
  141. text-decoration:none;
  142. -webkit-transition:all 0.5s ease-in-out;
  143. -moz-transition:all 0.5s ease-in-out;
  144. -o-transition:all 0.5s ease-in-out;
  145. -ms-transition:all 0.5s ease-in-out;
  146. transition:all 0.5s ease-in-out;
  147. }
  148.  
  149.  
  150. img {none;}
  151.  
  152. h1 {
  153. font-family: 'Montserrat';
  154. text-transform:none;
  155. font-size:20px;
  156. line-height:30px;
  157. letter-spacing:0px;
  158. text-align:center;
  159. font-style:normal;
  160. color: #191919;
  161. line-height:100%;
  162. }
  163.  
  164. h2 {
  165. color: #191919;
  166. text-transform: none;
  167. letter-spacing:1px;
  168. font-family: 'Montserrat';
  169. font-size:17px;
  170. line-height:100%;
  171. }
  172.  
  173. #fixerupper {
  174. width:500px;
  175. margin:0 auto -12px auto;
  176. }
  177.  
  178. #container {
  179. width:400px;
  180. height:594px;
  181. margin-left:680px;
  182. margin-top:62px;
  183. position:fixed;
  184. overflow-y:scroll;
  185. overflow-x:hidden;
  186. padding-left:50px;
  187. padding-right:70px;
  188. padding-top:17px;
  189. padding-bottom:10px;
  190. z-index:50
  191. }
  192.  
  193. #post {
  194. background: none;
  195. width:400px;
  196. padding-bottom:30px;
  197. padding: 30px;
  198. text-align: justify;
  199. margin-top:0px;
  200. border: 3px none #f7f7f7;
  201. line-height: 100%;
  202. }
  203.  
  204.  
  205. #post img {
  206. padding: 0;
  207. max-width:100%;
  208. width: auto;
  209. height: auto;
  210. }
  211.  
  212. pre {
  213. font-family: 'Montserrat';
  214. font-size:10px;
  215. color:#575e62;
  216. letter-spacing:1px;
  217. text-align:center;
  218. text-transform:uppercase;
  219. padding:6px;
  220. background:url('');
  221. background-repeat:repeat;
  222. }
  223.  
  224.  
  225. b {
  226. text-transform: bold;
  227. color: #191919;
  228. text-shadow: 1px 1px 1px #191919;
  229. letter-spacing:1px;
  230. font-family: 'Montserrat';
  231. font-size:15px;
  232. line-height:115%;
  233. }
  234.  
  235. i {
  236. text-transform: italic;
  237. color:#191919;
  238. letter-spacing:1px;
  239. font-family: 'Dancing Script', cursive;
  240. font-size:17px;
  241. line-height:115%;
  242. }
  243.  
  244. em {
  245. text-transform: italic;
  246. color:#191919;
  247. letter-spacing:1px;
  248. font-family: 'Dancing Script', cursive;
  249. font-size:17px;
  250. line-height:115%;
  251. }
  252.  
  253. sub, small, sup {
  254. font-size: 12px;
  255. }
  256.  
  257. /* --- BODY END --- */
  258.  
  259.  
  260. /* --- SIDEBAR START ---*/
  261.  
  262. #sidebar{
  263. position: fixed;
  264. top: 100px;
  265. width:250px;
  266. height:115px;
  267. left: -10px;
  268. padding:20px;
  269. }
  270.  
  271. #sidebarimage img{
  272. width: 200px;
  273. height:200px;
  274. padding:10px;
  275. border:3px none #f5f5f5;
  276. margin-top:-30px;
  277. margin-left:127px;
  278. background:transparent;
  279. background-image:{image:sidebarimage};
  280. }
  281.  
  282. #nav {
  283. position:fixed;
  284. overflow:hidden;
  285. margin-top:150px;
  286. margin-left:315px;
  287. }
  288.  
  289. #link1 a , #link2 a, #link3 a
  290.  
  291. #title {
  292. font-family:times;
  293. text-align:center;
  294. width:300px;
  295. margin-top:5px;
  296. margin-left:200px;
  297. text-transform:uppercase;
  298. font-style:normal;
  299. font-size:20px;
  300. color:#fff;
  301. }
  302.  
  303. #header{
  304. width:350px;
  305. margin-left:90px;
  306. margin-top:-430px;
  307. font-style: none;
  308. font-family: 'watermelon';
  309. font-size:25px;
  310. text-transform:normal;
  311. color: #575e62;
  312. text-shadow: -1px -1px -1px #818d8f;
  313. text-shadow: 1px 1px 1px #eee;
  314. letter-spacing:1px;
  315. line-height:100%;
  316. position:fixed;
  317. }
  318.  
  319. #updates {
  320. background:none;
  321. width:190px;
  322. height:190px;
  323. margin-top:330px;
  324. margin-left:490px;
  325. padding: 12px;
  326. padding-right:10px;
  327. text-align:justify;
  328. font-style: none;
  329. font-family: 'Cormorant Garamond', serif;
  330. font-size:11px;
  331. color: #191919;
  332. text-shadow: none;
  333. letter-spacing:1px;
  334. line-height:155%;
  335. }
  336.  
  337. #description {
  338. background:none;
  339. width:280px;
  340. height:150px;
  341. overflow-y:scroll;
  342. overflow-x:hidden;
  343. margin-top:-360px;
  344. margin-left:120px;
  345. padding: 12px;
  346. padding-right:10px;
  347. text-align:justify;
  348. font-style: none;
  349. font-family: calibri;
  350. font-size:10px;
  351. color: #191919;
  352. text-shadow: none;
  353. letter-spacing:1px;
  354. line-height:205%;
  355. }
  356.  
  357. #pagination {
  358. font-family: 'Timmana', sans-serif;
  359. width:103px;
  360. font-size:60px;
  361. text-transform:uppercase;
  362. margin-top:-140px;
  363. margin-left:220px;
  364. padding-top:25px;
  365. letter-spacing:1px;
  366. font-style:normal;
  367. text-align:center;
  368. }
  369.  
  370. #pagination a {
  371. color: #191919;
  372. text-shadow: -1px -1px -1px #000;
  373. text-shadow: 1px 1px 1px #000;
  374. }
  375.  
  376. /* --- SIDEBAR END ---*/
  377.  
  378.  
  379. /* --- LINKS START --- */
  380.  
  381. #links {
  382. width:100px;
  383. position:fixed;
  384. margin-left:530px;
  385. margin-top:-600px;
  386. padding:8px;
  387. }
  388.  
  389. #links a{
  390. min-width:90px;
  391. color: #eee;
  392. background: #191919;
  393. border: 3px solid #eee;
  394. display:inline-block;
  395. margin:4px;
  396. font-size:9px
  397. font-family: 'Anton', sans-serif;
  398. text-align:center;
  399. text-transform:uppercase;
  400. padding-top:2px;
  401. line-height:155%;
  402. }
  403.  
  404. /* --- LINKS END --- */
  405.  
  406.  
  407. /* --- CREDIT START --- */
  408.  
  409. .credit{
  410. position:fixed;
  411. font-size:15px;
  412. right:20px;
  413. bottom:10px;
  414. z-index:51;
  415. }
  416.  
  417. .credit a {
  418. font-family: 'Anton', sans-serif;
  419. text-decoration:none;
  420. text-transform:uppercase;
  421. color: #000;
  422.  
  423. -moz-transition-duration:.7s;
  424. -webkit-transition-duration:.7s;
  425. -o-transition-duration:.7s;
  426. }
  427.  
  428.  
  429. /* --- CREDIT END --- */
  430.  
  431.  
  432. /* --- POST NOTES START --- */
  433.  
  434. .note {
  435. padding:0px 20px 0px 20px;
  436. background-color:transparent;
  437. text-transform:lowercase;
  438. letter-spacing:0px;
  439. font-size: 11px;
  440. font-style:normal;
  441. text-align:left;
  442. line-height:120%;
  443. }
  444.  
  445. .note li {
  446. list-style-type:none;
  447. padding:5px 25px 5px 25px;
  448. text-align:left;
  449. margin-right:30px;
  450. margin-top:-50px;
  451. }
  452.  
  453. #info {
  454. height:20px;
  455. text-align:center;
  456. margin-top:25px;
  457. padding-top:10px;
  458. padding:15px;
  459. padding-bottom:1px;
  460. text-transform:normal
  461. font-style:none;
  462. font-family: calibri;
  463. font-size:12px;
  464. background: #191919;
  465. border: 3px solid #eee;
  466. background-repeat:repeat;
  467. background-attachment:fixed;
  468. line-height:120%;
  469. }
  470.  
  471. #info a{
  472. color: #eee;
  473. }
  474.  
  475. #tags {
  476. font-family: calibri;
  477. text-align:center;
  478. margin-top:5px;
  479. padding-bottom:0px;
  480. text-transform:none;
  481. font-style:none;
  482. font-size:12px;
  483. }
  484.  
  485. #tags a {
  486. color: #191919;
  487. }
  488.  
  489. /* --- POST NOTES END --- */
  490.  
  491.  
  492. /* --- ASK & AUDIO START --- */
  493.  
  494. .ask {
  495. color: #191919;
  496. background: #eee;
  497. border: 3px solid #191919;
  498. padding:15px;
  499. margin-bottom:15px;
  500. margin-top:-50px;
  501. }
  502.  
  503. .askheader {
  504. margin-left:-3px;
  505. }
  506.  
  507. .asker {
  508. font-family: 'Starfish';
  509. font-size:22px;
  510. color: #191919;
  511. text-shadow: 1px 1px 1px #191919;
  512. line-height:20px;
  513. text-align:center;
  514. padding-bottom:5px;
  515. }
  516.  
  517. .answer {
  518. color: #191919;
  519. }
  520.  
  521. .chat {
  522. list-style:none;
  523. margin-top:15px;
  524. margin-bottom:0px;
  525. font-size:10px;
  526. margin-left:0px;
  527. }
  528.  
  529. .chat ul {
  530. line-height:18px;
  531. margin-top:0px;
  532. list-style:none;
  533. padding:0px;
  534. letter-spacing:2px;
  535. font-size:10px;
  536. margin-bottom:0px;
  537. text-transform:normal;
  538. }
  539.  
  540. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  541. background-color: transparent;
  542. padding:3px 8px 3px 8px;
  543. color: #191919;
  544. border-bottom: none
  545. }
  546.  
  547. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  548. background-color: transparent;
  549. padding:3px 8px 3px 8px;
  550. color: #191919;
  551. border-bottom: none;
  552. }
  553.  
  554. .audio{
  555. color: #191919;
  556. background: transparent;
  557. border: 3px solid #191919;
  558. padding:15px;
  559. height:70px;
  560. font-size:8px;
  561. overflow:hidden;
  562. }
  563.  
  564. /* --- ASK & AUDIO END --- */
  565.  
  566. {CustomCSS}</style></head><body>
  567.  
  568. <div id="fixerupper">
  569.  
  570. <div id="sidebar">
  571.  
  572. <div id="updates">
  573. <center>
  574. <p>I am the man you now know as King Arthur. To my family and to my people I was Artur. The Romans called me Artorius. I was murdered soon after I untied Britannia under one common cause but I begged God and the Gods of my parents to be able to return to in any form possible to protect the one person who had always protected me… my brother.</p>
  575. </center>
  576. </div>
  577.  
  578. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  579.  
  580. <div class="credit">
  581. <a href="https://elsaofarendelle.tumblr.com">E</a>
  582. </div>
  583.  
  584. <div id="title"></div>
  585.  
  586. <div id="header">
  587. <center></center>
  588. </div>
  589.  
  590. <div id="description">
  591. <center><p><b>Artorius Castus</b> based on the 2004 adaptation of <i>King Arthur</i>, with influences from history and personal writings.<br> Mature, crossover friendly, oc friendly.<br> Written by: Mary.</p></center>
  592. </div>
  593.  
  594.  
  595. <div id="links">
  596. <center>
  597. <a href="/">home</a>
  598. <a href="/ask">message</a>
  599. <a href="/rules">rules</a>
  600. <a href="/about">about</a>
  601. <a href="/verses">verses</a>
  602. <a href="/canon">canon</a>
  603. <a href="/heacanons">headcanons</a>
  604. <a href="/">link</a>
  605. <a href="/">link</a>
  606. <a href="/">link</a>
  607. </center>
  608. </div>
  609.  
  610. <div id="scrollbar">{scrollbar}</div>
  611.  
  612.  
  613. <div id="pagination">
  614. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> « </a>{/block:PreviousPage}{/block:Pagination}
  615. {block:Pagination}{block:NextPage}<a href="{NextPage}"> » </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  616.  
  617. {block:HasPages}{block:Pages}
  618.  
  619. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  620.  
  621. </div></center>
  622.  
  623.  
  624. </div>
  625.  
  626. <div id="container">{block:Posts}<div id="post">
  627.  
  628. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  629. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  630.  
  631. {block:blockquote}{/block:blockquote}
  632.  
  633. {block:ContentSource}
  634. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  635. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  636. {/block:SourceLogo}
  637. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  638. {/block:ContentSource}
  639.  
  640. {block:Photo}
  641. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  642. {/block:Photo}
  643.  
  644. {block:Photoset}
  645. <center>{Photoset-400}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  646. {/block:Photoset}
  647.  
  648. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  649.  
  650. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  651.  
  652. {block:Chat}
  653. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  654. <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>
  655. {/block:Chat}
  656.  
  657. {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}
  658. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  659.  
  660. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  661.  
  662. {block:Answer}
  663. <div class="askheader"><img src="" draggable="false"></div>
  664. <div class="ask"><div class="asker">{Asker}<font color=#191919></font> said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  665. {/block:Answer}
  666.  
  667.  
  668. {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>
  669.  
  670. <div id="tags">
  671. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  672.  
  673. </div>
  674. {block:PostNotes}{PostNotes}{/block:PostNotes}
  675. {/block:Posts}</div>
  676.  
  677. </body>
  678.  
  679. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement