Advertisement
elsaofarendelle

tummyflowerisms 2018

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