Advertisement
alithegreat

AGLEERPH | #39 | NICOTINE

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