Advertisement
allebyu

calista

Aug 1st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.14 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  6.  
  7. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  8.  
  9. <link href="https://fonts.googleapis.com/css?family=Dosis|Karla|Nanum+Gothic|Oswald|Oxygen|Roboto+Mono|Source+Sans+Pro|Ubuntu+Condensed" rel="stylesheet">
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <!----
  19.  
  20. #26 - moon u
  21. by alicatwrites
  22.  
  23. --->
  24.  
  25. <meta name="image:Container" content="http://via.placeholder.com/740 x 540"/>
  26. <meta name="image:Header" content="http://via.placeholder.com/250x100"/>
  27. <meta name="image:Icon1" content="http://via.placeholder.com/85x85"/>
  28. <meta name="image:Icon2" content="http://via.placeholder.com/85x85"/>
  29. <meta name="image:Icon3" content="http://via.placeholder.com/85x85"/>
  30. <meta name="image:Background" content=""/>
  31.  
  32. <meta name="color:Accent One" content="#000000"/>
  33. <meta name="color:Accent Two" content="#818181"/>
  34. <meta name="color:Accent Text" content="#ffffff"/>
  35. <meta name="color:Background" content="#f8f8f8"/>
  36. <meta name="color:Blockquote" content="#d4d4d4"/>
  37. <meta name="color:Border" content="#d4d4d4"/>
  38. <meta name="color:Container" content="#f0f0f0"/>
  39. <meta name="color:Entries" content="#ffffff"/>
  40. <meta name="color:Link" content="#767676"/>
  41. <meta name="color:Scrollbar" content="#f0f0f0"/>
  42. <meta name="color:Tags" content="#3c3636"/>
  43. <meta name="color:Text" content="#3c3636"/>
  44. <meta name="color:Title" content="#000000"/>
  45.  
  46. <meta name="select:opacity" content="1.0" title="100%" />
  47. <meta name="select:opacity" content="0.9" title="90%" />
  48. <meta name="select:opacity" content="0.8" title="80%" />
  49. <meta name="select:opacity" content="0.7" title="70%" />
  50. <meta name="select:opacity" content="0.6" title="60%" />
  51.  
  52. <meta name="select:body font" content="Dosis" title="Dosis" />
  53. <meta name="select:body font" content="Karla" title="Karla" />
  54. <meta name="select:body font" content="Nanum Gothic" title="Nanum Gothic" />
  55. <meta name="select:body font" content="Oswald" title="Oswald" />
  56. <meta name="select:body font" content="Oxygen" title="Oxygen" />
  57. <meta name="select:body font" content="Roboto Mono" title="Roboto Mono" />
  58. <meta name="select:body font" content="Source Sans Pro" title="Source Sans Pro" />
  59. <meta name="select:body font" content="Ubuntu Condensed" title="Ubuntu Condensed" />
  60.  
  61. <meta name="select:title font" content="Black Diamond" title="Black Diamond" />
  62. <meta name="select:title font" content="Chasing Embers" title="Chasing Embers" />
  63. <meta name="select:title font" content="Midnight" title="Midnight" />
  64. <meta name="select:title font" content="Nazeefa" title="Nazeefa" />
  65. <meta name="select:title font" content="Signerica" title="Signerica" />
  66.  
  67. <meta name="text:title text size" content="26px">
  68. <meta name="text:post title text size" content="16px">
  69. <meta name="text:body text size" content="11px">
  70. <meta name="text:small text size" content="10px">
  71.  
  72. <meta name="text:sidebar title" content="sidebar title">
  73. <meta name="text:sidebar subtitle" content="sidebar subtitle">
  74.  
  75. <meta name="if:500 posts" content="0"/>
  76. <meta name="if:400 posts" content="1"/>
  77.  
  78. <meta name="if:small caps" content="0"/>
  79.  
  80. <meta name="text:link one url" content="link one"/>
  81. <meta name="text:link one label" content="one label"/>
  82. <meta name="text:link two url" content="link two"/>
  83. <meta name="text:link two label" content="two label"/>
  84.  
  85. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  86.  
  87. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  88.  
  89. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  90.  
  91. <script>
  92.  
  93. (function($){
  94.  
  95. $(document).ready(function(){
  96.  
  97. $("a[title]").style_my_tooltips({
  98.  
  99. tip_follows_cursor:true,
  100.  
  101. tip_delay_time:90,
  102.  
  103. tip_fade_speed:600,
  104.  
  105. attribute:"title"
  106.  
  107. });
  108.  
  109. });
  110.  
  111. })(jQuery);
  112.  
  113. </script>
  114.  
  115. <style type="text/css">
  116.  
  117.  
  118. @font-face {
  119. font-family: "black diamond";
  120. src: url('https://dl.dropbox.com/s/bmj380fotq6qa0q/Black%20Diamond.otf?dl=0'); ;}
  121.  
  122. @font-face {
  123. font-family: "chasing embers";
  124. src: url('https://dl.dropbox.com/s/9qrqejq7exluxda/Chasing%20Embers%20Demo%20Version.otf?dl=0'); ;}
  125.  
  126. @font-face {
  127. font-family: "midnight";
  128. src: url('https://dl.dropbox.com/s/8rvojhzd0nf2lc8/Midnight%20.otf?dl=0'); ;}
  129.  
  130. @font-face {
  131. font-family: "nazeefa";
  132. src: url('https://dl.dropbox.com/s/98m4w0dsre4djww/nazeefa-demo.otf?dl=0'); ;}
  133.  
  134. @font-face {
  135. font-family: "signerica";
  136. src: url('https://dl.dropbox.com/s/rf65lvmxgi5qnfy/Signerica_Fat.ttf?dl=0'); ;}
  137.  
  138. @font-face {
  139. font-family: chasingembers; src: url('https://dl.dropboxusercontent.com/s/24uve3fkjqk1wyb/Chasing%20Embers%20Demo%20Version.ttf?dl=0'); ;}
  140.  
  141. @font-face {
  142. font-family:"lemonmilk"; src:url('https://static.tumblr.com/qj55r9f/0Reosfrtp/lemonmilk.otf'); ;}
  143.  
  144.  
  145.  
  146.  
  147. #s-m-t-tooltip {
  148. background-color:{color:accent two};
  149. font-size:10px;
  150. font-weight:bold;
  151. border-radius:5px 5px 5px 5px;
  152. color:{color:accent text};
  153. letter-spacing:1px;
  154. text-transform:lowercase;
  155. padding:10px;
  156. margin:20px 0px 0px 20px;
  157. z-index:9999999999999999999999;
  158.  
  159. }
  160.  
  161. ::-webkit-scrollbar-thumb {
  162. background-color:{color:Scrollbar};
  163. }
  164.  
  165. ::-webkit-scrollbar-track {
  166. background-color:{color:Entries};
  167. }
  168.  
  169. ::-webkit-scrollbar {
  170. height:4px;
  171. width:4px;
  172. }
  173.  
  174. ul {
  175. list-style-type: circle;
  176. padding-left:24px;
  177. line-height:13px;
  178. }
  179.  
  180. li {
  181. padding-left: 0px;
  182. margin-bottom: 0px;
  183. list-style: none;
  184. }
  185.  
  186. li:before {
  187. color: {color:title};
  188. content: "\f00d";
  189. font-family: FontAwesome;
  190. font-size:7px;
  191. display: inline-block;
  192. margin-left: -1.5em;
  193. width: 1.5em;
  194. }
  195.  
  196. hr {
  197. display:block;
  198. border-style:dotted;
  199. border-color:{color:border};
  200. }
  201.  
  202. body {
  203. background: {color:Background};
  204. background-image:url('{image:Background}');
  205. background-attachment:fixed;
  206. font-family: '{select:body font}', sans-serif;
  207. font-size: {text:body text size};
  208. line-height:15px;
  209. color: {color:Text};
  210. }
  211.  
  212. blockquote {
  213. text-align:justify;
  214. margin-top: 5px;
  215. margin-bottom: 5px;
  216. margin-left: 5px;
  217. padding-left: 10px;
  218. border-left: 3px solid {color:blockquote};
  219. margin-right:5px;
  220. }
  221.  
  222. a {
  223. text-decoration: none;
  224. color: {color:Link};
  225. }
  226.  
  227. small, sub {
  228. font-size:{text:small text size};
  229. }
  230.  
  231. i, em { color:#d791bd; text-transform:lowercase; font-family:'chasingembers'; font-size:20px; letter-spacing:1px; text-shadow:#bbb 1px 1px 1px;
  232. }
  233. b, strong {color:#7e3f69; font-weight:700; font-family:'lemonmilk'; font-size:8px; text-shadow:#bbb 1px 1px 1px;
  234. }
  235.  
  236. pre {
  237. padding:6px;
  238. border-bottom:1px dotted {color:border};
  239. text-align:center;
  240. text-transform:lowercase;
  241. font-family:{select:body font};
  242. font-size:{small text size};
  243. color:{color:title};
  244. }
  245.  
  246. h1 {
  247. font-family: 'chasingembers';
  248. font-size:25px;
  249. font-weight:bold;
  250. text-transform: lowercase;
  251. padding: 10px;
  252. color:#c697b3;
  253. margin-left:5px;
  254. letter-spacing:2px;
  255. font-style:none;
  256. }
  257.  
  258. h2 {
  259. font-family: 'chasingembers';
  260. font-size:25px;
  261. text-transform: lowercase;
  262. padding: 5px;
  263. color:#c697b3;
  264. text-shadow:#222 1px 1px 1px;
  265. margin-left:5px;
  266. letter-spacing:2px;
  267. font-style:none;
  268. }
  269.  
  270. h3 {
  271. font-family: 'lemonmilk';
  272. font-size:9px;
  273. text-transform: uppercase;
  274. padding: 5px;
  275. color:#c697b3;
  276. margin-left:5px;
  277. letter-spacing:2px;
  278. font-style:none;
  279. }
  280.  
  281. #contain {
  282. margin:50px auto;
  283. padding:20px;
  284. height:500px;
  285. {block:If400posts}
  286. width:720px;
  287. {/block:If400posts}
  288. {block:If500posts}
  289. width:820px;
  290. {/block:If500posts}
  291. overflow:hidden;
  292. background-color:{color:container};
  293. border-radius:8px 8px 8px 8px;
  294. background-image:url('https://i.imgur.com/1a38nAq.gif');
  295. }
  296.  
  297.  
  298. #bloggerback {
  299. margin-top:0px;
  300. position:fixed;
  301. width:255px;
  302. height:480px;
  303. padding:10px;
  304. background-color:{color:entries};
  305. border-radius:8px 8px 8px 8px;
  306. opacity:{select:opacity};
  307.  
  308. }
  309.  
  310. #bloggerdeets {
  311. width:155px;
  312. margin-top:10px;
  313. margin-right:5px;
  314. margin-bottom:15px;
  315. float:right;
  316. height:240px;
  317. overflow:auto;
  318. z-index:999999999;
  319. text-align:justify;
  320. {block:IfSmallCaps}
  321. font-variant:small-caps;
  322. font-size:11px;
  323. font-family:Ubuntu Condensed;
  324. line-height:15px;
  325. letter-spacing:1px;
  326. {/block:IfSmallCaps}
  327. }
  328.  
  329. #headerbar {
  330. text-align:center;
  331. display:inline-block;
  332. width:250px;
  333. height:100px;
  334. margin-bottom:5px;
  335. background-color:{color:accent one};
  336. padding:3px;
  337. border-radius:5px;
  338. }
  339.  
  340. #headerbar img {
  341. width:250px;
  342. height:100px;
  343. padding:0px;
  344. border-radius:5px;}
  345.  
  346. #photoback {
  347. line-height:20px;
  348. font-size:10px;
  349. font-family:karla;
  350. float:right;
  351. }
  352.  
  353. #photoback i {
  354. display:inline-block;
  355. width:85px;
  356. height:85px;
  357. background-color:{color:accent one};
  358. padding:3px;
  359. margin-bottom:5px;
  360. border-radius:5px;
  361.  
  362. }
  363.  
  364. #photoback i img {
  365. width:85px;
  366. height:85px;
  367. border-radius:5px;}
  368.  
  369. #photoback id {
  370. display:inline-block;
  371. width:85px;
  372. height:85px;
  373. background-color:{color:accent two};
  374. padding:3px;
  375. margin-bottom:5px;
  376. border-radius:5px;
  377.  
  378. }
  379.  
  380. #photoback id img {
  381. width:85px;
  382. height:85px;
  383. border-radius:5px;}
  384.  
  385. #photoback idk {
  386. background-color:{color:accent one};
  387. padding:3px;
  388. display:inline-block;
  389. width:85px;
  390. height:85px;
  391. border-radius:5px;
  392. }
  393.  
  394. #photoback idk img {
  395. width:85px;
  396. height:85px;
  397. border-radius:5px;}
  398.  
  399.  
  400. #navigation {
  401. text-align:center;
  402. }
  403.  
  404. #navigation a {
  405. text-align:center;
  406. border-bottom:none;
  407. display:inline-block;
  408. width:10px;
  409. height:10px;
  410. margin-left:13px;
  411. margin-right:13px;
  412. background-color:{color:accent one};
  413. border-radius:3px;
  414. text-transform:lowercase;
  415. letter-spacing:1px;
  416. -webkit-transition: all 0.5s ease-in-out;
  417. -moz-transition: all 0.5s ease-in-out;
  418. -o-transition: all 0.5s ease-in-out;
  419. }
  420.  
  421. #navigation a thing {
  422. background-color:{color:accent one};
  423. color:{color:navigation};
  424. width:12px;
  425. height:12px;
  426. line-height:12px;
  427. padding:5px;
  428. float:left;
  429. margin-bottom:2px;
  430. display:block;
  431. text-align:center;
  432. border-radius:5px;
  433. }
  434.  
  435. #navigation a other {
  436. color:{color:navigation};
  437. background-color:{color:accent two};
  438. width:140px;
  439. height:12px;
  440. padding:5px;
  441. line-height:12px;
  442. margin-bottom:2px;
  443. display:block;
  444. float:right;
  445. text-align:right;
  446. border-radius:5px;
  447. }
  448.  
  449. #toptitle {
  450. height:30px;
  451. margin-top:35px;
  452. text-align:center;
  453. margin-bottom:10px;
  454. font-variant:none;
  455. transform: rotate(-3deg);
  456. }
  457.  
  458. #toptitle main {
  459. font-family:{select:title font};
  460. color:{color:title};
  461. text-transform:lowercase;
  462. font-size:{text:title text size};
  463. letter-spacing:0px;
  464. text-transform:lowercase;
  465. }
  466.  
  467. #toptitle subb {
  468. background-color:{color:accent two};
  469. display:inline-block;
  470. padding-left:10px;
  471. padding-right:10px;
  472. line-height:16px;
  473. color:{color:accent text};
  474. font-family:karla;
  475. font-size:7px;
  476. letter-spacing:2px;
  477. font-weight:bold;
  478. border-radius:5px;
  479. text-transform:uppercase;
  480. }
  481.  
  482. #entries {
  483. position:absolute;
  484. {block:If400posts}
  485. width:430px;
  486. {/block:If400posts}
  487. {block:If500posts}
  488. width:530px;
  489. {/block:If500posts}
  490. margin-left:290px;
  491. margin-top:0px;
  492. height:500px;
  493. padding-right:10px;
  494. overflow:auto;
  495. border: 0px solid {color:Border};}
  496.  
  497.  
  498. #entry {
  499. background-color:{color:Entries};
  500. margin-bottom:15px;
  501. border-radius:8px 8px 8px 8px;
  502. opacity:{select:opacity};
  503. padding:15px;}
  504.  
  505. img {
  506. max-width: 100%;
  507. }
  508.  
  509. #posttitles {
  510. font-family:{select:title font};
  511. line-height:130%;
  512. font-size:{text:post title text size};
  513. color:{color:title};
  514. padding:5px;
  515. text-align:center;
  516. text-transform:lowercase;
  517. }
  518.  
  519. #boujee {
  520. text-align:right;
  521. position:fixed;
  522. color:{color:text};
  523. margin-top:-40px;
  524. margin-right:10px;
  525. display:block;
  526. text-transform:uppercase;
  527. letter-spacing:1px;
  528. font-size:8px;
  529. font-family:karla;
  530. border-radius:5px;
  531. color:{color:text};
  532. {block:If400posts}
  533. width:700px;
  534. {/block:If400posts}
  535. {block:If500posts}
  536. width:800px;
  537. {/block:If500posts}
  538. }
  539.  
  540. #boujee a {
  541. color:{color:text};
  542. font-size:9px;
  543. font-weight:bold;
  544. }
  545.  
  546. #ask {
  547. text-align:center;
  548. line-height:120%;
  549. color:{color:text};
  550. padding:5px;
  551. }
  552.  
  553. .ask {
  554. float:left;
  555. z-index:10;
  556. font-size:11px;
  557. font-family:{select:body font};
  558. text-align:center;
  559. font-weight:bold;
  560. text-transform:lowercase;
  561. letter-spacing:1px;
  562. line-height:14px;
  563. color:{color:entries};
  564. background-color:{color:accent one};
  565. margin-top:-13px;
  566. margin-right:0px;
  567. margin-left:0px;
  568. border-radius:5px;
  569. padding-left:10px;
  570. padding-right:10px;
  571. padding-top:5px;
  572. padding-bottom:5px;
  573. }
  574.  
  575. .ask a {
  576. color:{color:entries};
  577. }
  578.  
  579. .askline {
  580. height:1px;
  581. margin-top:5px;
  582. margin-left:0px;
  583. background-color:{color:Border};
  584. z-index:-1;
  585. word-wrap:break-word;
  586. }
  587.  
  588. .question {
  589. color:{color:text};
  590. font-size:{text:small text size};
  591. border-left:1px solid {color:border};
  592. padding:15px;
  593. display:block;
  594. text-align:right;
  595. margin-left:10px;
  596. word-wrap:break-word;
  597.  
  598. }
  599.  
  600. #questionbox {
  601. word-wrap:break-word;
  602. padding:10px;
  603.  
  604. }
  605.  
  606.  
  607. #ans {
  608. text-align:justify;
  609. padding-top:2px;
  610. display:block;
  611. margin-top:20px;
  612. color:{color:text};
  613. }
  614.  
  615. #audioplayer {
  616. width:30px;
  617. height:30px;
  618. background-color:{color:ffffff};
  619. overflow:hidden;
  620. -moz-border-radius: 30px;
  621. -webkit-border-radius: 30px;
  622. border-radius: 30px;
  623. position:absolute;
  624. margin-top:25px;
  625. margin-left:25px;
  626. opacity:0.7;
  627. filter:alpha(opacity=70);
  628. -moz-opacity: 0.7;
  629. -khtml-opacity: 0.7;
  630. }
  631.  
  632. #albumart {
  633. float:left;
  634. margin:0px 0px;
  635. -moz-border-radius: 80px;
  636. -webkit-border-radius: 80px;
  637. border-radius: 80px;}
  638.  
  639. #albumart img {
  640. -moz-border-radius: 80px;
  641. -webkit-border-radius: 80px;
  642. border-radius: 80px;
  643. }
  644.  
  645. tehe {
  646. font-size:10px;
  647. text-transform:uppercase;
  648. padding-left:50px;
  649. padding-right:50px;
  650. padding-bottom:15px;
  651. display:block;
  652. margin-top:10px;
  653. margin-left:80px;
  654. text-align:center;
  655. }
  656.  
  657. #permalink {
  658. text-align: center;
  659. border:none;
  660. position: relative;
  661. font-size:10px;
  662. text-transform:lowercase;
  663. margin-top: 20px;
  664. display:block;
  665. padding: 10px;
  666. background-color:{color:background};
  667. border-radius:8px 8px 8px 8px;
  668. }
  669.  
  670. #permalink a {
  671. border-bottom:none;
  672. }
  673.  
  674.  
  675.  
  676. .dateline {
  677. height:0px;
  678. margin-left:0px;
  679. border:none;
  680. background-color:{color:border};
  681. z-index:-1;
  682. }
  683.  
  684. .date {
  685. color:{color:text};
  686. font-size:9px;
  687. z-index:10;
  688. text-transform:lowercase;
  689. border:none;
  690. text-align:right;
  691. }
  692.  
  693. .date iconback {
  694. width:25px;
  695. margin-right:10px;
  696. height:25px;
  697. font-size:9px;
  698. background-color:{color:entries};
  699. line-height:25px;
  700. text-align:center;
  701. border-radius:8px 8px 8px 8px;
  702. display:inline-block;
  703. }
  704.  
  705. timeicon {
  706. padding-left: 1.2em;
  707. list-style: none;
  708. }
  709. timeicon:before {
  710. content: "\f011";
  711. font-family: FontAwesome;
  712. display: inline-block;
  713. margin-left: -1.2em;
  714. width: 1.2em;
  715. }
  716.  
  717. noteicon {
  718. padding-left: 1.2em;
  719. list-style: none;
  720. }
  721. noteicon:before {
  722. content: "\f08a";
  723. font-family: FontAwesome;
  724. display: inline-block;
  725. margin-left: -1.2em;
  726. width: 1.2em;
  727. }
  728.  
  729. reblogicon {
  730. padding-left: 1.2em;
  731. list-style: none;
  732. }
  733. reblogicon:before {
  734. content: "\f021";
  735. font-family: FontAwesome;
  736. display: inline-block;
  737. margin-left: -1.2em;
  738. width: 1.2em;
  739. }
  740.  
  741. viaicon {
  742. padding-left: 1.2em;
  743. list-style: none;
  744. }
  745. viaicon:before {
  746. content: "\f041";
  747. font-family: FontAwesome;
  748. display: inline-block;
  749. margin-left: -1.2em;
  750. width: 1.2em;
  751. }
  752.  
  753. sourceicon {
  754. padding-left: 1.2em;
  755. list-style: none;
  756. }
  757. sourceicon:before {
  758. content: "\f1d9";
  759. font-family: FontAwesome;
  760. display: inline-block;
  761. margin-left: -1.2em;
  762. width: 1.2em;
  763. }
  764.  
  765. .tags {
  766. color:{color:tags};
  767. font-size:9px;
  768. margin-top:10px;
  769. text-align:right;
  770. border:none;
  771. text-transform:lowercase;
  772. }
  773.  
  774. .tags a{
  775. color:{color:tags};
  776. }
  777.  
  778. tagsicon {
  779. padding-left: 1.2em;
  780. list-style: none;
  781. }
  782. tagsicon:before {
  783. content: "\f00d";
  784. font-size:7px;
  785. padding-right:3px;
  786. color:{color:title};
  787. font-family: FontAwesome;
  788. display: inline-block;
  789. margin-left: -1.2em;
  790. width: 1.2em;
  791. }
  792.  
  793. #credit {
  794. font-size:9px;
  795. float:center;
  796. position:fixed;
  797. bottom:25px;
  798. letter-spacing:1px;
  799. right:25px;
  800. font-family:Roboto Mono;
  801. text-transform:lowercase;
  802. padding:8px;
  803. border-radius:5px;
  804. color:{color:entries};
  805. background-color:{color:accent one};
  806. }
  807.  
  808. #credit a {
  809. color:{color:entries};
  810. }
  811.  
  812. cred {
  813. padding-left: .5em;
  814. list-style: none;
  815. }
  816. cred:before {
  817. content: "\f121";
  818. font-family: FontAwesome;
  819. display: inline-block;
  820. margin-left: -.5em;
  821. width: .5em;
  822. }
  823.  
  824. </style>
  825.  
  826. </head>
  827.  
  828. <body>
  829.  
  830. <div id="contain">
  831.  
  832. <div id="boujee">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> &nbsp;&nbsp;{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}&nbsp;&nbsp;<a href="{NextPage}">next</a>{/block:NextPage} {/block:Pagination}</div>
  833.  
  834. <div id="bloggerback">
  835.  
  836. <div id="headerbar"><img src="{image:header}"></div>
  837.  
  838. <div id="photoback">
  839. <i><img src="{image:Icon1}"></i><br>
  840. <id><img src="{image:Icon2}"></id><br>
  841. <idk><img src="{image:Icon3}"></idk>
  842. </div>
  843.  
  844. <div id="bloggerdeets">
  845. <div style="padding-right:5px;">we ate <b>honey</b> and <i>nothing else</i> for many <sub>s u m m e r s</sub>. our <b>throats,</b> coated with <sub><strike>rich syrup,</strike></sub> formed heavy <i>lustrous</i> w o r d s and our <sub><b>skin glowed</sub></b> like our <i>sustenance</i> would in <b>s u n l i g h t.</b> we knew no taste but <sub><i>sweetness</i></sub> - <b>sweet tongues</b> and sweet <sub>e y e s</sub>. we lived on <i>gold;</i> it was <b>only ever</b> <strike>gold.</strike><br><br>
  846. <center> <i> -̀ calista bordeaux ̖́-</i><br />twenty-four. witch.</center>
  847. </div></div>
  848.  
  849. <div id="navigation">
  850. <a href="/" title="index">&nbsp;</a>
  851. <a href="/ask" title="message">&nbsp;</a>
  852. <a href="/map" title="navi">&nbsp;</a>
  853. <a href="http://sorcierehq.tumblr.com" title="academy">&nbsp;</a>
  854. </div>
  855.  
  856. <div id="toptitle"><main>milk & honey</main><subb>fall in love with your solitude</subb></div>
  857.  
  858. </div>
  859.  
  860. <div id="entries">
  861. {block:Posts}
  862. <div id="entry">
  863.  
  864.  
  865. {block:Text}
  866. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  867. {Body}
  868. {/block:Text}
  869.  
  870. {block:Photo}
  871. {LinkOpenTag}{block:If400posts}<img src="{PhotoURL-400}">{/block:If400posts}{block:If500posts}<img src="{PhotoURL-500}">{/block:If500posts} {LinkCloseTag}
  872. {block:Caption}{Caption}{/block:Caption}
  873. {/block:Photo}
  874.  
  875. {block:Photoset}
  876. {block:If400posts}
  877. {Photoset-400}
  878. {/block:If400posts}
  879. {block:If500posts}
  880. {Photoset-500}
  881. {/block:If500posts}
  882. {block:Caption}{Caption}{/block:Caption}
  883. {/block:Photoset}
  884.  
  885. {block:Quote}
  886. <div id="posttitles">{Quote}</div>
  887. {block:Source}<br>—{Source}{/block:Source}
  888. {/block:Quote}
  889.  
  890. {block:Link}
  891. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  892. {block:Description}{Description}{/block:Description}
  893. {/block:Link}
  894.  
  895. {block:Chat}
  896. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  897. {block:Lines}
  898. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  899. {/block:Lines}
  900. {/block:Chat}
  901.  
  902. {block:Audio}
  903. <div id="audioplayer">{AudioPlayerWhite} </div>
  904. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80">{/block:AlbumArt}</div>
  905. <tehe>
  906. <b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}
  907. <br>
  908. <B>SONG:</B> {block:TrackName}{TrackName}{/block:TrackName}
  909. <br>
  910. <b>CURRENTLY:</b> {PlayCountWithLabel}
  911. </tehe>
  912. {block:caption}{caption}{/block:caption}
  913. {/block:Audio}
  914.  
  915. {block:Video}
  916. {block:If400posts}
  917. {Video-400}
  918. {/block:If400posts}
  919. {block:If500posts}
  920. {Video-500}
  921. {/block:If500posts}
  922. {block:Caption}{Caption}{/block:Caption}
  923. {/block:Video}
  924.  
  925. {block:Answer}
  926. <div id="questionbox"><div class="question">{Question}</div><div class="askline"></div><div class="ask">{Asker}</div></div>
  927. <div id="ans">{Answer}</div>
  928. {/block:Answer}
  929.  
  930.  
  931. <div id="permalink">
  932. <div class="date">
  933. <iconback><a href="{Permalink}" title="{block:Date}{TimeAgo}{/block:Date}"><timeicon></timeicon></a></iconback>
  934.  
  935. <iconback><a href="{Permalink}" title="{NoteCountWithLabel}"><noteicon></noteicon></a></iconback>
  936.  
  937. <iconback><a href="{ReblogURL}" title="reblog this post" target="_blank"><reblogicon></reblogicon></a></iconback>
  938.  
  939. {block:RebloggedFrom}
  940.  
  941. <iconback><a href="{ReblogParentURL}" title="{ReblogParentTitle}"><viaicon></viaicon></a></iconback>
  942.  
  943. <iconback><a href="{ReblogRootURL}"title="{ReblogRoottitle}"><sourceicon></sourceicon></a></iconback>
  944.  
  945. {/block:RebloggedFrom}</div>
  946.  
  947.  
  948. </div>
  949.  
  950. <div class="tags">{block:HasTags} {block:Tags} <tagsicon></tagsicon><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  951.  
  952.  
  953.  
  954. <!-- /div entry ---> </div>
  955.  
  956. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  957.  
  958. <div id="credit"><cred> &nbsp;<a href="http://alicatwrites.tumblr.com/">ali</a></cred></div>
  959.  
  960. </body>
  961.  
  962. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement