alithegreat

AGLEERPH | #40 | THIS IS GOSPEL

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