Advertisement
alithegreat

ALICATWRITES | 004: SAY YOU WON'T LET GO.

Nov 16th, 2017
1,195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.52 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.7.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 | 004: say you won't let go.
  18.  
  19. --->
  20.  
  21. <meta name="image:Sidebar" content="http://via.placeholder.com/300x900"/>
  22. <meta name="image:Sidebar Icon" content="http://via.placeholder.com/150x150"/>
  23. <meta name="image:Pattern" content=""/>
  24.  
  25. <meta name="color:Pattern Alt" content=""/>
  26. <meta name="color:Background" content=""/>
  27. <meta name="color:Blockquote" content=""/>
  28. <meta name="color:Border" content=""/>
  29. <meta name="color:Entries" content=""/>
  30. <meta name="color:Italic" content=""/>
  31. <meta name="color:Link" content=""/>
  32. <meta name="color:Navigation" content=""/>
  33. <meta name="color:Navigation Hover" content=""/>
  34. <meta name="color:Navigation Links" content=""/>
  35. <meta name="color:Navigation Numbers" content=""/>
  36. <meta name="color:Navigation Numbers BG" content=""/>
  37. <meta name="color:Pre BG" content=""/>
  38. <meta name="color:Pre Border" content=""/>
  39. <meta name="color:Pre Text" content=""/>
  40. <meta name="color:Question BG" content=""/>
  41. <meta name="color:Question Text" content=""/>
  42. <meta name="color:Scrollbar1" content=""/>
  43. <meta name="color:Scrollbar2" 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="f2dc"/>
  49. <meta name="text:ask link text" content="ASK"/>
  50. <meta name="text:ask link symbol" content="f2dc"/>
  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="f2dc"/>
  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="f2dc"/>
  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="f2dc"/>
  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="f2dc"/>
  64.  
  65.  
  66. <link href="https://fonts.googleapis.com/css?family=Old+Standard+TT|Roboto" rel="stylesheet">
  67.  
  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: 'Roboto', sans-serif;;
  85. font-size: 10px;
  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:'Roboto', 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. font-size:10px;
  152. letter-spacing:2px;
  153. font-family: 'Old Standard TT', serif;
  154. }
  155.  
  156.  
  157. i,em {
  158. color:{color:italic};
  159. }
  160.  
  161. hr {
  162. background-image:url('{image:pattern}');
  163. background-attachment:absolute;
  164. background-color:{color:pattern alt};
  165. border:1px solid #000000;
  166. display:block;
  167. padding:2px;
  168. }
  169.  
  170. h1,h2 {
  171. font-size:14px;
  172. font-weight:bold;
  173. font-family: 'Old Standard TT', serif;
  174. color:{color:title};
  175. text-align:center;
  176. text-transform:uppercase;
  177. letter-spacing:3px;
  178. }
  179.  
  180. #bord {
  181. background-image:url('{image:pattern}');
  182. background-attachment:absolute;
  183. background-color:{color:pattern alt};
  184. border:1px solid #000000;
  185. display:block;
  186. margin-top:5px;
  187. margin-bottom:5px;
  188. padding:2px;
  189. }
  190.  
  191. #leftbar {
  192. position:fixed;
  193. margin-left:-10px;
  194. top:-1px;
  195. width:39px;
  196. height:120%;
  197. background-image:url('{image:pattern}');
  198. background-attachment:absolute;
  199. background-color:{color:pattern alt};
  200. }
  201.  
  202. #leftph {
  203. position:fixed;
  204. margin-left:29px;
  205. top:-1px;
  206. border-right:1px solid {color:border};
  207. border-left:1px solid {color:border};
  208. width:300px;
  209. height:900px;
  210. }
  211.  
  212. #sideph {
  213. position:fixed;
  214. margin-left:0px;
  215. margin-top:00px;
  216. border:1px solid {color:border};
  217. background-image:url('{image:Pattern}');
  218. background-color:{color:pattern alt};
  219. background-attachment:fixed;
  220. padding:10px;
  221. width:152px;
  222. height:152px;
  223. z-index:99999999999999999999999999;
  224. }
  225.  
  226. #sideph img {
  227. width:150px;
  228. height:150px;
  229. border:1px solid {color:border};
  230. }
  231.  
  232. #backbar {
  233. position:fixed;
  234. margin-left:350px;
  235. margin-top:20px;
  236. width:250px;
  237. height:491px;
  238. }
  239.  
  240. #sidebar {
  241. position:fixed;
  242. margin-top:180px;
  243. opacity:.9;
  244. margin-left:0px;
  245. width:156px;
  246. overflow:auto;
  247. height:150px;
  248. line-height:12px;
  249. padding:10px;
  250. background-color:{color:entries};
  251. border:1px solid {color:border};
  252. padding:8px;
  253. text-align:justify;
  254. z-index:999999999999999;}
  255.  
  256.  
  257. #pagination {
  258. margin-top:8px;
  259. font-size:9px;
  260. font-family:'Roboto', sans-serif;
  261. letter-spacing:0px;
  262. line-height:12px;
  263. text-align:center;
  264. text-transform:uppercase;
  265. color:{color:text};
  266. }
  267.  
  268. #pagination a {
  269. color:{color:link};
  270. }
  271.  
  272. #navbar {
  273. margin-top:354px;
  274. position:fixed;
  275. }
  276.  
  277. #navigation {
  278. text-align:center;
  279. }
  280.  
  281. #navigation a {
  282. display:inline-block;
  283. text-align:right;
  284. width:162px;
  285. height:30px;
  286. line-height:30px;
  287. font-weight:600;
  288. padding-right:10px;
  289. text-transform:lowercase;
  290. letter-spacing:2px;
  291. font-size:9px;
  292. margin-bottom:2px;
  293. border:1px solid {color:border};
  294. background-color:{color:navigation};
  295. color:{color:navigation links};
  296. -webkit-transition: all 0.5s ease-in-out;
  297. -moz-transition: all 0.5s ease-in-out;
  298. -o-transition: all 0.5s ease-in-out;
  299. }
  300.  
  301. #navigation a:hover {
  302. color:{color:navigation hover};
  303. -webkit-transition: all 0.5s ease-in-out;
  304. -moz-transition: all 0.5s ease-in-out;
  305. -o-transition: all 0.5s ease-in-out;
  306. }
  307.  
  308. #navigation a um {
  309. background-color:{color:Navigation Numbers bg};
  310. color:{color:navigation numbers};
  311. border-right:1px solid {color:border};
  312. border-bottom:1px solid {color:border};
  313. display:inline-block;
  314. height:30px;
  315. width:40px;
  316. text-align:center;
  317. float:left;
  318. padding-right:5px;
  319. font-weight:300;
  320. margin-right:10px;
  321. }
  322.  
  323. #entries {
  324. position:absolute;
  325. width:528px;
  326. margin-left:600px;
  327. padding:0px;
  328. margin-top:20px;
  329. }
  330.  
  331. #entrybg {
  332. padding:3px;
  333. margin-bottom:20px;
  334. background-color:{color:pattern alt};
  335. border:1px solid {color:Border};
  336. background-image:url('{image:Pattern}');
  337. background-attachment:absolute;
  338. }
  339.  
  340. #entry {
  341. background-color:{color:Entries};
  342. margin-bottom:0px;
  343. padding:8px;
  344. border:1px solid {color:Border};
  345. }
  346.  
  347.  
  348. #posttitles {
  349. text-align: center;
  350. font-size: 14px;
  351. line-height:130%;
  352. text-transform:uppercase;
  353. font-weight:bold;
  354. font-family: 'Old Standard TT', serif;
  355. letter-spacing:3px;
  356. padding:5px;
  357. color: {color:title};
  358. }
  359.  
  360.  
  361. #posttitles a {
  362. color:{color:title};
  363. }
  364.  
  365. #ask {
  366. z-index:10;
  367. font-family:'Roboto', sans-serif;
  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. #permalink {
  436. text-align: right;
  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:9px;
  442. letter-spacing:0px;
  443. text-transform:uppercase;
  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. }
  451.  
  452.  
  453. stupid1 {
  454. padding-left: 2.4em;
  455. list-style: none;
  456. }
  457.  
  458. stupid1:before {
  459. color: {color:navigation numbers};
  460. content: "\{text:home link symbol}";
  461. font-family: FontAwesome;
  462. font-size:9px;
  463. display: inline-block;
  464. margin-left: -1.7em;
  465. width: 2.0em;
  466. }
  467.  
  468. stupid2 {
  469. padding-left: 2.4em;
  470. list-style: none;
  471. }
  472.  
  473. stupid2:before {
  474. color: {color:navigation numbers};
  475. content: "\{text:ask link symbol}";
  476. font-family: FontAwesome;
  477. font-size:9px;
  478. display: inline-block;
  479. margin-left: -1.7em;
  480. width: 2.0em;
  481. }
  482.  
  483. stupid3 {
  484. padding-left: 2.4em;
  485. list-style: none;
  486. }
  487.  
  488. stupid3:before {
  489. color: {color:navigation numbers};
  490. content: "\{text:link one symbol}";
  491. font-family: FontAwesome;
  492. font-size:9px;
  493. display: inline-block;
  494. margin-left: -1.7em;
  495. width: 2.0em;
  496. }
  497.  
  498. stupid4 {
  499. padding-left: 2.4em;
  500. list-style: none;
  501. }
  502.  
  503. stupid4:before {
  504. color: {color:navigation numbers};
  505. content: "\{text:link two symbol}";
  506. font-family: FontAwesome;
  507. font-size:9px;
  508. display: inline-block;
  509. margin-left: -1.7em;
  510. width: 2.0em;
  511. }
  512.  
  513. stupid5 {
  514. padding-left: 2.4em;
  515. list-style: none;
  516. }
  517.  
  518. stupid5:before {
  519. color: {color:navigation numbers};
  520. content: "\{text:link three symbol}";
  521. font-family: FontAwesome;
  522. font-size:9px;
  523. display: inline-block;
  524. margin-left: -1.7em;
  525. width: 2.0em;
  526. }
  527.  
  528. stupid6 {
  529. padding-left: 2.4em;
  530. list-style: none;
  531. }
  532.  
  533. stupid6:before {
  534. color: {color:navigation numbers};
  535. content: "\{text:link four symbol}";
  536. font-family: FontAwesome;
  537. font-size:9px;
  538. display: inline-block;
  539. margin-left: -1.7em;
  540. width: 2.0em;
  541. }
  542.  
  543. #credit {
  544. font-size:9px;
  545. float:center;
  546. position:fixed;
  547. text-align:center;
  548. bottom:15px;
  549. right:15px;
  550. font-weight:bold;
  551. letter-spacing:2px;
  552. padding-left:15px;
  553. padding-right:15px;
  554. font-family: 'Roboto', sans-serif;
  555. padding-top:5px;
  556. padding-bottom:5px;
  557. text-transform:uppercase;
  558. color:{color:title};
  559. }
  560.  
  561. #credit a {
  562. color:{color:title};
  563. }
  564.  
  565. cred {
  566. padding-left: 2.7em;
  567. list-style: none;
  568. }
  569.  
  570. cred:before {
  571. color: {color:title};
  572. content: "\f121";
  573. font-family: FontAwesome;
  574. font-size:9px;
  575. display: inline-block;
  576. margin-left: -2.7em;
  577. width: 2.7em;
  578. }
  579.  
  580. </style>
  581.  
  582. </head>
  583.  
  584. <body>
  585.  
  586. <div id="leftbar"></div>
  587. <div id="leftph"><img src="{image:Sidebar}"></div>
  588.  
  589. <div id="backbar">
  590.  
  591. <div id="sideph"><img src="{image:Sidebar Icon}"></div>
  592.  
  593. <div id="navbar">
  594. <div id="navigation">
  595. <a href="/"><um><stupid1></stupid1></um>{text:home link text}</a><br>
  596. <a href="/ask"><um><stupid2></stupid2></um>{text:ask link text}</a><br>
  597. <a href="{text:link one URL}"><um><stupid3></stupid3></um>{text:link one text}</a><br>
  598. <a href="{text:link two URL}"><um><stupid4></stupid4></um>{text:link two text}</a><br>
  599. <a href="{text:link three URL}"><um><stupid5></stupid5></um>{text:link three text}</a><br>
  600. <a href="{text:link four URL}"><um><stupid6></stupid6></um>{text:link four text}</a><br>
  601. </div>
  602. <div id="pagination">
  603. {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}
  604. </div>
  605. </div>
  606.  
  607. <div id="sidebar">
  608. {description}
  609. </div>
  610. </div>
  611. </div>
  612.  
  613. <div id="entries">
  614. {block:Posts}
  615. <div id="entrybg">
  616. <div id="entry">
  617.  
  618.  
  619. {block:Text}
  620. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  621. {Body}
  622. {/block:Text}
  623.  
  624. {block:Photo}
  625. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  626. {block:Caption}{Caption}{/block:Caption}
  627. {/block:Photo}
  628.  
  629. {block:Photoset}
  630. {Photoset-500}
  631. {block:Caption}{Caption}{/block:Caption}
  632. {/block:Photoset}
  633.  
  634. {block:Quote}
  635. <div id="posttitles">{Quote}</div>
  636. {block:Source}<br>—{Source}{/block:Source}
  637. {/block:Quote}
  638.  
  639. {block:Link}
  640. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  641. {block:Description}{Description}{/block:Description}
  642. {/block:Link}
  643.  
  644. {block:Chat}
  645. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  646. {block:Lines}
  647. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  648. {/block:Lines}
  649. {/block:Chat}
  650.  
  651. {block:Audio}
  652. <div id="audioplayer">{AudioPlayerWhite} </div>
  653. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80">{/block:AlbumArt}</div>
  654. <tehe>
  655. <b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}
  656. <br>
  657. <B>SONG:</B> {block:TrackName}{TrackName}{/block:TrackName}
  658. <br>
  659. <b>CURRENTLY:</b> {PlayCountWithLabel}
  660. <hr>
  661. </tehe>
  662. {block:caption}{caption}{/block:caption}
  663. {/block:Audio}
  664.  
  665. {block:Video}
  666. {Video-500}
  667. {block:Caption}{Caption}{/block:Caption}
  668. {/block:Video}
  669.  
  670. {block:Answer}
  671. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  672. <br>{Answer}
  673. {/block:Answer}
  674.  
  675.  
  676.  
  677.  
  678. </div> <!-- /div entry ---><div id="permalink">
  679. {block:Date}{TimeAgo}{/block:Date} & <a href="{Permalink}">
  680. {NoteCountWithLabel}</a> & <a href="{ReblogURL}" target="_blank">Reblog</a>
  681.  
  682. {block:RebloggedFrom} & <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  683.  
  684. <br>{block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  685. </div> </div>
  686.  
  687. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  688.  
  689.  
  690. </body>
  691.  
  692.  
  693. <div id="credit"> <a href="http://alicatwrites.tumblr.com/" title="theme 04 by ali"><cred></cred>ALICAT</a></div>
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement