Advertisement
alithegreat

AGLEERPH | #13 | JUNGLE

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