Advertisement
alithegreat

AGLEERPH | #41 | MISS JACKSON

Dec 4th, 2016
593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.57 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 / #41: miss jackson.
  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:Navigation1" content=""/>
  32. <meta name="color:Navigation1 Hover" content=""/>
  33. <meta name="color:Navigation1 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:link one URL" content="/"/>
  49. <meta name="text:link one text" content="link one text"/>
  50. <meta name="text:link two URL" content="/"/>
  51. <meta name="text:link two text" content="link two text"/>
  52. <meta name="text:link three URL" content="/"/>
  53. <meta name="text:link three text" content="link three text"/>
  54. <meta name="text:link four URL" content="/"/>
  55. <meta name="text:link four text" content="link four text"/>
  56. <meta name="text:link five URL" content="/"/>
  57. <meta name="text:link five text" content="link five 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. background-color:{color:pattern alt};
  155. border:1px solid #000000;
  156. display:block;
  157. padding:2px;
  158. }
  159.  
  160. #sideph1 {
  161. position:fixed;
  162. margin-left:3px;
  163. margin-top:3px;
  164. border:1px solid {color:border};
  165. width:150px;
  166. height:250px;
  167. }
  168.  
  169. #sideph2 {
  170. position:fixed;
  171. margin-left:3px;
  172. margin-top:258px;
  173. border:1px solid {color:border};
  174. width:150px;
  175. height:250px;
  176. }
  177.  
  178. #titlebar {
  179. position:fixed;
  180. margin-left:-1px;
  181. margin-top:30px;
  182. width:307px;
  183. height:40px;
  184. padding:10px;
  185. background-color:{color:sidebar};
  186. border-top:1px solid {color:border};
  187. border-left:1px solid {color:border};
  188. border-bottom:1px solid {color:border};
  189. }
  190.  
  191. #maintitle {
  192. text-transform:lowercase;
  193. margin-top:8px;
  194. font-weight:300;
  195. font-size:16px;
  196. color:{color:title};
  197. line-height:10px;
  198. text-align:center;
  199. }
  200.  
  201. #subtitle {
  202. font-family:cambria;
  203. font-size:10px;
  204. font-style:italic;
  205. text-transform:lowercase;
  206. text-align:center;
  207. margin-bottom:5px;
  208. color:{color:text};
  209. }
  210.  
  211.  
  212. #backbar {
  213. position:fixed;
  214. margin-left:30px;
  215. margin-top:60px;
  216. width:399px;
  217. height:513px;
  218. border:1px solid {color:border};
  219. background-image:url('{image:Pattern}');
  220. background-color:{color:pattern alt};
  221. background-attachment:fixed;
  222. }
  223.  
  224. #sidebar {
  225. position:fixed;
  226. margin-top:3px;
  227. margin-left:158px;
  228. border:1px solid {color:border};
  229. width:216px;
  230. height:279px;
  231. background-color:{color:Sidebar};
  232. padding:10px;
  233. line-height:12px;
  234. text-align:justify;
  235. overflow:auto;
  236. }
  237.  
  238. #topbar {
  239. position:fixed;
  240. margin-left:500px;
  241. margin-top:-10px;
  242. border:1px solid {color:border};
  243. background-color:{color:sidebar};
  244. width:526px;
  245. height:97px;
  246. z-index:9999999999999999999999;
  247. background-image:url('{image:Pattern}');
  248. background-color:{color:pattern alt};
  249. background-attachment:fixed;
  250. }
  251.  
  252. #pagination {
  253. margin-top:7px;
  254. font-size:9px;
  255. font-family:cambria;
  256. letter-spacing:0px;
  257. line-height:12px;
  258. text-align:center;
  259. text-transform:uppercase;
  260. color:{color:text};
  261. }
  262.  
  263. #pagination a {
  264. color:{color:link};
  265. }
  266.  
  267. #navbar1 {
  268. margin-left:327px;
  269. margin-top:30px;
  270. width:199px;
  271. height:60px;
  272. position:fixed;
  273. border-top:1px solid {color:border};
  274. border-bottom:1px solid {color:border};
  275. border-right:1px solid {color:border};
  276. background-color:{color:sidebar};
  277. }
  278.  
  279. #navbar2 {
  280. margin-left:158px;
  281. margin-top:307px;
  282. width:236px;
  283. background-color:{color:sidebar};
  284. border:1px solid {color:border};
  285. height:201px;
  286. position:fixed;
  287. }
  288.  
  289. #navigation1 {
  290. margin-top:3px;
  291. text-align:center;
  292. }
  293.  
  294. #navigation1 a {
  295. display:inline-block;
  296. text-align:center;
  297. width:61px;
  298. height:52px;
  299. line-height:52px;
  300. text-transform:lowercase;
  301. font-family:cambria;
  302. font-size:9px;
  303. margin-bottom:2px;
  304. border:1px solid {color:border};
  305. background-color:{color:navigation1};
  306. color:{color:navigation1 links};
  307. -webkit-transition: all 0.5s ease-in-out;
  308. -moz-transition: all 0.5s ease-in-out;
  309. -o-transition: all 0.5s ease-in-out;
  310. }
  311.  
  312. #navigation1 a:hover {
  313. color:{color:navigation1 hover};
  314. -webkit-transition: all 0.5s ease-in-out;
  315. -moz-transition: all 0.5s ease-in-out;
  316. -o-transition: all 0.5s ease-in-out;
  317. }
  318.  
  319. #navigation2 {
  320. margin-top:3px;
  321. text-align:center;
  322. }
  323.  
  324. #navigation2 a {
  325. display:inline-block;
  326. text-align:right;
  327. padding-right:10px;
  328. width:218px;
  329. height:30px;
  330. line-height:30px;
  331. text-transform:lowercase;
  332. font-family:cambria;
  333. font-size:9px;
  334. margin-bottom:2px;
  335. border:1px solid {color:border};
  336. background-color:{color:navigation2};
  337. color:{color:navigation2 links};
  338. -webkit-transition: all 0.5s ease-in-out;
  339. -moz-transition: all 0.5s ease-in-out;
  340. -o-transition: all 0.5s ease-in-out;
  341. }
  342.  
  343. #navigation2 a:hover {
  344. color:{color:navigation2 hover};
  345. -webkit-transition: all 0.5s ease-in-out;
  346. -moz-transition: all 0.5s ease-in-out;
  347. -o-transition: all 0.5s ease-in-out;
  348. }
  349.  
  350. #entries {
  351. position:absolute;
  352. width:528px;
  353. margin-left:500px;
  354. padding:0px;
  355. margin-top:120px;
  356. }
  357.  
  358. #entrybg {
  359. padding:3px;
  360. margin-bottom:20px;
  361. background-color:{color:pattern alt};
  362. border:1px solid {color:Border};
  363. background-image:url('{image:Pattern}');
  364. background-attachment:absolute;
  365. }
  366.  
  367. #entry {
  368. background-color:{color:Entries};
  369. margin-bottom:0px;
  370. padding:8px;
  371. border:1px solid {color:Border};
  372. }
  373.  
  374.  
  375. #posttitles {
  376. text-align: center;
  377. font-size: 20px;
  378. line-height:130%;
  379. text-transform:lowercase;
  380. font-weight:300;
  381. font-style:italic;
  382. padding:5px;
  383. color: {color:title};
  384. }
  385.  
  386.  
  387. #posttitles a {
  388. color:{color:title};
  389. }
  390.  
  391. #ask {
  392. z-index:10;
  393. font-family:cambria;
  394. font-size:16px;
  395. text-align:center;
  396. text-transform:lowercase;
  397. color:{color:question2};
  398. background-color:{color:question1};
  399. margin-right:0px;
  400. padding:10px;
  401. padding-left:10px;
  402. border-bottom:1px solid {color:border};
  403. }
  404.  
  405. #ask a {
  406. color:{color:question2};
  407. }
  408.  
  409.  
  410. #question {
  411. background-color:{color:Question1};
  412. color:{color:Question2};
  413. font-size:10px;
  414. z-index:10;
  415. text-align:center;
  416. padding:10px;
  417. }
  418.  
  419. .playerbuttonbg {
  420. position: absolute;
  421. left: 20px;
  422. top: 20px;
  423. width: 19px;
  424. height: 19px;
  425. background-color: #ffffff;
  426. padding: 10px;
  427. -webkit-border-radius: 40px;
  428. -moz-border-radius: 40px;
  429. border-radius: 40px;
  430. opacity: .4;
  431. filter: alpha(opacity=40);
  432. opacity: 0.4;
  433. -khtml-opacity: 0.4;
  434. transition: opacity .7s ease-in-out;
  435. -moz-transition: opacity .7s ease-in-out;
  436. -webkit-transition: opacity .7s ease-in-out;
  437. }
  438.  
  439. .playerbuttonbg:hover {
  440. opacity: 1;
  441. filter: alpha(opacity=100);
  442. -moz-opacity: 1;
  443. -khtml-opacity: 1;
  444. }
  445.  
  446. .newplayerbutton {
  447. position: relative;
  448. width: 19px;
  449. height: 19px;
  450. overflow: hidden;
  451. }
  452.  
  453. .playerbuttonhug {
  454. position: absolute;
  455. top: -18px;
  456. left: -7px;
  457. }
  458.  
  459. .tumblr_audio_player {
  460. height: 90px;
  461. width: 270px;
  462. -moz-transform: scale(0.60, 0.60);
  463. -webkit-transform: scale(0.60, 0.60);
  464. -o-transform: scale(0.60, 0.60);
  465. -ms-transform: scale(0.60, 0.60);
  466. transform: scale(0.60, 0.60);
  467. -moz-transform-origin: top left;
  468. -webkit-transform-origin: top left;
  469. -o-transform-origin: top left;
  470. -ms-transform-origin: top left;
  471. transform-origin: top left;
  472. }
  473.  
  474. .audioimgwrapper {
  475. position: absolute;
  476. left: 0px;
  477. top: 0px;
  478. -webkit-border-radius: 40px;
  479. -moz-border-radius: 40px;
  480. border-radius: 40px;
  481. overflow: hidden;
  482. width: 79px;
  483. height: 79px;
  484. }
  485.  
  486. .audioimgwrapper img {
  487. width: 100%;
  488. height: auto;
  489. -webkit-border-radius: 40px;
  490. -moz-border-radius: 40px;
  491. border-radius: 40px;
  492. }
  493.  
  494. .trackdetails {
  495. width: auto;
  496. display:inline-block;
  497. margin-left: 90px;
  498. min-height: 85px;
  499. }
  500.  
  501. .audiowrapper {
  502. position: relative;
  503. display:inline-block;
  504. }
  505.  
  506. #permalink {
  507. text-align: right;
  508. border-top: 1px solid {color:Border};
  509. border-bottom:1px solid {color:Border};
  510. background-color:{color:entries};
  511. position: relative;
  512. font-size:9px;
  513. letter-spacing:0px;
  514. text-transform:lowercase;
  515. margin-top: 3px;
  516. margin-left:-3px;
  517. margin-right:-3px;
  518. padding-right:10px;
  519. padding-bottom:5px;
  520. padding-top: 5px;
  521. }
  522.  
  523.  
  524. #credit {
  525. font-size:10px;
  526. float:center;
  527. position:fixed;
  528. font-family:cambria;
  529. font-weight:bold;
  530. bottom:15px;
  531. right:15px;
  532. padding:10px;
  533. text-transform:uppercase;
  534. border:1px solid {color:border};
  535. background-color:{color:entries};
  536. color:{color:title};
  537. }
  538.  
  539. #credit a {
  540. color:{color:title};
  541. }
  542.  
  543. cred {
  544. padding-left: 1.2em;
  545. list-style: none;
  546. }
  547.  
  548. cred:before {
  549. color: {color:title};
  550. content: "\f105";
  551. font-family: FontAwesome;
  552. font-size:10px;
  553. display: inline-block;
  554. margin-left: -1.2em;
  555. width: 1.2em;
  556. }
  557.  
  558. icon1 {
  559. padding-left: 1.2em;
  560. list-style: none;
  561. }
  562. icon1:before {
  563. content: "\f021";
  564. font-family: FontAwesome;
  565. display: inline-block;
  566. margin-left: -1.2em;
  567. width: 1.2em;
  568. }
  569.  
  570. icon2 {
  571. padding-left: 1.2em;
  572. list-style: none;
  573. }
  574. icon2:before {
  575. content: "\f0e5";
  576. font-family: FontAwesome;
  577. display: inline-block;
  578. margin-left: -1.2em;
  579. width: 1.2em;
  580. }
  581.  
  582. icon3 {
  583. padding-left: 1.2em;
  584. list-style: none;
  585. }
  586. icon3:before {
  587. content: "\f044";
  588. font-family: FontAwesome;
  589. display: inline-block;
  590. margin-left: -1.2em;
  591. width: 1.2em;
  592. }
  593.  
  594.  
  595. </style>
  596.  
  597. </head>
  598.  
  599. <body>
  600.  
  601. <div id="backbar">
  602.  
  603. <div id="sideph1"><img src="{image:Sidebar1}"></div>
  604. <div id="sideph2"><img src="{image:Sidebar2}"></div>
  605.  
  606. <div id="sidebar">
  607. {description}
  608. </div>
  609.  
  610. <div id="navbar2">
  611. <div id="navigation2">
  612. <a href="{text:link one URL}">{text:link one text}</a><br>
  613. <a href="{text:link two URL}">{text:link two text}</a><br>
  614. <a href="{text:link three URL}">{text:link three text}</a><br>
  615. <a href="{text:link four URL}">{text:link four text}</a><br>
  616. <a href="{text:link five URL}">{text:link five text}</a>
  617. </div>
  618.  
  619. <div id="pagination">
  620. {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}
  621. </div>
  622.  
  623. </div>
  624.  
  625. </div>
  626.  
  627. <div id="topbar">
  628.  
  629. <div id="titlebar">
  630. <div id="maintitle">{text:main title}</div>
  631. <div id="subtitle">{text:subtitle}</div>
  632. </div>
  633.  
  634. <div id="navbar1">
  635. <div id="navigation1">
  636. <a href="/" title="index"><icon1></icon1></a>
  637. <a href="/ask" title="message"><icon2></icon2></a>
  638. <a href="/submit" title="submit"><icon3></icon3></a>
  639. </div>
  640. </div>
  641.  
  642.  
  643.  
  644. </div>
  645.  
  646.  
  647. <div id="entries">
  648. {block:Posts}
  649. <div id="entrybg">
  650. <div id="entry">
  651.  
  652.  
  653. {block:Text}
  654. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  655. {Body}
  656. {/block:Text}
  657.  
  658. {block:Photo}
  659. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  660. {block:Caption}{Caption}{/block:Caption}
  661. {/block:Photo}
  662.  
  663. {block:Photoset}
  664. {Photoset-500}
  665. {block:Caption}{Caption}{/block:Caption}
  666. {/block:Photoset}
  667.  
  668. {block:Quote}
  669. <div id="posttitles">{Quote}</div>
  670. {block:Source}<br>—{Source}{/block:Source}
  671. {/block:Quote}
  672.  
  673. {block:Link}
  674. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  675. {block:Description}{Description}{/block:Description}
  676. {/block:Link}
  677.  
  678. {block:Chat}
  679. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  680. {block:Lines}
  681. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  682. {/block:Lines}
  683. {/block:Chat}
  684.  
  685. {block:Audio}{block:AudioPlayer}
  686. <div class="audiowrapper">
  687. {block:AlbumArt}
  688. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  689. {/block:AlbumArt}
  690.  
  691. <div class="playerbuttonbg">
  692. <div class="newplayerbutton">
  693. <div class="playerbuttonhug">
  694.  
  695. {AudioPlayerWhite}
  696.  
  697. </div>
  698. </div>
  699. </div>
  700.  
  701. <div class="trackdetails">
  702.  
  703. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  704. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  705. {block:Album}Album: {Album}{/block:Album}<br/>
  706. {PlayCountWithLabel}
  707.  
  708. </div>
  709. </div>
  710. {/block:AudioPlayer}
  711.  
  712. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  713.  
  714. {block:Video}
  715. {Video-500}
  716. {block:Caption}{Caption}{/block:Caption}
  717. {/block:Video}
  718.  
  719. {block:Answer}
  720. <div id="ask">{Asker} sent:</div><div id="question">{Question}</div>
  721. <br>{Answer}
  722. {/block:Answer}
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729. </div> <!-- /div entry ---><div id="permalink">
  730. {block:Date}{TimeAgo}{/block:Date} & <a href="{Permalink}">
  731. {NoteCountWithLabel}</a> & <a href="{ReblogURL}" target="_blank">Reblog</a>
  732.  
  733. {block:RebloggedFrom} & <a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}
  734.  
  735. <br>{block:HasTags} {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  736. </div> </div>
  737.  
  738. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  739.  
  740. <div id="credit"> <a href="http://agleerph.tumblr.com/" title="theme 41 by agleerph"><cred>agrph</cred></a></div>
  741.  
  742. </body>
  743.  
  744.  
  745. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement