Advertisement
rasperries

selkas 5.0

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