Advertisement
rasperries

selkas fav 4

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