alithegreat

AGLEERPH | #17 | ANOTHER ME

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