Advertisement
alithegreat

ALICATWRITES | 017: KINGDOM COME.

Jan 25th, 2018
1,822
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.94 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=Karla|Lato|Montserrat|Noto+Sans|Open+Sans|Poppins|Roboto+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. @alicatwrites | 017: kingdom come.
  21.  
  22. --->
  23.  
  24. <meta name="image:Sidebar" content=""/>
  25. <meta name="image:Background" content=""/>
  26.  
  27. <meta name="color:Background" content="#f0f0f0"/>
  28. <meta name="color:Blockquote" content="#d4d4d4"/>
  29. <meta name="color:Border" content="#d4d4d4"/>
  30. <meta name="color:Entries" content="#ffffff"/>
  31. <meta name="color:Link" content="#767676"/>
  32. <meta name="color:Navigation" content="#f0f0f0"/>
  33. <meta name="color:Navigation Border" content="#901500"/>
  34. <meta name="color:Navigation Links" content="#3c3636"/>
  35. <meta name="color:Question" content="#f0f0f0"/>
  36. <meta name="color:Scrollbar" content="#f0f0f0"/>
  37. <meta name="color:Tags" content="#3c3636"/>
  38. <meta name="color:Tagsbg" content="#f0f0f0"/>
  39. <meta name="color:Text" content="#3c3636"/>
  40. <meta name="color:Title" content="#000000"/>
  41.  
  42. <meta name="select:body font" content="Karla" title="Karla" />
  43. <meta name="select:body font" content="Lato" title="Lato" />
  44. <meta name="select:body font" content="Montserrat" title="Montserrat" />
  45. <meta name="select:body font" content="Noto Sans" title="Noto Sans" />
  46. <meta name="select:body font" content="Poppins" title="Poppins" />
  47. <meta name="select:body font" content="Open Sans" title="Open Sans" />
  48. <meta name="select:body font" content="Roboto Condensed" title="Roboto Condensed" />
  49.  
  50. <meta name="text:body text size" content="11px">
  51. <meta name="text:small text size" content="10px">
  52.  
  53. <meta name="if:500 posts" content="0"/>
  54. <meta name="if:400 posts" content="1"/>
  55.  
  56. <meta name="text:link one url" content="link one"/>
  57. <meta name="text:link one symbol" content="\f2c0"/>
  58. <meta name="text:link one hover" content="one hover"/>
  59.  
  60. <meta name="text:link two url" content="link two"/>
  61. <meta name="text:link two symbol" content="\f1d9"/>
  62. <meta name="text:link two hover" content="two hover"/>
  63.  
  64. <meta name="text:link three url" content="link three"/>
  65. <meta name="text:link three symbol" content="\f186"/>
  66. <meta name="text:link three hover" content="three hover"/>
  67.  
  68.  
  69.  
  70. <style type="text/css">
  71.  
  72. ::-webkit-scrollbar-thumb {
  73. height:auto;
  74. background-color:{color:Entries};
  75. }
  76.  
  77. ::-webkit-scrollbar {
  78. height:4px;
  79. width:4px;
  80. background-color:{color:Border};
  81. }
  82.  
  83. ul {
  84. list-style-type: circle;
  85. padding-left:24px;
  86. line-height:13px;
  87. }
  88.  
  89. li {
  90. padding-left: 0px;
  91. margin-bottom: 0px;
  92. list-style: none;
  93. }
  94.  
  95. li:before {
  96. color: {color:title};
  97. content: "\f00d";
  98. font-family: FontAwesome;
  99. font-size:7px;
  100. display: inline-block;
  101. margin-left: -1.5em;
  102. width: 1.5em;
  103. }
  104.  
  105. hr {
  106. display:block;
  107. border-style:dotted;
  108. border-color:{color:border};
  109. }
  110.  
  111. body {
  112. background: {color:Background};
  113. background-image:url('{image:Background}');
  114. background-attachment:fixed;
  115. font-family: '{select:body font}', sans-serif;
  116. font-size: {text:body text size};
  117. line-height:15px;
  118. color: {color:Text};
  119. }
  120.  
  121. blockquote {
  122. text-align:justify;
  123. margin-top: 5px;
  124. margin-bottom: 5px;
  125. margin-left: 5px;
  126. padding-left: 10px;
  127. border-left: 1px dotted {color:blockquote};
  128. margin-right:5px;
  129. }
  130.  
  131. a {
  132. text-decoration: none;
  133. color: {color:Link};
  134. padding-bottom:1px;
  135. border-bottom:1px dotted {color:border};
  136. }
  137.  
  138. small, sub {
  139. font-size:{text:small text size};
  140. }
  141.  
  142. b, strong {
  143. color:{color:Title};
  144. }
  145.  
  146. pre {
  147. padding:6px;
  148. border-bottom:1px dotted {color:border};
  149. text-align:center;
  150. text-transform:lowercase;
  151. }
  152.  
  153. h1,h2 {
  154. font-weight:bold;
  155. letter-spacing:2px;
  156. text-transform:uppercase;
  157. font-size:12px;
  158. color:{color:title};
  159. }
  160.  
  161. #fullback {
  162. margin-left:155px;
  163. margin-top:170px;
  164. position:fixed;
  165. width:130px;
  166. padding:10px;
  167. }
  168.  
  169. #bloggerback {
  170. margin-top:0px;
  171. position:fixed;
  172. width:auto;
  173. height:auto;
  174. }
  175.  
  176. #blogger {
  177. margin-top:10px;
  178. padding-bottom:2px;
  179. }
  180.  
  181. #bloggerdeets {
  182. width:150px;
  183. margin-top:10px;
  184. line-height:16px;
  185. text-align:justify;
  186. }
  187.  
  188. #photobar1 {
  189. text-align:center;
  190. margin-top:10px;
  191. display:inline-block;
  192. width:150px;
  193. }
  194.  
  195. #photobar1 img {
  196. width:130px;
  197. padding:4px;
  198. text-align:center;
  199. border-radius:50%;
  200. border:1px solid {color:Border};
  201. }
  202.  
  203. #navigation {
  204. margin-top:3px;
  205. text-align:center;
  206. }
  207.  
  208. #navigation a {
  209. text-align:center;
  210. border-bottom:none;
  211. display:inline-block;
  212. width:auto;
  213. font-size:9px;
  214. padding:3px;
  215. width:15px;
  216. height:15px;
  217. margin-right:2px;
  218. line-height:15px;
  219. border-radius:50%;
  220. border-bottom:1px solid {color:navigation border};
  221. background-color:{color:navigation};
  222. text-transform:uppercase;
  223. color:{color:navigation links};
  224. -webkit-transition: all 0.5s ease-in-out;
  225. -moz-transition: all 0.5s ease-in-out;
  226. -o-transition: all 0.5s ease-in-out;
  227. }
  228.  
  229. #entries {
  230. position:absolute;
  231. {block:If400posts}
  232. width:440px;
  233. {/block:If400posts}
  234. {block:If500posts}
  235. width:540px;
  236. {/block:If500posts}
  237. margin-left:480px;
  238. padding:11px;
  239. margin-top:50px;
  240. border: 0px solid {color:Border};}
  241.  
  242.  
  243. #entry {
  244. background-color:{color:Entries};
  245. margin-bottom:0px;
  246. padding:20px;}
  247.  
  248. img {
  249. max-width: 100%;
  250. }
  251.  
  252. #posttitles {
  253. text-align: right;
  254. font-size: 14px;
  255. text-transform:uppercase;
  256. letter-spacing:1px;
  257. font-weight:bold;
  258. margin-bottom:5px;
  259. color: {color:Title};
  260. }
  261.  
  262. #boujee {
  263. text-align:center;
  264. margin-top: 5px;
  265. display: block;
  266. text-transform:uppercase;
  267. font-size:8px;
  268. color:{color:text};
  269. text-align: center;
  270. }
  271.  
  272. #boujee a {
  273. color:{color:title};
  274. }
  275.  
  276. #ask {
  277. text-align:center;
  278. line-height:120%;
  279. color:{color:text};
  280. padding:5px;
  281. padding-bottom:10px;
  282. padding-top:5px;
  283. }
  284.  
  285. .ask {
  286. float:left;
  287. z-index:10;
  288. font-size:7px;
  289. font-family:'Noto Sans',sans-serif;
  290. text-align:left;
  291. text-transform:uppercase;
  292. color:{color:title};
  293. background-color:{color:Entries};
  294. margin-top:-8px;
  295. margin-right:0px;
  296. margin-left:10px;
  297. padding-top:0px;
  298. padding-bottom:0;
  299. padding-left:5px;
  300. padding-right:5px;
  301. }
  302.  
  303. .ask a {
  304. color:{color:title};
  305. }
  306.  
  307. .askline {
  308. height:1px;
  309. margin-top:0px;
  310. margin-left:0px;
  311. background-color:{color:Border};
  312. z-index:-1;
  313. }
  314.  
  315. .question {
  316. background-color:{color:Question};
  317. color:{color:text};
  318. font-size:{text:small text size};
  319. margin-top:10px;
  320. z-index:10;
  321. text-align:justify;
  322. padding:10px;
  323. border-left:6px solid {color:border};
  324. }
  325.  
  326. #asker img {
  327. margin-left:-2px;
  328. margin-bottom:-15px;
  329. padding:2px;
  330. text-align:right;
  331. border:3px double {color:question};
  332. }
  333.  
  334. #ans {
  335. text-align:justify;
  336. padding-top:2px;
  337. display:block;
  338. margin-top:5px;
  339. color:{color:text};
  340. }
  341.  
  342. #audioplayer {
  343. width:30px;
  344. height:30px;
  345. background-color:{color:ffffff};
  346. overflow:hidden;
  347. -moz-border-radius: 30px;
  348. -webkit-border-radius: 30px;
  349. border-radius: 30px;
  350. position:absolute;
  351. margin-top:25px;
  352. margin-left:25px;
  353. opacity: 0.7;
  354. filter:alpha(opacity=70);
  355. -moz-opacity: 0.7;
  356. -khtml-opacity: 0.7;
  357. }
  358.  
  359. #albumart {
  360. float:left;
  361. margin:0px 0px;
  362. -moz-border-radius: 80px;
  363. -webkit-border-radius: 80px;
  364. border-radius: 80px;}
  365.  
  366. #albumart img {
  367. -moz-border-radius: 80px;
  368. -webkit-border-radius: 80px;
  369. border-radius: 80px;
  370. }
  371.  
  372. tehe {
  373. font-size:10px;
  374. text-transform:uppercase;
  375. padding-left:50px;
  376. padding-right:50px;
  377. padding-bottom:15px;
  378. display:block;
  379. margin-top:10px;
  380. margin-left:80px;
  381. text-align:center;
  382. }
  383.  
  384. #permalink {
  385. text-align: center;
  386. border:none;
  387. position: relative;
  388. font-size:9px;
  389. text-transform:lowercase;
  390. margin-top: 15px;
  391. padding-top: 5px;
  392. }
  393.  
  394. #permalink a {
  395. border-bottom:none;
  396. }
  397.  
  398. .dateline {
  399. height:1px;
  400. margin-top:15px;
  401. margin-left:0px;
  402. border:none;
  403. background-color:{color:Border};
  404. z-index:-1;
  405. }
  406.  
  407. .date {
  408.  
  409. background-color:{color:Entries};
  410. color:{color:text};
  411. font-size:8px;
  412. z-index:10;
  413. text-transform:uppercase;
  414. border:none;
  415. float:left;
  416. text-align:left;
  417. margin-top:-8px;
  418. margin-right:0px;
  419. margin-left:10px;
  420. padding-top:0px;
  421. padding-bottom:0;
  422. padding-left:5px;
  423. padding-right:5px;
  424. }
  425.  
  426. .tags {
  427. color:{color:tags};
  428. font-size:9px;
  429. margin-top:0px;
  430. font-style:italic;
  431. text-align:center;
  432. padding:5px;
  433. border:none;
  434. text-transform:lowercase;
  435. }
  436.  
  437. .tags a{
  438. color:{color:tags};
  439. }
  440.  
  441. tagsicon {
  442. padding-left: 1.2em;
  443. list-style: none;
  444. }
  445. tagsicon:before {
  446. content: "\f00d";
  447. font-size:7px;
  448. padding-right:3px;
  449. color:{color:title};
  450. font-family: FontAwesome;
  451. display: inline-block;
  452. margin-left: -1.2em;
  453. width: 1.2em;
  454. }
  455.  
  456. icon1 {
  457. padding-left: 1.2em;
  458. list-style: none;
  459. }
  460. icon1:before {
  461. content: "\f015";
  462. font-family: FontAwesome;
  463. display: inline-block;
  464. margin-left: -1.2em;
  465. width: 1.2em;
  466. }
  467.  
  468. icon2 {
  469. padding-left: 1.2em;
  470. list-style: none;
  471. }
  472. icon2:before {
  473. content: "\f0e5";
  474. font-family: FontAwesome;
  475. display: inline-block;
  476. margin-left: -1.2em;
  477. width: 1.2em;
  478. }
  479.  
  480. icon3 {
  481. padding-left: 1.2em;
  482. list-style: none;
  483. }
  484. icon3:before {
  485. content: "{text:link one symbol}";
  486. font-family: FontAwesome;
  487. display: inline-block;
  488. margin-left: -1.2em;
  489. width: 1.2em;
  490. }
  491.  
  492. icon4 {
  493. padding-left: 1.2em;
  494. list-style: none;
  495. }
  496. icon4:before {
  497. content: "{text:link two symbol}";
  498. font-family: FontAwesome;
  499. display: inline-block;
  500. margin-left: -1.2em;
  501. width: 1.2em;
  502. }
  503.  
  504.  
  505. icon5 {
  506. padding-left: 1.2em;
  507. list-style: none;
  508. }
  509. icon5:before {
  510. content: "{text:link three symbol}";
  511. font-family: FontAwesome;
  512. display: inline-block;
  513. margin-left: -1.2em;
  514. width: 1.2em;
  515. }
  516.  
  517. icon6 {
  518. padding-left: 1.2em;
  519. list-style: none;
  520. }
  521. icon6:before {
  522. content: "\f100";
  523. font-family: FontAwesome;
  524. display: inline-block;
  525. margin-left: -1.2em;
  526. width: 1.2em;
  527. }
  528.  
  529. icon7 {
  530. padding-left: 1.2em;
  531. list-style: none;
  532. }
  533. icon7:before {
  534. content: "\f101";
  535. font-family: FontAwesome;
  536. display: inline-block;
  537. margin-left: -1.2em;
  538. width: 1.2em;
  539. }
  540.  
  541. #credit {
  542. font-size:9px;
  543. float:center;
  544. position:fixed;
  545. bottom:15px;
  546. right:15px;
  547. padding:10px;
  548. color:{color:text};
  549. }
  550.  
  551. #credit a {
  552. color:{color:text};
  553. }
  554.  
  555. cred {
  556. padding-left: 1.2em;
  557. list-style: none;
  558. }
  559. cred:before {
  560. content: "\f121";
  561. font-family: FontAwesome;
  562. display: inline-block;
  563. margin-left: -1.2em;
  564. width: 1.2em;
  565. }
  566.  
  567. </style>
  568.  
  569. </head>
  570.  
  571. <body>
  572.  
  573. <div id="fullback">
  574.  
  575.  
  576. <div id="bloggerback">
  577.  
  578. <div id="photobar1"><img src="{image:Sidebar}"></div>
  579.  
  580. <div id="bloggerdeets">{description}
  581. <div id="blogger"><div id="navigation">
  582. <a href="/" title="index"><icon1></icon1></a>
  583. <a href="/ask" title="message"><icon2></icon2></a>
  584. <a href="{text:link one url}" title="{text:link one hover}"><icon3></icon3></a>
  585. <a href="{text:link two url}" title="{text:link two hover}"><icon4></icon4> </a>
  586. <a href="{text:link three url}" title="{text:link three hover}"><icon5></icon5></a>
  587. </div> </div>
  588. <div id="boujee">
  589. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}&nbsp;<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  590. </div>
  591. </div>
  592.  
  593. </div>
  594.  
  595. </div>
  596.  
  597. <div id="entries">
  598. {block:Posts}
  599. <div id="entry">
  600.  
  601.  
  602. {block:Text}
  603. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  604. {Body}
  605. {/block:Text}
  606.  
  607. {block:Photo}
  608. {LinkOpenTag}{block:If400posts}<img src="{PhotoURL-400}">{/block:If400posts}{block:If500posts}<img src="{PhotoURL-500}">{/block:If500posts} {LinkCloseTag}
  609. {block:Caption}{Caption}{/block:Caption}
  610. {/block:Photo}
  611.  
  612. {block:Photoset}
  613. {block:If400posts}
  614. {Photoset-400}
  615. {/block:If400posts}
  616. {block:If500posts}
  617. {Photoset-500}
  618. {/block:If500posts}
  619. {block:Caption}{Caption}{/block:Caption}
  620. {/block:Photoset}
  621.  
  622. {block:Quote}
  623. <div id="posttitles">{Quote}</div>
  624. {block:Source}<br>—{Source}{/block:Source}
  625. {/block:Quote}
  626.  
  627. {block:Link}
  628. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  629. {block:Description}{Description}{/block:Description}
  630. {/block:Link}
  631.  
  632. {block:Chat}
  633. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  634. {block:Lines}
  635. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  636. {/block:Lines}
  637. {/block:Chat}
  638.  
  639. {block:Audio}
  640. <div id="audioplayer">{AudioPlayerWhite} </div>
  641. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80">{/block:AlbumArt}</div>
  642. <tehe>
  643. <b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}
  644. <br>
  645. <B>SONG:</B> {block:TrackName}{TrackName}{/block:TrackName}
  646. <br>
  647. <b>CURRENTLY:</b> {PlayCountWithLabel}
  648. </tehe>
  649. {block:caption}{caption}{/block:caption}
  650. {/block:Audio}
  651.  
  652. {block:Video}
  653. {block:If400posts}
  654. {Video-400}
  655. {/block:If400posts}
  656. {block:If500posts}
  657. {Video-500}
  658. {/block:If500posts}
  659. {block:Caption}{Caption}{/block:Caption}
  660. {/block:Video}
  661.  
  662. {block:Answer}
  663. <div id="questionbox"><div class="askline"></div><div class="ask">{Asker} sent:</div></div> <div class="question">{Question}</div>
  664. <div id="ans">{Answer}</div>
  665. {/block:Answer}
  666.  
  667.  
  668. <div id="permalink">
  669. <div class="dateline"></div><div class="date">
  670. {block:Date}{TimeAgo}{/block:Date} &bull; <a href="{Permalink}">
  671. {NoteCountWithLabel}</a> &bull; <a href="{ReblogURL}" target="_blank">Reblog</a> &bull;
  672.  
  673. {block:RebloggedFrom} <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> & <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}</div>
  674.  
  675.  
  676. </div>
  677.  
  678.  
  679.  
  680. <!-- /div entry ---> </div><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><br><br>
  681.  
  682. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  683.  
  684. <div id="credit"><cred> &nbsp;&nbsp;&nbsp;<a href="https://alicatwrites.tumblr.com/">alicatwrites</a></cred></div>
  685.  
  686. </body>
  687.  
  688. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement