Advertisement
oikawas

selkas navy theme

May 10th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <!--
  6.  
  7.  
  8.  
  9.  
  10. navy theme by selkas
  11. http://selkas.tumblr.com
  12.  
  13.  
  14.  
  15.  
  16. -->
  17.  
  18. <title>{Title}</title>
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  20. <link rel="shortcut icon" href="{Favicon}"/>
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24. <meta name="color:background" content="#ffffff"/>
  25. <meta name="color:post border" content="#f3f3f3"/>
  26. <meta name="color:post bg" content="#fbfbfb"/>
  27. <meta name="color:text" content="#8f8f8f"/>
  28. <meta name="color:bold" content="#8f8f8f"/>
  29. <meta name="color:blockquote border" content="#ededed"/>
  30. <meta name="color:link" content="#7f97b3"/>
  31. <meta name="color:link hover" content="#ffd4d5"/>
  32. <meta name="color:post info" content="#bebebe"/>
  33. <meta name="color:scrollbar" content="#bebebe"/>
  34. <meta name="select:post width" content="250" title="250"/>
  35. <meta name="select:post width" content="300" title="300"/>
  36. <meta name="select:post width" content="350" title="350"/>
  37. <meta name="select:post width" content="400" title="400"/>
  38. <meta name="select:post width" content="450" title="450"/>
  39. <meta name="select:post width" content="494" title="500"/>
  40. <meta name="if:show avatar" content="1"/>
  41. <meta name="if:show desc" content="0"/>
  42. <meta name="if:show title" content="1"/>
  43. <meta name="if:show captions" content="1"/>
  44. <meta name="if:show tags" content="1"/>
  45. <meta name="if:infinite scroll" content="1"/>
  46. <meta name="text:home link" content="index"/>
  47. <meta name="text:archive link" content="archive"/>
  48. <meta name="text:ask link" content="contact"/>
  49. <meta name="text:link 1" content=""/>
  50. <meta name="text:link 1 url" content=""/>
  51. <meta name="text:link 2" content=""/>
  52. <meta name="text:link 2 url" content=""/>
  53. <meta name="text:link 3" content=""/>
  54. <meta name="text:link 3 url" content=""/>
  55. <meta name="text:link 4" content=""/>
  56. <meta name="text:link 4 url" content=""/>
  57. <meta name="text:link 5" content=""/>
  58. <meta name="text:link 5 url" content=""/>
  59. <meta name="text:link 6" content=""/>
  60. <meta name="text:link 6 url" content=""/>
  61.  
  62. <link href='https://fonts.googleapis.com/css?family=Lato:700|Lora:400,400italic' rel='stylesheet' type='text/css'>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. #fumibox {
  68. margin-top:-70px; /*use to position the box*/
  69. margin-left:10px; /*use to position the box*/
  70. padding:3px;
  71. height:15px;
  72. width:25px;
  73. overflow:hidden;
  74. z-index:99%;
  75. position:fixed;
  76. background-color:white;
  77. -webkit-transition: opacity 0.7s linear;
  78. -webkit-transition: all 0.7s ease-in-out;
  79. -moz-transition: all 0.7s ease-in-out;
  80. -o-transition: all 0.7s ease-in-out;
  81. }
  82.  
  83. #fumibox:hover {
  84. width:150px; /*use to change the size of the box when hovered over*/
  85. }
  86.  
  87. #fumipl {
  88. margin-left: -25px;
  89. overflow:hidden;
  90. }
  91.  
  92. /* basic styles */
  93.  
  94. ::-webkit-scrollbar {
  95. width:2px;
  96. height:2px;
  97. }
  98. ::-webkit-scrollbar,
  99. ::-webkit-scrollbar-track {
  100. background-color:inherit;
  101. }
  102. ::-webkit-scrollbar-thumb {
  103. background-color:{color:scrollbar};
  104. }
  105. body {
  106. margin:0px;
  107. font-family:lora, georgia, serif;
  108. font-size:9px;
  109. line-height:1.6em;
  110. word-wrap:break-word;
  111. letter-spacing:1px;
  112. -moz-font-smoothing:subpixel-antialiased;
  113. -webkit-font-smoothing:subpixel-antialiased;
  114. font-smoothing:subpixel-antialiased;
  115. color:{color:text};
  116. background-color:{color:background};
  117. }
  118. blockquote, ol, ul, p, pre {
  119. margin-top:.7em;
  120. margin-bottom:.7em;
  121. }
  122. blockquote {
  123. margin-left:1.6em;
  124. padding-left:1em;
  125. border-left:1px solid {color:blockquote border};
  126. margin-right:0px;
  127. }
  128. pre {
  129. white-space:normal;
  130. font-family:consolas, 'courier new', courier, monospace;
  131. letter-spacing:0px;
  132. }
  133. img {
  134. border:0px;
  135. }
  136. a {
  137. color:inherit;
  138. text-decoration:none;
  139. -o-transition:color .25s ease-out, border-color .25s ease-out, background-color .25s ease-out;
  140. -moz-transition:color .25s ease-out, border-color .25s ease-out, background-color .25s ease-out;
  141. -webkit-transition:color .25s ease-out, border-color .25s ease-out, background-color .25s ease-out;
  142. transition:color .25s ease-out, border-color .25s ease-out, background-color .25s ease-out;
  143. }
  144. a:hover {
  145. color:{color:link hover};
  146. cursor:help;
  147. }
  148.  
  149. ol, ul {
  150. padding-left:2.75em;
  151. }
  152. strong, b {
  153. font-weight:normal;
  154. color:{color:bold};
  155. }
  156. small, sub {
  157. font-size:1em;
  158. vertical-align:baseline;
  159. }
  160. h1, h2, h3, h4, h5, h6 {
  161. font-size:1em;
  162. font-weight:normal;
  163. }
  164.  
  165. /* container */
  166.  
  167. #main {
  168. margin:75px auto;
  169. width:{select:post width}px;
  170. }
  171.  
  172.  
  173. /* sidebar */
  174.  
  175. aside {
  176. width:150px;
  177. margin-bottom:150px;
  178. position:fixed;
  179. margin-left:-200px;
  180. padding:20px;
  181. }
  182.  
  183. aside .avatar {
  184. display:block;
  185. width:62px;
  186. height:62px;
  187. border-radius:3px;
  188. overflow:hidden;
  189. }
  190. aside .avatar.circle {
  191. border-radius:16px;
  192. }
  193.  
  194.  
  195. aside .title {
  196. font:700 12px/18px lato, 'helvetica neue', sans-serif;
  197. text-transform:uppercase;
  198. letter-spacing:3px;
  199. margin-bottom:5px;
  200. color:{color:link};
  201. }
  202. aside hr {
  203. border:0;
  204. margin:10px 0;
  205. width:35px;
  206. height:2px;
  207. background-color:{color:link};
  208. }
  209. aside .desc {
  210.  
  211. }
  212. aside nav {
  213. font:italic 9px/15px lora, georgia, serif;
  214. letter-spacing:1px;
  215. text-transform:lowercase;
  216. color:{color:post info};
  217. }
  218. aside ol {
  219. list-style-type:none;
  220. padding-left:0;
  221. margin:0;
  222. }
  223.  
  224.  
  225.  
  226. /* posts */
  227.  
  228. .entry {
  229. margin-bottom:50%;
  230. position:relative;
  231. text-align:right;
  232. }
  233. .post {
  234. position:relative;
  235. text-align:left;
  236. }
  237. .post img {
  238. max-width:100%;
  239. height:auto;
  240. }
  241.  
  242. /* post info */
  243.  
  244. .info,
  245. .tagged {
  246. font:italic 9px/14px lora, georgia, serif;
  247. letter-spacing:1px;
  248. text-transform:lowercase;
  249. color:{color:post info};
  250. }
  251. .info {
  252. width:100%;
  253. margin-top:10px;
  254. padding:0;
  255. border-spacing:0;
  256. border-top:1px solid {color:post border};
  257. }
  258. .info .t,
  259. .info .p {
  260. vertical-align:top;
  261. }
  262. .info .permalink {
  263. display:inline-block;
  264. position:relative;
  265. top:-3px;
  266. padding:5px 0 0;
  267. border-top:3px solid {color:link hover};
  268. }
  269. .tagged {
  270. text-align:left;
  271. padding:6px 10px 0 0;
  272. {block:ifNotShowTags}display:none;{/block:ifNotShowTags}
  273. }
  274. .tagged a {
  275. margin-right:.5em;
  276. }
  277.  
  278. /* post titles */
  279.  
  280. .post > h1 {
  281. margin:0 0 10px;
  282. font:700 11px/18px lato, 'helvetica neue', arial, sans-serif;
  283. text-transform:uppercase;
  284. letter-spacing:2px;
  285. color:{color:link};
  286. border-bottom:1px solid {color:post border};
  287. }
  288. .post > h1 u {
  289. display:inline-block;
  290. text-decoration:none;
  291. padding-bottom:5px;
  292. margin-bottom:-2px;
  293. border-bottom:3px solid {color:link};
  294. }
  295. .post > h1 a:hover {
  296. color:{color:link};
  297. }
  298. .quote {
  299. margin:0;
  300. padding:10px;
  301. font:italic 1.3em/1.4em lora, georgia, serif;
  302. text-align:center;
  303. color:{color:post info};
  304. }
  305. .question {
  306. margin:0 0 10px;
  307. font:italic 9px/13px lora, georgia, serif;
  308. text-transform:lowercase;
  309. letter-spacing:1px;
  310. color:{color:post info};
  311. }
  312. .question i {
  313. display:block;
  314. margin:0 0 5px;
  315. text-align:left;
  316. border-bottom:1px solid {color:post border};
  317. }
  318. .question i u {
  319. display:inline-block;
  320. text-decoration:none;
  321. padding-bottom:5px;
  322. margin-bottom:-2px;
  323. border-bottom:3px solid {color:link hover};
  324. }
  325.  
  326. /* text and captions */
  327.  
  328. .caption,
  329. .body,
  330. .source,
  331. .cont {
  332. padding:15px;
  333. margin-top:10px;
  334. background-color:{color:post bg};
  335. border:1px solid {color:post border};
  336. }
  337. .caption a,
  338. .body a,
  339. .source a {
  340. font-style:italic;
  341. color:{color:link};
  342. border-bottom:1px solid transparent;
  343. }
  344. .caption a:hover,
  345. .body a:hover,
  346. .source a:hover {
  347. color:{color:link hover};
  348. border-color:{color:link hover};
  349. }
  350. .caption *:first-child,
  351. .body *:first-child,
  352. .source *:first-child {
  353. margin-top:0px;
  354. }
  355. .caption *:last-child,
  356. .body *:last-child,
  357. .source *:last-child {
  358. margin-bottom:0px;
  359. }
  360. .caption {
  361. {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
  362. }
  363. .caption .caption {
  364. border:0;
  365. margin:0;
  366. padding:0;
  367. }
  368. .source {
  369. text-align:right;
  370. }
  371.  
  372. /* photos and videos */
  373.  
  374. .media {
  375. opacity:.93;
  376. }
  377. .media img,
  378. .media .photoset {
  379. display:block;
  380. max-width:100%;
  381. margin:0px auto;
  382. }
  383. .video #youtube_iframe {
  384. display:block;
  385. max-width:100%;
  386. max-height:calc({select:post width}px * 0.67);
  387. }
  388. .video iframe,
  389. .tumblr_video_container {
  390. display:block;
  391. max-width:100%;
  392. max-height:{select:post width}px;
  393. }
  394. .video .instagram-media {
  395. max-height:none!important;
  396. box-shadow:none!important;
  397. }
  398.  
  399. /* chat posts */
  400.  
  401. .chat {
  402. display:table;
  403. border-spacing:5px;
  404. -moz-box-sizing:border-box;
  405. box-sizing:border-box;
  406. width:100%;
  407. }
  408. .chat .line {
  409. font:italic 9px/14px lora, georgia, serif;
  410. letter-spacing:1px;
  411. text-transform:lowercase;
  412. display:table-row;
  413. }
  414. .chat .label {
  415. text-align:right;
  416. color:{color:bold};
  417. display:table-cell;
  418. }
  419.  
  420. /* audio posts */
  421.  
  422. .audiowrap {
  423. position:relative;
  424. height:43px;
  425. overflow:hidden;
  426. color:{color:post title};
  427. }
  428. .albumart {
  429. position:relative;
  430. display:inline-block;
  431. width:43px;
  432. height:43px;
  433. background-size:cover;
  434. opacity:.93;
  435. }
  436. .audio {
  437. position:absolute;
  438. display:inline-block;
  439. left:0px;
  440. top:0px;
  441. right:0px;
  442. bottom:0px;
  443. text-align:left;
  444. }
  445. .audio .player {
  446. width:43px;
  447. height:43px;
  448. left:0px;
  449. top:0px;
  450. padding:8px;
  451. overflow:hidden;
  452. position:absolute;
  453. opacity:0;
  454. background-color:white;
  455. -o-transition:opacity .25s ease-out;
  456. -moz-transition:opacity .25s ease-out;
  457. -webkit-transition:opacity .25s ease-out;
  458. transition:opacity .25s ease-out;
  459. }
  460. .audio:hover .player {
  461. opacity:.75;
  462. }
  463. .audio .player .audio_player {
  464. width:27px;
  465. height:27px;
  466. overflow:hidden;
  467. }
  468. .audio .track {
  469. position:absolute;
  470. top:8px;
  471. left:51px;
  472. right:0px;
  473. bottom:8px;
  474. text-align:right;
  475. overflow:hidden;
  476. font:italic 9px/14px lora, georgia, serif;
  477. letter-spacing:1px;
  478. text-transform:lowercase;
  479. color:{color:post info};
  480. }
  481. .audio .track i {
  482. font-style:inherit;
  483. display:block;
  484. position:relative;
  485. width:100%;
  486. height:14px;
  487. overflow:hidden;
  488. }
  489.  
  490. /* post notes */
  491.  
  492. .n .cont {
  493. max-height:200px;
  494. overflow:auto;
  495. }
  496. .notes {
  497. list-style-type:none;
  498. padding:0;
  499. margin:0;
  500. }
  501. .post .notes a {
  502. border:0;
  503. }
  504. .notes img {
  505. display:none;
  506. }
  507.  
  508. /* pagination */
  509.  
  510. .pagination {
  511. margin:75px 0;
  512. text-align:center;
  513. {block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}
  514. }
  515. .pagination a,
  516. .pagination .current {
  517. display:inline-block;
  518. vertical-align:top;
  519. position:relative;
  520. padding:15px 14px 15px 15px;
  521. margin:0 -1px 0 0;
  522. font:italic 9px/11px lora, georgia, serif;
  523. letter-spacing:1px;
  524. text-transform:lowercase;
  525. color:{color:post info};
  526. background-color:{color:background};
  527. border:1px solid {color:post border};
  528. }
  529. .pagination a i {
  530. line-height:10px;
  531. font-size:12px;
  532. }
  533. .pagination a:hover {
  534. z-index:1;
  535. color:{color:text};
  536. background-color:{color:post bg};
  537. }
  538.  
  539. #top {
  540. display:none;
  541. position:fixed;
  542. bottom:150px;
  543. left:{select:post width}px;
  544. margin-left:375px;
  545. bottom:10%;
  546. font-size:20px;
  547. color:{color:link};
  548. opacity:0;
  549. -o-transition:opacity .25s ease-out;
  550. -moz-transition:opacity .25s ease-out;
  551. -webkit-transition:opacity .25s ease-out;
  552. transition:opacity .25s ease-out;
  553. }
  554. .scrolling #top {
  555. opacity:1;
  556. }
  557.  
  558. #theme {
  559. position:fixed;
  560. bottom:10px;
  561. right:10px;
  562. display:inline-block;
  563. padding:5px;
  564. font:10px 'helvetica neue', arial, sans-serif;
  565. letter-spacing:0;
  566. text-transform:none;
  567. background-color:white;
  568. color:#4f4f4f;
  569. }
  570. #infscr-loading {
  571. display:none!important;
  572. }
  573. #tumblr_controls {
  574. -webkit-filter:invert(100%);
  575. -webkit-backface-visibility:hidden;
  576. opacity:.67!important;
  577. padding:10px;
  578. }
  579. #vignette,
  580. #tumblr_lightbox_left_image,
  581. #tumblr_lightbox_right_image,
  582. #tumblr_lightbox_caption {
  583. visibility:hidden;
  584. }
  585. #tumblr_lightbox {
  586. background-color:rgba(255,255,255,.67)!important;
  587. }
  588. #tumblr_lightbox img {
  589. border-radius:0!important;
  590. -webkit-box-shadow:none!important;
  591. box-shadow:none!important;
  592. }
  593.  
  594. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  595.  
  596. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  597.  
  598. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  599.  
  600. #biter
  601.  
  602. #bite a {display:block}
  603.  
  604. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  605.  
  606. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  607.  
  608.  
  609.  
  610.  
  611. </style>
  612. </head>
  613.  
  614.  
  615. <body>
  616.  
  617.  
  618. <div id="fumibox">
  619. <div id="fumipl"><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=https://a.tumblr.com/tumblr_nf1m7n3qN91u1kzhro1.mp3&t0=&f1=https://a.tumblr.com/tumblr_n3xyapovK81rv5indo1.mp3&t1=&f2=https://a.tumblr.com/tumblr_nnp7iksWZF1sbohqro1.mp3&t2=&total=3" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></div>
  620. </div>
  621.  
  622.  
  623.  
  624.  
  625. <div id="main"><!-- container -->
  626.  
  627. <aside><!-- sidebar -->
  628.  
  629.  
  630.  
  631.  
  632.  
  633. {block:ifShowAvatar}<a href="/" class="avatar {AvatarShape}"><img src="{PortraitURL-64}"/></a>{/block:ifShowAvatar}
  634. <p>
  635.  
  636. {block:ifShowTitle}<div class="title"><a href="/">{Title}</a></div>{/block:ifShowTitle}
  637. <div class="desc">
  638. {block:ifShowDesc}{Description}
  639. {/block:ifShowDesc}</div><hr/>
  640. <div id="bite">
  641. <nav><ol>{block:ifHomeLink}<li><a href="/">{text:home link}</a></li>{/block:ifHomeLink}{block:ifArchiveLink}<li><a href="/archive">{text:archive link}</a></li>{/block:ifArchiveLink}{block:ifAskLink}<li><a href="/ask">{text:ask link}</a></li>{/block:ifAskLink}<hr>
  642.  
  643. <div class="death">
  644.  
  645. {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}{/block:HasPages}{block:ifLink1}<li><a href="{text:link 1 url}">{text:link 1}</a></li>{/block:ifLink1}{block:ifLink2}<li><a href="{text:link 2 url}">{text:link 2}</a></li>{/block:ifLink2}{block:ifLink3}<li><a href="{text:link 3 url}">{text:link 3}</a></li>{/block:ifLink3}{block:ifLink4}<li><a href="{text:link 4 url}">{text:link 4}</a></li>{/block:ifLink4}{block:ifLink5}<li><a href="{text:link 5 url}">{text:link 5}</a></li>{/block:ifLink5}{block:ifLink6}<li><a href="{text:link 6 url}">{text:link 6}</a></li>{/block:ifLink6}</div>
  646. </div></ol></nav>
  647. </aside>
  648. <div id="content"><!-- posts -->
  649. {block:Posts}
  650. <article class="entry">
  651. <div class="post">
  652. {block:Answer}<!-- answer --><div class="ask"><div class="question"><i><u>{Asker}</u></i>{Question}</div></div><div class="answer body">{Answer}</div>{/block:Answer}{block:Audio}<!-- audio --><div class="audiowrap"><div class="albumart" style="{block:AlbumArt}background-image:url({AlbumArtURL});{/block:AlbumArt}"></div><div class="audio">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}<div class="track">{block:TrackName}<i>Track: {TrackName}</i>{/block:TrackName}{block:Artist}<i>Artist: {Artist}</i>{/block:Artist}</div></div></div>{/block:Audio}{block:Chat}<!-- chat -->{block:Title}<h1><u>{Title}</u></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><u><a href="{URL}">{Name}</a></u></h1>{block:Description}<div class="body">{Description}</div>{/block:Description}{/block:Link}{block:Photo}<!-- photo --><div class="media">{LinkOpenTag}<img src="{PhotoURL-500}"/>{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><u>{Title}</u></h1>{/block:Title}<div class="body">{Body}</div>{/block:Text}{block:Video}<!-- video --><div class="media video">{Video-500}</div>{/block:Video}
  653. {block:Caption}<div class="nest{block:ifHoverCaptions}{block:Photo} hc{/block:Photo}{block:Photoset} hc{/block:Photoset}{/block:ifHoverCaptions}"><div class="caption{block:ifInlineCaptions} il{/block:ifInlineCaptions}">{Caption}</div></div>{/block:Caption}
  654. </div>
  655. {block:Date}<!-- post info --><table class="info"><tr><td class="t">{block:HasTags}<div class="tagged">{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</td><td class="p"><a href="{Permalink}" class="permalink">{DayOfWeek}<br/>{MonthNumber}/{DayOfMonth}</a></td></tr></table>{/block:Date}
  656. </article>
  657. {block:PostNotes}<!-- post notes --><article class="entry n"><div class="post"><h1><u>{NoteCountWithLabel}</u></h1><div class="cont">{PostNotes}</div></div></article>{/block:PostNotes}
  658. <!-- {block:ContentSource}{SourceURL} {/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL} {ReblogParentURL}{/block:RebloggedFrom} -->
  659. {/block:Posts}
  660. </div>
  661. {block:Pagination}<div class="pagination">{block:PreviousPage}<a href="{PreviousPage}" class="back"><i class="fa fa-angle-left"></i></a>{/block:PreviousPage}<span class="current">Page {Currentpage} of {TotalPages}</span>{/block:CurrentPage}{block:NextPage}<a href="{NextPage}" class="next"><i class="fa fa-angle-right"></i></a>{/block:NextPage}</div>{/block:Pagination}
  662. </div>
  663. <div id="theme"> <script language="JavaScript">
  664. var ref = (''+document.referrer+'');
  665. var w_h = window.screen.width + " x " + window.screen.height;
  666. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4226079&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  667. </script> / <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2601835&name="></script> | <a href="http://selkas.tumblr.com">ㅅ</a></div>
  668. {block:IndexPage}
  669. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  670. {block:ifInfiniteScroll}<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  671. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  672. <script>
  673. $(document).ready(function(){
  674. $('#content').infinitescroll({
  675. itemSelector : ".entry",
  676. navSelector : ".pagination",
  677. nextSelector : ".next",
  678. loadingImg : "",
  679. loadingText : "<em></em>",
  680. bufferPx: 2000
  681. });
  682. });
  683. </script>{/block:ifInfiniteScroll}
  684. {/block:IndexPage}
  685. </body>
  686. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement