Advertisement
alithegreat

AGLEERPH | #37 | HARDEST OF HEARTS

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