alithegreat

AGLEERPH | #27 | HEATHENS

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