alithegreat

ALICATWRITES | 006: GENESIS.

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