alithegreat

agleerph #003 ★ weight of living

Jun 13th, 2015
749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.12 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. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!----
  13.  
  14. © agleerph / 003. weight of living.
  15.  
  16. --->
  17.  
  18. <meta name="image:First Sidebar" content=""/>
  19. <meta name="image:Second Sidebar" content=""/>
  20. <meta name="image:Sidebar BG" content=""/>
  21. <meta name="image:Background" content=""/>
  22.  
  23. <meta name="color:Background" content=""/>
  24. <meta name="color:Blockquote" content=""/>
  25. <meta name="color:Border" content=""/>
  26. <meta name="color:Description" content=""/>
  27. <meta name="color:Entries" content=""/>
  28. <meta name="color:Full Sidebar" content=""/>
  29. <meta name="color:Link" content=""/>
  30. <meta name="color:Main Title" content=""/>
  31. <meta name="color:Main Title Shadow" content=""/>
  32. <meta name="color:Navbar" content=""/>
  33. <meta name="color:Navhover" content=""/>
  34. <meta name="color:Navigation" content=""/>
  35. <meta name="color:Navigation Links" content=""/>
  36. <meta name="color:Post BG" 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:Scrollbar" content=""/>
  41. <meta name="color:Sidebar BG" content=""/>
  42. <meta name="color:Subtitle" content=""/>
  43. <meta name="color:Text" content=""/>
  44. <meta name="color:Title" content=""/>
  45.  
  46.  
  47. <meta name="text:Link1 URL" content=""/>
  48. <meta name="text:Link1 Text" content=""/>
  49. <meta name="text:Link2 URL" content=""/>
  50. <meta name="text:Link2 Text" content=""/>
  51. <meta name="text:Link3 URL" content=""/>
  52. <meta name="text:Link3 Text" content=""/>
  53. <meta name="text:Link4 URL" content=""/>
  54. <meta name="text:Link4 Text" content=""/>
  55.  
  56. <meta name="text:Home Text" content=""/>
  57. <meta name="text:Ask Text" content=""/>
  58.  
  59. <meta name="text:Main Title" content=""/>
  60. <meta name="text:Subtitle" content=""/>
  61.  
  62. <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  63.  
  64. <script src=”http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  65.  
  66. <script>
  67.  
  68. (function($){
  69.  
  70. $(document).ready(function(){
  71.  
  72. $(“a[title]”).style_my_tooltips({
  73.  
  74. tip_follows_cursor:true,
  75.  
  76. tip_delay_time:30,
  77.  
  78. tip_fade_speed:300,
  79.  
  80. attribute:”title”
  81.  
  82. });
  83.  
  84. });
  85.  
  86. })(jQuery);
  87.  
  88. </script>
  89.  
  90. <style type="text/css">
  91.  
  92. ::-webkit-scrollbar-thumb {
  93. height:auto;
  94. background-color:{color:Background};
  95. }
  96.  
  97. ::-webkit-scrollbar {
  98. height:10px;
  99. width:6px;
  100. background-color:{color:Scrollbar};
  101. }
  102.  
  103. #s-m-t-tooltip {
  104. font-family: georgia;
  105. font-size: 9px;
  106. text-transform:lowercase;
  107. padding:5px;
  108. background-color:{color:Entries};
  109. color:{color:Text};
  110. border:1px solid {color:Border};
  111. margin-top:-20px;
  112. margin-left:20px;
  113. }
  114.  
  115. body {
  116. background: {color:Background};
  117. background-image:url('{image:Background}');
  118. background-attachment:fixed;
  119. font-family: georgia;
  120. font-size: 10px;
  121. line-height:110%;
  122. color: {color:Text};
  123. }
  124.  
  125. blockquote {
  126. padding-left:5px;
  127. margin:0px 2px 0px 11px;
  128. border-left:2px solid {color:Blockquote};
  129. }
  130.  
  131. a {
  132. text-decoration: none;
  133. color: {color:Link};
  134. }
  135.  
  136. pre {
  137. font-family:georgia;
  138. font-size:9px;
  139. text-transform:lowercase;
  140. padding-left:8px;
  141. padding-right:8px;
  142. border-bottom:2px solid {color:Pre Border};
  143. padding-top:5px;
  144. padding-bottom:5px;
  145. text-align:right;
  146. color:{color:Pre Text};
  147. background-color:{color:Pre BG};
  148. word-wrap:break-word;
  149. }
  150.  
  151. small, sub {
  152. font-size:9px;
  153. }
  154.  
  155. b, strong {
  156. color:{color:Title};
  157. }
  158.  
  159. big {
  160. font-size:11px;
  161. }
  162.  
  163.  
  164. #pag {
  165. position:fixed;
  166. margin-top:400px;
  167. margin-left:510px;
  168. width:70px;
  169. height:70px;
  170. padding-top:20px;
  171. border:0px solid {color:text};
  172. z-index:9999999999999999999999999999;
  173. background-color:transparent;
  174. text-shadow:2px 2px 0px {color:title};
  175. color:{color:border};
  176. font-family:arial;
  177. font-weight:bold;
  178. letter-spacing:0px;
  179. font-size:35px;
  180. line-height:35px;
  181. text-align:center;
  182. text-transform:lowercase;
  183. }
  184.  
  185. #titlebg {
  186. position:fixed;
  187. margin-top:-10px;
  188. margin-left:90px;
  189. padding:5px;
  190. border:1px solid {color:Border};
  191. height:900px;
  192. width:369px;
  193. background-image:url('{image:Sidebar BG}');
  194. background-attachment:fixed;
  195. z-index:-999;
  196. }
  197.  
  198. #fulltitle {
  199. position:fixed;
  200. margin-top:10px;
  201. margin-left:90px;
  202. padding:5px;
  203. border:1px solid {color:border};
  204. height:40px;
  205. width:369px;
  206. background-color:{color:Description};
  207. z-index:99999999999999999999999999;
  208. }
  209.  
  210. #maintitle {
  211. font-family:arial;
  212. font-size:24px;
  213. line-height:24px;
  214. letter-spacing:-1px;
  215. font-weight:bold;
  216. font-style:italic;
  217. padding-right:10px;
  218. text-align:right;
  219. color:{color:Main Title};
  220. text-shadow:1px 1px 0px {color:Main Title Shadow};
  221. }
  222.  
  223. #subtitle {
  224. font-family:georgia;
  225. font-size:9px;
  226. font-style:italic;
  227. text-align:right;
  228. padding-right:10px;
  229. letter-spacing:0px;
  230. color:{color:Subtitle};
  231. }
  232.  
  233. #fullsidebar {
  234. margin-top:70px;
  235. height:521px;
  236. width:379px;
  237. margin-left:90px;
  238. border:1px solid {color:Border};
  239. position:fixed;
  240. background-color:{color:Full Sidebar};
  241. }
  242.  
  243. #ph1photo {
  244. position:fixed;
  245. margin-top:85px;
  246. margin-left:105px;
  247. padding:0px;
  248. border:1px solid {color:Border};
  249. height:200px;
  250. width:350px;
  251. }
  252.  
  253. #ph1background {
  254. position:fixed;
  255. margin-top:80px;
  256. margin-left:100px;
  257. padding:5px;
  258. border:1px solid {color:border};
  259. height:200px;
  260. width:350px;
  261. background-image:url('{image:Sidebar BG}');
  262. background-attachment:fixed;
  263. }
  264.  
  265. #ph2background {
  266. position:fixed;
  267. margin-top:471px;
  268. margin-left:100px;
  269. padding:5px;
  270. border:1px solid {color:border};
  271. height:100px;
  272. width:350px;
  273. background-image:url('{image:Sidebar BG}');
  274. background-attachment:fixed;
  275. }
  276.  
  277. #ph2photo {
  278. position:fixed;
  279. margin-top:476px;
  280. margin-left:105px;
  281. padding:0px;
  282. border:1px solid {color:Border};
  283. height:100px;
  284. width:350px;
  285. }
  286.  
  287. #descbg {
  288. margin-left:90px;
  289. margin-top:301px;
  290. height:160px;
  291. width:379px;
  292. position:fixed;
  293. background-color:{color:sidebar BG};
  294. background-image:url('{image:Sidebar BG}');
  295. background-attachment:fixed;
  296. border:1px solid {color:Border};
  297. }
  298.  
  299. #descbar {
  300. position:fixed;
  301. height:140px;
  302. width:379px;
  303. margin-left:90px;
  304. margin-top:311px;
  305. position:fixed;
  306. background-color:{color:Description};
  307. border:1px solid {color:Border};
  308.  
  309. }
  310.  
  311. #description {
  312. font-size:10px;
  313. letter-spacing:0px;
  314. line-height:110%;
  315. padding:10px;
  316. font-family:georgia;
  317. text-align:justify;
  318. color:{color:text};
  319. }
  320.  
  321. #navbar1 {
  322. position: fixed;
  323. margin-left:480px;
  324. margin-top: 185px;
  325. width: 120px;
  326. height: auto;
  327. padding: 0px;
  328. background-color:transparent;}
  329.  
  330. #navigation {
  331. margin-bottom:5px;
  332. height:22px;
  333. width:102px;
  334. padding:5px;
  335. display:inline-block;
  336. background-image:url('{image:Sidebar BG}');
  337. background-attachment:fixed;
  338. border: 1px solid {color:Border};
  339. }
  340.  
  341. #navigation a {
  342. display:inline-block;
  343. text-align:right;
  344. border:1px solid {color:Border};
  345. width:90px;
  346. height:20px;
  347. line-height:20px;
  348. padding-left:5px;
  349. padding-right:5px;
  350. text-transform:lowercase;
  351. font-family:georgia;
  352. font-size:9px;
  353. background-color:{color:Navigation};
  354. color:{color:Navigation Links};
  355. -webkit-transition: all 0.2s ease-in-out;
  356. -moz-transition: all 0.2s ease-in-out;
  357. -o-transition: all 0.2s ease-in-out;
  358. }
  359.  
  360. #navigation a:hover {
  361. display:inline-block;
  362. font-style:italic;
  363. letter-spacing:0px;
  364. border:1px solid {color:border};
  365. background-color:{color:navigation};
  366. color:{color:Navhover};
  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. #backentries {
  373. position:fixed;
  374. width:529px;
  375. height:900px;
  376. margin-top:-10px;
  377. margin-left:636px;
  378. padding:20px;
  379. background-image:url('{image:Sidebar BG}');
  380. background-attachment:fixed;
  381. border: 1px solid {color:Border};
  382. }
  383.  
  384. #entries {
  385. position:absolute;
  386. width:542px;
  387. margin-left:641px;
  388. padding:10px;
  389. margin-top:0px;}
  390.  
  391.  
  392. #entry {
  393. background-color:{color:Entries};
  394. margin-bottom:0px;
  395. padding:15px;
  396. border:1px solid {color:Border}}
  397.  
  398. #entrybg {
  399. padding:5px;
  400. background-color:{color:Post BG};
  401. border:1px solid {color:Border};
  402. }
  403.  
  404. img {
  405. max-width: 100%;
  406. }
  407.  
  408. #posttitles {
  409. text-align: center;
  410. font-size: 26px;
  411. line-height:120%;
  412. letter-spacing:-2px;
  413. text-transform:lowercase;
  414. font-family:arial;
  415. font-weight:bold;
  416. padding:5px;
  417. margin-bottom:5px;
  418. color: {color:Title};
  419. font-style:italic;
  420. text-shadow:1px 1px 0px {color:text};
  421. }
  422.  
  423.  
  424. #ask {
  425. text-align:justify;
  426. line-height:120%;
  427. color:{color:text};
  428. }
  429.  
  430. #asker {
  431. font-size:25px;
  432. font-weight:bold;
  433. font-family:arial;
  434. text-align:center;
  435. text-transform:uppercase;
  436. padding:0px;
  437. display:block;
  438. font-style:italic;
  439. letter-spacing:-1px;
  440. }
  441.  
  442. #asker img {
  443. border:1px solid {color:Border};
  444. padding-right:2px;
  445. border-radius:50%;
  446. margin-left:-2px;
  447. margin-bottom:-5px;
  448. }
  449.  
  450. #question {
  451. font-size:9px;
  452. padding:5px;
  453. text-align:right;
  454. background-color:{color:post bg};
  455. border:1px solid {color:Border};
  456. }
  457.  
  458. #ans {
  459. text-align:left;
  460. padding-left:10px;
  461. color:{color:text};
  462. }
  463.  
  464. .playerbuttonbg {
  465. position: absolute;
  466. left: 20px;
  467. top: 20px;
  468. width: 19px;
  469. height: 19px;
  470. background-color: #ffffff;
  471. padding: 10px;
  472. -webkit-border-radius: 40px;
  473. -moz-border-radius: 40px;
  474. border-radius: 40px;
  475. opacity: .4;
  476. filter: alpha(opacity=40);
  477. opacity: 0.4;
  478. -khtml-opacity: 0.4;
  479. transition: opacity .7s ease-in-out;
  480. -moz-transition: opacity .7s ease-in-out;
  481. -webkit-transition: opacity .7s ease-in-out;
  482. }
  483.  
  484. .playerbuttonbg:hover {
  485. opacity: 1;
  486. filter: alpha(opacity=100);
  487. -moz-opacity: 1;
  488. -khtml-opacity: 1;
  489. }
  490.  
  491. .newplayerbutton {
  492. position: relative;
  493. width: 19px;
  494. height: 19px;
  495. overflow: hidden;
  496. }
  497.  
  498. .playerbuttonhug {
  499. position: absolute;
  500. top: -18px;
  501. left: -7px;
  502. }
  503.  
  504. .tumblr_audio_player {
  505. height: 90px;
  506. width: 270px;
  507. -moz-transform: scale(0.60, 0.60);
  508. -webkit-transform: scale(0.60, 0.60);
  509. -o-transform: scale(0.60, 0.60);
  510. -ms-transform: scale(0.60, 0.60);
  511. transform: scale(0.60, 0.60);
  512. -moz-transform-origin: top left;
  513. -webkit-transform-origin: top left;
  514. -o-transform-origin: top left;
  515. -ms-transform-origin: top left;
  516. transform-origin: top left;
  517. }
  518.  
  519. .audioimgwrapper {
  520. position: absolute;
  521. left: 0px;
  522. top: 0px;
  523. -webkit-border-radius: 40px;
  524. -moz-border-radius: 40px;
  525. border-radius: 40px;
  526. overflow: hidden;
  527. width: 79px;
  528. height: 79px;
  529. }
  530.  
  531. .audioimgwrapper img {
  532. width: 100%;
  533. height: auto;
  534. -webkit-border-radius: 40px;
  535. -moz-border-radius: 40px;
  536. border-radius: 40px;
  537. }
  538.  
  539. .trackdetails {
  540. width: auto;
  541. display:inline-block;
  542. margin-left: 90px;
  543. min-height: 85px;
  544. }
  545.  
  546. .audiowrapper {
  547. position: relative;
  548. display:inline-block;
  549. }
  550.  
  551. #permalink {
  552. text-align: right;
  553. border-top: 1px solid {color:Border};
  554. position: relative;
  555. font-size:9px;
  556. letter-spacing:0px;
  557. text-transform:lowercase;
  558. font-family:georgia;
  559. margin-top: 5px;
  560. padding-top: 5px;
  561. }
  562.  
  563. #credit{
  564. font-size: 20px;
  565. font-style:none;
  566. float: center;
  567. position: fixed;
  568. font-family:arial;
  569. bottom: 15px;
  570. background-color:{color:entries};
  571. right: 15px;
  572. color:{color:text};
  573. padding:5px;
  574. line-height:20px;
  575. text-transform:uppercase;
  576. border:1px solid {color:border};
  577. letter-spacing:0px;
  578. font-family:arial;
  579. border-radius:50%;
  580. }
  581.  
  582. #credit a{
  583. color: {color:text};
  584. }
  585.  
  586. </style>
  587.  
  588. </head>
  589.  
  590. <body>
  591.  
  592. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  593.  
  594. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  595.  
  596. <script>
  597.  
  598. (function($){
  599.  
  600. $(document).ready(function(){
  601.  
  602. $("a[title]").style_my_tooltips({
  603.  
  604. tip_follows_cursor:true,
  605.  
  606. tip_delay_time:10,
  607.  
  608. tip_fade_speed:60,
  609.  
  610. attribute:"title"
  611.  
  612. });
  613.  
  614. });
  615.  
  616. })(jQuery);
  617.  
  618. </script>
  619.  
  620. <div id="fullsidebar"></div>
  621.  
  622. <div id="navbar1">
  623. <div id="navigation"><a href="/">{text:Home Text}</a></div>
  624. <div id="navigation"><a href="/ask">{text:Ask Text}</a></div>
  625. <div id="navigation"><a href="{text:Link1 URL}">{text:Link1 Text}</a></div>
  626. <div id="navigation"><a href="{text:Link2 URL}">{text:Link2 Text}</a></div>
  627. <div id="navigation"><a href="{text:Link3 URL}">{text:Link3 Text}</a></div>
  628. <div id="navigation"><a href="{text:Link4 URL}">{text:Link4 Text}</a></div>
  629.  
  630. </div>
  631.  
  632. <div id="ph1background"></div>
  633. <div id="ph1photo"><img src="{image:First Sidebar}"></div>
  634.  
  635. <div id="titlebg"></div>
  636. <div id="fulltitle">
  637. <div id="maintitle">
  638. {text:Main Title}
  639. </div>
  640. <div id="subtitle">
  641. {text:Subtitle}
  642. </div>
  643. </div>
  644.  
  645.  
  646. <div id="descbg"></div>
  647.  
  648. <div id="descbar"><div id="description"><div style="overflow:auto; padding-right:5px; width: 355px; height: 115px; text-align: justify;">{Description}</div></div></div>
  649.  
  650. <div id="ph2background"></div>
  651. <div id="ph2photo"><img src="{image:Second Sidebar}"></div>
  652.  
  653. <div id="pag">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}&nbsp;&nbsp;{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}</div>
  654.  
  655. <div id="backentries"></div>
  656.  
  657. <div id="entries">
  658. {block:Posts}
  659. <div id="entrybg">
  660. <div id="entry">
  661.  
  662.  
  663. {block:Text}
  664. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  665. {Body}
  666. {/block:Text}
  667.  
  668. {block:Photo}
  669. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  670. {block:Caption}{Caption}{/block:Caption}
  671. {/block:Photo}
  672.  
  673. {block:Photoset}
  674. {Photoset-500}
  675. {block:Caption}{Caption}{/block:Caption}
  676. {/block:Photoset}
  677.  
  678. {block:Quote}
  679. <div id="posttitles">{Quote}</div>
  680. {block:Source}<br>—{Source}{/block:Source}
  681. {/block:Quote}
  682.  
  683. {block:Link}
  684. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  685. {block:Description}{Description}{/block:Description}
  686. {/block:Link}
  687.  
  688. {block:Chat}
  689. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  690. {block:Lines}
  691. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  692. {/block:Lines}
  693. {/block:Chat}
  694.  
  695. {block:Audio}{block:AudioPlayer}
  696. <div class="audiowrapper">
  697. {block:AlbumArt}
  698. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  699. {/block:AlbumArt}
  700.  
  701. <div class="playerbuttonbg">
  702. <div class="newplayerbutton">
  703. <div class="playerbuttonhug">
  704.  
  705. {AudioPlayerWhite}
  706.  
  707. </div>
  708. </div>
  709. </div>
  710.  
  711. <div class="trackdetails">
  712.  
  713. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  714. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  715. {block:Album}Album: {Album}{/block:Album}<br/>
  716. {PlayCountWithLabel}
  717.  
  718. </div>
  719. </div>
  720. {/block:AudioPlayer}
  721.  
  722. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  723.  
  724. {block:Video}
  725. {Video-500}
  726. {block:Caption}{Caption}{/block:Caption}
  727. {/block:Video}
  728.  
  729. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-64}" style="height:30px; width:30px; float:center;">&nbsp;&nbsp;{Asker} asked:</div><br><div id="question">{Question}</div></div><div id="ans">{Answer}</div>{/block:answer}
  730.  
  731.  
  732. <div id="permalink">
  733. {block:Date}<i>Posted on:</i> {TimeAgo}{/block:Date} ▾ <a href="{Permalink}">
  734. {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">Reblog</a>
  735.  
  736. {block:RebloggedFrom} ▾ <i>post details:</i> <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> & <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  737.  
  738. <br>{block:HasTags} <i>tagged with:</i> {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  739. </div>
  740.  
  741.  
  742.  
  743. </div> <!-- /div entry ---> </div><br>
  744.  
  745. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  746.  
  747. <div id="credit"> <a href="http://agleerph.tumblr.com/">✿</a></div>
  748.  
  749. </body>
  750.  
  751. </html>
Advertisement
Add Comment
Please, Sign In to add comment