Advertisement
elsaofarendelle

gardenwaited

Nov 4th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.05 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="https://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=Yeon+Sung&display=swap" rel="stylesheet">
  13.  
  14. <link href="https://fonts.googleapis.com/css?family=Staatliches&display=swap" rel="stylesheet">
  15.  
  16. <link href="https://fonts.googleapis.com/css?family=Bowlby+One+SC&display=swap" rel="stylesheet">
  17.  
  18. <!--- tooltips --->
  19.  
  20. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21. <script type="text/javascript" src="https://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.  
  46. <meta name="image:background" content=""/>
  47. <meta name="image:sidebar" content=""/>
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. iframe#tumblr_controls {
  53. white-space:nowrap;
  54. -webkit-filter: invert(100%);
  55. -moz-filter: invert(100%);
  56. -o-filter: invert(100%);
  57. -ms-filter: invert(100%);
  58. filter: invert(100%);
  59. opacity:.2;transition: .8s ease-in-out;
  60. -webkit-transition: .8s ease-in-out;
  61. -moz-transition: .8s ease-in-out;
  62. -o-transition: .8s ease-in-out;
  63. }
  64.  
  65. /* --- CURSOR START --- */
  66.  
  67. *, body, a, a:hover {cursor: url("https://68.media.tumblr.com/tumblr_lpyq18WTCg1qcn2vb.gif"), auto;}
  68.  
  69. /* --- CURSOR END --- */
  70.  
  71. /* --- FONTS START --- */
  72.  
  73. @font-face { font-family: "starfish"; src: url('https://dl.dropboxusercontent.com/s/pmqlfb0lqbvflrn/Starfish.ttf'); format("truetype");}
  74.  
  75. /* --- FONTS END --- */
  76.  
  77.  
  78. /* --- SCROLLBAR START ---*/
  79.  
  80. ::-webkit-scrollbar-thumb{
  81. background-color: #f7aee0;
  82. border: none;
  83. height:auto;
  84. }
  85.  
  86. ::-webkit-scrollbar {
  87. height:auto;
  88. width:5px;
  89. background-color: transparent;
  90. border:5px 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: #f7aee0;
  103. border: 3px solid #ff3076;
  104. color: #d71a50;
  105. border-radius:0px;
  106. z-index:9999999999999;
  107. font-size:12px;
  108. font-family: 'Bowlby One SC', cursive;
  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:#f3f3f3;
  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:#f3f3f3;
  132. font-family: 'Cormorant Garamond', serif;
  133. font-size:11px;
  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: #f7aee0;
  142. border-radius:6px;
  143. }
  144.  
  145. a {
  146. color: #f7aee0;
  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: 'Bowlby One SC', cursive;
  160. text-transform:none;
  161. font-size:25px;
  162. line-height:30px;
  163. letter-spacing:0px;
  164. text-align:center;
  165. font-style:normal;
  166. color: #f3f3f3;
  167. }
  168.  
  169. h2 {
  170. color: #f7aee0;
  171. text-transform: none;
  172. letter-spacing:1px;
  173. font-family: 'Bowlby One SC', cursive;
  174. font-size:17px;
  175. }
  176.  
  177. hr {
  178. border-color: #f7aee0;
  179. border-width: .5px;
  180. }
  181.  
  182. #fixerupper {
  183. width:500px;
  184. margin:0 auto -12px auto;
  185. }
  186.  
  187. #container {
  188. width:460px;
  189. height:660px;
  190. margin-left:10px;
  191. margin-top:15px;
  192. position:fixed;
  193. overflow-y:scroll;
  194. overflow-x:hidden;
  195. padding-left:50px;
  196. padding-right:12px;
  197. padding-top:17px;
  198. padding-bottom:10px;
  199. z-index:50
  200. }
  201.  
  202. #post {
  203. background: none;
  204. width:420px;
  205. padding-bottom:30px;
  206. padding: 30px;
  207. text-align: justify;
  208. margin-top:0px;
  209. border: 3px none #f7f7f7;
  210. line-height: 100%;
  211. }
  212.  
  213.  
  214. #post img {
  215. padding: 0;
  216. max-width:100%;
  217. width: auto;
  218. height: auto;
  219. }
  220.  
  221. #post video {
  222. padding: 0;
  223. max-width:100%;
  224. width: auto;
  225. height: auto;
  226. }
  227.  
  228. pre {
  229. font-family: 'Staatliches', cursive;
  230. font-size:10px;
  231. color:#f7aee0;
  232. letter-spacing:1px;
  233. text-align:center;
  234. text-transform:uppercase;
  235. padding:6px;
  236. background:url('');
  237. background-repeat:repeat;;
  238. }
  239.  
  240.  
  241. b {
  242. text-transform: bold;
  243. color: #f7aee0;
  244. text-shadow: 0px 0px 3px #f7aee0;
  245. letter-spacing:1px;
  246. font-family: 'Staatliches', cursive;
  247. font-size:17px;
  248. line-height:100%;
  249. }
  250.  
  251. i {
  252. text-transform: italic;
  253. color: #f7aee0;
  254. text-shadow: 1px 1px 1px #010101;
  255. letter-spacing:1px;
  256. font-family: 'Yeon Sung', cursive;
  257. font-size:20px;
  258. line-height:100%;
  259. }
  260.  
  261. sub, small, sup {
  262. font-size: 12px;
  263. }
  264.  
  265. /* --- BODY END --- */
  266.  
  267.  
  268. /* --- SIDEBAR START ---*/
  269.  
  270. #sidebar{
  271. position: fixed;
  272. top: 80px;
  273. width:150px;
  274. height:70px;
  275. left: 830px;
  276. padding:20px;
  277. }
  278.  
  279. #sidebarimage img{
  280. width: 260px;
  281. height:209px;
  282. padding:10px;
  283. border:2px none #634911;
  284. margin-top:70px;
  285. margin-left:43px;
  286. background:transparent;
  287. background-image:{image:sidebarimage};
  288. }
  289.  
  290. #nav {
  291. position:fixed;
  292. overflow:hidden;
  293. margin-top:150px;
  294. margin-left:315px;
  295. }
  296.  
  297. #link1 a , #link2 a, #link3 a
  298.  
  299. #title {
  300. font-family:times;
  301. text-align:center;
  302. width:300px;
  303. margin-top:5px;
  304. margin-left:200px;
  305. text-transform:uppercase;
  306. font-style:normal;
  307. font-size:20px;
  308. color:#fff;
  309. }
  310.  
  311. #description {
  312. background: #d71a50;
  313. border: 3px solid #ff3076;
  314. width:150px;
  315. height:310px;
  316. margin-top:-350px;
  317. margin-left:185px;
  318. padding: 12px;
  319. padding-right:10px;
  320. text-align:justify;
  321. font-style: none;
  322. font-family: 'Cormorant Garamond', serif;
  323. font-size:11px;
  324. color: #f3f3f3;
  325. text-shadow: none;
  326. letter-spacing:1px;
  327. line-height:155%;
  328. }
  329.  
  330. #pagination {
  331. font-family: 'Bowlby One SC', cursive;
  332. width:500px;
  333. font-size:15px;
  334. margin-top:250px;
  335. margin-left:-300px;
  336. padding-left:5px;
  337. letter-spacing:3px;
  338. text-align:center;
  339. text-transform:uppercase;
  340. color:#f7aee0;
  341. }
  342.  
  343. #pagination a {
  344. color:#d71a50;
  345. }
  346.  
  347. /* --- SIDEBAR END ---*/
  348.  
  349.  
  350. /* --- LINKS START --- */
  351.  
  352. #links {
  353. width:200px;
  354. position:fixed;
  355. margin-left:170px;
  356. margin-top: 10px;
  357. padding:8px;
  358. }
  359.  
  360. #links a{
  361. min-width:60px;
  362. background: #d71a50;
  363. border: 3px solid #ff3076;
  364. color: #f3f3f3;
  365. display:inline-block;
  366. margin:4px;
  367. font-size:9px
  368. font-family: 'Staatliches', cursive;
  369. text-align:center;
  370. text-transform:uppercase;
  371. padding-top:2px;
  372. line-height:155%;
  373. }
  374.  
  375. /* --- LINKS END --- */
  376.  
  377.  
  378. /* --- CREDIT START --- */
  379.  
  380. .credit{
  381. position:fixed;
  382. font-size:20px;
  383. right:40px;
  384. bottom:20px;
  385. z-index:51;
  386. }
  387.  
  388. .credit a {
  389. font-family: "starfish";
  390. text-decoration:none;
  391. text-transform:uppercase;
  392. color: #d71a50;
  393. text-shadow: -1px -1px -1px #fff;
  394. text-shadow: 1px 1px 1px #fff;
  395. -moz-transition-duration:.7s;
  396. -webkit-transition-duration:.7s;
  397. -o-transition-duration:.7s;
  398. }
  399.  
  400. /* --- CREDIT END --- */
  401.  
  402.  
  403. /* --- POST NOTES START --- */
  404.  
  405. .note {
  406. padding:0px 20px 0px 20px;
  407. background-color:transparent;
  408. text-transform:lowercase;
  409. letter-spacing:0px;
  410. font-size: 11px;
  411. font-style:normal;
  412. text-align:left;
  413. line-height:120%;
  414. }
  415.  
  416. .note li {
  417. list-style-type:none;
  418. padding:5px 25px 5px 25px;
  419. text-align:left;
  420. margin-right:30px;
  421. margin-top:-50px;
  422. }
  423.  
  424. #info {
  425. height:20px;
  426. text-align:center;
  427. margin-top:25px;
  428. padding-top:10px;
  429. padding:15px;
  430. padding-bottom:1px;
  431. text-transform:normal;
  432. font-style:none;
  433. font-size:12px;
  434. font-family:'Bowlby One SC', cursive;
  435. background: #f7aee0;
  436. border: 3px solid #ff3076;
  437. color: #f3f3f3;
  438. line-height:60%;
  439. }
  440.  
  441. #info a{
  442. color: #d71a50;
  443. }
  444.  
  445. #tags {
  446. font-family: 'Cormorant Garamond', serif;
  447. text-align:center;
  448. margin-top:5px;
  449. padding-bottom:0px;
  450. text-transform:none;
  451. font-style:none;
  452. font-size:12px;
  453. }
  454.  
  455. #tags a {
  456. color: #f7aee0;
  457. }
  458.  
  459. /* --- POST NOTES END --- */
  460.  
  461.  
  462. /* --- ASK & AUDIO START --- */
  463.  
  464. .ask {
  465. background: #f7aee0;
  466. border: 3px solid #ff3076;
  467. color: #d71a50;
  468. padding:15px;
  469. margin-bottom:15px;
  470. margin-top:10px;
  471. }
  472.  
  473. .askheader {
  474. }
  475.  
  476. .asker {
  477. color: #d71a50;
  478. text-shadow: -1px -1px -1px #1e1e1d;
  479. text-shadow: 1px 1px 1px #1e1e1d;
  480. font-family: 'Bowlby One SC', cursive;
  481. font-size:22px;
  482. line-height:20px;
  483. text-align:center;
  484. padding-bottom:5px;
  485. }
  486.  
  487. .answer {
  488. color: #f3f3f3;
  489. }
  490.  
  491. .chat {
  492. list-style:none;
  493. margin-top:15px;
  494. margin-bottom:0px;
  495. font-size:10px;
  496. margin-left:0px;
  497. }
  498.  
  499. .chat ul {
  500. line-height:18px;
  501. margin-top:0px;
  502. list-style:none;
  503. padding:0px;
  504. letter-spacing:2px;
  505. font-size:10px;
  506. margin-bottom:0px;
  507. text-transform:normal;
  508. }
  509.  
  510. .person1, .person3, .person5, .person7, .person9, .person11, .person13 {
  511. background-color: #ff3076;
  512. padding:3px 8px 3px 8px;
  513. color: #fff;
  514. border-bottom: none
  515. }
  516.  
  517. .person2, .person4, .person6, .person8, .person10, .person12, .person14 {
  518. background-color: none;
  519. padding:3px 8px 3px 8px;
  520. color: #fff;
  521. border-bottom: none;
  522. }
  523.  
  524. .audio{
  525. background: #d71a50;
  526. border: 3px solid #ff3076;
  527. color: #f3f3f3;
  528. padding:20px;
  529. height:70px;
  530. font-size:8px;
  531. overflow:hidden;
  532. }
  533.  
  534. .video {
  535. width:420px!important;
  536. }
  537.  
  538. .video iframe {
  539. width:420px!important;
  540. }
  541.  
  542. /* --- ASK & AUDIO END --- */
  543.  
  544. {CustomCSS}</style></head><body>
  545.  
  546. <div id="fixerupper">
  547.  
  548. <div id="sidebar">
  549.  
  550. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  551.  
  552. <div class="credit">
  553. <a href="https://elsaofarendelle.tumblr.com/">E</a>
  554. </div>
  555.  
  556. <div id="title"></div>
  557.  
  558. <div id="description">
  559. <center><p><i>Who am I? Who am I? What are you even saying?</i><br><br>Independent <b>Spinel</b> from <u>Rebecca Sugar's Steven Universe</u>.As loved by Dallas. Selective and canon divergent. Crossover and OC friendly.<br>Est. 9/10/19<br><i>I’m the loser of the game you didn’t know you were playing!</i></p></center>
  560. </div>
  561.  
  562. <div id="links">
  563. <center>
  564. <a href="/">home</a>
  565. <a href="/messages">ask</a>
  566. <a href="/rules">rules</a>
  567. <a href="/about">about</a>
  568. <a href="/verses">verses</a>
  569. <a href="/navigation">more</a>
  570. <a href="/archive">past</a>
  571. <a href="http://tumblr.com/dashboard">dash</a>
  572. </center>
  573. </div>
  574.  
  575. <div id="scrollbar">{scrollbar}</div>
  576.  
  577. <div id="pagination">
  578. <center> {block:Pagination}
  579. <div id="pagination">
  580. {block:PreviousPage}
  581. <a href="{PreviousPage}"><big>«</big></a>
  582. {/block:PreviousPage}
  583. {block:JumpPagination length="5"}
  584. {block:CurrentPage}
  585. <span class="current_page">{PageNumber}</span>
  586. {/block:CurrentPage}
  587. {block:JumpPage}
  588. <a class="jump_page" href="{URL}">{PageNumber}</a>
  589. {/block:JumpPage}
  590. {/block:JumpPagination}
  591. {block:NextPage}
  592. <a href="{NextPage}"><big>»</big></a>
  593. {/block:NextPage}
  594. </div>
  595. {/block:Pagination}</center>
  596. </div>
  597.  
  598. {block:HasPages}{block:Pages}
  599.  
  600. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  601.  
  602. </div></center>
  603.  
  604.  
  605. </div>
  606.  
  607. <div id="container">{block:Posts}<div id="post">
  608.  
  609. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  610. {block:More}<p class="read-more"><a href="{Permalink}#more"><center><i>Continue Reading</i></center></a></p><a name="more"></a>{/block:More}
  611.  
  612. {block:blockquote}{/block:blockquote}
  613.  
  614. {block:ContentSource}
  615. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  616. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  617. {/block:SourceLogo}
  618. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  619. {/block:ContentSource}
  620.  
  621. {block:Photo}
  622. <center>{LinkOpenTag}<img src="{PhotoURL-highres}" width="420px" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  623. {/block:Photo}
  624.  
  625. {block:Photoset}
  626. <center>{Photoset}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  627. {/block:Photoset}
  628.  
  629. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  630.  
  631. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  632.  
  633. {block:Chat}
  634. {block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
  635. <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>
  636. {/block:Chat}
  637.  
  638. {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}
  639. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  640.  
  641. {block:Video}<div class="video">{Video-500}</div>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  642.  
  643. {block:Answer}
  644. <div class="askheader"><img src="" draggable="false"></div>
  645. <div class="ask"><div class="asker">{Asker}<font color=#d71a50> said:</font></div><p>{Question}</div><div class="answer">{Answer}</div>
  646. {/block:Answer}
  647.  
  648.  
  649. {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>
  650.  
  651. <div id="tags">
  652. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  653.  
  654. </div>
  655. {block:PostNotes}{PostNotes}{/block:PostNotes}
  656. {/block:Posts}</div>
  657.  
  658. </body>
  659.  
  660.  
  661. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement