alithegreat

ALICATWRITES | 028: ME LIKE YUH.

Jun 24th, 2018
1,678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.10 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. <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. #28 - me like yuh.
  21. by alicatwrites
  22.  
  23. --->
  24.  
  25. <meta name="image:Container" content="https://via.placeholder.com/710 x 540"/>
  26. <meta name="image:Sidebar" content="https://via.placeholder.com/192x80"/>
  27. <meta name="image:Icon1" content="https://via.placeholder.com/60x60"/>
  28. <meta name="image:Icon2" content="https://via.placeholder.com/60x60"/>
  29. <meta name="image:Icon3" content="https://via.placeholder.com/60x60"/>
  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:50px auto;
  280. padding:20px;
  281. height:500px;
  282. {block:If400posts}
  283. width:670px;
  284. {/block:If400posts}
  285. {block:If500posts}
  286. width:770px;
  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:198px;
  299. height:480px;
  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. width:196px;
  309. margin-bottom:10px;
  310. margin-top:10px;
  311. height:180px;
  312. overflow:auto;
  313. z-index:999999999;
  314. text-align:justify;
  315. {block:IfSmallCaps}
  316. font-variant:small-caps;
  317. font-size:11px;
  318. font-family:Ubuntu Condensed;
  319. line-height:14px;
  320. letter-spacing:2px;
  321. {/block:IfSmallCaps}
  322. }
  323.  
  324. #headerbar {
  325. font-size:10px;
  326. line-height:18px;
  327. font-family:karla;
  328. text-align:center;
  329. display:inline-block;
  330. width:192px;
  331. height:80px;
  332. margin-top:2px;
  333. background-color:{color:accent two};
  334. padding:2px;
  335. border-radius:5px;
  336. }
  337.  
  338. #headerbar img {
  339. width:192px;
  340. height:80px;
  341. border-radius:5px;}
  342.  
  343. #photoback {
  344. font-size:10px;
  345. font-family:karla;
  346. line-height:10px;
  347. text-align:center;
  348. margin-top:7px;
  349. }
  350.  
  351. #photoback i {
  352. display:inline-block;
  353. width:60px;
  354. height:60px;
  355. background-color:{color:accent one};
  356. padding:2px;
  357. margin-bottom:0px;
  358. border-radius:5px;
  359.  
  360. }
  361.  
  362. #photoback i img {
  363. width:60px;
  364. height:60px;
  365. border-radius:5px;}
  366.  
  367. #photoback id {
  368. display:inline-block;
  369. width:60px;
  370. height:60px;
  371. background-color:{color:accent two};
  372. padding:2px;
  373. margin-bottom:0px;
  374. border-radius:5px;
  375.  
  376. }
  377.  
  378. #photoback id img {
  379. width:60px;
  380. height:60px;
  381. border-radius:5px;}
  382.  
  383. #photoback idk {
  384. display:inline-block;
  385. width:60px;
  386. height:60px;
  387. background-color:{color:accent one};
  388. padding:2px;
  389. margin-bottom:0px;
  390. border-radius:5px;
  391.  
  392. }
  393.  
  394. #photoback idk img {
  395. width:60px;
  396. height:60px;
  397. border-radius:5px;}
  398.  
  399. #navigation {
  400. text-align:center;
  401. font-size:9px;
  402. font-family:karla;
  403. font-weight:bold;
  404. letter-spacing:2px;
  405. }
  406.  
  407. #navigation a {
  408. text-align:center;
  409. display:inline-block;
  410. width:46px;
  411. height:35px;
  412. line-height:35px;
  413. font-size:9px;
  414. color:{color:navigation};
  415. font-family:karla;
  416. font-weight:bold;
  417. letter-spacing:2px;
  418. }
  419.  
  420. #toptitle {
  421. height:50px;
  422. margin-top:35px;
  423. text-align:center;
  424. margin-bottom:10px;
  425. font-variant:none;
  426. transform: rotate(-3deg);
  427. }
  428.  
  429. #toptitle main {
  430. font-family:{select:title font};
  431. text-transform:lowercase;
  432. font-size:{text:title text size};
  433. letter-spacing:0px;
  434. text-transform:lowercase;
  435. color:{color:title};
  436. }
  437.  
  438. #toptitle subb {
  439. background-color:{color:accent two};
  440. display:inline-block;
  441. padding-left:10px;
  442. padding-right:10px;
  443. line-height:14px;
  444. color:{color:accent text};
  445. font-family:karla;
  446. font-size:8px;
  447. letter-spacing:2px;
  448. font-weight:bold;
  449. border-radius:5px;
  450. text-transform:uppercase;
  451. }
  452.  
  453. #entries {
  454. position:absolute;
  455. {block:If400posts}
  456. width:430px;
  457. {/block:If400posts}
  458. {block:If500posts}
  459. width:530px;
  460. {/block:If500posts}
  461. margin-left:240px;
  462. margin-top:0px;
  463. height:500px;
  464. padding-right:10px;
  465. overflow:auto;
  466. border: 0px solid {color:Border};}
  467.  
  468.  
  469. #entry {
  470. background-color:{color:Entries};
  471. margin-bottom:15px;
  472. border-radius:8px 8px 8px 8px;
  473. opacity:{select:opacity};
  474. padding:15px;}
  475.  
  476. img {
  477. max-width: 100%;
  478. }
  479.  
  480. #posttitles {
  481. font-family:{select:title font};
  482. line-height:130%;
  483. font-size:{text:post title text size};
  484. color:{color:title};
  485. padding:5px;
  486. text-align:center;
  487. text-transform:lowercase;
  488. }
  489.  
  490. #boujee {
  491. text-align:right;
  492. position:fixed;
  493. color:{color:text};
  494. margin-top:-40px;
  495. margin-right:10px;
  496. display:block;
  497. text-transform:uppercase;
  498. letter-spacing:1px;
  499. font-size:8px;
  500. font-family:karla;
  501. border-radius:5px;
  502. color:{color:text};
  503. {block:If400posts}
  504. width:670px;
  505. {/block:If400posts}
  506. {block:If500posts}
  507. width:770px;
  508. {/block:If500posts}
  509. }
  510.  
  511. #boujee a {
  512. color:{color:text};
  513. font-size:9px;
  514. font-weight:bold;
  515. }
  516.  
  517. #ask {
  518. text-align:center;
  519. line-height:120%;
  520. color:{color:text};
  521. padding:5px;
  522. }
  523.  
  524. .ask {
  525. float:left;
  526. z-index:10;
  527. font-size:11px;
  528. font-family:{select:body font};
  529. text-align:center;
  530. font-weight:bold;
  531. text-transform:lowercase;
  532. letter-spacing:1px;
  533. line-height:14px;
  534. color:{color:entries};
  535. background-color:{color:accent one};
  536. margin-top:-13px;
  537. margin-right:0px;
  538. margin-left:0px;
  539. border-radius:5px;
  540. padding-left:10px;
  541. padding-right:10px;
  542. padding-top:5px;
  543. padding-bottom:5px;
  544. }
  545.  
  546. .ask a {
  547. color:{color:entries};
  548. }
  549.  
  550. .askline {
  551. height:1px;
  552. margin-top:5px;
  553. margin-left:0px;
  554. background-color:{color:Border};
  555. z-index:-1;
  556. word-wrap:break-word;
  557. }
  558.  
  559. .question {
  560. color:{color:text};
  561. font-size:{text:small text size};
  562. border-left:1px solid {color:border};
  563. padding:15px;
  564. display:block;
  565. text-align:right;
  566. margin-left:10px;
  567. word-wrap:break-word;
  568.  
  569. }
  570.  
  571. #questionbox {
  572. word-wrap:break-word;
  573. padding:10px;
  574.  
  575. }
  576.  
  577.  
  578. #ans {
  579. text-align:justify;
  580. padding-top:2px;
  581. display:block;
  582. margin-top:20px;
  583. color:{color:text};
  584. }
  585.  
  586. #audioplayer {
  587. width:30px;
  588. height:30px;
  589. background-color:{color:ffffff};
  590. overflow:hidden;
  591. -moz-border-radius: 30px;
  592. -webkit-border-radius: 30px;
  593. border-radius: 30px;
  594. position:absolute;
  595. margin-top:25px;
  596. margin-left:25px;
  597. opacity:0.7;
  598. filter:alpha(opacity=70);
  599. -moz-opacity: 0.7;
  600. -khtml-opacity: 0.7;
  601. }
  602.  
  603. #albumart {
  604. float:left;
  605. margin:0px 0px;
  606. -moz-border-radius: 80px;
  607. -webkit-border-radius: 80px;
  608. border-radius: 80px;}
  609.  
  610. #albumart img {
  611. -moz-border-radius: 80px;
  612. -webkit-border-radius: 80px;
  613. border-radius: 80px;
  614. }
  615.  
  616. tehe {
  617. font-size:10px;
  618. text-transform:uppercase;
  619. padding-left:50px;
  620. padding-right:50px;
  621. padding-bottom:15px;
  622. display:block;
  623. margin-top:10px;
  624. margin-left:80px;
  625. text-align:center;
  626. }
  627.  
  628. #permalink {
  629. text-align: center;
  630. border:none;
  631. position: relative;
  632. font-size:10px;
  633. text-transform:lowercase;
  634. margin-top: 20px;
  635. display:block;
  636. padding: 10px;
  637. background-color:{color:background};
  638. border-radius:8px 8px 8px 8px;
  639. }
  640.  
  641. #permalink a {
  642. border-bottom:none;
  643. }
  644.  
  645.  
  646.  
  647. .dateline {
  648. height:0px;
  649. margin-left:0px;
  650. border:none;
  651. background-color:{color:border};
  652. z-index:-1;
  653. }
  654.  
  655. .date {
  656. color:{color:text};
  657. font-size:9px;
  658. z-index:10;
  659. text-transform:lowercase;
  660. border:none;
  661. text-align:right;
  662. }
  663.  
  664. .date iconback {
  665. width:25px;
  666. margin-right:10px;
  667. height:25px;
  668. font-size:9px;
  669. background-color:{color:entries};
  670. line-height:25px;
  671. text-align:center;
  672. border-radius:8px 8px 8px 8px;
  673. display:inline-block;
  674. }
  675.  
  676. timeicon {
  677. padding-left: 1.2em;
  678. list-style: none;
  679. }
  680. timeicon:before {
  681. content: "\f011";
  682. font-family: FontAwesome;
  683. display: inline-block;
  684. margin-left: -1.2em;
  685. width: 1.2em;
  686. }
  687.  
  688. noteicon {
  689. padding-left: 1.2em;
  690. list-style: none;
  691. }
  692. noteicon:before {
  693. content: "\f08a";
  694. font-family: FontAwesome;
  695. display: inline-block;
  696. margin-left: -1.2em;
  697. width: 1.2em;
  698. }
  699.  
  700. reblogicon {
  701. padding-left: 1.2em;
  702. list-style: none;
  703. }
  704. reblogicon:before {
  705. content: "\f021";
  706. font-family: FontAwesome;
  707. display: inline-block;
  708. margin-left: -1.2em;
  709. width: 1.2em;
  710. }
  711.  
  712. viaicon {
  713. padding-left: 1.2em;
  714. list-style: none;
  715. }
  716. viaicon:before {
  717. content: "\f041";
  718. font-family: FontAwesome;
  719. display: inline-block;
  720. margin-left: -1.2em;
  721. width: 1.2em;
  722. }
  723.  
  724. sourceicon {
  725. padding-left: 1.2em;
  726. list-style: none;
  727. }
  728. sourceicon:before {
  729. content: "\f1d9";
  730. font-family: FontAwesome;
  731. display: inline-block;
  732. margin-left: -1.2em;
  733. width: 1.2em;
  734. }
  735.  
  736. .tags {
  737. color:{color:tags};
  738. font-size:9px;
  739. margin-top:10px;
  740. text-align:right;
  741. border:none;
  742. text-transform:lowercase;
  743. }
  744.  
  745. .tags a{
  746. color:{color:tags};
  747. }
  748.  
  749. tagsicon {
  750. padding-left: 1.2em;
  751. list-style: none;
  752. }
  753. tagsicon:before {
  754. content: "\f00d";
  755. font-size:7px;
  756. padding-right:3px;
  757. color:{color:title};
  758. font-family: FontAwesome;
  759. display: inline-block;
  760. margin-left: -1.2em;
  761. width: 1.2em;
  762. }
  763.  
  764. #credit {
  765. font-size:9px;
  766. float:center;
  767. position:fixed;
  768. bottom:25px;
  769. letter-spacing:1px;
  770. right:25px;
  771. font-family:Roboto Mono;
  772. text-transform:lowercase;
  773. padding:8px;
  774. border-radius:5px;
  775. color:{color:entries};
  776. background-color:{color:accent one};
  777. }
  778.  
  779. #credit a {
  780. color:{color:entries};
  781. }
  782.  
  783. cred {
  784. padding-left: .5em;
  785. list-style: none;
  786. }
  787. cred:before {
  788. content: "\f121";
  789. font-family: FontAwesome;
  790. display: inline-block;
  791. margin-left: -.5em;
  792. width: .5em;
  793. }
  794.  
  795. </style>
  796.  
  797. </head>
  798.  
  799. <body>
  800.  
  801. <div id="contain">
  802.  
  803. <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>
  804.  
  805. <div id="bloggerback">
  806.  
  807. <div id="toptitle"><main>{text:sidebar title}</main><subb>{text:sidebar subtitle}</subb></div>
  808.  
  809. <div id="bloggerdeets">
  810. {description}</div>
  811.  
  812. <div id="navigation">
  813. <a href="/" title="index">01</a>
  814. <a href="/ask" title="message">02</a>
  815. <a href="{text:link one url}" title="{text:link one label}">03</a>
  816. <a href="{text:link two url}" title="{text:link two label}">04</a>
  817. </div>
  818.  
  819.  
  820. <div id="photoback">
  821. <i><img src="{image:Icon1}"></i>
  822. <id><img src="{image:Icon2}"></id>
  823. <idk><img src="{image:Icon3}"></idk>
  824. </div>
  825.  
  826. <div id="headerbar"><img src="{image:sidebar}"></div>
  827.  
  828. </div>
  829.  
  830. <div id="entries">
  831. {block:Posts}
  832. <div id="entry">
  833.  
  834.  
  835. {block:Text}
  836. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  837. {Body}
  838. {/block:Text}
  839.  
  840. {block:Photo}
  841. {LinkOpenTag}{block:If400posts}<img src="{PhotoURL-400}">{/block:If400posts}{block:If500posts}<img src="{PhotoURL-500}">{/block:If500posts} {LinkCloseTag}
  842. {block:Caption}{Caption}{/block:Caption}
  843. {/block:Photo}
  844.  
  845. {block:Photoset}
  846. {block:If400posts}
  847. {Photoset-400}
  848. {/block:If400posts}
  849. {block:If500posts}
  850. {Photoset-500}
  851. {/block:If500posts}
  852. {block:Caption}{Caption}{/block:Caption}
  853. {/block:Photoset}
  854.  
  855. {block:Quote}
  856. <div id="posttitles">{Quote}</div>
  857. {block:Source}<br>—{Source}{/block:Source}
  858. {/block:Quote}
  859.  
  860. {block:Link}
  861. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  862. {block:Description}{Description}{/block:Description}
  863. {/block:Link}
  864.  
  865. {block:Chat}
  866. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  867. {block:Lines}
  868. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  869. {/block:Lines}
  870. {/block:Chat}
  871.  
  872. {block:Audio}
  873. <div id="audioplayer">{AudioPlayerWhite} </div>
  874. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80">{/block:AlbumArt}</div>
  875. <tehe>
  876. <b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}
  877. <br>
  878. <B>SONG:</B> {block:TrackName}{TrackName}{/block:TrackName}
  879. <br>
  880. <b>CURRENTLY:</b> {PlayCountWithLabel}
  881. </tehe>
  882. {block:caption}{caption}{/block:caption}
  883. {/block:Audio}
  884.  
  885. {block:Video}
  886. {block:If400posts}
  887. {Video-400}
  888. {/block:If400posts}
  889. {block:If500posts}
  890. {Video-500}
  891. {/block:If500posts}
  892. {block:Caption}{Caption}{/block:Caption}
  893. {/block:Video}
  894.  
  895. {block:Answer}
  896. <div id="questionbox"><div class="question">{Question}</div><div class="askline"></div><div class="ask">{Asker}</div></div>
  897. <div id="ans">{Answer}</div>
  898. {/block:Answer}
  899.  
  900.  
  901. <div id="permalink">
  902. <div class="date">
  903. <iconback><a href="{Permalink}" title="{block:Date}{TimeAgo}{/block:Date}"><timeicon></timeicon></a></iconback>
  904.  
  905. <iconback><a href="{Permalink}" title="{NoteCountWithLabel}"><noteicon></noteicon></a></iconback>
  906.  
  907. <iconback><a href="{ReblogURL}" title="reblog this post" target="_blank"><reblogicon></reblogicon></a></iconback>
  908.  
  909. {block:RebloggedFrom}
  910.  
  911. <iconback><a href="{ReblogParentURL}" title="{ReblogParentTitle}"><viaicon></viaicon></a></iconback>
  912.  
  913. <iconback><a href="{ReblogRootURL}"title="{ReblogRoottitle}"><sourceicon></sourceicon></a></iconback>
  914.  
  915. {/block:RebloggedFrom}</div>
  916.  
  917.  
  918. </div>
  919.  
  920. <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>
  921.  
  922.  
  923.  
  924. <!-- /div entry ---> </div>
  925.  
  926. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  927.  
  928. <div id="credit"><cred> &nbsp;<a href="https://alicatwrites.tumblr.com/">ali</a></cred></div>
  929.  
  930. </body>
  931.  
  932. </html>
Add Comment
Please, Sign In to add comment