Advertisement
alithegreat

ALICATWRITES | 026: MOON U.

Mar 19th, 2018
3,951
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.02 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="https://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="https://via.placeholder.com/740 x 540"/>
  26. <meta name="image:Header" content="https://via.placeholder.com/250x100"/>
  27. <meta name="image:Icon1" content="https://via.placeholder.com/85x85"/>
  28. <meta name="image:Icon2" content="https://via.placeholder.com/85x85"/>
  29. <meta name="image:Icon3" content="https://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="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  86.  
  87. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  88.  
  89. <script src="https://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.  
  139.  
  140.  
  141. #s-m-t-tooltip {
  142. background-color:{color:accent two};
  143. font-size:10px;
  144. font-weight:bold;
  145. border-radius:5px 5px 5px 5px;
  146. color:{color:accent text};
  147. letter-spacing:1px;
  148. text-transform:lowercase;
  149. padding:10px;
  150. margin:20px 0px 0px 20px;
  151. z-index:9999999999999999999999;
  152.  
  153. }
  154.  
  155. ::-webkit-scrollbar-thumb {
  156. background-color:{color:Scrollbar};
  157. }
  158.  
  159. ::-webkit-scrollbar-track {
  160. background-color:{color:Entries};
  161. }
  162.  
  163. ::-webkit-scrollbar {
  164. height:4px;
  165. width:4px;
  166. }
  167.  
  168. ul {
  169. list-style-type: circle;
  170. padding-left:24px;
  171. line-height:13px;
  172. }
  173.  
  174. li {
  175. padding-left: 0px;
  176. margin-bottom: 0px;
  177. list-style: none;
  178. }
  179.  
  180. li:before {
  181. color: {color:title};
  182. content: "\f00d";
  183. font-family: FontAwesome;
  184. font-size:7px;
  185. display: inline-block;
  186. margin-left: -1.5em;
  187. width: 1.5em;
  188. }
  189.  
  190. hr {
  191. display:block;
  192. border-style:dotted;
  193. border-color:{color:border};
  194. }
  195.  
  196. body {
  197. background: {color:Background};
  198. background-image:url('{image:Background}');
  199. background-attachment:fixed;
  200. font-family: '{select:body font}', sans-serif;
  201. font-size: {text:body text size};
  202. line-height:15px;
  203. color: {color:Text};
  204. }
  205.  
  206. blockquote {
  207. text-align:justify;
  208. margin-top: 5px;
  209. margin-bottom: 5px;
  210. margin-left: 5px;
  211. padding-left: 10px;
  212. border-left: 3px solid {color:blockquote};
  213. margin-right:5px;
  214. }
  215.  
  216. a {
  217. text-decoration: none;
  218. color: {color:Link};
  219. }
  220.  
  221. small, sub {
  222. font-size:{text:small text size};
  223. }
  224.  
  225. b, strong {
  226. color:{color:Title};
  227. }
  228.  
  229. pre {
  230. padding:6px;
  231. border-bottom:1px dotted {color:border};
  232. text-align:center;
  233. text-transform:lowercase;
  234. font-family:{select:body font};
  235. font-size:{small text size};
  236. color:{color:title};
  237. }
  238.  
  239. h1 {
  240. font-family:arial;
  241. line-height:32px;
  242. font-size:28px;
  243. color:{color:title};
  244. text-align:right;
  245. font-style:italic;
  246. font-weight:bold;
  247. letter-spacing:-1px;
  248. text-transform:lowercase;
  249. }
  250.  
  251. h2 {
  252. font-family:{select:body font};
  253. font-size:{text:small text size};
  254. color:{color:title};
  255. text-align:center;
  256. text-transform:uppercase;
  257. letter-spacing:3px;
  258. word-spacing:3px;
  259. }
  260.  
  261. #contain {
  262. margin:50px auto;
  263. padding:20px;
  264. height:500px;
  265. {block:If400posts}
  266. width:720px;
  267. {/block:If400posts}
  268. {block:If500posts}
  269. width:820px;
  270. {/block:If500posts}
  271. overflow:hidden;
  272. background-color:{color:container};
  273. border-radius:8px 8px 8px 8px;
  274. background-image:url('{image:Container}');
  275. }
  276.  
  277.  
  278. #bloggerback {
  279. margin-top:0px;
  280. position:fixed;
  281. width:255px;
  282. height:480px;
  283. padding:10px;
  284. background-color:{color:entries};
  285. border-radius:8px 8px 8px 8px;
  286. opacity:{select:opacity};
  287.  
  288. }
  289.  
  290. #bloggerdeets {
  291. width:155px;
  292. margin-top:10px;
  293. margin-right:5px;
  294. margin-bottom:15px;
  295. float:right;
  296. height:240px;
  297. overflow:auto;
  298. z-index:999999999;
  299. text-align:justify;
  300. {block:IfSmallCaps}
  301. font-variant:small-caps;
  302. font-size:11px;
  303. font-family:Ubuntu Condensed;
  304. line-height:15px;
  305. letter-spacing:1px;
  306. {/block:IfSmallCaps}
  307. }
  308.  
  309. #headerbar {
  310. text-align:center;
  311. display:inline-block;
  312. width:250px;
  313. height:100px;
  314. margin-bottom:5px;
  315. background-color:{color:accent one};
  316. padding:3px;
  317. border-radius:5px;
  318. }
  319.  
  320. #headerbar img {
  321. width:250px;
  322. height:100px;
  323. padding:0px;
  324. border-radius:5px;}
  325.  
  326. #photoback {
  327. line-height:20px;
  328. font-size:10px;
  329. font-family:karla;
  330. float:right;
  331. }
  332.  
  333. #photoback i {
  334. display:inline-block;
  335. width:85px;
  336. height:85px;
  337. background-color:{color:accent one};
  338. padding:3px;
  339. margin-bottom:5px;
  340. border-radius:5px;
  341.  
  342. }
  343.  
  344. #photoback i img {
  345. width:85px;
  346. height:85px;
  347. border-radius:5px;}
  348.  
  349. #photoback id {
  350. display:inline-block;
  351. width:85px;
  352. height:85px;
  353. background-color:{color:accent two};
  354. padding:3px;
  355. margin-bottom:5px;
  356. border-radius:5px;
  357.  
  358. }
  359.  
  360. #photoback id img {
  361. width:85px;
  362. height:85px;
  363. border-radius:5px;}
  364.  
  365. #photoback idk {
  366. background-color:{color:accent one};
  367. padding:3px;
  368. display:inline-block;
  369. width:85px;
  370. height:85px;
  371. border-radius:5px;
  372. }
  373.  
  374. #photoback idk img {
  375. width:85px;
  376. height:85px;
  377. border-radius:5px;}
  378.  
  379.  
  380. #navigation {
  381. text-align:center;
  382. }
  383.  
  384. #navigation a {
  385. text-align:center;
  386. border-bottom:none;
  387. display:inline-block;
  388. width:10px;
  389. height:10px;
  390. margin-left:13px;
  391. margin-right:13px;
  392. background-color:{color:accent one};
  393. border-radius:3px;
  394. text-transform:lowercase;
  395. letter-spacing:1px;
  396. -webkit-transition: all 0.5s ease-in-out;
  397. -moz-transition: all 0.5s ease-in-out;
  398. -o-transition: all 0.5s ease-in-out;
  399. }
  400.  
  401. #navigation a thing {
  402. background-color:{color:accent one};
  403. color:{color:navigation};
  404. width:12px;
  405. height:12px;
  406. line-height:12px;
  407. padding:5px;
  408. float:left;
  409. margin-bottom:2px;
  410. display:block;
  411. text-align:center;
  412. border-radius:5px;
  413. }
  414.  
  415. #navigation a other {
  416. color:{color:navigation};
  417. background-color:{color:accent two};
  418. width:140px;
  419. height:12px;
  420. padding:5px;
  421. line-height:12px;
  422. margin-bottom:2px;
  423. display:block;
  424. float:right;
  425. text-align:right;
  426. border-radius:5px;
  427. }
  428.  
  429. #toptitle {
  430. height:30px;
  431. margin-top:35px;
  432. text-align:center;
  433. margin-bottom:10px;
  434. font-variant:none;
  435. transform: rotate(-3deg);
  436. }
  437.  
  438. #toptitle main {
  439. font-family:{select:title font};
  440. color:{color:title};
  441. text-transform:lowercase;
  442. font-size:{text:title text size};
  443. letter-spacing:0px;
  444. text-transform:lowercase;
  445. }
  446.  
  447. #toptitle subb {
  448. background-color:{color:accent two};
  449. display:inline-block;
  450. padding-left:10px;
  451. padding-right:10px;
  452. line-height:16px;
  453. color:{color:accent text};
  454. font-family:karla;
  455. font-size:7px;
  456. letter-spacing:2px;
  457. font-weight:bold;
  458. border-radius:5px;
  459. text-transform:uppercase;
  460. }
  461.  
  462. #entries {
  463. position:absolute;
  464. {block:If400posts}
  465. width:430px;
  466. {/block:If400posts}
  467. {block:If500posts}
  468. width:530px;
  469. {/block:If500posts}
  470. margin-left:290px;
  471. margin-top:0px;
  472. height:500px;
  473. padding-right:10px;
  474. overflow:auto;
  475. border: 0px solid {color:Border};}
  476.  
  477.  
  478. #entry {
  479. background-color:{color:Entries};
  480. margin-bottom:15px;
  481. border-radius:8px 8px 8px 8px;
  482. opacity:{select:opacity};
  483. padding:15px;}
  484.  
  485. img {
  486. max-width: 100%;
  487. }
  488.  
  489. #posttitles {
  490. font-family:{select:title font};
  491. line-height:130%;
  492. font-size:{text:post title text size};
  493. color:{color:title};
  494. padding:5px;
  495. text-align:center;
  496. text-transform:lowercase;
  497. }
  498.  
  499. #boujee {
  500. text-align:right;
  501. position:fixed;
  502. color:{color:text};
  503. margin-top:-40px;
  504. margin-right:10px;
  505. display:block;
  506. text-transform:uppercase;
  507. letter-spacing:1px;
  508. font-size:8px;
  509. font-family:karla;
  510. border-radius:5px;
  511. color:{color:text};
  512. {block:If400posts}
  513. width:700px;
  514. {/block:If400posts}
  515. {block:If500posts}
  516. width:800px;
  517. {/block:If500posts}
  518. }
  519.  
  520. #boujee a {
  521. color:{color:text};
  522. font-size:9px;
  523. font-weight:bold;
  524. }
  525.  
  526. #ask {
  527. text-align:center;
  528. line-height:120%;
  529. color:{color:text};
  530. padding:5px;
  531. }
  532.  
  533. .ask {
  534. float:left;
  535. z-index:10;
  536. font-size:11px;
  537. font-family:{select:body font};
  538. text-align:center;
  539. font-weight:bold;
  540. text-transform:lowercase;
  541. letter-spacing:1px;
  542. line-height:14px;
  543. color:{color:entries};
  544. background-color:{color:accent one};
  545. margin-top:-13px;
  546. margin-right:0px;
  547. margin-left:0px;
  548. border-radius:5px;
  549. padding-left:10px;
  550. padding-right:10px;
  551. padding-top:5px;
  552. padding-bottom:5px;
  553. }
  554.  
  555. .ask a {
  556. color:{color:entries};
  557. }
  558.  
  559. .askline {
  560. height:1px;
  561. margin-top:5px;
  562. margin-left:0px;
  563. background-color:{color:Border};
  564. z-index:-1;
  565. word-wrap:break-word;
  566. }
  567.  
  568. .question {
  569. color:{color:text};
  570. font-size:{text:small text size};
  571. border-left:1px solid {color:border};
  572. padding:15px;
  573. display:block;
  574. text-align:right;
  575. margin-left:10px;
  576. word-wrap:break-word;
  577.  
  578. }
  579.  
  580. #questionbox {
  581. word-wrap:break-word;
  582. padding:10px;
  583.  
  584. }
  585.  
  586.  
  587. #ans {
  588. text-align:justify;
  589. padding-top:2px;
  590. display:block;
  591. margin-top:20px;
  592. color:{color:text};
  593. }
  594.  
  595. #audioplayer {
  596. width:30px;
  597. height:30px;
  598. background-color:{color:ffffff};
  599. overflow:hidden;
  600. -moz-border-radius: 30px;
  601. -webkit-border-radius: 30px;
  602. border-radius: 30px;
  603. position:absolute;
  604. margin-top:25px;
  605. margin-left:25px;
  606. opacity:0.7;
  607. filter:alpha(opacity=70);
  608. -moz-opacity: 0.7;
  609. -khtml-opacity: 0.7;
  610. }
  611.  
  612. #albumart {
  613. float:left;
  614. margin:0px 0px;
  615. -moz-border-radius: 80px;
  616. -webkit-border-radius: 80px;
  617. border-radius: 80px;}
  618.  
  619. #albumart img {
  620. -moz-border-radius: 80px;
  621. -webkit-border-radius: 80px;
  622. border-radius: 80px;
  623. }
  624.  
  625. tehe {
  626. font-size:10px;
  627. text-transform:uppercase;
  628. padding-left:50px;
  629. padding-right:50px;
  630. padding-bottom:15px;
  631. display:block;
  632. margin-top:10px;
  633. margin-left:80px;
  634. text-align:center;
  635. }
  636.  
  637. #permalink {
  638. text-align: center;
  639. border:none;
  640. position: relative;
  641. font-size:10px;
  642. text-transform:lowercase;
  643. margin-top: 20px;
  644. display:block;
  645. padding: 10px;
  646. background-color:{color:background};
  647. border-radius:8px 8px 8px 8px;
  648. }
  649.  
  650. #permalink a {
  651. border-bottom:none;
  652. }
  653.  
  654.  
  655.  
  656. .dateline {
  657. height:0px;
  658. margin-left:0px;
  659. border:none;
  660. background-color:{color:border};
  661. z-index:-1;
  662. }
  663.  
  664. .date {
  665. color:{color:text};
  666. font-size:9px;
  667. z-index:10;
  668. text-transform:lowercase;
  669. border:none;
  670. text-align:right;
  671. }
  672.  
  673. .date iconback {
  674. width:25px;
  675. margin-right:10px;
  676. height:25px;
  677. font-size:9px;
  678. background-color:{color:entries};
  679. line-height:25px;
  680. text-align:center;
  681. border-radius:8px 8px 8px 8px;
  682. display:inline-block;
  683. }
  684.  
  685. timeicon {
  686. padding-left: 1.2em;
  687. list-style: none;
  688. }
  689. timeicon:before {
  690. content: "\f011";
  691. font-family: FontAwesome;
  692. display: inline-block;
  693. margin-left: -1.2em;
  694. width: 1.2em;
  695. }
  696.  
  697. noteicon {
  698. padding-left: 1.2em;
  699. list-style: none;
  700. }
  701. noteicon:before {
  702. content: "\f08a";
  703. font-family: FontAwesome;
  704. display: inline-block;
  705. margin-left: -1.2em;
  706. width: 1.2em;
  707. }
  708.  
  709. reblogicon {
  710. padding-left: 1.2em;
  711. list-style: none;
  712. }
  713. reblogicon:before {
  714. content: "\f021";
  715. font-family: FontAwesome;
  716. display: inline-block;
  717. margin-left: -1.2em;
  718. width: 1.2em;
  719. }
  720.  
  721. viaicon {
  722. padding-left: 1.2em;
  723. list-style: none;
  724. }
  725. viaicon:before {
  726. content: "\f041";
  727. font-family: FontAwesome;
  728. display: inline-block;
  729. margin-left: -1.2em;
  730. width: 1.2em;
  731. }
  732.  
  733. sourceicon {
  734. padding-left: 1.2em;
  735. list-style: none;
  736. }
  737. sourceicon:before {
  738. content: "\f1d9";
  739. font-family: FontAwesome;
  740. display: inline-block;
  741. margin-left: -1.2em;
  742. width: 1.2em;
  743. }
  744.  
  745. .tags {
  746. color:{color:tags};
  747. font-size:9px;
  748. margin-top:10px;
  749. text-align:right;
  750. border:none;
  751. text-transform:lowercase;
  752. }
  753.  
  754. .tags a{
  755. color:{color:tags};
  756. }
  757.  
  758. tagsicon {
  759. padding-left: 1.2em;
  760. list-style: none;
  761. }
  762. tagsicon:before {
  763. content: "\f00d";
  764. font-size:7px;
  765. padding-right:3px;
  766. color:{color:title};
  767. font-family: FontAwesome;
  768. display: inline-block;
  769. margin-left: -1.2em;
  770. width: 1.2em;
  771. }
  772.  
  773. #credit {
  774. font-size:9px;
  775. float:center;
  776. position:fixed;
  777. bottom:25px;
  778. letter-spacing:1px;
  779. right:25px;
  780. font-family:Roboto Mono;
  781. text-transform:lowercase;
  782. padding:8px;
  783. border-radius:5px;
  784. color:{color:entries};
  785. background-color:{color:accent one};
  786. }
  787.  
  788. #credit a {
  789. color:{color:entries};
  790. }
  791.  
  792. cred {
  793. padding-left: .5em;
  794. list-style: none;
  795. }
  796. cred:before {
  797. content: "\f121";
  798. font-family: FontAwesome;
  799. display: inline-block;
  800. margin-left: -.5em;
  801. width: .5em;
  802. }
  803.  
  804. </style>
  805.  
  806. </head>
  807.  
  808. <body>
  809.  
  810. <div id="contain">
  811.  
  812. <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>
  813.  
  814. <div id="bloggerback">
  815.  
  816. <div id="headerbar"><img src="{image:header}"></div>
  817.  
  818. <div id="photoback">
  819. <i><img src="{image:Icon1}"></i><br>
  820. <id><img src="{image:Icon2}"></id><br>
  821. <idk><img src="{image:Icon3}"></idk>
  822. </div>
  823.  
  824. <div id="bloggerdeets">
  825. <div style="padding-right:5px;">{description}</div></div>
  826.  
  827. <div id="navigation">
  828. <a href="/" title="index">&nbsp;</a>
  829. <a href="/ask" title="message">&nbsp;</a>
  830. <a href="{text:link one url}" title="{text:link one label}">&nbsp;</a>
  831. <a href="{text:link two url}" title="{text:link two label}">&nbsp;</a>
  832. </div>
  833.  
  834. <div id="toptitle"><main>{text:sidebar title}</main><subb>{text:sidebar subtitle}</subb></div>
  835.  
  836. </div>
  837.  
  838. <div id="entries">
  839. {block:Posts}
  840. <div id="entry">
  841.  
  842.  
  843. {block:Text}
  844. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  845. {Body}
  846. {/block:Text}
  847.  
  848. {block:Photo}
  849. {LinkOpenTag}{block:If400posts}<img src="{PhotoURL-400}">{/block:If400posts}{block:If500posts}<img src="{PhotoURL-500}">{/block:If500posts} {LinkCloseTag}
  850. {block:Caption}{Caption}{/block:Caption}
  851. {/block:Photo}
  852.  
  853. {block:Photoset}
  854. {block:If400posts}
  855. {Photoset-400}
  856. {/block:If400posts}
  857. {block:If500posts}
  858. {Photoset-500}
  859. {/block:If500posts}
  860. {block:Caption}{Caption}{/block:Caption}
  861. {/block:Photoset}
  862.  
  863. {block:Quote}
  864. <div id="posttitles">{Quote}</div>
  865. {block:Source}<br>—{Source}{/block:Source}
  866. {/block:Quote}
  867.  
  868. {block:Link}
  869. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  870. {block:Description}{Description}{/block:Description}
  871. {/block:Link}
  872.  
  873. {block:Chat}
  874. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  875. {block:Lines}
  876. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  877. {/block:Lines}
  878. {/block:Chat}
  879.  
  880. {block:Audio}
  881. <div id="audioplayer">{AudioPlayerWhite} </div>
  882. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80">{/block:AlbumArt}</div>
  883. <tehe>
  884. <b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}
  885. <br>
  886. <B>SONG:</B> {block:TrackName}{TrackName}{/block:TrackName}
  887. <br>
  888. <b>CURRENTLY:</b> {PlayCountWithLabel}
  889. </tehe>
  890. {block:caption}{caption}{/block:caption}
  891. {/block:Audio}
  892.  
  893. {block:Video}
  894. {block:If400posts}
  895. {Video-400}
  896. {/block:If400posts}
  897. {block:If500posts}
  898. {Video-500}
  899. {/block:If500posts}
  900. {block:Caption}{Caption}{/block:Caption}
  901. {/block:Video}
  902.  
  903. {block:Answer}
  904. <div id="questionbox"><div class="question">{Question}</div><div class="askline"></div><div class="ask">{Asker}</div></div>
  905. <div id="ans">{Answer}</div>
  906. {/block:Answer}
  907.  
  908.  
  909. <div id="permalink">
  910. <div class="date">
  911. <iconback><a href="{Permalink}" title="{block:Date}{TimeAgo}{/block:Date}"><timeicon></timeicon></a></iconback>
  912.  
  913. <iconback><a href="{Permalink}" title="{NoteCountWithLabel}"><noteicon></noteicon></a></iconback>
  914.  
  915. <iconback><a href="{ReblogURL}" title="reblog this post" target="_blank"><reblogicon></reblogicon></a></iconback>
  916.  
  917. {block:RebloggedFrom}
  918.  
  919. <iconback><a href="{ReblogParentURL}" title="{ReblogParentTitle}"><viaicon></viaicon></a></iconback>
  920.  
  921. <iconback><a href="{ReblogRootURL}"title="{ReblogRoottitle}"><sourceicon></sourceicon></a></iconback>
  922.  
  923. {/block:RebloggedFrom}</div>
  924.  
  925.  
  926. </div>
  927.  
  928. <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>
  929.  
  930.  
  931.  
  932. <!-- /div entry ---> </div>
  933.  
  934. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  935.  
  936. <div id="credit"><cred> &nbsp;<a href="https://alicatwrites.tumblr.com/">ali</a></cred></div>
  937.  
  938. </body>
  939.  
  940. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement