Advertisement
elsaofarendelle

twobunsandascroll

Nov 6th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.94 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=Luckiest+Guy" 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: #7a2a1c;
  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:#fff;
  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: #7a2a1c;
  152. border-radius:6px;
  153. }
  154.  
  155. a {
  156. color: #7a2a1c;
  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: 'Luckiest Guy', cursive;
  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: #7a2a1c;
  177. }
  178.  
  179. h2 {
  180. color: #7a2a1c;
  181. text-transform: none;
  182. letter-spacing:1px;
  183. font-family: 'Luckiest Guy', cursive;
  184. font-size:17px;
  185. line-height:30px;
  186. }
  187.  
  188. hr {
  189. border-color: #7a2a1c;
  190. border-width: .5px;
  191. }
  192.  
  193. #fixerupper {
  194. width:500px;
  195. margin:0 auto -12px auto;
  196. }
  197.  
  198. #container {
  199. width:410px;
  200. height:505px;
  201. margin-left:240px;
  202. margin-top:107px;
  203. position:fixed;
  204. overflow-y:scroll;
  205. overflow-x:hidden;
  206. padding-left:50px;
  207. padding-right:5px;
  208. padding-top:17px;
  209. padding-bottom:10px;
  210. z-index:50
  211. }
  212.  
  213. #post {
  214. background: none;
  215. width:360px;
  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:#7a2a1c;
  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: #7a2a1c;
  255. text-shadow: 0px 0px 3px #7a2a1c;
  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: #7a2a1c;
  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: #0c0a0a;
  340. border: 5px solid #7a2a1c;
  341. width:100px;
  342. height:300px;
  343. margin-top:-130px;
  344. margin-left:150px;
  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: 'Satisfy', cursive;
  359. width:500px;
  360. font-size:35px;
  361. margin-top:50px;
  362. margin-left:-410px;
  363. padding-left:5px;
  364. letter-spacing:3px;
  365. text-align:center;
  366. text-transform:uppercase;
  367. }
  368.  
  369. #pagination a {
  370. color:#7a2a1c;
  371. }
  372.  
  373. /* --- SIDEBAR END ---*/
  374.  
  375.  
  376. /* --- LINKS START --- */
  377.  
  378. .links {
  379. position:fixed;
  380. width:100px;
  381. font-size:40px;
  382. top: 150px;
  383. left: 100px;
  384. }
  385.  
  386. .links a {
  387. max-width:90px;
  388. text-decoration:none;
  389. text-transform:normal;
  390. color: #a5a5a5;
  391. font-family: 'Dancing Script', cursive;
  392. line-height:200%;
  393. padding:20px;
  394. text-shadow: 0px 0px 3px #eee;
  395. -moz-transition-duration:.7s;
  396. -webkit-transition-duration:.7s;
  397. -o-transition-duration:.7s;
  398. }
  399.  
  400. .links :hover {
  401. text-decoration:none;
  402. text-transform:normal;
  403. color: #a5a5a5;
  404. text-shadow:0px 0px 3px #eee;
  405. transform: rotate(90deg);
  406. -ms-transform: rotate(90deg);
  407. -webkit-transform: rotate(90deg);
  408. -o-transform: rotate(90deg);
  409. -moz-transform: rotate(900deg);
  410. }
  411.  
  412. /* --- LINKS END --- */
  413.  
  414.  
  415. /* --- CREDIT START --- */
  416.  
  417. .credit{
  418. position:fixed;
  419. font-size:20px;
  420. right:40px;
  421. bottom:20px;
  422. z-index:51;
  423. }
  424.  
  425. .credit a {
  426. font-family: "starfish";
  427. text-decoration:none;
  428. text-transform:uppercase;
  429. color: #7a2a1c;
  430. text-shadow: -1px -1px -1px #000;
  431. text-shadow: 1px 1px 1px #000;
  432. -moz-transition-duration:.7s;
  433. -webkit-transition-duration:.7s;
  434. -o-transition-duration:.7s;
  435. }
  436.  
  437. /* --- CREDIT END --- */
  438.  
  439.  
  440. /* --- POST NOTES START --- */
  441.  
  442. .note {
  443. padding:0px 20px 0px 20px;
  444. background-color:transparent;
  445. text-transform:lowercase;
  446. letter-spacing:0px;
  447. font-size: 11px;
  448. font-style:normal;
  449. text-align:left;
  450. line-height:120%;
  451. }
  452.  
  453. .note li {
  454. list-style-type:none;
  455. padding:5px 25px 5px 25px;
  456. text-align:left;
  457. margin-right:30px;
  458. margin-top:-50px;
  459. }
  460.  
  461. #info {
  462. height:20px;
  463. text-align:center;
  464. margin-top:25px;
  465. padding-top:10px;
  466. padding:15px;
  467. padding-bottom:1px;
  468. text-transform:normal;
  469. font-style:none;
  470. font-size:12px;
  471. font-family:'Luckiest Guy', cursive;
  472. color: #1e1e1d;
  473. background-repeat:repeat;
  474. background-attachment:fixed;
  475. line-height:60%;
  476. background: #0c0a0a;
  477. border: 3px solid #7a2a1c;
  478. }
  479.  
  480. #info a{
  481. color: #7a2a1c;
  482. }
  483.  
  484. #tags {
  485. font-family: 'Cormorant Garamond', serif;
  486. text-align:center;
  487. margin-top:5px;
  488. padding-bottom:0px;
  489. text-transform:none;
  490. font-style:none;
  491. font-size:12px;
  492. }
  493.  
  494. #tags a {
  495. color: #7a2a1c;
  496. }
  497.  
  498. /* --- POST NOTES END --- */
  499.  
  500.  
  501. /* --- ASK & AUDIO START --- */
  502.  
  503. .ask {
  504. color: #fff;
  505. background: #0c0a0a;
  506. border: 3px solid #7a2a1c;
  507. padding:15px;
  508. margin-bottom:15px;
  509. margin-top:10px;
  510. }
  511.  
  512. .askheader {
  513. }
  514.  
  515. .asker {
  516. color: #7a2a1c;
  517. text-shadow: -1px -1px -1px #000;
  518. text-shadow: 1px 1px 1px #000;
  519. font-family: 'Luckiest Guy', cursive;
  520. font-size:22px;
  521. line-height:20px;
  522. text-align:center;
  523. padding-bottom:5px;
  524. }
  525.  
  526. .answer {
  527. color: #fff;
  528. }
  529.  
  530. .chat {
  531. list-style:none;
  532. margin-top:15px;
  533. margin-bottom:0px;
  534. font-size:10px;
  535. margin-left:0px;
  536. }
  537.  
  538. .chat ul {
  539. line-height:18px;
  540. margin-top:0px;
  541. list-style:none;
  542. padding:0px;
  543. letter-spacing:2px;
  544. font-size:10px;
  545. margin-bottom:0px;
  546. text-transform:normal;
  547. }
  548.  
  549. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  550. background-color: none;
  551. padding:3px 8px 3px 8px;
  552. color: #fff;
  553. border-bottom: none
  554. }
  555.  
  556. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  557. background-color: #0c0a0a;
  558. padding:3px 8px 3px 8px;
  559. color: #7a2a1c;
  560. border-bottom: none;
  561. }
  562.  
  563. .audio{
  564. color: #7a2a1c;
  565. background:#000;
  566. padding:15px;
  567. border: 8px solid #7a2a1c;
  568. height:70px;
  569. font-size:8px;
  570. overflow:hidden;
  571. }
  572.  
  573. .video {
  574. width:360px!important;
  575. }
  576.  
  577. .video iframe {
  578. width:360px!important;
  579. }
  580.  
  581. /* --- ASK & AUDIO END --- */
  582.  
  583. {CustomCSS}</style></head><body>
  584.  
  585. <div id="fixerupper">
  586.  
  587. <div id="sidebar">
  588.  
  589. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  590.  
  591. <div class="credit">
  592. <a href="http://elsaofarendelle.tumblr.com/commission info">E</a>
  593. </div>
  594.  
  595. <div id="title"></div>
  596.  
  597. <div id="header">
  598. <center><p></p></center>
  599. </div>
  600.  
  601. <div id="description">
  602. <center><p>"I'm not running away and I'm not giving up!"</p>
  603. <br><p>21+ <b>Ind. Tenten from Naruto</b>. Heavily based on verses. <b>NSFW present</b>. <b>Semi-Selective</b>. Penned by <b>Kiki</b>.</p>
  604. </center>
  605. </div>
  606.  
  607. <div class="links">
  608. <a title="home" href="/"><img src="https://i.imgur.com/avikTz5.png"></a>
  609. <a title="ask" href="/asks"><img src="https://i.imgur.com/avikTz5.png"></a>
  610. <a title="about" href="/"><img src="https://i.imgur.com/avikTz5.png"></a>
  611. <a title="rules" href="/"><img src="https://i.imgur.com/avikTz5.png"></a>
  612. <a title="more" href="/"><img src="https://i.imgur.com/avikTz5.png"></a>
  613. </div>
  614.  
  615. <div id="scrollbar">{scrollbar}</div>
  616.  
  617.  
  618. <div id="pagination">
  619. <center> {block:Pagination}
  620. <div id="pagination">
  621. {block:PreviousPage}
  622. <a href="{PreviousPage}"><big>ยซ</big></a>
  623. {/block:PreviousPage}
  624. {block:JumpPagination length="5"}
  625. {block:CurrentPage}
  626. <span class="current_page">{PageNumber}</span>
  627. {/block:CurrentPage}
  628. {block:JumpPage}
  629. <a class="jump_page" href="{URL}">{PageNumber}</a>
  630. {/block:JumpPage}
  631. {/block:JumpPagination}
  632. {block:NextPage}
  633. <a href="{NextPage}"><big>ยป</big></a>
  634. {/block:NextPage}
  635. </div>
  636. {/block:Pagination}</center>
  637. </div>
  638.  
  639. {block:HasPages}{block:Pages}
  640.  
  641. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  642.  
  643. </div></center>
  644.  
  645.  
  646. </div>
  647.  
  648. <div id="container">{block:Posts}<div id="post">
  649.  
  650. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  651. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  652.  
  653. {block:blockquote}{/block:blockquote}
  654.  
  655. {block:ContentSource}
  656. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  657. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  658. {/block:SourceLogo}
  659. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  660. {/block:ContentSource}
  661.  
  662. {block:Photo}
  663. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="300px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  664. {/block:Photo}
  665.  
  666. {block:Photoset}
  667. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  668. {/block:Photoset}
  669.  
  670. {block:Quote}{Quote}{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  671.  
  672. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  673.  
  674. {block:Chat}
  675. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  676. <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>
  677. {/block:Chat}
  678.  
  679. {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}
  680. {block:Artist} &nbsp;โ€”&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  681.  
  682. {block:Video}<div class="video">{Video-400}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  683.  
  684. {block:Answer}
  685. <div class="askheader"><img src="" draggable="false"></div>
  686. <div class="ask"><div class="asker">{Asker}<font color=#7a2a1c> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  687. {/block:Answer}
  688.  
  689.  
  690. {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>
  691.  
  692. <div id="tags">
  693. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  694.  
  695. </div>
  696. {block:PostNotes}{PostNotes}{/block:PostNotes}
  697. {/block:Posts}</div>
  698.  
  699. </body>
  700.  
  701.  
  702. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement