Advertisement
alithegreat

AGLEERPH | #33 | FLUORESCENT ADOLESCENT

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