Advertisement
rasperries

selkas georgia left

Sep 11th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--
  5.  
  6. theme by selkas.tumblr.com
  7.  
  8. -->
  9. <title>{Title}</title>
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  11. <meta name="image:background" content=""/>
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:text" content="#242424"/>
  14. <meta name="color:hover" content="#242424"/>
  15. <meta name="color:border" content="#242424"/>
  16. <meta name="color:scrollbar" content="#242424"/>
  17. <meta name="if:centered posts" content="1"/>
  18. <meta name="if:centered sidebar" content="0"/>
  19. <meta name="select:font" content="consolas, 'courier new', monospace" title="consolas"/>
  20. <meta name="select:font" content="georgia, times, 'times new roman', serif" title="georgia"/>
  21. <meta name="select:font" content="times, 'times new roman', serif" title="times"/>
  22. <meta name="select:navigation" content="roman" title="roman"/>
  23. <meta name="select:navigation" content="hiragana" title="hiragana"/>
  24. <meta name="select:navigation" content="cjk-ideographic" title="ideographic"/>
  25. <meta name="select:font" content="" title="other (enter below)"/>
  26. <meta name="select:font size" content="9px" title="9px"/>
  27. <meta name="select:font size" content="10px" title="10px"/>
  28. <meta name="select:font size" content="11px" title="11px"/>
  29. <meta name="select:font size" content="12px" title="12px"/>
  30. <meta name="if:header version" content="0"/>
  31. <meta name="if:centered" content="0"/>
  32. <meta name="if:spaced title" content="1"/>
  33. <meta name="if:uppercase title" content="1"/>
  34. <meta name="if:underlined links" content="1"/>
  35. <meta name="if:inline nav" content="1"/>
  36. <meta name="if:image border" content="1"/>
  37. <meta name="if:show captions" content="1"/>
  38. <meta name="if:show time" content="1"/>
  39. <meta name="if:show date" content="1"/>
  40. <meta name="if:show notes" content="1"/>
  41. <meta name="if:show tags" content="1"/>
  42. <meta name="if:jump pagination" content="1"/>
  43. <meta name="if:infinite scroll" content="0"/>
  44. <meta name="if:tile background" content="0"/>
  45. <meta name="text:other font" content=""/>
  46. <meta name="text:post width" content="250"/>
  47. <meta name="text:link 1" content=""/>
  48. <meta name="text:link 1 url" content=""/>
  49. <meta name="text:link 2" content=""/>
  50. <meta name="text:link 2 url" content=""/>
  51. <meta name="text:link 3" content=""/>
  52. <meta name="text:link 3 url" content=""/>
  53. <meta name="text:link 4" content=""/>
  54. <meta name="text:link 4 url" content=""/>
  55. <meta name="text:link 5" content=""/>
  56. <meta name="text:link 5 url" content=""/>
  57. <meta name="text:link 6" content=""/>
  58. <meta name="text:link 6 url" content=""/>
  59. <link rel="shortcut icon" href="{Favicon}"/>
  60. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  61. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
  62. <script src="http://static.tumblr.com/qvtfufx/H56mpjuti/jquery.fitvids.js" type="text/javascript"></script>
  63. {block:ifInfiniteScroll}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:ifInfiniteScroll}
  64. <style type="text/css">
  65. ::-webkit-scrollbar {
  66. width:7px;
  67. height:7px;
  68. background-color:{color:background};
  69. }
  70. ::-webkit-scrollbar-track {
  71. background-color:{color:background};
  72. }
  73. ::-webkit-scrollbar-thumb {
  74. background-color:{color:scrollbar};
  75. border: 1px solid {color:background};
  76. }
  77. body {
  78. margin:0px;
  79. color:{color:text};
  80. font-family:georgia;
  81. font-size:9px;
  82. text-align:justify;
  83. line-height:150%;
  84. word-wrap:break-word;
  85. background-color:{color:background};
  86. background-attachment:fixed;
  87. background-position:top left;
  88. {block:ifBackgroundImage}background-image: url("{image:Background}");{/block:ifBackgroundImage}
  89. {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}
  90. }
  91. * {
  92. -ms-transition:all 0s linear;
  93. -moz-transition:all 0s linear;
  94. -webkit-transition:all 0s linear;
  95. transition:all 0s linear;
  96. }
  97. blockquote {
  98. margin:10px 10px;
  99. padding:0em 1em;
  100. text-align:justify;
  101. border-left:1px solid {color:border};
  102. }
  103. pre {
  104. white-space:normal;
  105. }
  106. a img {
  107. border:0px;
  108. }
  109. a {
  110. color:inherit;
  111. {block:ifNotUnderlinedLinks}text-decoration:none;{/block:ifNotUnderlinedLinks}
  112. }
  113. a:hover {
  114. color:{color:hover};
  115. }
  116. small, sub {
  117. font-size:1em;
  118. vertical-align:baseline;
  119. }
  120. ol {
  121. padding-left:2.25em;
  122. }
  123. ul {
  124. padding-left:2.25em;
  125. list-style-type:square;
  126. }
  127. p {
  128. margin:.75em 0;
  129. }
  130. h3 {
  131. font-weight:normal;
  132. line-height:1em;
  133. font-size:1.33em;
  134. }
  135. h3 a:hover {
  136. color:{color:hover};
  137. }
  138. #main {
  139.  
  140. position:absolute;
  141. left:px;
  142. top:0px;
  143. padding-left:50px;
  144. width:380;
  145. width:380px;
  146. max-width:700px;
  147. }
  148. #content {
  149. margin-top:0px;
  150. }
  151. .wrap {
  152.  
  153. margin:100px 0px;
  154. }
  155. .post {
  156. overflow:visible;
  157. position:relative;
  158. }
  159. .post img {
  160. max-width:100%;
  161. height:auto;
  162. margin:auto;
  163. }
  164. .post .caption *:first-child,
  165. .post .body *:first-child,
  166. .post .source *:first-child {
  167. margin-top:0px;
  168. }
  169. .post .caption *:last-child,
  170. .post .body *:last-child,
  171. .post .source *:last-child {
  172. margin-bottom:0px;
  173. }
  174. .post .caption {
  175. margin:1em 0px;
  176. {block:ifNotShowCaptions}{block:IndexPage}display:none;{/block:IndexPage}{/block:ifNotShowCaptions}
  177. }
  178. .post .body {
  179. margin:1em 0px;
  180. }
  181. .post .source {
  182. margin:1em 0px;
  183. text-align:right;
  184. }
  185. .post .media {
  186. overflow:hidden;
  187. margin-bottom:0px;
  188. padding:0px;
  189. }
  190. .post .media img {
  191. width:100%;
  192. display:block;
  193. {block:ifImageBorder}border-bottom:2px solid {color:border};{/block:ifImageBorder}
  194. }
  195. .post .media .photoset {
  196. width:100%;
  197. display:block;
  198. }
  199. .post .qn {
  200. padding:2.5%;
  201. text-align:left;
  202. margin-bottom:5px;
  203. font-weight:normal;
  204. border-top:1px solid {color:border};
  205. border-right:1px solid {color:border};
  206. border-bottom:1px solid {color:border};
  207. border-left:1px solid {color:border};
  208. }
  209. .post .quote {
  210. padding:;
  211. text-align:justify;
  212. margin-bottom:5px;
  213. font-weight:normal;
  214. border-top:px solid {color:border};
  215. border-right:px solid {color:border};
  216. border-bottom:px solid {color:border};
  217. border-left:px solid {color:border};
  218. }
  219. .post .quote a:hover {
  220. color:{color:hover};
  221. }
  222. .post .chat .line {
  223. padding:1px 0;
  224. }
  225. .post .chat .label {
  226. margin-right:.5em;
  227. font-weight:bold;
  228. }
  229. .post .audio {
  230. height:27px;
  231. margin-bottom:3px;
  232. padding:1.5%;
  233. background-position:center;
  234. background-size:cover;
  235. background-color:transparent;
  236. border-top:px solid {color:border};
  237. border-right:px solid {color:border};
  238. border-bottom:px solid {color:border};
  239. border-left:px solid {color:border};
  240. }
  241. .post .audio .plyr {
  242. width:27px;
  243. height:27px;
  244. overflow:hidden;
  245. position:absolute;
  246. }
  247. .post .audio .track {
  248. background-color:transparent;
  249. color:{color:title};
  250. height:27px;
  251. left:37px;
  252. position:relative;
  253. line-height:27px;
  254. overflow:hidden;
  255. padding:0px 10px;
  256. width:373px;
  257. }
  258. .post .info {
  259. text-transform:;
  260. text-align:left;
  261. font-size:9/px;
  262. margin:0.75em 0px;
  263. }
  264. .post .tagged {
  265. {block:ifNotShowTags}{block:IndexPage}display:none;{/block:IndexPage}{/block:ifNotShowTags}
  266. }
  267. .post.perma {
  268. text-transform:lowercase;
  269. margin:50px 0px;
  270. }
  271. .post.perma a {
  272. text-decoration:none;
  273. }
  274. .post.n {
  275. margin:50px 0px 100px 0px;
  276. }
  277. .notes ol {
  278. list-style-type:none;
  279. padding:0px;
  280. }
  281. .notes li,
  282. .notes li a {
  283. color:{color:text};
  284. text-decoration:none;
  285. }
  286. .notes a:hover {
  287. color:{color:hover};
  288. }
  289. .notes img {
  290. display:none;
  291. }
  292. .pagination {
  293. margin:100px 0px;
  294. text-align:right;
  295. {block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}
  296. }
  297. #sidebar {
  298. margin-left:380px;
  299. position:fixed;
  300. width:150px;
  301. padding:0px 0px 0px 50px;
  302. margin-top:190px;
  303. text-align:center;
  304. }
  305. #sidebar .description {
  306. margin-bottom:1.45em;
  307. text-align:justify;
  308. }
  309. #sidebar .title a {
  310. text-transform:uppercase;
  311. text-decoration:none;
  312. letter-spacing:0.5em; margin-right:-0.5em;
  313.  
  314. font-size:1.45em;
  315. line-height:1.15em;
  316. color:#413c3c;
  317. }
  318. #sidebar .nav {
  319. list-style-type:none;
  320. text-align:left;
  321. text-transform:uppercase;
  322. font-size:7px;
  323. letter-spacing:2px;
  324.  
  325. margin-top:1.45em;
  326. padding:0px;
  327. }
  328. #sidebar .nav .sp {
  329. display:inline-block; width:.50em;
  330. }
  331. #sidebar .nav .sp:last-child {
  332. width:0px;
  333. }
  334. #infscr-loading {
  335. display:none!important;
  336. }
  337. #tc {
  338. bottom:0px;
  339. right:0px;
  340. position:fixed;
  341. padding:4px;
  342. z-index:1000;
  343. }
  344. #tc a {
  345. font-size:8px;
  346. padding:3px;
  347. background-color:transparent;
  348. font-family:georgia;
  349. letter-spacing:0px;
  350. text-decoration:none;
  351. }
  352. #tc a:hover {
  353. text-decoration:none;
  354. }
  355. </style>
  356. </head>
  357. <body>
  358. <div id="main">
  359. <div id="sidebar">
  360. <div class="description">
  361. {Description}</div>
  362. <div class="nav"><a href="/">home
  363. </a><div class="sp"></div><a href="/faq">ask
  364. </a><div class="sp"></div><a href="/about">about
  365. </a><div class="sp"></div><a href="/tagss">links
  366. </a><div class="sp"></div><a href="">
  367. </a><div class="sp"></div></div>
  368. </div>
  369. <div id="content">
  370. {block:Posts}<div class="wrap">
  371. <div class="post">
  372. {block:Answer}<!-- answer --><div class="qn"><span class="asker">{Asker}</span>:&ensp;<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">{AudioPlayerWhite}</div>{/block:AudioPlayer}<div class="track">{block:Artist}{Artist}{/block:Artist} &ndash; {block:TrackName}{TrackName}{/block:TrackName}</div></div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Audio}{block:Chat}<!-- chat -->{block:Title}<h3>{Title}</h3>{/block:Title}<div class="chat body">{block:Lines}<div class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}<span class="uh">{Line}</span></div>{/block:Lines}</div>{/block:Chat}{block:Link}<!-- link --><h3><a href="{URL}">{Name}</a></h3>{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:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}{block:Photoset}<!-- photoset --><div class="media">{Photoset}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/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}<h3>{Title}</h3>{/block:Title}<div class="body">{Body}</div>{/block:Text}{block:Video}<!-- video --><div class="media video">{Video-500}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  373. {block:IndexPage}{block:Date}<div class="info">{block:ifShowTime}<a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a>&nbsp; {/block:ifShowTime}{block:ifShowDate}<a href="{Permalink}">{ShortMonth} {dayofmonth}{dayofmonthsuffix} /</a>&nbsp;{/block:ifShowDate}{block:ifShowNotes}<a href="{Permalink}">{NoteCountWithLabel}</a>&nbsp; {/block:ifShowNotes}<br>{block:HasTags}<span class="tagged">{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a>&nbsp; {/block:Tags}</span>{/block:HasTags}</div>{/block:Date}{/block:IndexPage}
  374. <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
  375. </div>
  376. </div>
  377. {block:PermalinkPage}<div class="perma post">{block:Date}{lang:Posted on Month DayOfMonth Year with NoteCount notes}{block:RebloggedFrom}<br/>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}&nbsp; &middot;&nbsp; source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags}<br/>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp; {/block:Tags}{/block:HasTags}{/block:Date}</div>{/block:PermalinkPage}
  378. {block:PostNotes}<div class="post n"><div class="notes">{PostNotes}</div></div>{/block:PostNotes}
  379. {/block:Posts}
  380. {block:Pagination}<div class="pagination">{block:PreviousPage}<a class="back" href="{PreviousPage}">back</a>{/block:PreviousPage}{block:ifJumpPagination}&nbsp;&nbsp;{block:JumpPagination length="5"}{block:CurrentPage}<span class="current">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}{block:JumpPage}<a class="jump" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}{/block:JumpPagination}{/block:ifJumpPagination}{block:ifNotJumpPagination}{block:NextPage}{block:PreviousPage}&nbsp;&nbsp;&middot;&nbsp;&nbsp;{/block:PreviousPage}{/block:NextPage}{/block:ifNotJumpPagination}{block:NextPage}<a class="next" href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  381. </div>
  382. </div>
  383. <div id="tc"><script language="JavaScript">
  384. var ref = (''+document.referrer+'');
  385. var w_h = window.screen.width + " x " + window.screen.height;
  386. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4091188&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  387. </script></div>
  388. <script type="text/javascript">
  389. $(function(){
  390. $('#content').fitVids();
  391. {block:IndexPage}{block:ifInfiniteScroll}
  392. $('#content').infinitescroll({
  393. navSelector:"div.pagination",
  394. nextSelector:"div.pagination a.next",
  395. itemSelector:"#content div.wrap",
  396. bufferPx:2000,
  397. },function( newElements ){
  398. $( newElements ).fitVids()
  399. });
  400. {/block:ifInfiniteScroll}{/block:IndexPage}
  401. });
  402. </script>
  403. </body>
  404. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement