Advertisement
alithegreat

AGLEERPH | #44 | WHITE SUN

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