Advertisement
rasperries

clouds (fail)

Nov 12th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.77 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.  
  66. <meta name="image:sidebar" content="" />
  67.  
  68. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  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';
  87. font-size:10px;
  88. font-weight:lighter;
  89. text-align:justify;
  90. letter-spacing: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.  
  127.  
  128. h1 {
  129. padding:0 15px;
  130. font-family:courier new, courier;
  131. border-left:3px solid #ddd;
  132. font-size:11px;
  133. margin-bottom:15px;
  134. font-weight:lighter;
  135. color:#000;
  136. line-height:1.25em;
  137. margin:0px;
  138. }
  139. h2, h3, h4, h5, h6, .caption h1 {
  140. font-size:10px;
  141. margin:.67em 0px;
  142. }
  143. #main {
  144. width:325px;
  145. width:{text:post size}px;
  146. margin-bottom:50px;
  147. max-width:700px;
  148. }
  149. .layout_left {
  150. padding-left:10px;
  151. }
  152. .layout_right {
  153. padding-right:250px;
  154. }
  155. .align_center {
  156. margin:0px auto;
  157. }
  158. .align_left {
  159. position:absolute;
  160. left:75px;
  161. }
  162. .align_right {
  163. position:absolute;
  164. right:75px;
  165. }
  166. #top {
  167. margin:0px auto 75px;
  168. text-align:left;
  169. }
  170. #left, #right {
  171. position:fixed;
  172. top:75px;
  173. text-align:left;
  174. }
  175. #left {
  176. margin-left:-330px;
  177. margin-top:200px;
  178. width:255px;
  179. }
  180. #right {
  181. margin-left:300px;
  182. margin-left:380px;
  183. padding-left:75px;
  184. width:160px;
  185. }
  186. .description {
  187. margin-left:px;
  188. text-align:left;
  189. margin-top:5px;
  190. line-height:125%;
  191. }
  192.  
  193. .title { font-family: 'Inconsolata';
  194. color: {color:title};
  195. font-size: 13px;
  196. text-transform: uppercase;
  197. letter-spacing: 2px;
  198. margin-bottom: 8px; }
  199.  
  200. .icon { width: 60px;
  201. height: 60px;
  202. border-radius: 40px 40px 40px 40px;
  203. -webkit-border-radius: 40px 40px 40px 40px;
  204. -moz-border-radius: 40px 40px 40px 40px;
  205. -o-border-radius: 40px 40px 40px 40px;
  206. float: left;
  207. margin: 0px 12px 0px 0px;}
  208.  
  209. .title a {
  210. font-family:inconsolata, consolas, 'courier new', monospace;
  211. color: {color:title};
  212. font-size: 13px;
  213. text-transform: uppercase;
  214. letter-spacing: 2px;
  215. margin-bottom: 8px;
  216. }
  217. .nav {
  218. letter-spacing:px;
  219. font-style:;
  220. font-size:9px;
  221. }
  222. .link_b .nav a {
  223. border-bottom:px solid;
  224. }
  225. .link_u .nav a {
  226. text-decoration:underline;
  227. }
  228. .nav a:hover {
  229. color:{color:link hover};
  230. background-color:{color:link hover bg};
  231. }
  232. .nav .sp {
  233. {block:ifInlineNav}display:inline-block;
  234. width:.67em;{/block:ifInlineNav}
  235. }
  236. .nav .sp:last-child {
  237. width:0px;
  238. }
  239. #content {
  240. margin:75px 0px;
  241. }
  242. .entry {
  243. margin-bottom:75px;
  244. margin-bottom:{text:post spacing}px;
  245. position:relative;
  246. }
  247. .entry:last-child {
  248. margin-bottom:0px;
  249. }
  250. .post {
  251. position:relative;
  252. overflow:hidden;
  253. }
  254. .link_b .post a {
  255. border-bottom:1px solid;
  256. }
  257. .link_u .post a {
  258. text-decoration:underline;
  259. }
  260. .post a:hover {
  261. color:{color:link hover};
  262. background-color:{color:link hover bg};
  263. }
  264. .post img {
  265. max-width:100%;
  266. height:auto;
  267. }
  268. .info {
  269. margin-top:.67em;
  270. text-align:;
  271. }
  272. .link_b .info a {
  273. border-bottom:px solid;
  274. }
  275. .link_u .info a {
  276. text-decoration:;
  277. }
  278. .info a:hover {
  279. color:{color:link hover};
  280. background-color:{color:link hover bg};
  281. }
  282. .info .sp {
  283. display:inline-block;
  284. width:.67em;
  285. }
  286. .info .sp:last-child {
  287. display:none;
  288. }
  289. .tagged {
  290. {block:IndexPage}{block:ifNotShowTags}display:none;{/block:ifNotShowTags}{/block:IndexPage}
  291. }
  292. .caption,
  293. .body,
  294. .source {
  295. margin-top:.67em;
  296. }
  297. .caption:first-child,
  298. .body:first-child,
  299. .source:first-child {
  300. margin-top:0px;
  301. }
  302. .caption *:first-child,
  303. .body *:first-child,
  304. .source *:first-child {
  305. margin-top:0px;
  306. }
  307. .caption *:last-child,
  308. .body *:last-child,
  309. .source *:last-child {
  310. margin-bottom:0px;
  311. }
  312. .caption {
  313. {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
  314. }
  315. .source {
  316. text-align:right;
  317. }
  318. .media {
  319. overflow:hidden;
  320. }
  321. .media img,
  322. .media .photoset {
  323. max-width:100%;
  324. display:block;
  325. margin:0px auto;
  326. }
  327. .video iframe {
  328. display:block;
  329. width:100%;
  330. }
  331. .question,
  332. .quote {
  333. font-weight:;
  334. text-align:justify;
  335. }
  336. .chat .line {
  337. text-align:left;
  338. }
  339. .chat .label {
  340. margin-right:.5em;
  341. font-weight:bold;
  342. }
  343. .post .audio {
  344. text-align:left;
  345. background-color:rgba(0,0,0,1);
  346. padding:3px;
  347. height:27px;
  348. margin:auto;
  349. overflow:hidden;
  350. }
  351. .post .audio .plyr {
  352. width:27px;
  353. height:27px;
  354. overflow:hidden;
  355. position:absolute;
  356. }
  357. .post .audio .track {
  358. width:100%;
  359. height:27px;
  360. left:32px;
  361. position:relative;
  362. line-height:27px;
  363. overflow:hidden;
  364. text-transform:uppercase;
  365. font-size:8px;
  366. font-weight:lighter;
  367. letter-spacing:2px;
  368. color:rgba(255,255,255,.80);
  369. }
  370. .post .notes ol {
  371. list-style-type:none;
  372. padding:0px;
  373. }
  374. .post .notes a {
  375. text-decoration:none;
  376. border-bottom:0px;
  377. background-color:transparent;
  378. color:inherit;
  379. }
  380. .post .notes img {
  381. display:none;
  382. }
  383.  
  384. .pagination {
  385. text-align:right;
  386. letter-spacing:1px;
  387. font-size:8px;
  388. {block:ifNotUppercase}text-transform:uppercase;{/block:ifNotUppercase}
  389. {block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}
  390. }
  391. .link_b .pagination a {
  392. border-bottom:1px solid;
  393. }
  394. .link_u .pagination a {
  395. text-decoration:underline;
  396. }
  397. .pagination a:hover {
  398. color:{color:link hover};
  399. background-color:{color:link hover bg};
  400. }
  401. .pagination .sp {
  402. display:inline-block;
  403. width:.67em;
  404. }
  405. #infscr-loading {
  406. display:none!important;
  407. }
  408. #tumblr_controls {
  409. -webkit-filter:invert(90%);
  410. opacity:.67;
  411. }
  412. #cr {
  413. bottom:0px;
  414. right:0px;
  415. position:fixed;
  416. z-index:1000;
  417. padding:8px 9px;
  418. background-color:{color:background};
  419. }
  420. #cr a {
  421. font-size:8px;
  422. line-height:8px;
  423. background-color:transparent;
  424. font-family:calibri;
  425. letter-spacing:0px;
  426. color:#4f4f4f;
  427. }
  428.  
  429.  
  430.  
  431. </style>
  432. </head>
  433. <body>
  434. <div id="main" class="layout_{select:layout} align_{select:align} link_{select:link style}">
  435. <div id="content">
  436. <div id="{select:layout}"><img src="{image:sidebar}" class="icon"><a href="/" class="title">{Title}</a>&nbsp;{block:IfLinkA}
  437. <a href="{text:link url a}">{text:link a}</a>&emsp;
  438. {/block:IfLinkA}
  439. {block:IfLinkB}
  440. <a href="{text:link url b}">{text:link b}</a>&emsp;
  441. {/block:IfLinkB}
  442. {block:IfLinkC}
  443. <a href="{text:link url c}">{text:link c}</a>&emsp;
  444. {/block:IfLinkC}
  445. {block:IfLinkD}
  446. <a href="{text:link url d}">{text:link d}</a>
  447. {/block:IfLinkD}{block:Description}<div class="description">{Description}</div>{/block:Description}</div></div>
  448. {block:Posts}<article class="entry"><div class="post">
  449. {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}
  450. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  451. <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
  452. </div>
  453. {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}
  454. </article>
  455. {block:PostNotes}<!-- post notes --><article class="entry"><div class="post n"><div class="notes">{PostNotes}</div></div></article>{/block:PostNotes}
  456. {/block:Posts}
  457. {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}
  458. </div>
  459. </div>
  460. <div id="cr"><script language="JavaScript">
  461. var ref = (''+document.referrer+'');
  462. var w_h = window.screen.width + " x " + window.screen.height;
  463. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4091188&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  464. </script></div>
  465. {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}
  466. </body>
  467. </html>
  468. </body>
  469. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement