Advertisement
alithegreat

AGLEERPH | #42 | NAIVE

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