Advertisement
elsaofarendelle

thiefwithacode

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