Advertisement
pelides

61 // R E B I R T H

Oct 9th, 2016
1,490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.55 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-------
  5.  
  6. ( theme 61 @ subwrbia.
  7. base code by rnirae. )
  8.  
  9. <!------>
  10.  
  11. <head>
  12. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{FavIcon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16.  
  17. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  18.  
  19. <script type="text/javascript"
  20. src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js" ></script>
  21.  
  22. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
  23.  
  24. <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
  25.  
  26. <meta name="color:background" content="#fff" />
  27. <meta name="color:text" content="#9f9f9f"/>
  28. <meta name="color:link" content="#9f9f9f"/>
  29. <meta name="image:image" content=""/>
  30. <meta name="color:scrollbar" content="#eee"/>
  31. <meta name="text:link one" content=""/>
  32. <meta name="text:link one url" content="/"/>
  33. <meta name="text:link two" content=""/>
  34. <meta name="text:link two url" content="/"/>
  35.  
  36. <!--post width options-->
  37. <meta name="select:post width" content="250" title="250px"/>
  38. <meta name="select:post width" content="300" title="300px"/>
  39. <meta name="select:post width" content="350" title="350px"/>
  40. <meta name="select:post width" content="400" title="400px"/>
  41. <meta name="select:post width" content="500" title="500px"/>
  42.  
  43. <style type="text/css">
  44.  
  45. /* follow/dashboard buttons */
  46. iframe#tumblr_controls {
  47. right:2px !important;
  48. position: fixed !important;
  49. -webkit-transition: opacity 0.7s linear;
  50. opacity: 0.16;
  51. -webkit-transition: all 0.8s ease-out;
  52. -moz-transition: all 0.8s ease-out;
  53. transition: all 0.8s ease-out;
  54. -webkit-filter: invert(100%);
  55. }
  56. iframe#tumblr_controls:hover {
  57. -webkit-transition: opacity 0.7s linear;
  58. opacity: 0.16;
  59. -webkit-transition: all 0.4s ease-out;
  60. -moz-transition: all 0.4s ease-out;
  61. transition: all 0.4s ease-out;
  62. -webkit-filter: invert(100%);
  63. }
  64.  
  65. /* basic styles */
  66. body {
  67. color: {color:Text};
  68. background-color: {color:Background};
  69. background-image: url({image:Background});
  70. font: 10px 'Open Sans Pro';
  71. line-height: 16px;
  72. margin-left:0px;
  73. font-smooth:always;
  74. -webkit-font-smoothing:antialiased;
  75. -moz-osx-font-smoothing:grayscale;
  76. }
  77.  
  78. h2{
  79. padding:10px;
  80. background:#fcfcfc;
  81. border-bottom:1px solid #f5f5f5;
  82. font-weight:300;
  83. color:#e3e3e3;
  84. text-transform:lowercase;
  85. }
  86.  
  87. a {
  88. text-decoration: none;
  89. color: {color:Link};
  90. }
  91. a:hover {
  92. color:{color:Link Hover};
  93. cursor: help;
  94. }
  95. h1 {
  96. padding:10px;
  97. padding-top:5px;
  98. background:#fcfcfc;
  99. border-bottom:1px solid #f5f5f5;
  100. font-weight:300;
  101. color:#e3e3e3;
  102. text-transform:lowercase;
  103. font-size: 8px;
  104. font-family:arial;
  105. text-transform:uppercase;
  106. color:{color:text};
  107. letter-spacing:1px;
  108. padding:15px;
  109. padding-top:5px;
  110. background:#fff;
  111. text-align:left;
  112. }
  113.  
  114. blockquote img{
  115. max-width:200px;
  116. }
  117.  
  118. small{
  119. font-size:10px;
  120. }
  121.  
  122. /* scrollbar */
  123. ::-webkit-scrollbar {
  124. width: 3px;
  125. height: 5px;
  126. background: {color:Background};
  127. }
  128. ::-webkit-scrollbar-thumb {
  129. background: {color:Scrollbar};
  130. border-radius: 16px;
  131. border-top: 5px solid {color:Background};
  132. }
  133. /* post customizations */
  134. #content { /* for the whole column of posts */
  135. {block:IndexPage}
  136. width:{select:post width}px;
  137. {/block:IndexPage}
  138. {block:PermalinkPage}
  139. width: 400px;
  140. {/block:PermalinkPage}
  141. position: relative;
  142. margin-left: 235px;
  143. margin-top: 0px;
  144. margin-bottom:40px;
  145. font-family:'open sans';
  146. }
  147. .entry { /* for individual posts */
  148. margin-bottom: 0px;
  149. border:1px solid #f5f5f5;
  150. padding:10px;
  151. text-align:justify;
  152. font-family:'open sans';
  153. margin-top:60px;
  154. }
  155.  
  156. .tags{
  157. position:absolute;
  158. margin-left:420px;
  159. margin-top:0px;
  160. font-family:'open sans';
  161. text-transform:normal;
  162. letter-spacing:1px;
  163. border-left:1px solid #f9f9f9;
  164. max-width:150px;
  165. padding:10px;
  166. padding-left:10px;
  167. }
  168.  
  169. .tags a{
  170. font-size:9px;
  171. }
  172.  
  173. /* questions */
  174. #question {
  175. padding:10px;
  176. padding-bottom:10px;
  177. border-bottom:1px solid #f5f5f5;
  178. background:#fcfcfc;
  179. margin-bottom:13px;
  180. text-align:center;
  181. }
  182.  
  183. .q{
  184. opacity:0.7;
  185. font-style:italic;
  186. text-transform:uppercase;
  187. font-size:8px;
  188. letter-spacing:1px;
  189. padding:5px;
  190. font-family:arial;
  191. }
  192.  
  193. .a{
  194. opacity:1;
  195. text-transform:uppercase;
  196. font-size:8px;
  197. letter-spacing:2px;
  198. padding-left:5px;
  199. font-family:arial;
  200. }
  201.  
  202. /* audio */
  203.  
  204. #crib {
  205. padding:5px;
  206. }
  207.  
  208. .crybaby {
  209. width:20px;
  210. height:20px;
  211. overflow:hidden;
  212. border:1px solid #f5f5f5;
  213. background:#fff;
  214. border-radius:500px;
  215. padding:10px;
  216. padding-top:4px;
  217. padding-left:5px;
  218. padding-bottom:11px;
  219. }
  220.  
  221. #teddybear{
  222. text-align:right;
  223. margin-top:-40px;
  224. padding-bottom:10px;
  225. font-size:8px;
  226. text-transform:uppercase;
  227. letter-spacing:1px;
  228. font-family:arial;
  229. }
  230.  
  231. /* quotes */
  232. #cake {
  233. padding:5px;
  234. padding-bottom:10px;
  235. border-bottom:1px solid #f5f5f5;
  236. }
  237.  
  238. /* chats */
  239. .chat ol {
  240. line-height:150%;
  241. text-align:justify;
  242. padding:0px;
  243. list-style:none;
  244. }
  245.  
  246. .label {
  247. font-size:10px;
  248. border-bottom:1px solid #eee;
  249. }
  250.  
  251. .line.odd {
  252. padding:7px;
  253. }
  254.  
  255. .line.even {
  256. padding:7px;
  257. border-top:1px solid #f5f5f5;
  258. border-bottom:1px solid #f5f5f5;
  259. }
  260.  
  261. /* permalinks */
  262. #perma {
  263. right: -75px;
  264. letter-spacing: 1px;
  265. text-transform: uppercase;
  266. text-align:center;
  267. font-size:8px;
  268. margin-top:2px;
  269. font-family:arial;
  270. padding:10px;
  271. line-height:150%;
  272. background:#fcfcfc;
  273. color:{color:text};
  274. border:1px solid #f5f5f5;
  275. padding-bottom:20px;
  276. -moz-transition-duration:0.5s;
  277. -webkit-transition-duration:0.5s;
  278. -o-transition-duration:0.5s;
  279. }
  280.  
  281. #perma a{
  282. color:{color:text};
  283. -moz-transition-duration:0.5s;
  284. -webkit-transition-duration:0.5s;
  285. -o-transition-duration:0.5s;
  286. }
  287.  
  288. #perma2 {
  289. right: -75px;
  290. letter-spacing: .5px;
  291. text-transform: lowercase;
  292. text-align:left;
  293. margin-top:0px;
  294. border-top:1px solid #f5f5f5;
  295. padding-top:10px;
  296. background:#fcfcfc;
  297. padding:10px;
  298. text-transform:uppercase;
  299. font-size:8px;
  300. letter-spacing:1px;
  301. -moz-transition-duration:0.5s;
  302. -webkit-transition-duration:0.5s;
  303. -o-transition-duration:0.5s;
  304. }
  305.  
  306. #perma2 a{
  307. color:{color:link};
  308. -moz-transition-duration:0.5s;
  309. -webkit-transition-duration:0.5s;
  310. -o-transition-duration:0.5s;
  311. }
  312. #pn {
  313. margin-top:10px;
  314. border-top:0px solid #f5f5f5;
  315. padding:5px;
  316. text-transform:uppercase;
  317. opacity:0.8;
  318. letter-spacing:1px;
  319. font-size:8px;
  320. max-height:100px;
  321. overflow-y:scroll;
  322. }
  323.  
  324. .nuts {
  325. width:310px;
  326. text-align:left;
  327. }
  328.  
  329. /* sidebar */
  330. #side {
  331. top: 50px;
  332. left: 50px;
  333. position: fixed;
  334. width: 120px;
  335. text-align:justify;
  336. background:#fff;
  337. padding:15px;
  338. -moz-transition-duration:0.5s;
  339. -webkit-transition-duration:0.5s;
  340. -o-transition-duration:0.5s;
  341. }
  342. #side a:hover {
  343. border-bottom: 1px solid transparent;
  344. color: {color:text};
  345. }
  346.  
  347. #side img{
  348. margin-bottom:15px;
  349. width:20px;
  350. border:1px solid #f5f5f5;
  351. padding:3px;
  352. border-radius:0px;
  353. margin-left:0px;
  354. margin-top:0px;
  355. }
  356.  
  357. .head {
  358. font-size: 10px;
  359. font-family:arial;
  360. font-style:normal;
  361. margin-top:-40px;
  362. text-transform:uppercase;
  363. text-align:right;
  364. color: {color:Text};
  365. letter-spacing: .5px;
  366. list-style-position: inside;
  367. }
  368.  
  369. .desc {
  370. margin-top:20px;
  371. padding:10px;
  372. background:#fcfcfc;
  373. border:1px solid #f5f5f5;
  374. font-family:'Open Sans';
  375. }
  376. .curly {
  377. text-align:center;
  378. margin-top:15px;
  379. }
  380.  
  381. .curly i {
  382. padding:3px;
  383. }
  384.  
  385. .curly a{
  386. font-family:arial;
  387. font-style:italic;
  388. color:{color:text};
  389. }
  390.  
  391. .curly a:hover{
  392. opacity:0.8;
  393. }
  394.  
  395. blockquote {
  396. border-left: 1px solid #f5f5f5;
  397. margin-left: 6px;
  398. padding-left: 10px;
  399. max-width:90%;
  400. }
  401.  
  402. ul {
  403. list-style-type:katakana;
  404. }
  405.  
  406. ul li {
  407. max-width:90%;
  408. }
  409.  
  410. /* permalink page */
  411. img.avatar {display:none; }
  412. ol.notes {
  413. margin-top: 20px;
  414. }
  415.  
  416. #lourry {
  417. right:40px;
  418. bottom:35px;
  419. position:fixed;
  420. font-size:8px;
  421. }
  422.  
  423. #lourry a{
  424. color:{color:text};
  425. padding:5px;
  426. font-style:italic;
  427. }
  428.  
  429. #top{position:fixed;left:0px;top:0;width:100%;height:27px;background:#fcfcfc;z-index:6;}
  430. #bottom{position:fixed;left:0px;bottom:0;width:100%;height:27px;background:#fcfcfc;z-index:6;}
  431. #left{position:fixed;left:0px;bottom:0;height:100%;width:30px;background:#fcfcfc;z-index:6;}
  432. #right{position:fixed;right:0px;bottom:0;height:100%;width:30px;background:#fcfcfc;z-index:6;}
  433.  
  434. </style>
  435.  
  436. <!---infinite scroll---><script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  437.  
  438. </head>
  439.  
  440. <body>
  441. <div id="top"></div>
  442. <div id="right"></div>
  443. <div id="left"></div>
  444. <div id="bottom"></div>
  445. <!--sidebar-->
  446. <div id="side">
  447. <img src="{image:image}">
  448. <div class="head"><span style="opacity:0.9">ア.</span> {title}</div>
  449. <div class="desc">
  450. {Description}
  451. </div>
  452. <div class="curly">
  453. <a href="/ask" title="contact"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  454. <a href="{text:link one url}" title="{text:link one}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  455. <a href="{text:link two url}" title="{text:link two}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>
  456. </div>
  457. </div>
  458. <!----->
  459.  
  460. <div id="content">
  461. {block:Posts}
  462. <!-- {block:NoRebloggedFrom}
  463. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  464. {/block:NoRebloggedFrom} -->
  465.  
  466. <div class="entry">
  467.  
  468. {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  469.  
  470. {block:Photoset}<div style="width: 100%;">{Photoset}</div>
  471. {block:Caption}{Caption}{/block:Caption}
  472. {/block:Photoset}
  473.  
  474. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
  475.  
  476. {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  477.  
  478. {block:Quote}<div id="cake">"{Quote}"</div>{block:Source}<br>{Source}{/block:Source}{/block:Quote}
  479.  
  480. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  481. </ol></div>{/block:Chat}
  482.  
  483. {block:Audio}<div id="crib"><div class="crybaby"><div class="audio_box" id="{PostID}">{AudioPlayerWhite}</div></div></div>
  484. <div id="teddybear">{block:TrackName}<i>{TrackName}</i>{/block:TrackName}<br>
  485. {block:Artist} {Artist}{/block:Artist}</div>
  486. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  487.  
  488. {block:Video}{block:IndexPage}{block:if250px}{Video-250}{/block:if250px}{block:if400px}{Video-400}{/block:if400px}{block:if500px}{Video-500}{/block:if500px}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage} {block:IndexPage}{block:Caption}{Caption}{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:Video}
  489.  
  490. {block:Answer}<div id="question"><div class="q">{Question}</div></div><div style="text-transform:lowercase;letter-spacing:0.5px;text-align:right;;font-style:normal;border-bottom:1px solid #f5f5f5;padding:5px;padding-bottom:10px;padding-top:0px;background:#fff;font-weight:normal;"><span class="a"><i class="fa fa-envelope-o" aria-hidden="true"></i> {Asker}</span></div>
  491. <p>{Answer}{/block:Answer}
  492.  
  493. <!--permalink page-->
  494. {block:PermalinkPage}
  495. {block:Date}<div id="pn"><div id="perma2"><i class="fa fa-circle-thin" aria-hidden="true"></i> posted <a href="{Permalink}">{timeago}</a> {block:NoteCount}<br><i class="fa fa-circle-thin" aria-hidden="true"></i> {NoteCountWithLabel}{/block:NoteCount}{/block:Date}{block:HasTags}<br><i class="fa fa-circle-thin" aria-hidden="true"></i> tagged as {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}<br>{/block:HasTags}
  496. {block:ContentSource}<i class="fa fa-circle-thin" aria-hidden="true"></i> originally from <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}<br>{block:RebloggedFrom}<i class="fa fa-circle-thin" aria-hidden="true"></i> reblogged via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>
  497. {block:PostNotes}<div class="nuts">{PostNotes}</div>.{/block:PostNotes}
  498. {/block:PermalinkPage}
  499.  
  500. </div>
  501.  
  502. {block:IndexPage}{block:Date}<div id="perma"><span style="float:left;"><a href="{permalink}" title="{dayofmonthwithzero}.{monthnumberwithzero}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>{block:NoteCount} <a href="{permalink}" title="{notecountwithlabel}"><i class="fa fa-circle-thin" aria-hidden="true"></i></a>{/block:NoteCount}{/block:Date}</span> <span style="float:right;"><a href="{Permalink}"><a href="{ReblogURL}" target="_blank" class="details"><i class="fa fa-circle-thin" aria-hidden="true"></i></a></span>
  503. </div>{/block:IndexPage}
  504.  
  505. <!---entry div--->
  506.  
  507. {/block:Posts}
  508.  
  509. {block:ContentSource}<!-- {SourceURL}
  510. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  511. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  512. {/block:ContentSource}
  513. </div><!---content div--->
  514.  
  515. <div id="lourry">
  516. <a href="http://subwrbia.tumblr.com">
  517. <i class="fa fa-circle-thin" aria-hidden="true"></i>
  518. </a>
  519. </div>
  520.  
  521. <script type="text/javascript">
  522. $(function () {
  523. $(".audio_box").each(function () {
  524. var d = $(this).attr("id"),
  525. e = $(this);
  526. $.ajax({
  527. url: "http://" + {Name} + ".tumblr.com/api/read/json?id=" + d,
  528. dataType: "jsonp",
  529. timeout: 5E4,
  530. success: function (d) {
  531. d = d.posts[0]["audio-player"].replace("FFFFFF", "f5f5f5");
  532. e.html('<div class="audio_player">' + d + "</div>")
  533. }
  534. })
  535. });
  536. });
  537. </script>
  538. </body>
  539.  
  540. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement