Advertisement
alithegreat

agleerph #008 ★ casey

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