Advertisement
alithegreat

ALICATWRITES | 010: 24K MAGIC.

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