Advertisement
rasperries

selkas as

Dec 4th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.33 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.  
  70. <meta name="image:Sidebar" content=""/>
  71.  
  72. <meta name="if:Round Sidebar" content="0"/>
  73. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  74. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  75. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
  76. <style type="text/css">
  77. ::-webkit-scrollbar {
  78. width:4px;
  79. height:4px;
  80. background-color:{color:background};
  81. }
  82. ::-webkit-scrollbar-track {
  83. background-color:inherit;
  84. }
  85. ::-webkit-scrollbar-thumb {
  86. background-color:{color:scrollbar};
  87. }
  88. body {
  89. margin:0px;
  90. background-color:{color:background};
  91. color:{color:text};
  92. font-family: 'Lato', sans-serif;
  93. font-weight:300;
  94. font-size:9px;
  95. text-align:justify;
  96. letter-spacing:0.03em;
  97. line-height:120%;
  98. word-wrap:break-word;
  99. {block:ifUppercase}text-transform:uppercase;{/block:ifUppercase}
  100. {block:ifLetterSpacing}letter-spacing:1px;{/block:ifLetterSpacing}
  101. {block:ifBackgroundImage}background-image:url('{image:background}');
  102. background-attachment:fixed;
  103. {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}{/block:ifBackgroundImage}
  104. }
  105. body {
  106. cursor: url(http://static.tumblr.com/aegsbm3/yx8mynbjg/cursor__3_.png), crosshair;
  107. }
  108. blockquote, ol, ul, p, pre {
  109. margin-top:.67em;
  110. margin-bottom:.67em;
  111. }
  112. blockquote {
  113. margin-left:0px;
  114. margin-right:0px;
  115. padding:0px 0px 0px 12px;
  116. border-left:1px dashed {color:border};
  117. }
  118. pre {
  119. white-space:normal;
  120. font-family:'courier new', courier, monospace;
  121. padding:5px;
  122. background-color:rgba(0,0,0,.03);
  123. }
  124. img {
  125. border:0px;
  126. }
  127. a {
  128. color:inherit;
  129. text-decoration:none;
  130. }
  131. a:hover {
  132. cursor:help;}
  133. small, sub {
  134. font-size:9px;
  135. vertical-align:baseline;
  136. }
  137. h1 {
  138. padding:0 0px;
  139. font-family:arial;
  140. border-left:px solid #ddd;
  141. font-size:11px;
  142. margin-bottom:15px;
  143. font-weight:lighter;
  144. color:#808080;
  145. line-height:1.25em;
  146. margin:0px;
  147. }
  148. h2, h3, h4, h5, h6, .caption h1 {
  149. font-size:10px;
  150. margin:.67em 0px;
  151. }
  152. #main {
  153. width:300px;
  154. width:{text:post size}px;
  155. max-width:700px;
  156. }
  157. .layout_left {
  158. padding-left:10px;
  159. }
  160. .layout_right {
  161. padding-right:250px;
  162. }
  163. .align_center {
  164. margin:0px auto;
  165. }
  166. .align_left {
  167. position:absolute;
  168. left:75px;
  169. }
  170. .align_right {
  171. position:absolute;
  172. right:75px;
  173. }
  174. #top {
  175. margin:0px auto 75px;
  176. text-align:left;
  177. }
  178. #left, #right {
  179. position:fixed;
  180. top:px;
  181. text-align:left;
  182. }
  183. #left {
  184. margin-left:-210px;
  185. margin-top:00px;
  186. text-align:justify;
  187. width:150px;
  188. }
  189. #right {
  190. margin-left:390px;
  191. padding-left:85px;
  192. width:165px;
  193. }
  194. .description {
  195. margin-bottom:5px;
  196. text-align:justify;
  197. margin-top:20px;
  198. line-height:150%;
  199. }
  200.  
  201. .title a {
  202. font-size:22px;
  203. font-family:arial;
  204. letter-spacing:px;
  205. color:#000;
  206. background: {color:link hover bg};
  207. line-height:1.15em;
  208. font-weight:bold;
  209. {block:ifSpacedTitle}letter-spacing:px; margin-right:-.25em;{/block:ifSpacedTitle}
  210. {block:ifUppercaseTitle}text-transform:lowercase;{/block:ifUppercaseTitle}
  211. }
  212. .nav {
  213. margin-top:0px;
  214. letter-spacing:1px;
  215. text-transform:uppercase;
  216. font-family:arial;
  217. font-size:7px;
  218. }
  219. .link_b .nav a {
  220. border-bottom:px solid;
  221. }
  222. .link_u .nav a {
  223. text-decoration:underline;
  224. }
  225. .nav a:hover {
  226. color:{color:link hover};
  227. background-color:{color:link hover bg};
  228. }
  229. .nav .sp {
  230. {block:ifInlineNav}display:inline-block;
  231. width:.67em;{/block:ifInlineNav}
  232. }
  233. .nav .sp:last-child {
  234. width:0px;
  235. }
  236.  
  237.  
  238. #sidebar {
  239. text-align:right;
  240. height:1500px;
  241. position:fixed;
  242. margin-top:-100px;
  243. margin-left:-20px;
  244. z-index:99;
  245. width:180px;
  246. padding-right:20px;
  247. border-right:1px dashed {color:border};
  248. }
  249.  
  250. #sidebarim {
  251. margin-bottom:8px;
  252. margin-top:200px;
  253. }
  254.  
  255. #sidebarim img {
  256. width:180px;
  257. height:automatic;
  258. text-align:left;
  259.  
  260. }
  261.  
  262. #blogt {
  263. font-size:12px;
  264. letter-spacing:1px;
  265. text-transform:uppercase;
  266. font-family:courier;
  267. margin-top:-12px;
  268. }
  269.  
  270. #links {
  271.  
  272. margin-top:10px;
  273. margin-bottom:10px;
  274. margin-left:0px;
  275. line-height:25px;
  276. text-align:right;
  277. font-size:7px;
  278. }
  279.  
  280. #links a {
  281. text-align:right;
  282. margin-right:0px;
  283. display:inline-block;
  284. margin-bottom:7px;
  285. text-transform:uppercase;
  286. letter-spacing:1px;
  287. width:180px;
  288. font-weight:;
  289. border-bottom:1px dashed #f0f0f0;
  290. }
  291.  
  292. #links a:hover {
  293. text-decoration:none;
  294. color:{color:link hover};
  295. }
  296.  
  297.  
  298.  
  299. #content {
  300. margin:75px 0px;
  301. }
  302. .entry {
  303. margin-bottom:75px;
  304. margin-bottom:{text:post spacing}px;
  305. position:relative;
  306. }
  307. .entry:last-child {
  308. margin-bottom:0px;
  309. }
  310. .post {
  311. position:relative;
  312. overflow:hidden;
  313. }
  314. .link_b .post a {
  315. border-bottom:1px solid;
  316. }
  317. .link_u .post a {
  318. text-decoration:underline;
  319. }
  320. .post a:hover {
  321. color:{color:link hover};
  322. background-color:{color:link hover bg};
  323. }
  324. .post img {
  325. max-width:100%;
  326. height:auto;
  327. }
  328. .info {
  329. margin-top:15px;
  330. text-align:center;
  331. letter-spacing:1px;
  332. color:#aaa;
  333. font-weight:lighter;
  334. text-transform:uppercase;
  335. font-size:6px;
  336. }
  337. .link_b .info a {
  338. border-bottom:px solid;
  339. }
  340. .link_u .info a {
  341. text-decoration:;
  342. }
  343. .info a:hover {
  344. color:{color:link hover};
  345. background-color:{color:link hover bg};
  346. }
  347. .info .sp {
  348. display:inline-block;
  349. width:.67em;
  350. }
  351. .info .sp:last-child {
  352. display:none;
  353. }
  354. .tagged {
  355. {block:IndexPage}{block:ifNotShowTags}display:none;{/block:ifNotShowTags}{/block:IndexPage}
  356. }
  357. .caption,
  358. .body,
  359. .source {
  360. margin-top:.67em;
  361. }
  362. .caption:first-child,
  363. .body:first-child,
  364. .source:first-child {
  365. margin-top:0px;
  366. }
  367. .caption *:first-child,
  368. .body *:first-child,
  369. .source *:first-child {
  370. margin-top:0px;
  371. }
  372. .caption *:last-child,
  373. .body *:last-child,
  374. .source *:last-child {
  375. margin-bottom:0px;
  376. }
  377. .caption {
  378. {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
  379. }
  380. .source {
  381. text-align:right;
  382. }
  383. .media {
  384. overflow:hidden;
  385. }
  386. .media img,
  387. .media .photoset {
  388. max-width:100%;
  389. display:block;
  390. margin:0px auto;
  391. }
  392. .video iframe {
  393. display:block;
  394. width:100%;
  395. }
  396. .question,
  397. .quote {
  398. font-weight:;
  399. text-align:justify;
  400. }
  401. .chat .line {
  402. text-align:left;
  403. }
  404. .chat .label {
  405. margin-right:.5em;
  406. font-weight:bold;
  407. }
  408. .post .audio {
  409. text-align:left;
  410. background-color:rgba(0,0,0,1);
  411. padding:3px;
  412. height:27px;
  413. margin:auto;
  414. overflow:hidden;
  415. }
  416. .post .audio .plyr {
  417. width:27px;
  418. height:27px;
  419. overflow:hidden;
  420. position:absolute;
  421. }
  422. .post .audio .track {
  423. width:100%;
  424. height:27px;
  425. left:32px;
  426. position:relative;
  427. line-height:27px;
  428. overflow:hidden;
  429. text-transform:uppercase;
  430. font-size:6px;
  431. font-weight:lighter;
  432. letter-spacing:2px;
  433. color:rgba(255,255,255,.80);
  434. }
  435. .post .notes ol {
  436. list-style-type:none;
  437. padding:0px;
  438. }
  439. .post .notes a {
  440. text-decoration:none;
  441. border-bottom:0px;
  442. background-color:transparent;
  443. color:inherit;
  444. }
  445. .post .notes img {
  446. display:none;
  447. }
  448. .pagination {
  449. text-align:right;
  450. letter-spacing:1px;
  451. font-size:8px;
  452. {block:ifNotUppercase}text-transform:uppercase;{/block:ifNotUppercase}
  453. {block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}
  454. }
  455. .link_b .pagination a {
  456. border-bottom:1px solid;
  457. }
  458. .link_u .pagination a {
  459. text-decoration:underline;
  460. }
  461. .pagination a:hover {
  462. color:{color:link hover};
  463. background-color:{color:link hover bg};
  464. }
  465. .pagination .sp {
  466. display:inline-block;
  467. width:.67em;
  468. }
  469. #infscr-loading {
  470. display:none!important;
  471. }
  472. #tumblr_controls {
  473. -webkit-filter:invert(90%);
  474. opacity:.67;
  475. }
  476. #cr {
  477. bottom:0px;
  478. right:0px;
  479. position:fixed;
  480. z-index:1000;
  481. padding:8px 9px;
  482. background-color:{color:background};
  483. }
  484. #cr a {
  485. font-size:7px;
  486. line-height:8px;
  487. background-color:transparent;
  488. font-family:arial;
  489. letter-spacing:0px;
  490. color:#4f4f4f;
  491. }
  492. </style>
  493. </head>
  494. <body>
  495. <div id="main" class="layout_{select:layout} align_{select:align} link_{select:link style}">
  496. <div id="content">
  497. <div id="{select:layout}"><div id="sidebar">
  498. <div id="sidebarim"><a href="/"><img src="{image:sidebar}"></a></div>
  499. <div id="description">trish, twenty one, gemini.<br><i>no one has to know what we do - his hands are in my hair, his clothes are in my room.</i></div>
  500. <div id="links">
  501. <a href="/about">info</a>
  502. <a href="/faq">mssg</a>
  503. {block:ifLink3}<a href="{text:Link 3 URL}" >{text:Link 3}</a>{/block:ifLink3}
  504. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}
  505. </div>
  506. </div></div>
  507. {block:Posts}<article class="entry"><div class="post">
  508. {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}
  509. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  510. <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
  511. </div>
  512. {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}">{NoteCount}</a>&nbsp;N {/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}
  513. </article>
  514. {block:PostNotes}<!-- post notes --><article class="entry"><div class="post n"><div class="notes">{PostNotes}</div></div></article>{/block:PostNotes}
  515. {/block:Posts}
  516. {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}
  517. </div>
  518. </div>
  519. <div id="cr"><script language="JavaScript">
  520. var ref = (''+document.referrer+'');
  521. var w_h = window.screen.width + " x " + window.screen.height;
  522. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4496455&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  523. </script></div>
  524. {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}
  525. </body>
  526. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement