alithegreat

AGLEERPH | #20 | LIVING LOUDER

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