Advertisement
elsaofarendelle

falconofthepharaoh

Nov 7th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.49 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=Timmana" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
  15.  
  16. <link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
  17.  
  18. <!--- tooltips --->
  19.  
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  22. <script>
  23. (function($){
  24. $(document).ready(function(){
  25. $("[title]").style_my_tooltips();
  26. });
  27. })(jQuery);
  28. </script>
  29.  
  30.  
  31. </style>
  32.  
  33.  
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38.  
  39.  
  40. <!-------------------------------------------
  41. Code by elsaofarendelle.
  42. Don't copy or distribute.
  43. Don't claim as your own.
  44.  
  45. C O L L A B O R A T I O N
  46.  
  47. Background by grcwingstrcng
  48. -------------------------------------------->
  49.  
  50. <meta name="image:background" content=""/>
  51. <meta name="image:sidebar" content=""/>
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56. iframe#tumblr_controls {
  57. white-space:nowrap;
  58. -webkit-filter: invert(100%);
  59. -moz-filter: invert(100%);
  60. -o-filter: invert(100%);
  61. -ms-filter: invert(100%);
  62. filter: invert(100%);
  63. opacity:.2;transition: .8s ease-in-out;
  64. -webkit-transition: .8s ease-in-out;
  65. -moz-transition: .8s ease-in-out;
  66. -o-transition: .8s ease-in-out;
  67. }
  68.  
  69. /* --- CURSOR START --- */
  70.  
  71. *, body, a, a:hover {cursor: url("http://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  72.  
  73. /* --- CURSOR END --- */
  74.  
  75. /* --- FONTS START --- */
  76.  
  77. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  78.  
  79. @font-face { font-family: 'lumierlight'; src: url('lumierlight-webfont.woff2') format('woff2'), url('lumierlight-webfont.woff') format('woff');}
  80.  
  81.  
  82.  
  83.  
  84.  
  85. /* --- FONTS END --- */
  86.  
  87.  
  88. /* --- SCROLLBAR START ---*/
  89.  
  90. ::-webkit-scrollbar-thumb{
  91. background-color: #4c6c9a;
  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: #0c0a0a;
  113. border: 3px none #7a2a1c;
  114. color: #7a2a1c;
  115. border-radius:0px;
  116. z-index:9999999999999;
  117. font-size:12px;
  118. font-family: 'Luckiest Guy', cursive;
  119. font-weight:bold;
  120. text-transform:normal;
  121. box-shadow: 2px 2px 5px none;
  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:#0c0a0a;
  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:#163765;
  142. font-family: 'Cormorant Garamond', serif;
  143. font-size:12px;
  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: #c04830;
  152. border-radius:6px;
  153. }
  154.  
  155. a {
  156. color: #c04830;
  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: 'Titillium Web', sans-serif;
  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: #c04830;
  177. }
  178.  
  179. h2 {
  180. color: #c04830;
  181. text-transform: none;
  182. letter-spacing:1px;
  183. font-family: 'Titillium Web', sans-serif;
  184. font-size:17px;
  185. line-height:30px;
  186. }
  187.  
  188. hr {
  189. border-color: #c04830;
  190. border-width: .5px;
  191. }
  192.  
  193. #fixerupper {
  194. width:500px;
  195. margin:0 auto -12px auto;
  196. }
  197.  
  198. #container {
  199. width:400px;
  200. height:570px;
  201. margin-left:305px;
  202. margin-top:70px;
  203. position:fixed;
  204. overflow-y:scroll;
  205. overflow-x:hidden;
  206. padding-left:50px;
  207. padding-right:30px;
  208. padding-top:17px;
  209. padding-bottom:10px;
  210. z-index:50
  211. }
  212.  
  213. #post {
  214. background: #ebebb0;
  215. width:350px;
  216. padding-bottom:30px;
  217. padding: 30px;
  218. text-align: justify;
  219. margin-top:10px;
  220. border: 2px solid #4c6c9a;
  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:#c04830;
  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: #4c6c9a;
  255. text-shadow: 0px 0px 3px #4c6c9a;
  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: #4c6c9a;
  265. text-shadow: 1px 1px 1px #000;
  266. text-shadow: -1px -1px -1px #000;
  267. letter-spacing:1px;
  268. font-family: 'Satisfy', 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: 80px;
  285. width:150px;
  286. height:70px;
  287. left: 845px;
  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:180px;
  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. border: none;
  341. width:100px;
  342. height:300px;
  343. margin-top:-350px;
  344. margin-left:-738px;
  345. padding: 12px;
  346. padding-right:10px;
  347. text-align:justify;
  348. font-style: none;
  349. font-family: 'Cormorant Garamond', serif;
  350. font-size:11px;
  351. color: #fff;
  352. text-shadow: none;
  353. letter-spacing:1px;
  354. line-height:155%;
  355. }
  356.  
  357. #pagination {
  358. font-family: 'Titillium Web', sans-serif;
  359. width:500px;
  360. font-size:15px;
  361. margin-top:240px;
  362. margin-left:-615px;
  363. padding-left:5px;
  364. letter-spacing:3px;
  365. text-align:center;
  366. text-transform:uppercase;
  367. }
  368.  
  369. #pagination a {
  370. color:#c04830;
  371. }
  372.  
  373. /* --- SIDEBAR END ---*/
  374.  
  375.  
  376. /* --- LINKS START --- */
  377.  
  378. #links {
  379. width:140px;
  380. position:fixed;
  381. margin-left:-730px;
  382. margin-top:-30px;
  383. padding:8px;
  384. }
  385.  
  386. #links a{
  387. min-width:90px;
  388. background-color:#ebebb0;
  389. color: #163765;
  390. border:2px solid #4c6c9a;
  391. display:inline-block;
  392. margin:4px;
  393. font-size:9px
  394. font-family: 'lumierlight';
  395. text-align:center;
  396. text-transform:uppercase;
  397. padding-top:2px;
  398. line-height:155%;
  399. }
  400.  
  401. /* --- LINKS END --- */
  402.  
  403.  
  404. /* --- CREDIT START --- */
  405.  
  406. .credit{
  407. position:fixed;
  408. font-size:20px;
  409. right:40px;
  410. bottom:20px;
  411. z-index:51;
  412. }
  413.  
  414. .credit a {
  415. font-family: "starfish";
  416. text-decoration:none;
  417. text-transform:uppercase;
  418. color: #c04830;
  419. text-shadow: -1px -1px -1px #000;
  420. text-shadow: 1px 1px 1px #000;
  421. -moz-transition-duration:.7s;
  422. -webkit-transition-duration:.7s;
  423. -o-transition-duration:.7s;
  424. }
  425.  
  426. /* --- CREDIT END --- */
  427.  
  428.  
  429. /* --- POST NOTES START --- */
  430.  
  431. .note {
  432. padding:0px 20px 0px 20px;
  433. background-color:transparent;
  434. text-transform:lowercase;
  435. letter-spacing:0px;
  436. font-size: 11px;
  437. font-style:normal;
  438. text-align:left;
  439. line-height:120%;
  440. }
  441.  
  442. .note li {
  443. list-style-type:none;
  444. padding:5px 25px 5px 25px;
  445. text-align:left;
  446. margin-right:30px;
  447. margin-top:-50px;
  448. }
  449.  
  450. #info {
  451. height:20px;
  452. text-align:center;
  453. margin-top:25px;
  454. padding-top:10px;
  455. padding:15px;
  456. padding-bottom:1px;
  457. text-transform:normal;
  458. font-style:none;
  459. font-size:12px;
  460. font-family:'Titillium Web', sans-serif;
  461. color: #1e1e1d;
  462. background-repeat:repeat;
  463. background-attachment:fixed;
  464. line-height:60%;
  465. background: #4c6c9a;
  466. border: none;
  467. }
  468.  
  469. #info a{
  470. color: #c04830;
  471. }
  472.  
  473. #tags {
  474. font-family: 'Cormorant Garamond', serif;
  475. text-align:center;
  476. margin-top:5px;
  477. padding-bottom:0px;
  478. text-transform:none;
  479. font-style:none;
  480. font-size:12px;
  481. }
  482.  
  483. #tags a {
  484. color: #163765;
  485. }
  486.  
  487. /* --- POST NOTES END --- */
  488.  
  489.  
  490. /* --- ASK & AUDIO START --- */
  491.  
  492. .ask {
  493. color: #c04830;
  494. background: #4c6c9a;
  495. border: 3px solid #c04830;
  496. padding:15px;
  497. margin-bottom:15px;
  498. margin-top:10px;
  499. }
  500.  
  501. .askheader {
  502. }
  503.  
  504. .asker {
  505. color: #c04830;
  506. text-shadow: -1px -1px -1px #000;
  507. text-shadow: 1px 1px 1px #000;
  508. font-family: 'Titillium Web', sans-serif;
  509. font-size:22px;
  510. line-height:20px;
  511. text-align:center;
  512. padding-bottom:5px;
  513. }
  514.  
  515. .answer {
  516. color: #c04830;
  517. }
  518.  
  519. .chat {
  520. list-style:none;
  521. margin-top:15px;
  522. margin-bottom:0px;
  523. font-size:10px;
  524. margin-left:0px;
  525. }
  526.  
  527. .chat ul {
  528. line-height:18px;
  529. margin-top:0px;
  530. list-style:none;
  531. padding:0px;
  532. letter-spacing:2px;
  533. font-size:10px;
  534. margin-bottom:0px;
  535. text-transform:normal;
  536. }
  537.  
  538. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  539. background-color: none;
  540. padding:3px 8px 3px 8px;
  541. color: #c04830;
  542. border-bottom: none
  543. }
  544.  
  545. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  546. background-color: #c04830;
  547. padding:3px 8px 3px 8px;
  548. color: #fff;
  549. border-bottom: none;
  550. }
  551.  
  552. .audio{
  553. color: #7a2a1c;
  554. background:#000;
  555. padding:15px;
  556. border: 8px solid #7a2a1c;
  557. height:70px;
  558. font-size:8px;
  559. overflow:hidden;
  560. }
  561.  
  562. .video {
  563. width:350px!important;
  564. }
  565.  
  566. .video iframe {
  567. width:350px!important;
  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="http://elsaofarendelle.tumblr.com/commission info">E</a>
  582. </div>
  583.  
  584. <div id="title"></div>
  585.  
  586. <div id="header">
  587. <center><p></p></center>
  588. </div>
  589.  
  590. <div id="description">
  591. <center><p>Blog Under Construction<br> This is NOT a Lagus blog from Spike’s Miniseries TUT. This is an Ancient Egyptian <b>Original Character</b> named <b>Meketre</b>.</p>
  592. </center>
  593. </div>
  594.  
  595. <div id="links">
  596. <a href="/">refresh</a>
  597. <a href="/ask">messages</a>
  598. <a href="/rules">rules</a>
  599. <a href="/about">about</a>
  600. <a href="/verses">verses</a>
  601. <a href="/">link</a>
  602. <a href="/">link</a>
  603. <a href="tumblr.com/dashbaord">dashboard</a>
  604. </div>
  605.  
  606. <div id="scrollbar">{scrollbar}</div>
  607.  
  608.  
  609. <div id="pagination">
  610. <center> {block:Pagination}
  611. <div id="pagination">
  612. {block:PreviousPage}
  613. <a href="{PreviousPage}"><big>«</big></a>
  614. {/block:PreviousPage}
  615. {block:JumpPagination length="5"}
  616. {block:CurrentPage}
  617. <span class="current_page">{PageNumber}</span>
  618. {/block:CurrentPage}
  619. {block:JumpPage}
  620. <a class="jump_page" href="{URL}">{PageNumber}</a>
  621. {/block:JumpPage}
  622. {/block:JumpPagination}
  623. {block:NextPage}
  624. <a href="{NextPage}"><big>»</big></a>
  625. {/block:NextPage}
  626. </div>
  627. {/block:Pagination}</center>
  628. </div>
  629.  
  630. {block:HasPages}{block:Pages}
  631.  
  632. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  633.  
  634. </div></center>
  635.  
  636.  
  637. </div>
  638.  
  639. <div id="container">{block:Posts}<div id="post">
  640.  
  641. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  642. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  643.  
  644. {block:blockquote}{/block:blockquote}
  645.  
  646. {block:ContentSource}
  647. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  648. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  649. {/block:SourceLogo}
  650. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  651. {/block:ContentSource}
  652.  
  653. {block:Photo}
  654. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="400px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  655. {/block:Photo}
  656.  
  657. {block:Photoset}
  658. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  659. {/block:Photoset}
  660.  
  661. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  662.  
  663. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  664.  
  665. {block:Chat}
  666. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  667. <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>
  668. {/block:Chat}
  669.  
  670. {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}
  671. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  672.  
  673. {block:Video}<div class="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  674.  
  675. {block:Answer}
  676. <div class="askheader"><img src="" draggable="false"></div>
  677. <div class="ask"><div class="asker">{Asker}<font color=#c04830> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  678. {/block:Answer}
  679.  
  680.  
  681. {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>
  682.  
  683. <div id="tags">
  684. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  685.  
  686. </div>
  687. {block:PostNotes}{PostNotes}{/block:PostNotes}
  688. {/block:Posts}</div>
  689.  
  690. </body>
  691.  
  692.  
  693. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement