alithegreat

agleerph #009 ★ spencer

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