Advertisement
elsaofarendelle

vireous

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