Advertisement
pelides

62 // F L O U R I S H

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