alithegreat

AGLEERPH | #25 | ALLEYWAYS

Sep 10th, 2016
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.02 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 / #25: alleyways.
  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:-1px;
  165. border:1px solid {color:border};
  166. width:200px;
  167. height:520px;
  168. }
  169.  
  170. #backbar {
  171. position:fixed;
  172. margin-left:60px;
  173. margin-top:60px;
  174. width:445px;
  175. height:520px;
  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:3px;
  185. margin-left:208px;
  186. border:1px solid {color:border};
  187. width:212px;
  188. height:278px;
  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:306px;
  198. margin-left:204px;
  199. width:220px;
  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-weight:Bold;
  209. letter-spacing:-1px;
  210. font-size:18px;
  211. font-style:italic;
  212. color:{color:title};
  213. text-align:center;
  214. }
  215.  
  216. #subtitle {
  217. font-family:cambria;
  218. font-size:10px;
  219. text-transform:lowercase;
  220. text-align:center;
  221. }
  222.  
  223. #pagination {
  224. margin-top:10px;
  225. font-size:10px;
  226. font-family:cambria;
  227. letter-spacing:0px;
  228. line-height:12px;
  229. text-align:center;
  230. text-transform:uppercase;
  231. color:{color:text};
  232. }
  233.  
  234. #pagination a {
  235. color:{color:link};
  236. }
  237.  
  238. #navbar {
  239. margin-left:208px;
  240. margin-top:359px;
  241. width:232px;
  242. background-color:{color:sidebar};
  243. border:1px solid {color:border};
  244. height:156px;
  245. position:fixed;
  246. }
  247.  
  248. #navigation {
  249. margin-top:3px;
  250. text-align:center;
  251. }
  252.  
  253. #navigation a {
  254. display:inline-block;
  255. text-align:center;
  256. width:72px;
  257. height:72px;
  258. line-height:72px;
  259. text-transform:lowercase;
  260. font-family:cambria;
  261. font-size:9px;
  262. margin-bottom:2px;
  263. border:1px solid {color:border};
  264. background-color:{color:navigation};
  265. color:{color:navigation links};
  266. -webkit-transition: all 0.5s ease-in-out;
  267. -moz-transition: all 0.5s ease-in-out;
  268. -o-transition: all 0.5s ease-in-out;
  269. }
  270.  
  271. #navigation a:hover {
  272. color:{color:navigation hover};
  273. -webkit-transition: all 0.5s ease-in-out;
  274. -moz-transition: all 0.5s ease-in-out;
  275. -o-transition: all 0.5s ease-in-out;
  276. }
  277.  
  278.  
  279. #entries {
  280. position:absolute;
  281. width:528px;
  282. margin-left:600px;
  283. padding:0px;
  284. margin-top:40px;
  285. }
  286.  
  287. #entrybg {
  288. padding:3px;
  289. margin-bottom:20px;
  290. background-color:{color:pattern alt};
  291. border:1px solid {color:Border};
  292. background-image:url('{image:Pattern}');
  293. background-attachment:absolute;
  294. }
  295.  
  296. #entry {
  297. background-color:{color:Entries};
  298. margin-bottom:0px;
  299. padding:8px;
  300. border:1px solid {color:Border};
  301. }
  302.  
  303.  
  304. #posttitles {
  305. text-align: center;
  306. font-size: 20px;
  307. line-height:130%;
  308. text-transform:uppercase;
  309. font-family:arial;
  310. font-weight:bold;
  311. font-style:italic;
  312. letter-spacing:-1px;
  313. padding:0px;
  314. color: {color:title};
  315. }
  316.  
  317.  
  318. #posttitles a {
  319. color:{color:title};
  320. }
  321.  
  322. #ask {
  323. z-index:10;
  324. font-family:cambria;
  325. font-size:16px;
  326. text-align:center;
  327. text-transform:lowercase;
  328. color:{color:question2};
  329. background-color:{color:question1};
  330. margin-right:0px;
  331. padding:10px;
  332. padding-left:10px;
  333. border-bottom:1px solid {color:text};
  334. }
  335.  
  336. #ask a {
  337. color:{color:question2};
  338. }
  339.  
  340.  
  341. #question {
  342. background-color:{color:Question1};
  343. color:{color:Question2};
  344. font-size:10px;
  345. z-index:10;
  346. text-align:center;
  347. padding:10px;
  348. }
  349.  
  350. .playerbuttonbg {
  351. position: absolute;
  352. left: 20px;
  353. top: 20px;
  354. width: 19px;
  355. height: 19px;
  356. background-color: #ffffff;
  357. padding: 10px;
  358. -webkit-border-radius: 40px;
  359. -moz-border-radius: 40px;
  360. border-radius: 40px;
  361. opacity: .4;
  362. filter: alpha(opacity=40);
  363. opacity: 0.4;
  364. -khtml-opacity: 0.4;
  365. transition: opacity .7s ease-in-out;
  366. -moz-transition: opacity .7s ease-in-out;
  367. -webkit-transition: opacity .7s ease-in-out;
  368. }
  369.  
  370. .playerbuttonbg:hover {
  371. opacity: 1;
  372. filter: alpha(opacity=100);
  373. -moz-opacity: 1;
  374. -khtml-opacity: 1;
  375. }
  376.  
  377. .newplayerbutton {
  378. position: relative;
  379. width: 19px;
  380. height: 19px;
  381. overflow: hidden;
  382. }
  383.  
  384. .playerbuttonhug {
  385. position: absolute;
  386. top: -18px;
  387. left: -7px;
  388. }
  389.  
  390. .tumblr_audio_player {
  391. height: 90px;
  392. width: 270px;
  393. -moz-transform: scale(0.60, 0.60);
  394. -webkit-transform: scale(0.60, 0.60);
  395. -o-transform: scale(0.60, 0.60);
  396. -ms-transform: scale(0.60, 0.60);
  397. transform: scale(0.60, 0.60);
  398. -moz-transform-origin: top left;
  399. -webkit-transform-origin: top left;
  400. -o-transform-origin: top left;
  401. -ms-transform-origin: top left;
  402. transform-origin: top left;
  403. }
  404.  
  405. .audioimgwrapper {
  406. position: absolute;
  407. left: 0px;
  408. top: 0px;
  409. -webkit-border-radius: 40px;
  410. -moz-border-radius: 40px;
  411. border-radius: 40px;
  412. overflow: hidden;
  413. width: 79px;
  414. height: 79px;
  415. }
  416.  
  417. .audioimgwrapper img {
  418. width: 100%;
  419. height: auto;
  420. -webkit-border-radius: 40px;
  421. -moz-border-radius: 40px;
  422. border-radius: 40px;
  423. }
  424.  
  425. .trackdetails {
  426. width: auto;
  427. display:inline-block;
  428. margin-left: 90px;
  429. min-height: 85px;
  430. }
  431.  
  432. .audiowrapper {
  433. position: relative;
  434. display:inline-block;
  435. }
  436.  
  437. #permalink {
  438. text-align: right;
  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. }
  453.  
  454. #credit {
  455. font-size:10px;
  456. float:center;
  457. position:fixed;
  458. font-family:cambria;
  459. font-weight:bold;
  460. bottom:15px;
  461. right:15px;
  462. padding:10px;
  463. text-transform:uppercase;
  464. border:1px solid {color:border};
  465. background-color:{color:entries};
  466. color:{color:title};
  467. }
  468.  
  469. #credit a {
  470. color:{color:title};
  471. }
  472.  
  473. cred {
  474. padding-left: 1.2em;
  475. list-style: none;
  476. }
  477.  
  478. cred:before {
  479. color: {color:title};
  480. content: "\f105";
  481. font-family: FontAwesome;
  482. font-size:10px;
  483. display: inline-block;
  484. margin-left: -1.2em;
  485. width: 1.2em;
  486. }
  487.  
  488.  
  489. </style>
  490.  
  491. </head>
  492.  
  493. <body>
  494.  
  495. <div id="backbar">
  496.  
  497. <div id="sideph"><img src="{image:Sidebar}"></div>
  498.  
  499. <div id="titlebar">
  500. <div id="maintitle">{text:main title}</div>
  501. <div id="subtitle">{text:subtitle}</div>
  502. </div>
  503.  
  504. <div id="sidebar">
  505.  
  506.  
  507. <div style="overflow:auto; padding-right:5px; width: 210px; height: 255px; text-align: justify;">
  508. {description}
  509. </div>
  510.  
  511. <div id="pagination">
  512. {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}
  513. </div>
  514. </div>
  515.  
  516. <div id="navbar">
  517. <div id="navigation">
  518. <a href="/" title="index">01.</a>
  519. <a href="/ask" title="message">02.</a>
  520. <a href="{text:link one URL}" title="{text:link one label}">03.</a><br>
  521. <a href="{text:link two URL}" title="{text:link two label}">04.</a>
  522. <a href="{text:link three URL}" title="{text:link three label}">05.</a>
  523. <a href="{text:link four URL}" title="{text:link four label}">06.</a>
  524. </div>
  525. </div>
  526.  
  527. </div>
  528.  
  529.  
  530. <div id="entries">
  531. {block:Posts}
  532. <div id="entrybg">
  533. <div id="entry">
  534.  
  535.  
  536. {block:Text}
  537. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  538. {Body}
  539. {/block:Text}
  540.  
  541. {block:Photo}
  542. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  543. {block:Caption}{Caption}{/block:Caption}
  544. {/block:Photo}
  545.  
  546. {block:Photoset}
  547. {Photoset-500}
  548. {block:Caption}{Caption}{/block:Caption}
  549. {/block:Photoset}
  550.  
  551. {block:Quote}
  552. <div id="posttitles">{Quote}</div>
  553. {block:Source}<br>—{Source}{/block:Source}
  554. {/block:Quote}
  555.  
  556. {block:Link}
  557. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  558. {block:Description}{Description}{/block:Description}
  559. {/block:Link}
  560.  
  561. {block:Chat}
  562. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  563. {block:Lines}
  564. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  565. {/block:Lines}
  566. {/block:Chat}
  567.  
  568. {block:Audio}{block:AudioPlayer}
  569. <div class="audiowrapper">
  570. {block:AlbumArt}
  571. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  572. {/block:AlbumArt}
  573.  
  574. <div class="playerbuttonbg">
  575. <div class="newplayerbutton">
  576. <div class="playerbuttonhug">
  577.  
  578. {AudioPlayerWhite}
  579.  
  580. </div>
  581. </div>
  582. </div>
  583.  
  584. <div class="trackdetails">
  585.  
  586. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  587. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  588. {block:Album}Album: {Album}{/block:Album}<br/>
  589. {PlayCountWithLabel}
  590.  
  591. </div>
  592. </div>
  593. {/block:AudioPlayer}
  594.  
  595. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  596.  
  597. {block:Video}
  598. {Video-500}
  599. {block:Caption}{Caption}{/block:Caption}
  600. {/block:Video}
  601.  
  602. {block:Answer}
  603. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  604. <br>{Answer}
  605. {/block:Answer}
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612. </div> <!-- /div entry ---><div id="permalink">
  613. {block:Date}{TimeAgo}{/block:Date} & <a href="{Permalink}">
  614. {NoteCountWithLabel}</a> & <a href="{ReblogURL}" target="_blank">Reblog</a>
  615.  
  616. {block:RebloggedFrom} & <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  617.  
  618. <br>{block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  619. </div> </div>
  620.  
  621. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  622.  
  623. <div id="credit"> <a href="http://agleerph.tumblr.com/" title="theme 25 by agleerph"><cred>agrph</cred></a></div>
  624.  
  625. </body>
  626.  
  627. </html>
Add Comment
Please, Sign In to add comment