Advertisement
rasperries

the perfect storm selkas 6

Nov 1st, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.91 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 1" content=""/>
  58. <meta name="text:link 1 url" content=""/>
  59. <meta name="text:link 2" content=""/>
  60. <meta name="text:link 2 url" content=""/>
  61. <meta name="text:link 3" content=""/>
  62. <meta name="text:link 3 url" content=""/>
  63. <meta name="text:link 4" content=""/>
  64. <meta name="text:link 4 url" content=""/>
  65. <meta name="text:link 5" content=""/>
  66. <meta name="text:link 5 url" content=""/>
  67. <meta name="text:link 6" content=""/>
  68. <meta name="text:link 6 url" content=""/>
  69. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  70. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  71. <style type="text/css">
  72. ::-webkit-scrollbar {
  73. width:4px;
  74. height:4px;
  75. background-color:{color:background};
  76. }
  77. ::-webkit-scrollbar-track {
  78. background-color:inherit;
  79. }
  80. ::-webkit-scrollbar-thumb {
  81. background-color:{color:scrollbar};
  82. }
  83. body {
  84. margin:0px;
  85. background-color:{color:background};
  86. color:{color:text};
  87. font-family:helvetica;
  88. font-size:9px;
  89. font-weight:lighter;
  90. text-align:justify;
  91. letter-spacing:px;
  92. line-height:120%;
  93. word-wrap:break-word;
  94. {block:ifUppercase}text-transform:uppercase;{/block:ifUppercase}
  95. {block:ifLetterSpacing}letter-spacing:1px;{/block:ifLetterSpacing}
  96. {block:ifBackgroundImage}background-image:url('{image:background}');
  97. background-attachment:fixed;
  98. {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}{/block:ifBackgroundImage}
  99. }
  100. blockquote, ol, ul, p, pre {
  101. margin-top:.67em;
  102. margin-bottom:.67em;
  103. }
  104. blockquote {
  105. margin-left:0px;
  106. margin-right:0px;
  107. padding:0px 0px 0px 10px;
  108. border-left:1px solid {color:border};
  109. }
  110. pre {
  111. white-space:normal;
  112. font-family:'courier new', courier, monospace;
  113. padding:5px;
  114. background-color:rgba(0,0,0,.03);
  115. }
  116. img {
  117. border:0px;
  118. }
  119. a {
  120. color:inherit;
  121. text-decoration:none;
  122. }
  123. small, sub {
  124. font-size:10px;
  125. vertical-align:baseline;
  126. }
  127. h1 {
  128. padding:0 15px;
  129. font-family:courier new, courier;
  130. border-left:3px solid #ddd;
  131. font-size:11px;
  132. margin-bottom:15px;
  133. font-weight:lighter;
  134. color:#000;
  135. line-height:1.25em;
  136. margin:0px;
  137. }
  138. h2, h3, h4, h5, h6, .caption h1 {
  139. font-size:10px;
  140. margin:.67em 0px;
  141. }
  142. #main {
  143. width:300px;
  144. width:{text:post size}px;
  145. max-width:700px;
  146. }
  147. .layout_left {
  148. padding-left:10px;
  149. }
  150. .layout_right {
  151. padding-right:250px;
  152. }
  153. .align_center {
  154. margin:0px auto;
  155. }
  156. .align_left {
  157. position:absolute;
  158. left:75px;
  159. }
  160. .align_right {
  161. position:absolute;
  162. right:75px;
  163. }
  164. #top {
  165. margin:0px auto 75px;
  166. text-align:left;
  167. }
  168. #left, #right {
  169. position:fixed;
  170. top:75px;
  171. text-align:left;
  172. }
  173. #left {
  174. margin-left:-240px;
  175.  
  176. width:165px;
  177. }
  178. #right {
  179. margin-left:300px;
  180. margin-left:380px;
  181. padding-left:75px;
  182. width:160px;
  183. }
  184. .description {
  185. margin-bottom:15px;
  186. text-align:left;
  187. margin-top:200px;
  188. line-height:120%;
  189. }
  190.  
  191. .title a {
  192. font-size:15px;
  193. font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  194. color:#000;
  195. background: {color:link hover bg};
  196. line-height:1.15em;
  197. font-weight:;
  198. {block:ifSpacedTitle}letter-spacing:2px; margin-right:-.25em;{/block:ifSpacedTitle}
  199. {block:ifUppercaseTitle}text-transform:lowercase;{/block:ifUppercaseTitle}
  200. }
  201. .nav {
  202. margin-top:15px;
  203. letter-spacing:1px;
  204. font-style:italic;
  205. font-size:9px;
  206. }
  207. .link_b .nav a {
  208. border-bottom:px solid;
  209. }
  210. .link_u .nav a {
  211. text-decoration:underline;
  212. }
  213. .nav a:hover {
  214. color:{color:link hover};
  215. background-color:{color:link hover bg};
  216. }
  217. .nav .sp {
  218. {block:ifInlineNav}display:inline-block;
  219. width:.67em;{/block:ifInlineNav}
  220. }
  221. .nav .sp:last-child {
  222. width:0px;
  223. }
  224. #content {
  225. margin:75px 0px;
  226. }
  227. .entry {
  228. margin-bottom:75px;
  229. margin-bottom:{text:post spacing}px;
  230. position:relative;
  231. }
  232. .entry:last-child {
  233. margin-bottom:0px;
  234. }
  235. .post {
  236. position:relative;
  237. overflow:hidden;
  238. }
  239. .link_b .post a {
  240. border-bottom:1px solid;
  241. }
  242. .link_u .post a {
  243. text-decoration:underline;
  244. }
  245. .post a:hover {
  246. color:{color:link hover};
  247. background-color:{color:link hover bg};
  248. }
  249. .post img {
  250. max-width:100%;
  251. height:auto;
  252. }
  253. .info {
  254. margin-top:.67em;
  255. text-align:;
  256. font-size:9px;
  257. }
  258. .link_b .info a {
  259. border-bottom:px solid;
  260. }
  261. .link_u .info a {
  262. text-decoration:;
  263. }
  264. .info a:hover {
  265. color:{color:link hover};
  266. background-color:{color:link hover bg};
  267. }
  268. .info .sp {
  269. display:inline-block;
  270. width:.67em;
  271. }
  272. .info .sp:last-child {
  273. display:none;
  274. }
  275. .tagged {
  276. {block:IndexPage}{block:ifNotShowTags}display:none;{/block:ifNotShowTags}{/block:IndexPage}
  277. }
  278. .caption,
  279. .body,
  280. .source {
  281. margin-top:.67em;
  282. }
  283. .caption:first-child,
  284. .body:first-child,
  285. .source:first-child {
  286. margin-top:0px;
  287. }
  288. .caption *:first-child,
  289. .body *:first-child,
  290. .source *:first-child {
  291. margin-top:0px;
  292. }
  293. .caption *:last-child,
  294. .body *:last-child,
  295. .source *:last-child {
  296. margin-bottom:0px;
  297. }
  298. .caption {
  299. {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
  300. }
  301. .source {
  302. text-align:right;
  303. }
  304. .media {
  305. overflow:hidden;
  306. }
  307. .media img,
  308. .media .photoset {
  309. max-width:100%;
  310. display:block;
  311. margin:0px auto;
  312. }
  313. .video iframe {
  314. display:block;
  315. width:100%;
  316. }
  317. .question,
  318. .quote {
  319. font-weight:;
  320. text-align:justify;
  321. }
  322. .chat .line {
  323. text-align:left;
  324. }
  325. .chat .label {
  326. margin-right:.5em;
  327. font-weight:bold;
  328. }
  329. .post .audio {
  330. text-align:left;
  331. background-color:rgba(0,0,0,1);
  332. padding:3px;
  333. height:27px;
  334. margin:auto;
  335. overflow:hidden;
  336. }
  337. .post .audio .plyr {
  338. width:27px;
  339. height:27px;
  340. overflow:hidden;
  341. position:absolute;
  342. }
  343. .post .audio .track {
  344. width:100%;
  345. height:27px;
  346. left:32px;
  347. position:relative;
  348. line-height:27px;
  349. overflow:hidden;
  350. text-transform:uppercase;
  351. font-size:7px;
  352. font-weight:lighter;
  353. letter-spacing:2px;
  354. color:rgba(255,255,255,.80);
  355. }
  356. .post .notes ol {
  357. list-style-type:none;
  358. padding:0px;
  359. }
  360. .post .notes a {
  361. text-decoration:none;
  362. border-bottom:0px;
  363. background-color:transparent;
  364. color:inherit;
  365. }
  366. .post .notes img {
  367. display:none;
  368. }
  369. .pagination {
  370. text-align:right;
  371. {block:ifNotUppercase}text-transform:lowercase;{/block:ifNotUppercase}
  372. {block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}
  373. }
  374. .link_b .pagination a {
  375. border-bottom:1px solid;
  376. }
  377. .link_u .pagination a {
  378. text-decoration:underline;
  379. }
  380. .pagination a:hover {
  381. color:{color:link hover};
  382. background-color:{color:link hover bg};
  383. }
  384. .pagination .sp {
  385. display:inline-block;
  386. width:.67em;
  387. }
  388. #infscr-loading {
  389. display:none!important;
  390. }
  391. #tumblr_controls {
  392. -webkit-filter:invert(90%);
  393. opacity:.67;
  394. }
  395. #cr {
  396. bottom:0px;
  397. right:0px;
  398. position:fixed;
  399. z-index:1000;
  400. padding:8px 9px;
  401. background-color:{color:background};
  402. }
  403. #cr a {
  404. font-size:8px;
  405. line-height:8px;
  406. background-color:transparent;
  407. font-family:calibri;
  408. letter-spacing:0px;
  409. color:#4f4f4f;
  410. }
  411. </style>
  412. </head>
  413. <body>
  414. <div id="main" class="layout_{select:layout} align_{select:align} link_{select:link style}">
  415. <div id="content">
  416. <div id="{select:layout}">{block:Description}<div class="description">{Description}</div>{/block:Description}<div class="title"><a href="/">{Title}</a></div><div class="nav">{block:ifHomeLink}<a href="/about">{text:home link}</a>,<div class="sp"></div>{/block:ifHomeLink}{block:ifArchiveLink}<a href="/archive">{text:archive link}</a><div class="sp"></div>{/block:ifArchiveLink}{block:ifAskLink}<a href="/faq">{text:ask link}</a>,<div class="sp"></div>{/block:ifAskLink}{block:ifLink1}<a href="{text:link 1 url}">{text:link 1}</a>,<div class="sp"></div>{/block:ifLink1}{block:ifLink2}<a href="{text:link 2 url}">{text:link 2}</a><div class="sp"></div>{/block:ifLink2}{block:ifLink3}<a href="{text:link 3 url}">{text:link 3}</a><div class="sp"></div>{/block:ifLink3}{block:ifLink4}<a href="{text:link 4 url}">{text:link 4}</a><div class="sp"></div>{/block:ifLink4}{block:ifLink5}<a href="{text:link 5 url}">{text:link 5}</a><div class="sp"></div>{/block:ifLink5}{block:ifLink6}<a href="{text:link 6 url}">{text:link 6}</a>{/block:ifLink6}</div></div>
  417. {block:Posts}<article class="entry"><div class="post">
  418. {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}
  419. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  420. <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
  421. </div>
  422. {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}
  423. </article>
  424. {block:PostNotes}<!-- post notes --><article class="entry"><div class="post n"><div class="notes">{PostNotes}</div></div></article>{/block:PostNotes}
  425. {/block:Posts}
  426. {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 length="5"}{block:CurrentPage}<span class="current">{PageNumber}</span><span class="sp"></span>{/block:CurrentPage}{block:JumpPage}<a class="jump" href="{URL}">{PageNumber}</a><span class="sp"></span>{/block:JumpPage}{/block:JumpPagination}{/block:ifJumpPagination}{block:NextPage}<a class="next" href="{NextPage}">{lang:Next}</a>{/block:NextPage}</div>{/block:Pagination}
  427. </div>
  428. </div>
  429. <div id="cr"><script language="JavaScript">
  430. var ref = (''+document.referrer+'');
  431. var w_h = window.screen.width + " x " + window.screen.height;
  432. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4091188&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  433. </script></div>
  434. {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}
  435. </body>
  436. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement