alithegreat

ALICATWRITES | 007: DO RE MI.

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