alithegreat

AGLEERPH | #23 | HAUNTING

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