alithegreat

ALICATWRITES | 002: ONLY ANGEL.

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