alithegreat

AGLEERPH | #16 | FEATHER

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