Advertisement
alithegreat

AGLEERPH | #12 | UNSTEADY

May 27th, 2016
570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.33 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 / #12: unsteady
  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:Navigation2" content=""/>
  35. <meta name="color:Navigation2 Hover" content=""/>
  36. <meta name="color:Navigation2 Links" content=""/>
  37. <meta name="color:Pre BG" content=""/>
  38. <meta name="color:Pre Border" content=""/>
  39. <meta name="color:Pre Text" content=""/>
  40. <meta name="color:Question1" content=""/>
  41. <meta name="color:Question2" content=""/>
  42. <meta name="color:Scrollbar1" content=""/>
  43. <meta name="color:Scrollbar2" content=""/>
  44. <meta name="color:Sidebar" content=""/>
  45. <meta name="color:Text" content=""/>
  46. <meta name="color:Title" content=""/>
  47.  
  48. <meta name="text:Link1 URL" content="/"/>
  49. <meta name="text:Link1 Text" content="link1 text"/>
  50. <meta name="text:Link2 URL" content="/"/>
  51. <meta name="text:Link2 Text" content="link2 text"/>
  52. <meta name="text:Link3 URL" content="/"/>
  53. <meta name="text:Link3 Text" content="link3 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. <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:5px;
  68. width:5px;
  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:35px;
  148. margin-top:30px;
  149. border:1px solid {color:border};
  150. background-color:{color:sidebar};
  151. width:403px;
  152. height:29px;
  153. padding:10px;
  154. }
  155.  
  156. #main {
  157. font-size:18px;
  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:10px;
  167. text-align:right;
  168. color:{color:text};
  169. }
  170.  
  171. #sidephoto {
  172. position:fixed;
  173. margin-left:39px;
  174. margin-top:171px;
  175. border:1px solid {color:border};
  176. width:205px;
  177. height:400px;
  178. }
  179.  
  180. #backbar {
  181. position:fixed;
  182. margin-left:35px;
  183. margin-top:80px;
  184. width:423px;
  185. height:495px;
  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:84px;
  195. margin-left:249px;
  196. border:1px solid {color:border};
  197. width:175px;
  198. height:370px;
  199. background-color:{color:Sidebar};
  200. padding:15px;
  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:39px;
  222. margin-top:84px;
  223. width:205px;
  224. background-color:{color:sidebar};
  225. border:1px solid {color:border};
  226. height:82px;
  227. position:fixed;
  228. }
  229.  
  230. #navigation {
  231. margin-top:3px;
  232. text-align:center;
  233. }
  234.  
  235. #navigation a {
  236. display:inline-block;
  237. text-align:center;
  238. width:63px;
  239. height:74px;
  240. line-height:74px;
  241. text-transform:lowercase;
  242. font-family:georgia;
  243. font-size:9px;
  244. margin-bottom:3px;
  245. border:1px solid {color:border};
  246. background-color:{color:navigation};
  247. color:{color:navigation links};
  248. -webkit-transition: all 0.5s ease-in-out;
  249. -moz-transition: all 0.5s ease-in-out;
  250. -o-transition: all 0.5s ease-in-out;
  251. }
  252.  
  253. #navigation a:hover {
  254. color:{color:navigation hover};
  255. -webkit-transition: all 0.5s ease-in-out;
  256. -moz-transition: all 0.5s ease-in-out;
  257. -o-transition: all 0.5s ease-in-out;
  258. }
  259.  
  260. #navbar2 {
  261. margin-left:249px;
  262. margin-top:489px;
  263. width:205px;
  264. background-color:{color:sidebar};
  265. border:1px solid {color:border};
  266. height:82px;
  267. position:fixed;
  268. }
  269.  
  270. #navigation2 {
  271. margin-top:3px;
  272. text-align:center;
  273. }
  274.  
  275. #navigation2 a {
  276. display:inline-block;
  277. text-align:center;
  278. width:63px;
  279. height:74px;
  280. line-height:74px;
  281. text-transform:lowercase;
  282. font-family:georgia;
  283. font-size:9px;
  284. margin-bottom:3px;
  285. border:1px solid {color:border};
  286. background-color:{color:navigation2};
  287. color:{color:navigation2 links};
  288. -webkit-transition: all 0.5s ease-in-out;
  289. -moz-transition: all 0.5s ease-in-out;
  290. -o-transition: all 0.5s ease-in-out;
  291. }
  292.  
  293. #navigation2 a:hover {
  294. color:{color:navigation2 hover};
  295. -webkit-transition: all 0.5s ease-in-out;
  296. -moz-transition: all 0.5s ease-in-out;
  297. -o-transition: all 0.5s ease-in-out;
  298. }
  299.  
  300. #entries {
  301. position:absolute;
  302. width:528px;
  303. margin-left:520px;
  304. padding:0px;
  305. margin-top:30px;
  306. }
  307.  
  308. #entrybg {
  309. padding:3px;
  310. margin-bottom:20px;
  311. background-color:{color:pattern alt};
  312. border:1px solid {color:Border};
  313. background-image:url('{image:Pattern}');
  314. background-attachment:absolute;
  315. }
  316.  
  317. #entry {
  318. background-color:{color:Entries};
  319. margin-bottom:0px;
  320. padding:8px;
  321. border:1px solid {color:Border};
  322. }
  323.  
  324.  
  325. #posttitles {
  326. text-align: center;
  327. font-size: 14px;
  328. line-height:130%;
  329. text-transform:uppercase;
  330. font-family:georgia;
  331. font-weight:300;
  332. padding:0px;
  333. color: {color:title};
  334. }
  335.  
  336.  
  337. #posttitles a {
  338. color:{color:title};
  339. }
  340.  
  341. #ask {
  342. z-index:10;
  343. font-family:georgia;
  344. font-size:16px;
  345. text-align:center;
  346. text-transform:lowercase;
  347. color:{color:question2};
  348. background-color:{color:question1};
  349. margin-right:0px;
  350. padding:10px;
  351. padding-left:10px;
  352. border-bottom:1px solid {color:text};
  353. }
  354.  
  355. #ask a {
  356. color:{color:question2};
  357. }
  358.  
  359.  
  360. #question {
  361. background-color:{color:Question1};
  362. color:{color:Question2};
  363. font-size:10px;
  364. z-index:10;
  365. text-align:center;
  366. padding:10px;
  367. }
  368.  
  369. .playerbuttonbg {
  370. position: absolute;
  371. left: 20px;
  372. top: 20px;
  373. width: 19px;
  374. height: 19px;
  375. background-color: #ffffff;
  376. padding: 10px;
  377. -webkit-border-radius: 40px;
  378. -moz-border-radius: 40px;
  379. border-radius: 40px;
  380. opacity: .4;
  381. filter: alpha(opacity=40);
  382. opacity: 0.4;
  383. -khtml-opacity: 0.4;
  384. transition: opacity .7s ease-in-out;
  385. -moz-transition: opacity .7s ease-in-out;
  386. -webkit-transition: opacity .7s ease-in-out;
  387. }
  388.  
  389. .playerbuttonbg:hover {
  390. opacity: 1;
  391. filter: alpha(opacity=100);
  392. -moz-opacity: 1;
  393. -khtml-opacity: 1;
  394. }
  395.  
  396. .newplayerbutton {
  397. position: relative;
  398. width: 19px;
  399. height: 19px;
  400. overflow: hidden;
  401. }
  402.  
  403. .playerbuttonhug {
  404. position: absolute;
  405. top: -18px;
  406. left: -7px;
  407. }
  408.  
  409. .tumblr_audio_player {
  410. height: 90px;
  411. width: 270px;
  412. -moz-transform: scale(0.60, 0.60);
  413. -webkit-transform: scale(0.60, 0.60);
  414. -o-transform: scale(0.60, 0.60);
  415. -ms-transform: scale(0.60, 0.60);
  416. transform: scale(0.60, 0.60);
  417. -moz-transform-origin: top left;
  418. -webkit-transform-origin: top left;
  419. -o-transform-origin: top left;
  420. -ms-transform-origin: top left;
  421. transform-origin: top left;
  422. }
  423.  
  424. .audioimgwrapper {
  425. position: absolute;
  426. left: 0px;
  427. top: 0px;
  428. -webkit-border-radius: 40px;
  429. -moz-border-radius: 40px;
  430. border-radius: 40px;
  431. overflow: hidden;
  432. width: 79px;
  433. height: 79px;
  434. }
  435.  
  436. .audioimgwrapper img {
  437. width: 100%;
  438. height: auto;
  439. -webkit-border-radius: 40px;
  440. -moz-border-radius: 40px;
  441. border-radius: 40px;
  442. }
  443.  
  444. .trackdetails {
  445. width: auto;
  446. display:inline-block;
  447. margin-left: 90px;
  448. min-height: 85px;
  449. }
  450.  
  451. .audiowrapper {
  452. position: relative;
  453. display:inline-block;
  454. }
  455.  
  456. #permalink {
  457. text-align: right;
  458. border-top: 1px solid {color:Border};
  459. border-bottom:1px solid {color:Border};
  460. background-color:{color:entries};
  461. position: relative;
  462. font-size:9px;
  463. letter-spacing:0px;
  464. text-transform:lowercase;
  465. font-family:georgia;
  466. margin-top: 3px;
  467. margin-left:-3px;
  468. margin-right:-3px;
  469. padding-right:10px;
  470. padding-bottom:5px;
  471. padding-top: 5px;
  472. }
  473.  
  474. #credit {
  475. font-size:10px;
  476. float:center;
  477. position:fixed;
  478. font-family:georgia;
  479. bottom:15px;
  480. right:15px;
  481. padding:5px;
  482. text-transform:lowercase;
  483. border:1px solid {color:border};
  484. background-color:{color:entries};
  485. color:{color:title};
  486. }
  487.  
  488. #credit a {
  489. color:{color:title};
  490. }
  491.  
  492. cred {
  493. padding-left: 1.2em;
  494. list-style: none;
  495. }
  496.  
  497. cred:before {
  498. color: {color:title};
  499. content: "\f105";
  500. font-family: FontAwesome;
  501. font-size:10px;
  502. display: inline-block;
  503. margin-left: -1.2em;
  504. width: 1.2em;
  505. }
  506.  
  507.  
  508. </style>
  509.  
  510. </head>
  511.  
  512. <body>
  513.  
  514. <div id="backbar"></div>
  515.  
  516. <div id="sidephoto"><img src="{image:Sidebar}"></div>
  517.  
  518. <div id="sidebar">
  519. {description}
  520. <div id="pagination">
  521. {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}
  522. </div>
  523. </div>
  524.  
  525. <div id="navbar">
  526. <div id="navigation">
  527. <a href="/">index</a>
  528. <a href="/ask">inquire</a>
  529. <a href="/submit">submit</a>
  530. </div>
  531. </div>
  532.  
  533. <div id="navbar2">
  534. <div id="navigation2">
  535. <a href="{text:link1 url}">{text:link1 text}</a>
  536. <a href="{text:link2 url}">{text:link2 text}</a>
  537. <a href="{text:link3 url}">{text:link3 text}</a>
  538. </div>
  539. </div>
  540.  
  541. <div id="topbar">
  542. <div id="main">{text:main title}</div>
  543. <div id="sub">{text:subtitle}</div>
  544. </div>
  545.  
  546. <div id="entries">
  547. {block:Posts}
  548. <div id="entrybg">
  549. <div id="entry">
  550.  
  551.  
  552. {block:Text}
  553. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  554. {Body}
  555. {/block:Text}
  556.  
  557. {block:Photo}
  558. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  559. {block:Caption}{Caption}{/block:Caption}
  560. {/block:Photo}
  561.  
  562. {block:Photoset}
  563. {Photoset-500}
  564. {block:Caption}{Caption}{/block:Caption}
  565. {/block:Photoset}
  566.  
  567. {block:Quote}
  568. <div id="posttitles">{Quote}</div>
  569. {block:Source}<br>—{Source}{/block:Source}
  570. {/block:Quote}
  571.  
  572. {block:Link}
  573. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  574. {block:Description}{Description}{/block:Description}
  575. {/block:Link}
  576.  
  577. {block:Chat}
  578. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  579. {block:Lines}
  580. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  581. {/block:Lines}
  582. {/block:Chat}
  583.  
  584. {block:Audio}{block:AudioPlayer}
  585. <div class="audiowrapper">
  586. {block:AlbumArt}
  587. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  588. {/block:AlbumArt}
  589.  
  590. <div class="playerbuttonbg">
  591. <div class="newplayerbutton">
  592. <div class="playerbuttonhug">
  593.  
  594. {AudioPlayerWhite}
  595.  
  596. </div>
  597. </div>
  598. </div>
  599.  
  600. <div class="trackdetails">
  601.  
  602. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  603. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  604. {block:Album}Album: {Album}{/block:Album}<br/>
  605. {PlayCountWithLabel}
  606.  
  607. </div>
  608. </div>
  609. {/block:AudioPlayer}
  610.  
  611. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  612.  
  613. {block:Video}
  614. {Video-500}
  615. {block:Caption}{Caption}{/block:Caption}
  616. {/block:Video}
  617.  
  618. {block:Answer}
  619. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  620. <br>{Answer}
  621. {/block:Answer}
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628. </div> <!-- /div entry ---><div id="permalink">
  629. {block:Date}{TimeAgo}{/block:Date} & <a href="{Permalink}">
  630. {NoteCountWithLabel}</a> & <a href="{ReblogURL}" target="_blank">Reblog</a>
  631.  
  632. {block:RebloggedFrom} & <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  633.  
  634. <br>{block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  635. </div> </div>
  636.  
  637. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  638.  
  639. <div id="credit"> <a href="http://agleerph.tumblr.com/" title="theme 12 by agleerph"><cred>agleerph</cred></a></div>
  640.  
  641. </body>
  642.  
  643. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement