alithegreat

ALICATWRITES | 029: MOMMAE.

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