Advertisement
alithegreat

ALICATWRITES | 025: SPRING DAY.

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