alithegreat

AGLEERPH | #19 | NUMBERS

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