alithegreat

ALICATWRITES | 030: ALONE TONIGHT.

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