Advertisement
alithegreat

AGLEERPH | #38 | CAN'T GO BACK

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