Advertisement
rasperries

lost stars

Nov 17th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--
  5.  
  6.  
  7.  
  8. plain theme 2.0 by selkas
  9. http://selkas.tumblr.com
  10.  
  11.  
  12.  
  13. -->
  14. <title>{Title}</title>
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  16. <link rel="shortcut icon" href="{Favicon}"/>
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18. <meta name="image:background" content=""/>
  19. <meta name="color:background" content="#ffffff"/>
  20. <meta name="color:text" content="#363636"/>
  21. <meta name="color:link hover" content="#ffffff"/>
  22. <meta name="color:link hover bg" content="#252525"/>
  23. <meta name="color:border" content="#363636"/>
  24. <meta name="color:scrollbar" content="#252525"/>
  25. <meta name="select:align" content="left" title="left"/>
  26. <meta name="select:align" content="center" title="center"/>
  27. <meta name="select:align" content="right" title="right"/>
  28. <meta name="select:layout" content="top" title="topbar"/>
  29. <meta name="select:layout" content="left" title="left sidebar"/>
  30. <meta name="select:layout" content="right" title="right sidebar"/>
  31. <meta name="select:text align" content="left" title="left"/>
  32. <meta name="select:text align" content="center" title="center"/>
  33. <meta name="select:text align" content="right" title="right"/>
  34. <meta name="select:link style" content="b" title="border"/>
  35. <meta name="select:link style" content="u" title="underline"/>
  36. <meta name="select:link style" content="p" title="plain"/>
  37. <meta name="if:inline nav" content="1"/>
  38. <meta name="if:spaced title" content="1"/>
  39. <meta name="if:uppercase title" content="1"/>
  40. <meta name="if:show captions" content="1"/>
  41. <meta name="if:show time" content="1"/>
  42. <meta name="if:show date" content="1"/>
  43. <meta name="if:show notes" content="1"/>
  44. <meta name="if:show tags" content="1"/>
  45. <meta name="if:letter spacing" content="0"/>
  46. <meta name="if:uppercase" content="0"/>
  47. <meta name="if:jump pagination" content="1"/>
  48. <meta name="if:infinite scroll" content="0"/>
  49. <meta name="if:tile background" content="1"/>
  50. <meta name="text:post size" content="300"/>
  51. <meta name="text:post spacing" content="75"/>
  52. <meta name="text:font size" content=""/>
  53. <meta name="text:font family" content=""/>
  54. <meta name="text:home link" content="home"/>
  55. <meta name="text:archive link" content="archive"/>
  56. <meta name="text:ask link" content="message"/>
  57. <meta name="text:link a" content="" />
  58. <meta name="text:link url a" content="/" />
  59. <meta name="text:link b" content="" />
  60. <meta name="text:link url b" content="/" />
  61. <meta name="text:link c" content="" />
  62. <meta name="text:link url c" content="/" />
  63. <meta name="text:link d" content="" />
  64. <meta name="text:link url d" content="/" />
  65. <meta name="text:link e" content="" />
  66. <meta name="text:link url e" content="/" />
  67.  
  68. <meta name="image:sidebar" content="" />
  69.  
  70. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  71. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
  72. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  73. <style type="text/css">
  74. ::-webkit-scrollbar {
  75. width:4px;
  76. height:4px;
  77. background-color:{color:background};
  78. }
  79. ::-webkit-scrollbar-track {
  80. background-color:inherit;
  81. }
  82. ::-webkit-scrollbar-thumb {
  83. background-color:{color:scrollbar};
  84. }
  85. body {
  86. margin:0px;
  87. background-color:{color:background};
  88. color:{color:text};
  89. font-family: 'Lato', sans-serif;
  90. font-weight:300;
  91. font-size:9px;
  92. letter-spacing:1px;
  93. text-align:justify;
  94. line-height:150%;
  95. word-wrap:break-word;
  96. {block:ifUppercase}text-transform:uppercase;{/block:ifUppercase}
  97. {block:ifLetterSpacing}letter-spacing:1px;{/block:ifLetterSpacing}
  98. {block:ifBackgroundImage}background-image:url('{image:background}');
  99. background-attachment:fixed;background-size:100%;
  100. {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}{/block:ifBackgroundImage}
  101. }
  102. blockquote, ol, ul, p, pre {
  103. margin-top:.67em;
  104. margin-bottom:.67em;
  105. }
  106. blockquote {
  107. margin-left:0px;
  108. margin-right:0px;
  109. padding:0px 0px 0px 10px;
  110. border-left:1px solid {color:border};
  111. }
  112. pre {
  113. white-space:normal;
  114. font-family:'courier new', courier, monospace;
  115. padding:5px;
  116. background-color:rgba(0,0,0,.03);
  117. }
  118. img {
  119. border:0px;
  120. }
  121. a {
  122. color:inherit;
  123. text-decoration:none;
  124. }
  125. small, sub {
  126. font-size:10px;
  127. vertical-align:baseline;
  128. }
  129.  
  130.  
  131. h1 {
  132. padding:0 15px;
  133. font-family:'Lato', sans-serif;
  134. border-left:3px solid #ddd;
  135. font-size:11px;
  136. margin-bottom:15px;
  137. font-weight:lighter;
  138. color:#000;
  139. line-height:1.25em;
  140. margin:0px;
  141. }
  142. h2, h3, h4, h5, h6, .caption h1 {
  143. font-size:10px;
  144. margin:.67em 0px;
  145. }
  146. #main {
  147. width:325px;
  148. width:{text:post size}px;
  149. margin-bottom:50px;
  150. max-width:700px;
  151. }
  152. .layout_left {
  153. padding-left:10px;
  154. }
  155. .layout_right {
  156. padding-right:250px;
  157. }
  158. .align_center {
  159. margin:0px auto;
  160. }
  161. .align_left {
  162. position:absolute;
  163. left:75px;
  164. }
  165. .align_right {
  166. position:absolute;
  167. right:75px;
  168. }
  169. #top {
  170. margin:0px auto 75px;
  171. text-align:left;
  172. }
  173. #left, #right {
  174. position:fixed;
  175. top:75px;
  176. text-align:left;
  177. }
  178. #left {
  179. margin-left:-330px;
  180. margin-top:200px;
  181. width:255px;
  182. }
  183. #right {
  184. margin-left:300px;
  185. margin-left:380px;
  186. padding-left:75px;
  187. width:160px;
  188. }
  189. .description {
  190. margin-left:px;
  191. text-align:left;
  192. margin-top:5px;
  193. line-height:125%;
  194. }
  195.  
  196. .title { font-family:'Lato', sans-serif;
  197. color: {color:title};
  198. font-size: 12px;
  199. text-transform: uppercase;
  200. letter-spacing: 2px;
  201. margin-bottom: 8px; }
  202.  
  203. .icon { width: 64px;
  204. height: 64px;
  205. border-radius: 40px 40px 40px 40px;
  206. -webkit-border-radius: 40px 40px 40px 40px;
  207. -moz-border-radius: 40px 40px 40px 40px;
  208. -o-border-radius: 40px 40px 40px 40px;
  209. float: left;
  210. margin: 0px 12px 0px 0px;}
  211.  
  212. .title a {
  213. font-family:'Lato', sans-serif;
  214. color: {color:title};
  215. font-size: 12px;
  216. text-transform: uppercase;
  217. letter-spacing: 2px;
  218. margin-bottom: 8px;
  219. }
  220. .nav {
  221. letter-spacing:px;
  222. font-style:;
  223. font-size:9px;
  224. }
  225. .link_b .nav a {
  226. border-bottom:px solid;
  227. }
  228. .link_u .nav a {
  229. text-decoration:underline;
  230. }
  231. .nav a:hover {
  232. color:{color:link hover};
  233. background-color:{color:link hover bg};
  234. }
  235. .nav .sp {
  236. {block:ifInlineNav}display:inline-block;
  237. width:.67em;{/block:ifInlineNav}
  238. }
  239. .nav .sp:last-child {
  240. width:0px;
  241. }
  242. #content {
  243. margin:75px 0px;
  244. }
  245. .entry {
  246. margin-bottom:75px;
  247. margin-bottom:{text:post spacing}px;
  248. position:relative;
  249. }
  250. .entry:last-child {
  251. margin-bottom:0px;
  252. }
  253. .post {
  254. position:relative;
  255. overflow:hidden;
  256. }
  257. .link_b .post a {
  258. border-bottom:1px solid;
  259. }
  260. .link_u .post a {
  261. text-decoration:underline;
  262. }
  263. .post a:hover {
  264. color:{color:link hover};
  265. background-color:{color:link hover bg};
  266. }
  267. .post img {
  268. max-width:100%;
  269. height:auto;
  270. }
  271. .info {
  272. margin-top:.67em;
  273. text-align:;
  274. font-size:8px;
  275. }
  276. .link_b .info a {
  277. border-bottom:px solid;
  278. }
  279. .link_u .info a {
  280. text-decoration:;
  281. }
  282. .info a:hover {
  283. color:{color:link hover};
  284. background-color:{color:link hover bg};
  285. }
  286. .info .sp {
  287. display:inline-block;
  288. width:.67em;
  289. }
  290. .info .sp:last-child {
  291. display:none;
  292. }
  293. .tagged {
  294. {block:IndexPage}{block:ifNotShowTags}display:none;{/block:ifNotShowTags}{/block:IndexPage}
  295. }
  296. .caption,
  297. .body,
  298. .source {
  299. margin-top:.67em;
  300. }
  301. .caption:first-child,
  302. .body:first-child,
  303. .source:first-child {
  304. margin-top:0px;
  305. }
  306. .caption *:first-child,
  307. .body *:first-child,
  308. .source *:first-child {
  309. margin-top:0px;
  310. }
  311. .caption *:last-child,
  312. .body *:last-child,
  313. .source *:last-child {
  314. margin-bottom:0px;
  315. }
  316. .caption {
  317. {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
  318. }
  319. .source {
  320. text-align:right;
  321. }
  322. .media {
  323. overflow:hidden;
  324. }
  325. .media img,
  326. .media .photoset {
  327. max-width:100%;
  328. display:block;
  329. margin:0px auto;
  330. }
  331. .video iframe {
  332. display:block;
  333. width:100%;
  334. }
  335. .question,
  336. .quote {
  337. font-weight:;
  338. text-align:justify;
  339. }
  340. .chat .line {
  341. text-align:left;
  342. }
  343. .chat .label {
  344. margin-right:.5em;
  345. font-weight:bold;
  346. }
  347. .post .audio {
  348. text-align:left;
  349. background-color:rgba(0,0,0,1);
  350. padding:3px;
  351. height:27px;
  352. margin:auto;
  353. overflow:hidden;
  354. }
  355. .post .audio .plyr {
  356. width:27px;
  357. height:27px;
  358. overflow:hidden;
  359. position:absolute;
  360. }
  361. .post .audio .track {
  362. width:100%;
  363. height:27px;
  364. left:32px;
  365. position:relative;
  366. line-height:27px;
  367. overflow:hidden;
  368. text-transform:uppercase;
  369. font-size:8px;
  370. font-weight:lighter;
  371. letter-spacing:2px;
  372. color:rgba(255,255,255,.80);
  373. }
  374. .post .notes ol {
  375. list-style-type:none;
  376. padding:0px;
  377. }
  378. .post .notes a {
  379. text-decoration:none;
  380. border-bottom:0px;
  381. background-color:transparent;
  382. color:inherit;
  383. }
  384. .post .notes img {
  385. display:none;
  386. }
  387.  
  388. .pagination {
  389. text-align:right;
  390. letter-spacing:1px;
  391. font-size:8px;
  392. {block:ifNotUppercase}text-transform:uppercase;{/block:ifNotUppercase}
  393. {block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}
  394. }
  395. .link_b .pagination a {
  396. border-bottom:1px solid;
  397. }
  398. .link_u .pagination a {
  399. text-decoration:underline;
  400. }
  401. .pagination a:hover {
  402. color:{color:link hover};
  403. background-color:{color:link hover bg};
  404. }
  405. .pagination .sp {
  406. display:inline-block;
  407. width:.67em;
  408. }
  409. #infscr-loading {
  410. display:none!important;
  411. }
  412. #tumblr_controls {
  413. -webkit-filter:invert(90%);
  414. opacity:.67;
  415. }
  416. #cr {
  417. bottom:0px;
  418. right:0px;
  419. position:fixed;
  420. z-index:1000;
  421. padding:8px 9px;
  422. background-color:{color:background};
  423. }
  424. #cr a {
  425. font-size:8px;
  426. line-height:8px;
  427. background-color:transparent;
  428. font-family:calibri;
  429. letter-spacing:0px;
  430. color:#4f4f4f;
  431. }
  432.  
  433.  
  434.  
  435. </style>
  436. </head>
  437. <body>
  438. <div id="main" class="layout_{select:layout} align_{select:align} link_{select:link style}">
  439. <div id="content">
  440. <div id="{select:layout}"><img src="{image:sidebar}" class="icon"><a href="/" class="title">{Title}</a>&nbsp;{block:IfLinkA}
  441. <a href="{text:link url a}">{text:link a}</a>&emsp;
  442. {/block:IfLinkA}
  443. {block:IfLinkB}
  444. <a href="{text:link url b}">{text:link b}</a>&emsp;
  445. {/block:IfLinkB}
  446. {block:IfLinkC}
  447. <a href="{text:link url c}">{text:link c}</a>&emsp;
  448. {/block:IfLinkC}
  449. {block:IfLinkD}
  450. <a href="{text:link url d}">{text:link d}</a>&emsp;
  451. {/block:IfLinkD}
  452. {block:IfLinkE}
  453. <a href="{text:link url e}">{text:link e}</a>{/block:IfLinkE}{block:Description}<div class="description">{Description}</div>{/block:Description}</div></div>
  454. {block:Posts}<article class="entry"><div class="post">
  455. {block:Answer}<!-- answer --><div class="question"><span class="asker">{Asker}</span>: <span class="q">{Question}</span></div><div class="answer body">{Answer}</div>{/block:Answer}{block:Audio}<!-- audio --><div class="audio">{block:AudioPlayer}<div class="plyr">{AudioPlayerBlack}</div>{/block:AudioPlayer}<div class="track">{block:Artist}{Artist}{/block:Artist} &ndash; {block:TrackName}{TrackName}{/block:TrackName}</div></div>{/block:Audio}{block:Chat}<!-- chat --> {block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat body">{block:Lines}<div class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</div>{/block:Lines} </div>{/block:Chat}{block:Link}<!-- link --><h1><a href="{URL}">{Name}</a></h1>{block:Description}<div class="body">{Description}</div>{/block:Description}{/block:Link}{block:Photo}<!-- photo --><div class="media">{LinkOpenTag}<img src="{PhotoURL-HighRes}"/>{LinkCloseTag}</div>{/block:Photo}{block:Photoset}<!-- photoset --><div class="media">{Photoset}</div>{/block:Photoset}{block:Quote}<!-- quote --><div class="quote">{Quote}</div>{block:Source}<div class="source">{Source}</div>{/block:Source}{/block:Quote}{block:Text}<!-- text -->{block:Title}<h1>{Title}</h1>{/block:Title}<div class="body">{Body}</div>{/block:Text}{block:Video}<!-- video --><div class="media video">{Video-250}</div>{/block:Video}
  456. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  457. <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
  458. </div>
  459. {block:Date}<div class="info">{block:ifShowTime}<a href="{Permalink}" class="perma">{12Hour}:{Minutes} {AmPm}</a><div class="sp"></div>{/block:ifShowTime}{block:ifShowDate}<a href="{Permalink}">{ShortMonth} {dayofmonth}{dayofmonthsuffix}</a>&nbsp;/&nbsp;{/block:ifShowDate}{block:ifShowNotes}<a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp; {/block:ifShowNotes}{block:HasTags}<span class="tagged">{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a><div class="sp"></div>{/block:Tags}</span>{/block:HasTags}</div>{/block:Date}
  460. </article>
  461. {block:PostNotes}<!-- post notes --><article class="entry"><div class="post n"><div class="notes">{PostNotes}</div></div></article>{/block:PostNotes}
  462. {/block:Posts}
  463. {block:Pagination}<div class="entry pagination">{block:PreviousPage}<a class="back" href="{PreviousPage}">{lang:Back}</a> /{block:ifNotJumpPagination}{block:NextPage}<span class="sp"></span>/<span class="sp"></span>{/block:NextPage}{/block:ifNotJumpPagination}{/block:PreviousPage}{block:ifJumpPagination}<span class="sp"></span>{/block:JumpPagination}{/block:ifJumpPagination}{block:NextPage}<a class="next" href="{NextPage}">{lang:Next}</a>{/block:NextPage}</div>{/block:Pagination}
  464. </div>
  465. </div>
  466. <div id="cr"><script language="JavaScript">
  467. var ref = (''+document.referrer+'');
  468. var w_h = window.screen.width + " x " + window.screen.height;
  469. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4519515&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  470. </script></div>
  471. {block:IndexPage}{block:ifInfiniteScroll}<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script><script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script><script>$(function(){$('#content').infinitescroll({navSelector:".pagination",nextSelector:".pagination .next",itemSelector:".entry",bufferPx:4000});})</script>{/block:ifInfiniteScroll}{/block:IndexPage}
  472. </body>
  473. </html>
  474. </body>
  475. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement