feiinho

THEME #64: "IRRESISTIBLE" BY BRAVETHEMES

May 3rd, 2018
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.15 KB | None | 0 0
  1. <!--
  2.  
  3. THEME #64: "IRRESISTIBLE" BY BRAVETHEMES
  4.  
  5. ◤ ◥
  6. don't be an asshole;
  7. keep both credits.
  8. ◣ ◢
  9.  
  10. - - - -
  11.  
  12. for html help go to:
  13. http://bravethemes.tumblr.com
  14. http://htmlqueens.tumblr.com
  15.  
  16. -->
  17.  
  18. <!DOCTYPE html>
  19.  
  20. <html>
  21. <head>
  22.  
  23. <meta name="image:background" content=""/>
  24.  
  25. <meta name="select:font" content="'Raleway', sans-serif;" title="raleway"/>
  26. <meta name="select:font" content="'Muli', sans-serif;" title="muli"/>
  27. <meta name="select:font" content="'Kurale', serif;" title="kurale"/>
  28. <meta name="select:font" content="'Imprima', sans-serif;" title="imprima"/>
  29. <meta name="select:font" content="'Open Sans', sans-serif;" title="open sans"/>
  30. <meta name="select:font" content="'Poppins', sans-serif;" title="poppins"/>
  31. <meta name="select:font" content="'Avalon', sans-serif;" title="avalon"/>
  32.  
  33. <meta name="color:background" content="#ffffff"/>
  34. <meta name="color:text" content="#000000"/>
  35. <meta name="color:body links" content="#c3b8b3"/>
  36. <meta name="color:title link" content="#eee7e4"/>
  37. <meta name="color:link hover" content="#000000"/>
  38. <meta name="color:accent color" content="#eee7e4"/>
  39.  
  40. <meta name="text:link 1 name" content="link 1 name"/>
  41. <meta name="text:link 1 url" content="link 1 url"/>
  42. <meta name="text:link 1 tooltip" content="title 1"/>
  43. <meta name="text:link 2 name" content="link 2 name"/>
  44. <meta name="text:link 2 url" content="link 2 url"/>
  45. <meta name="text:link 2 tooltip" content="title 2"/>
  46. <meta name="text:link 3 name" content="link 3 name"/>
  47. <meta name="text:link 3 url" content="link 3 url"/>
  48. <meta name="text:link 3 tooltip" content="title 3"/>
  49. <meta name="text:link 4 name" content="link 4 name"/>
  50. <meta name="text:link 4 url" content="link 4 url"/>
  51. <meta name="text:link 4 tooltip" content="title 4"/>
  52.  
  53. <link rel="shortcut icon" href="{favicon}">
  54. <title>{block:TagPage}{Tag} posts | {/block:TagPage} {block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
  55.  
  56. <!-- do not touch this -->
  57. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  58. <link href="https://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  59. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  60. <link href='https://fonts.googleapis.com/css?family=Raleway|Muli|Kurale|Imprima|Open+Sans|Poppins' rel='stylesheet' type='text/css'>
  61. <link rel="stylesheet" type="text/css" href="http://assets.tumblr.com/fonts/avalon/stylesheet.css?v=1">
  62. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/rkx3jqs/eUuo2ojs8/styles.css">
  63. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  64. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  65. <script>
  66. (function($){
  67. $(document).ready(function(){
  68. $("[title],a[title],img[title]").style_my_tooltips({
  69. tip_follows_cursor:true,
  70. tip_delay_time:90,
  71. tip_fade_speed:600,
  72. attribute:"title"
  73. });
  74. });
  75. })(jQuery);
  76. </script>
  77. <!-- do not touch this -->
  78.  
  79. <style type="text/css">
  80.  
  81. .tmblr-iframe{
  82. top:2px !important;
  83. right:2px !important;
  84. position: fixed !important;
  85. z-index:9999999999999 !important;
  86. }
  87. ::-webkit-scrollbar{
  88. height:6px;
  89. width:9px;
  90. background:{color:accent color};
  91. border:4px solid {color:background};
  92. }
  93. ::-webkit-scrollbar-thumb{
  94. height:6px;
  95. background:{color:accent color};
  96. border: 2px solid {color:background};
  97. }
  98. ::selection{
  99. background:{color:accent color};
  100. color:{color:background};
  101. }
  102. ::-moz-selection{
  103. background:{color:accent color};
  104. color:{color:background};
  105. }
  106. ::-webkit-selection{
  107. background:{color:accent color};
  108. color:{color:background};
  109. }
  110. body{
  111. background:{color:background};
  112. background-image: url({image:background});
  113. background-attachment:fixed;
  114. background-repeat:repeat;
  115. font-family:{select:font};
  116. font-size:12px;
  117. color:{color:text};
  118. text-align:left;
  119. }
  120. a{
  121. color:{color:body links};
  122. text-decoration:none;
  123. -webkit-transition: all .7s ease-in-out;
  124. -moz-transition: all .7s ease-in-out;
  125. -ms-transition: all .7s ease-in-out;
  126. -o-transition: all .7s ease-in-out;
  127. transition: all .7s ease-in-out;
  128. }
  129. a:hover{
  130. color:{color:link hover};
  131. -webkit-transition: all .7s ease-in-out;
  132. -moz-transition: all .7s ease-in-out;
  133. -ms-transition: all .7s ease-in-out;
  134. -o-transition: all .7s ease-in-out;
  135. transition: all .7s ease-in-out;
  136. }
  137. a:active,a:focus {
  138. outline:0;
  139. }
  140. .blogtitle{
  141. font-size:20px;
  142. text-align:center;
  143. line-height:20px;
  144. padding:3px;
  145. border-bottom:1px solid {color:accent color};
  146. text-transform:uppercase;
  147. }
  148. .blogtitle a{
  149. font-weight:bold;
  150. color:{color:title link};
  151. -webkit-transition: all .7s ease-in-out;
  152. -moz-transition: all .7s ease-in-out;
  153. -ms-transition: all .7s ease-in-out;
  154. -o-transition: all .7s ease-in-out;
  155. transition: all .7s ease-in-out;
  156. }
  157. .blogtitle a:hover{
  158. color:{color:link hover};
  159. -webkit-transition: all .7s ease-in-out;
  160. -moz-transition: all .7s ease-in-out;
  161. -ms-transition: all .7s ease-in-out;
  162. -o-transition: all .7s ease-in-out;
  163. transition: all .7s ease-in-out;
  164. }
  165. #sidebar{
  166. width:220px;
  167. height:auto;
  168. left:50px;
  169. top:200px;
  170. position:fixed;
  171. padding:7px;
  172. z-index:999;
  173. box-shadow:7px 7px 0px {color:accent color};
  174. border:1px solid {color:accent color};
  175. background:{color:background};
  176. }
  177. .desc{
  178. text-align:justify;
  179. margin-top:5px;
  180. margin-bottom:5px;
  181. padding-bottom:10px;
  182. border-bottom:1px solid {color:accent color};
  183. }
  184. .linkers{
  185. text-align:center;
  186. line-height:25px;
  187. display:inline-block;
  188. vertical-align:middle;
  189. -webkit-transform:translateZ(0);
  190. transform:translateZ(0);
  191. box-shadow:0 0 1px rgba(0, 0, 0, 0);
  192. -webkit-backface-visibility:hidden;
  193. backface-visibility:hidden;
  194. -moz-osx-font-smoothing:grayscale;
  195. position:relative;
  196. overflow:hidden;
  197. }
  198. .linkers a:before{
  199. content:"";
  200. position:absolute;
  201. z-index:-1;
  202. left:50%;
  203. right:50%;
  204. bottom:0;
  205. background:{color:accent color};
  206. height:2px;
  207. -webkit-transition-property:left, right;
  208. transition-property:left, right;
  209. -webkit-transition-duration:0.5s;
  210. transition-duration:0.5s;
  211. -webkit-transition-timing-function:ease-out;
  212. transition-timing-function:ease-out;
  213. }
  214. .linkers a:hover:before, .linkers a:focus:before, .linkers a:active:before{
  215. left:0;
  216. right:0;
  217. }
  218. .linkers a{
  219. color:{color:body links};
  220. background:{color:background};
  221. margin:5px;
  222. -webkit-transition: all .7s ease-in-out;
  223. -moz-transition: all .7s ease-in-out;
  224. -ms-transition: all .7s ease-in-out;
  225. -o-transition: all .7s ease-in-out;
  226. transition: all .7s ease-in-out;
  227. }
  228. .linkers a:hover{
  229. color:{color:link hover};
  230. -webkit-transition: all .7s ease-in-out;
  231. -moz-transition: all .7s ease-in-out;
  232. -ms-transition: all .7s ease-in-out;
  233. -o-transition: all .7s ease-in-out;
  234. transition: all .7s ease-in-out;
  235. }
  236. .content{
  237. width:650px;
  238. position:relative;
  239. margin:0px auto;
  240. top:10px;
  241. {block:permalinkpage}
  242. width:560px;
  243. {/block:permalinkpage}
  244. }
  245. a#posted{
  246. width:15px;
  247. background:{color:accent color};
  248. color:{color:background};
  249. }
  250. a#posted:hover{
  251. background:{color:background};
  252. color:{color:accent color};
  253. }
  254. article{
  255. margin:20px;
  256. box-shadow:7px 7px 0px {color:accent color};
  257. overflow:hidden;
  258. border:1px solid {color:accent color};
  259. padding:15px;
  260. display:block;
  261. background:{color:background};
  262. width:250px;
  263. -webkit-transition: all .7s ease-in-out;
  264. -moz-transition: all .7s ease-in-out;
  265. -ms-transition: all .7s ease-in-out;
  266. -o-transition: all .7s ease-in-out;
  267. transition: all .7s ease-in-out;
  268. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  269. }
  270. article .photo{
  271. -webkit-transition: all .5s ease-in-out;
  272. -moz-transition: all .5s ease-in-out;
  273. -o-transition: all .5s ease-in-out;
  274. -ms-transition: all .5s ease-in-out;
  275. }
  276. {block:IndexPage}article:hover .photo{
  277. max-width:250px;
  278. opacity:.8;
  279. -webkit-transform: scale(1.2);
  280. -moz-transform: scale(1.2);
  281. -o-transform: scale(1.2);
  282. transform: scale(1.2);
  283. }{/block:IndexPage}
  284. .photo:hover #perma{
  285. opacity:1;
  286. z-index:200;
  287. text-align:center;
  288. -webkit-transition: all .3s ease-in-out;
  289. -moz-transition: all .3s ease-in-out;
  290. -ms-transition: all .3s ease-in-out;
  291. -o-transition: all .3s ease-in-out;
  292. transition: all .3s ease-in-out;
  293. }
  294. #perma{
  295. position:absolute;
  296. top:50%;
  297. left:50%;
  298. font-size:9px;
  299. margin-top:-38px;
  300. width:150px;
  301. opacity:0;
  302. margin-left:-75px;
  303. text-align:center;
  304. -webkit-transition: all .3s ease-in-out;
  305. -moz-transition: all .3s ease-in-out;
  306. -ms-transition: all .3s ease-in-out;
  307. -o-transition: all .3s ease-in-out;
  308. transition: all .3s ease-in-out;
  309. {block:PermalinkPage}display:none;{/block:PermalinkPage}
  310. }
  311. #perma a{
  312. background-color:{color:background};
  313. border:1px solid {color:accent color};
  314. padding:6px;
  315. line-height:35px;
  316. }
  317. blockquote{
  318. padding-left:5px;
  319. border-left:2px solid {color:accent color};
  320. margin-left:3px;
  321. width:94%;
  322. }
  323. iframe,img,embed,object,video{
  324. max-width:100%;
  325. vertical-align:text-bottom;
  326. }
  327. img{
  328. height:auto;
  329. width:auto;
  330. vertical-align:text-bottom;
  331. }
  332. pre {
  333. white-space: pre-wrap;
  334. white-space: -moz-pre-wrap;
  335. white-space: -pre-wrap;
  336. white-space: -o-pre-wrap;
  337. word-wrap: break-word;
  338. }
  339. ol{
  340. list-style-type: upper-roman;
  341. }
  342. ul{
  343. list-style-type: circle;
  344. }
  345. #note{
  346. max-height:300px;
  347. overflow:auto;
  348. }
  349. ol.notes{
  350. padding:0px;
  351. margin:25px 0px;
  352. list-style-type:none;
  353. }
  354. ol.notes li.note{
  355. border-top:1px solid {color:accent color};
  356. padding:10px;
  357. }
  358. ol.notes li.note img.avatar{
  359. vertical-align:-4px;
  360. margin-right:10px;
  361. width:16px;
  362. height:16px;
  363. }
  364. ol.notes li.note span.action{
  365. font-weight:bold;
  366. }
  367. ol.notes li.note .answer_content{
  368. font-weight:normal;
  369. }
  370. ol.notes li.note blockquote{
  371. border-color: {color:accent color};;
  372. padding: 4px 10px;
  373. margin: 10px 0px 0px 25px;
  374. }
  375. ol.notes li.note blockquote a{
  376. text-decoration:underline;
  377. color:{color:text};
  378. }
  379. .whatever{
  380. width:100%;
  381. padding-right:5px;
  382. }
  383. .chat{
  384. float:left;
  385. width:100%;
  386. }
  387. .chat ul{
  388. list-style:none;
  389. margin:0;
  390. padding:0;
  391. }
  392. .odd,.even{
  393. padding:7px;
  394. }
  395. .odd{
  396. background:{color:accent color};
  397. }
  398. .title,.link{
  399. font-size:17px;
  400. text-align:center;
  401. border-bottom:1px solid {color:accent color};
  402. }
  403. .title a,.link a{
  404. color:{color:title links};
  405. }
  406. .title a:hover,.link a:hover{
  407. color:{color:link hover};
  408. }
  409. .quote{
  410. font-style:italic;
  411. font-size:11px;
  412. letter-spacing:1px;
  413. }
  414. .source{
  415. text-align:right;
  416. font-weight:bold;
  417. font-size:10px;
  418. }
  419. .audio{
  420. {block:IndexPage}width:250px;
  421. padding-bottom:10px;{/block:IndexPage}
  422. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  423. }
  424. .audio img{
  425. border:1px none #000;
  426. }
  427. .albumart{
  428. position:absolute;
  429. float:left;
  430. {block:IndexPage}width:50px;
  431. height:50px;{/block:IndexPage}
  432. {block:PermalinkPage}width:50px;
  433. height:50px;{/block:PermalinkPage}
  434. }
  435. .playbox{
  436. opacity:0.6;
  437. width:27px;
  438. height:30px;
  439. overflow:hidden;
  440. position:absolute;
  441. z-index:2;{block:IndexPage}
  442. margin-left:11px;
  443. margin-top:12px;{block:IndexPage}
  444. }
  445. .stuff{
  446. margin-top:2px;
  447. line-height:12px;
  448. {block:IndexPage}margin-left:58px;{block:IndexPage}
  449. {block:PermalinkPage}margin-left:158px;{/block:PermalinkPage}
  450. }
  451. .question{
  452. text-align:justify;
  453. font-style:italic;
  454. padding:7px;
  455. overflow-y:auto;
  456. max-height:150px;
  457. background:{color:accent color};
  458. }
  459. #asker{
  460. font-weight:bold;
  461. padding-bottom:5px;
  462. margin-top:5px;
  463. }
  464. #asker a{
  465. color:{color:permalink color};
  466. }
  467. #asker a:hover{
  468. color:{color:link hover};
  469. }
  470. .answer{
  471. text-align:left;
  472. max-height:250px;
  473. overflow-y:auto;
  474. }
  475. #pagi{
  476. display:none;
  477. }
  478. .tooltip{
  479. display:inline;
  480. position:relative;
  481. }
  482. #s-m-t-tooltip{
  483. max-width:300px;
  484. padding:4px 5px 6px 4px;
  485. margin:20px 7px -2px 20px;
  486. background:{color:background};
  487. border:1px solid {color:accent color};
  488. font-size:10px;
  489. letter-spacing:1px;
  490. text-transform:uppercase;
  491. color:{color:text};
  492. z-index:9999999999999999999999;
  493. }
  494. </style>
  495. </head>
  496. <body>
  497. <title>{Title}</title>
  498. <div id="sidebar">
  499. <div class="blogtitle"><a href="/">{Title}</a></div>
  500. <div class="desc">{Description}</div>
  501. <center>
  502. <div class="linkers"><a href="{text:link 1 url}" title="{text:link 1 tooltip}">{text:link 1 name}</a></div>
  503. <div class="linkers"><a href="{text:link 2 url}" title="{text:link 2 tooltip}">{text:link 2 name}</a></div>
  504. <div class="linkers"><a href="{text:link 3 url}" title="{text:link 3 tooltip}">{text:link 3 name}</a></div>
  505. <div class="linkers"><a href="{text:link 4 url}" title="{text:link 4 tooltip}">{text:link 4 name}</a></div>
  506. <div class="linkers"><a href="http://bravethemes.tumblr.com/" target="_blank" title="bravethemes">theme</a></div></div>
  507. </center>
  508. </div>
  509. </div>
  510.  
  511. <div id="pagi">
  512. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"><</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</div>{/block:Pagination}</div></div>
  513.  
  514. <div class="content">
  515. {block:Posts}
  516. <article>
  517. {block:Text}
  518. {block:Title}
  519. <div class="title">
  520. <a href="{Permalink}"><b>{Title}</b></a></div>
  521. {/block:Title}
  522. <div class="whatever">{Body}
  523. <div id="perma">
  524. [ <a href="{Permalink}">{NoteCountWithLabel}</a>,
  525. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}">reblog</a> ]</div>
  526. </div>
  527. {/block:Text}
  528.  
  529. {block:Photo}
  530. <div class="photo">
  531. {block:IndexPage}
  532. <a href="{permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></a>{/block:IndexPage}
  533. <div id="perma"><a href="{Permalink}" title="permalink">{NoteCountWithLabel}&nbsp;&nbsp;<i class="fa fa-comments"></i></a><br>
  534. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}">reblog&nbsp;&nbsp;<i class="fa fa-refresh"></i></a></div>
  535. {block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  536. </div>
  537. {/block:Photo}
  538.  
  539. {block:Photoset}
  540. <div class="photos">
  541. {block:IndexPage}
  542. {Photoset-250}
  543. {/block:IndexPage}
  544. <div id="perma">
  545. [ <a href="{Permalink}">{NoteCountWithLabel}</a>,
  546. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}">reblog</a> ]</div>
  547. {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}</div>
  548. {/block:Photoset}
  549.  
  550. {block:Link}
  551. <div class="link">
  552. <a href="{URL}"><b>{Name}</b></a></div>
  553. <div class="ldesc">{block:Description}{Description}{/block:Description}
  554. <div id="perma">
  555. [ <a href="{Permalink}">{NoteCountWithLabel}</a>,
  556. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}">reblog</a> ]</div>
  557. {/block:Link}
  558.  
  559. {block:Quote}
  560. <div class="quote">"{Quote}"</div><br>
  561. <div class="source">- {block:source}{source}{/block:source}</div>
  562. <div id="perma">
  563. [ <a href="{Permalink}">{NoteCountWithLabel}</a>,
  564. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}">reblog</a> ]</div>
  565. {/block:Quote}
  566.  
  567. {block:Chat}
  568. <div class="chat">
  569. {block:Title}<b>{Title}</b><br>{/block:Title}
  570. <ul>{block:Lines}
  571. <li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>
  572. {/block:Lines}
  573. </ul>
  574. <div id="perma">
  575. [ <a href="{Permalink}">{NoteCountWithLabel}</a>,
  576. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}">reblog</a> ]</div>
  577. </div>
  578. {/block:Chat}
  579.  
  580. {block:Audio}
  581. <div class="audio">
  582. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  583. <div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  584. <div class="stuff">
  585. <b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
  586. <b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
  587. <b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br>
  588. <div id="perma">
  589. [ <a href="{Permalink}">{NoteCountWithLabel}</a>,
  590. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}">reblog</a> ]</div>
  591. </div>
  592. {/block:Audio}
  593.  
  594. {block:Video}
  595. <div class="video">
  596. {block:IndexPage}{VideoEmbed-250}{/block:IndexPage}
  597. <div id="perma">
  598. [ <a href="{Permalink}">{NoteCountWithLabel}</a>,
  599. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}">reblog</a> ]</div>
  600. {block:PermalinkPage}{VideoEmbed-500}{/block:PermalinkPage}</div>
  601. {/block:Video}
  602.  
  603. {block:Answer}
  604. <div class="askpost">
  605. <div class="question">
  606. <img src="{AskerPortraitURL-30}" align="left" style="margin-top:-3px;margin-right:4px;border-radius:20px;background:#fff;padding:2px;">
  607. <span id="asker">{Asker} asked:</span>
  608. {Question}</div>
  609. <div class="answer">{Answer}</div>
  610. <div id="perma">
  611. [ <a href="{Permalink}">{NoteCountWithLabel}</a>,
  612. <a href="{ReblogURL}" target="_blank" title="{TimeAgo}">reblog</a> ]</div>
  613. </div>
  614. {/block:answer}
  615. {/block:IndexPage}
  616.  
  617. <div id="note">
  618. {block:permalinkpage}
  619. {block:ContentSource}
  620. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  621. {block:HasTags}</br>tagged as: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{block:RebloggedFrom}</br>source: <a href="{ReblogRootURL}">{ReblogRootName}</a> / via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  622. {block:PostNotes}
  623. {PostNotes}
  624. {/block:PostNotes}</div>
  625. {/block:PermalinkPage}
  626.  
  627. </footer>
  628. </article>
  629. {/block:Posts}
  630. </div></div>
  631.  
  632. <!-- seriously don't touch this unless you know what it does -->
  633. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  634. <div style="display:none;"><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5283914";
  635. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  636. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  637. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  638. </script></div>
  639. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  640. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  641. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  642. <script src="http://static.tumblr.com/rkx3jqs/Luzo5pzpt/script.js"></script>
  643. <!-- do not touch this -->
  644. </body>
  645. </html>
Add Comment
Please, Sign In to add comment