Advertisement
rasperries

copp

Nov 17th, 2014
223
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. .question,body {
  84. margin:0px;
  85. background-color:{color:background};
  86. color:{color:text};
  87. font-family:arial;
  88. font-size:10px;
  89. font-weight:normal;
  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; margin-left:550px;
  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:155px;
  177. }
  178. #right {
  179. margin-left:250px;
  180. padding-left:75px;
  181. width:160px;
  182. }
  183. .description {
  184. margin-bottom:5px;
  185. margin-top:5px;
  186. color:#606060;
  187. text-align:left;
  188. line-height:120%;
  189. }
  190.  
  191. .title a {
  192. font-size:24px;
  193. font-family:helvetica;
  194. color:#000;
  195. cursor:help!important;
  196. background:#fff;
  197. line-height:1.15em;
  198. font-weight:bold;text-transform:lowercase;
  199. {block:ifSpacedTitle}letter-spacing:px; margin-right:-.25em;{/block:ifSpacedTitle}
  200. {block:ifUppercaseTitle}text-transform:lowercase;{/block:ifUppercaseTitle}
  201. }
  202. .nav {
  203. margin-top:5px;
  204. font-family:courier;
  205. font-size:8px;
  206. letter-spacing:1px;
  207. text-transform:uppercase;
  208. color:#000;
  209. }
  210. .link_b .nav a {
  211. border-bottom:px solid;
  212. }
  213. .link_u .nav a {
  214. text-decoration:underline;
  215. }
  216. .nav a:hover {
  217. color:{color:link hover};
  218. background-color:{color:link hover bg};
  219. }
  220. .nav .sp {
  221. {block:ifInlineNav}display:inline-block;
  222. width:.67em;{/block:ifInlineNav}
  223. }
  224. .nav .sp:last-child {
  225. width:0px;
  226. }
  227. #content {
  228. margin:75px 0px;
  229. }
  230. .entry {
  231. margin-bottom:75px;
  232. margin-bottom:{text:post spacing}px;
  233. position:relative;
  234. }
  235. .entry:last-child {
  236. margin-bottom:0px;
  237. }
  238. .post {
  239. position:relative;
  240. overflow:hidden;
  241. }
  242. .link_b .post a {
  243. border-bottom:1px solid;
  244. }
  245. .link_u .post a {
  246. text-decoration:underline;
  247. }
  248. .post a:hover {
  249. color:{color:link hover};
  250. background-color:{color:link hover bg};
  251. }
  252. .post img {
  253. max-width:100%;
  254. height:auto;
  255. }
  256. .info {
  257. font-family:courier;
  258. font-size:8px;
  259. letter-spacing:1px;
  260. text-transform:uppercase;
  261. margin-top:.67em;
  262. text-align:center;
  263. color:#000;
  264. }
  265. .link_b .info a {
  266. border-bottom:px solid;
  267. }
  268. .link_u .info a {
  269. text-decoration:;
  270. }
  271. .info a:hover {
  272. color:{color:link hover};
  273. background-color:{color:link hover bg};
  274. }
  275. .info .sp {
  276. display:inline-block;
  277. width:.67em;
  278. }
  279. .info .sp:last-child {
  280. display:none;
  281. }
  282. .tagged {
  283. {block:IndexPage}{block:ifNotShowTags}display:none;{/block:ifNotShowTags}{/block:IndexPage}
  284. }
  285. .caption,
  286. .body,
  287. .source {
  288. margin-top:.67em;
  289. }
  290. .caption:first-child,
  291. .body:first-child,
  292. .source:first-child {
  293. margin-top:0px;
  294. }
  295. .caption *:first-child,
  296. .body *:first-child,
  297. .source *:first-child {
  298. margin-top:0px;
  299. }
  300. .caption *:last-child,
  301. .body *:last-child,
  302. .source *:last-child {
  303. margin-bottom:0px;
  304. }
  305. .caption {
  306. {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
  307. }
  308. .source {
  309. text-align:right;
  310. }
  311. .media {
  312. overflow:hidden;
  313. }
  314. .media img,
  315. .media .photoset {
  316. max-width:100%;
  317. display:block;
  318. margin:0px auto;
  319. }
  320. .video iframe {
  321. display:block;
  322. width:100%;
  323. }
  324.  
  325. .quote {
  326. font-weight:bold;
  327. font-size:15px;
  328. line-height:120%;
  329. text-align:justify;
  330. font-style:italic;
  331. color:black;
  332. }
  333. .chat .line {
  334. text-align:left;
  335. }
  336. .chat .label {
  337. margin-right:.5em;
  338. font-weight:bold;
  339. }
  340. .post .audio {
  341. text-align:left;
  342. background-color:rgba(0,0,0,1);
  343. padding:3px;
  344. height:27px;
  345. margin:auto;
  346. overflow:hidden;
  347. }
  348. .post .audio .plyr {
  349. width:27px;
  350. height:27px;
  351. overflow:hidden;
  352. position:absolute;
  353. }
  354. .post .audio .track {
  355. width:100%;
  356. height:27px;
  357. left:32px;
  358. position:relative;
  359. line-height:27px;
  360. overflow:hidden;
  361. text-transform:uppercase;
  362. font-size:6px;
  363. font-weight:lighter;
  364. letter-spacing:2px;
  365. color:rgba(255,255,255,.80);
  366. }
  367. .post .notes ol {
  368. list-style-type:none;
  369. padding:0px;
  370. }
  371. .post .notes a {
  372. text-decoration:none;
  373. border-bottom:0px;
  374. background-color:transparent;
  375. color:inherit;
  376. }
  377. .post .notes img {
  378. display:none;
  379. }
  380. .pagination {
  381. text-align:right;
  382. letter-spacing:1px;
  383. font-size:8px;
  384. {block:ifNotUppercase}text-transform:uppercase;{/block:ifNotUppercase}
  385. {block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}
  386. }
  387. .link_b .pagination a {
  388. border-bottom:1px solid;
  389. }
  390. .link_u .pagination a {
  391. text-decoration:underline;
  392. }
  393. .pagination a:hover {
  394. color:{color:link hover};
  395. background-color:{color:link hover bg};
  396. }
  397. .pagination .sp {
  398. display:inline-block;
  399. width:.67em;
  400. }
  401. #infscr-loading {
  402. display:none!important;
  403. }
  404. #tumblr_controls {
  405. -webkit-filter:invert(90%);
  406. opacity:.67;
  407. }
  408. #cr {
  409. bottom:0px;
  410. right:0px;
  411. position:fixed;
  412. z-index:1000;
  413. padding:8px 9px;
  414. background-color:{color:background};
  415. }
  416. #cr a {
  417. font-size:8px;
  418. line-height:8px;
  419. background-color:transparent;
  420. font-family:calibri;
  421. letter-spacing:0px;
  422. color:#4f4f4f;
  423. }
  424. </style>
  425. </head>
  426. <body>
  427. <div id="main" class="layout_{select:layout} align_{select:align} link_{select:link style}">
  428. <div id="content">
  429. <div id="{select:layout}"><div class="title"><a href="/">{Title}</a></div>{block:Description}<div class="description">{Description}</div>{/block:Description}<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}<br>{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}<br><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://freehostedscripts.net/ocounter.php?site=ID4522045&e1=Person Online&e2=People Online&r=' + ref + '&wh=' + w_h + '"><\/script>');
  433. </script></div></div>
  434. {block:Posts}<article class="entry"><div class="post">
  435. {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}
  436. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  437. <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
  438. </div>
  439. {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}</a>&nbsp;/&nbsp;{/block:ifShowDate}{block:ifShowNotes}<a href="{Permalink}">{NoteCount}&nbsp;N</a>{/block:ifShowNotes}<br>{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}
  440. </article>
  441. {block:PostNotes}<!-- post notes --><article class="entry"><div class="post n"><div class="notes">{PostNotes}</div></div></article>{/block:PostNotes}
  442. {/block:Posts}
  443. {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:NextPage}<a class="next" href="{NextPage}">{lang:Next}</a>{/block:NextPage}</div>{/block:Pagination}
  444. </div>
  445. </div>
  446. <div id="cr"></div>
  447. {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}
  448. </body>
  449. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement