Advertisement
alithegreat

AGLEERPH | #35 | FAKE TALES OF SAN FRANCISCO

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