Advertisement
Guest User

eeeeehh.

a guest
Oct 4th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.81 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. {block:ifinfinitescroll}<script type="text/javascript"
  5. src="http://codysherman.com/tools/infinite-scrolling/code" ></script>{/block:ifinfinitescroll}
  6.  
  7. <head>
  8.  
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{image:favicon}" />
  12.  
  13. <!---
  14.  
  15.  
  16. ----O R I G I N A L T H E M E M A D E B Y C A S U A L F F A I R----
  17.  
  18. do not fucking remove credit you piece of absolute shit. i made this theme entirely by myself. this is 100% my ideas and my coding. if you don't want to keep the credit up then you can go find a different theme to use.
  19.  
  20. ------------don't even think about removing credit or stealing------------
  21.  
  22. -->
  23.  
  24. <meta name="if:infinitescroll" content="0"/>
  25.  
  26. <meta name="image:background" content=""/>
  27. <meta name="image:sidebar img" content=""/>
  28. <meta name="image:favicon" content=""/>
  29.  
  30. <meta name="color:background" content="#fff"/>
  31. <meta name="color:post bg" content="#fff"/>
  32. <meta name="color:post borders" content="#000"/>
  33. <meta name="color:footer" content="#000"/>
  34. <meta name="color:footer text" content="#fff"/>
  35. <meta name="color:text" content="#000"/>
  36. <meta name="color:link" content="#000"/>
  37. <meta name="color:link hover" content="#fff"/>
  38. <meta name="color:description" content="#000"/>
  39. <meta name="color:topbar links" content="#fff"/>
  40. <meta name="color:topbar links bg" content="#000"/>
  41. <meta name="color:scrollbar" content="#000"/>
  42. <meta name="color:text select" content="#ffff00"/>
  43.  
  44. <meta name="text:link 1" content="/"/>
  45. <meta name="text:link 1 title" content="title"/>
  46. <meta name="text:link 2" content="/"/>
  47. <meta name="text:link 2 title" content="title"/>
  48. <meta name="text:link 3" content="/"/>
  49. <meta name="text:link 3 title" content="title"/>
  50. <meta name="text:link 4" content="/"/>
  51. <meta name="text:link 4 title" content="title"/>
  52. <meta name="text:scrollbar width" content="7"/>
  53. <meta name="text:sidebar img title" content="swag"/>
  54. <meta name="text:img left" content="100"/>
  55. <meta name="text:img top" content="100"/>
  56.  
  57. <meta name="if:bgcover" content="0"/>
  58. <meta name="if:postborders" content="1"/>
  59. <meta name="if:small cursor" content="1" />
  60. <meta name="if:roundedcorners" content="1"/>
  61. <meta name="if:transparentposts" content="0"/>
  62. <meta name="if:screen border" content="1" />
  63. <meta name="if:showcaptions" content="1"/>
  64. <meta name="if:arialfont" content="1"/>
  65. <meta name="if:inconsolatafont" content="0"/>
  66. <meta name="if:pixelfont" content="0"/>
  67. <meta name="if:250px" content="1"/>
  68. <meta name="if:400px" content="0"/>
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73.  
  74.  
  75. body {
  76. background: {color:background} url('{image:background}')
  77. {block:ifbgcover} no-repeat center fixed ;
  78. -webkit-background-size: cover;
  79. -moz-background-size: cover;
  80. -o-background-size: cover;
  81. background-size: cover; {/block:ifbgcover}
  82. {block:ifnotbgcover} top left fixed repeat {block:ifnotbgcover};
  83. }
  84.  
  85. @font-face {
  86. font-family: "inconsolata";
  87. font-style: normal;
  88. font-weight: normal;
  89. src: local("Inconsolata"), url("http://themes.googleusercontent.com/static/fonts/inconsolata/v3/BjAYBlHtW3CJxDcjzrnZCIbN6UDyHWBl620a-IRfuBk.woff") format("woff");}
  90.  
  91. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  92.  
  93. a {
  94. cursor:help;
  95. }
  96.  
  97. li {
  98. list-style-type:square;
  99. }
  100.  
  101. .tumblr_audio_player {
  102. width: 100%;
  103. {block:ifarialfont}
  104. font:10px arial;
  105. {/block:ifarialfont}
  106. {block:ifinconsolatafont}
  107. font:10px inconsolata;
  108. {/block:ifinconsolatafont}
  109. {block:ifpixelfont}
  110. font:8px ronda;
  111. {/block:ifpixelfont}
  112. {block:ifroundedcorners}
  113. -webkit-border-radius: 4px;
  114. -moz-border-radius: 4px;
  115. border-radius: 4px;
  116. {/block:ifroundedcorners}
  117. }
  118.  
  119. ::-webkit-scrollbar {
  120. height: 0px;
  121. width: {text:scrollbar width}px;
  122. background:{color:background} url('{image:background}')
  123. {block:ifbgcover} no-repeat;
  124. -webkit-background-size: cover;
  125. -moz-background-size: cover;
  126. -o-background-size: cover;
  127. background-size: cover; {/block:ifbgcover}
  128. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  129. }
  130.  
  131.  
  132. ::-webkit-scrollbar-thumb {
  133. background:{color:scrollbar};
  134. }
  135.  
  136.  
  137. #s-m-t-tooltip {
  138. max-width: 100px;
  139. color: {color:text};
  140. font:8px consolas;
  141. text-transform:uppercase;
  142. letter-spacing:1px;
  143. background:{color:post bg};
  144. padding:3px;
  145. {block:ifroundedcorners}
  146. -webkit-border-radius: 4px;
  147. -moz-border-radius: 4px;
  148. border-radius: 4px;
  149. {/block:ifroundedcorners}
  150. padding: 0px 3px 1px 2px;
  151. margin: 20px 10px 10px 10px;
  152. z-index:99999;
  153. }
  154.  
  155. #parsley {
  156. {block:if250px}
  157. width: 250px!important;
  158. {/block:if250px}
  159. {block:if400px}
  160. width:400px!important;
  161. {/block:if400px}
  162. margin-top:10px;
  163. {block:ifpostborders}
  164. border:1px solid {color:post borders};
  165. {/block:ifpostborders}
  166. {block:ifnotpostborders}
  167. padding-left:11px;
  168. padding-top:11px;
  169. {/block:ifnotpostborders}
  170. {block:ifarialfont}
  171. font:10px arial;
  172. {/block:ifarialfont}
  173. {block:ifinconsolatafont}
  174. font:10px inconsolata;
  175. {/block:ifinconsolatafont}
  176. {block:ifpixelfont}
  177. font:8px ronda;
  178. {/block:ifpixelfont}
  179. color: {color:text};
  180. z-index:0;
  181. padding:10px;
  182. padding-bottom:10px!important;
  183. text-align:left;
  184. {block:ifnottransparentposts}background:{color:post bg};{/block:ifnottransparentposts}
  185. {block:iftransparentposts}background: rgba(0, 0, 0, 0);{/block:iftransparentposts}
  186. margin-bottom:40px;
  187. {block:ifroundedcorners}
  188. -webkit-border-radius: 4px;
  189. -moz-border-radius: 4px;
  190. border-radius: 4px;
  191. {/block:ifroundedcorners}
  192. overflow:hidden;
  193. }
  194.  
  195. #parsley img {
  196. {block:ifroundedcorners}
  197. -webkit-border-radius: 4px;
  198. -moz-border-radius: 4px;
  199. border-radius: 4px;
  200. {/block:ifroundedcorners}
  201. {block:if250px}
  202. width: 250px!important;
  203. {/block:if250px}
  204. {block:if400px}
  205. width:400px!important;
  206. {/block:if400px}
  207. }
  208.  
  209.  
  210. #parsley a {
  211. text-decoration:underline;
  212. color:{color:link};
  213. background:none;
  214. }
  215.  
  216. #parsley a:hover {
  217. text-decoration:none;
  218. color:{color:link hover};
  219. }
  220.  
  221. .almond {
  222. border:1px solid {color:post borders};
  223. padding:5px;
  224. {block:ifroundedcorners}
  225. -webkit-border-radius: 0 0 4px 4px ;
  226. -moz-border-radius: 0 0 4px 4px;
  227. border-radius: 0 0 4px 4px;
  228. {/block:ifroundedcorners}
  229. }
  230.  
  231. .clover {
  232. {block:ifarialfont}
  233. font:10px arial;
  234. {/block:ifarialfont}
  235. {block:ifinconsolatafont}
  236. font:10px inconsolata;
  237. {/block:ifinconsolatafont}
  238. {block:ifpixelfont}
  239. font:8px ronda;
  240. {/block:ifpixelfont}
  241. {block:if250px}
  242. max-width: 250px!important;
  243. {/block:if250px}
  244. {block:if400px}
  245. max-width:400px!important;
  246. {/block:if400px}
  247. text-align:left;
  248. padding:none;
  249. }
  250.  
  251. blockquote {
  252. margin-left:0px;
  253. margin-top:-5px;
  254. padding-top:none;
  255. padding-left:5px;
  256. border-left:1px solid {color:text};
  257. }
  258.  
  259. #fern {
  260. {block:if250px}
  261. width: 250px!important;
  262. {/block:if250px}
  263. {block:if400px}
  264. width:400px!important;
  265. {/block:if400px}
  266. padding:5px;
  267. margin-top:12px;
  268. margin-left:0px;
  269. font-size:10px;
  270. {block:ifarialfont}
  271. font:10px arial;
  272. {/block:ifarialfont}
  273. {block:ifinconsolatafont}
  274. font:10px inconsolata;
  275. {/block:ifinconsolatafont}
  276. {block:ifpixelfont}
  277. font:8px ronda;
  278. {/block:ifpixelfont}
  279. color:{color:footer text};
  280. box-sizing:border-box;
  281. -moz-box-sizing:border-box;
  282. -webkit-box-sizing:border-box;
  283. background:{color:footer};
  284. {block:ifroundedcorners}
  285. -webkit-border-radius: 4px;
  286. -moz-border-radius: 4px;
  287. border-radius: 4px;
  288. {/block:ifroundedcorners}
  289. text-align:center;
  290. }
  291.  
  292. #fern a{
  293. text-decoration:none;
  294. color:{color:footer text};
  295. padding:1px;
  296. }
  297.  
  298. #daisy {
  299. display:block;
  300. text-align:center!important;
  301. {block:ifarialfont}
  302. font:10px arial;
  303. {/block:ifarialfont}
  304. {block:ifinconsolatafont}
  305. font:10px inconsolata;
  306. {/block:ifinconsolatafont}
  307. {block:ifpixelfont}
  308. font:8px ronda;
  309. {/block:ifpixelfont}
  310. margin-bottom:2px;
  311. }
  312.  
  313. /*hmmm ok hello how nice of you to find this section of coding. don't even think about removing it. don't change the background color so it blends in. don't make it tiny. don't even move it. now fuck off*/
  314. #fuckyou {left:10px;bottom:10px;position:fixed;}#fuckyou a {{block:ifroundedcorners}-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;{/block:ifroundedcorners}background:{color:topbar links bg};padding:4px;font:8px consolas;text-transform:uppercase;
  315. letter-spacing:1px;color:{color:topbar links};text-decoration:none;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;} #fuckyou a:hover {color:{color:topbar links bg};background:transparent;}/*hmmm ok hello how nice of you to find this section of coding. don't even think about removing it. don't change the background color so it blends in. don't make it tiny. don't even move it. now fuck off*/
  316.  
  317. #nettle {
  318. {block:if250px}
  319. width: 250px!important;
  320. {/block:if250px}
  321. {block:if400px}
  322. width:400px!important;
  323. {/block:if400px}
  324. margin-left:-5px!important;
  325. margin-top:-5px;
  326. padding:5px;
  327. {block:ifarialfont}
  328. font:10px arial;
  329. {/block:ifarialfont}
  330. {block:ifinconsolatafont}
  331. font:10px inconsolata;
  332. {/block:ifinconsolatafont}
  333. {block:ifpixelfont}
  334. font:8px ronda;
  335. {/block:ifpixelfont}
  336. color:{color:footer text};
  337. text-align:left;
  338. }
  339.  
  340. #nettle img {
  341. display:none;
  342. }
  343.  
  344. ol.nettle {
  345. padding: 0px;
  346. margin: 15px 0px;
  347. list-style-type: none !important;
  348. }
  349.  
  350. #nettle a {
  351. text-decoration:none;
  352. color:{color:link};
  353. }
  354.  
  355. #nettle a:hover {
  356. text-decoration:underline;
  357. color:{color:link hover};
  358. }
  359.  
  360. #thistle {
  361. color:{color:footer text};
  362. display:inline;
  363. text-align:center;
  364. letter-spacing:none!important;
  365. }
  366.  
  367. #thistle a{
  368. text-decoration:none;
  369. color:{color:footer text};
  370. font-style:italic;
  371. }
  372.  
  373. #thistle a:hover {
  374. text-decoration:underline;
  375. }
  376.  
  377. #titleo {
  378. text-transform:uppercase;
  379. }
  380.  
  381.  
  382. #topper {
  383. {block:if250px}
  384. margin-left:510px;
  385. {/block:if250px}
  386. {block:if400px}
  387. margin-left:435px;
  388. {/block:if400px}
  389. {block:if250px}
  390. width: 250px!important;
  391. {/block:if250px}
  392. {block:if400px}
  393. width:400px!important;
  394. {/block:if400px}
  395. {block:ifarialfont}
  396. font:10px arial;
  397. {/block:ifarialfont}
  398. {block:ifinconsolatafont}
  399. font:10px inconsolata;
  400. {/block:ifinconsolatafont}
  401. {block:ifpixelfont}
  402. font:8px ronda;
  403. {/block:ifpixelfont}
  404. text-align:center;
  405. position:absolute;
  406. top:30px;
  407. height:65px;
  408. display: table-cell;
  409. vertical-align: middle;
  410. overflow:auto;
  411. color:{color:description};
  412. }
  413.  
  414. #topper a{
  415. text-decoration:none;
  416. color:{color:link};
  417. }
  418.  
  419. #topper a:hover {
  420. color:{color:link hover};
  421. }
  422.  
  423. #content {
  424. {block:if250px}
  425. margin-left:500px;
  426. {/block:if250px}
  427. {block:if400px}
  428. margin-left:425px;
  429. {/block:if400px}
  430. margin-top:120px;
  431. }
  432.  
  433. #linkoo {
  434. margin-top:10px;
  435. }
  436.  
  437. #linkoo a {
  438. font:8px consolas;
  439. text-transform:uppercase;
  440. letter-spacing:1px;
  441. background:{color:topbar links bg};
  442. padding:3px;
  443. {block:ifroundedcorners}
  444. -webkit-border-radius: 4px;
  445. -moz-border-radius: 4px;
  446. border-radius: 4px;
  447. {/block:ifroundedcorners}
  448. margin-left:2px;
  449. margin-right:2px;
  450. text-decoration:none;
  451. color:{color:topbar links};
  452. transition: all .3s;
  453. -webkit-transition: all .3s;
  454. -moz-transition:all 3s;
  455. -o-transition:all .3s;
  456. }
  457.  
  458. #linkoo a:hover {
  459. background:transparent;
  460. -webkit-border-radius: 0px;
  461. -moz-border-radius: 0px;
  462. border-radius: 0px;
  463. color:{color:topbar links bg};
  464. }
  465.  
  466. #ending {
  467. position:absolute;
  468. margin-top:-15px;
  469. color:{color:topbar links};
  470. padding-bottom:15px
  471. }
  472.  
  473. #ending a:hover {
  474. background:transparent;
  475. -webkit-border-radius: 0px;
  476. -moz-border-radius: 0px;
  477. border-radius: 0px;
  478. }
  479.  
  480. #ending a {
  481. font:8px consolas;
  482. text-transform:uppercase;
  483. letter-spacing:1px;
  484. background:{color:topbar links bg};
  485. padding:3px;
  486. {block:ifroundedcorners}
  487. -webkit-border-radius: 4px;
  488. -moz-border-radius: 4px;
  489. border-radius: 4px;
  490. {/block:ifroundedcorners}
  491. margin-left:2px;
  492. margin-right:2px;
  493. text-decoration:none;
  494. color:{color:topbar links};
  495. transition: all .3s;
  496. -webkit-transition: all .3s;
  497. -moz-transition:all 3s;
  498. -o-transition:all .3s;
  499. }
  500.  
  501. ::selection {
  502. background:{color:text select};
  503. }
  504.  
  505. ::-moz-selection {
  506. background:{color:text select};
  507. }
  508.  
  509. #asker {
  510. color:{color:post bg};
  511. background:{color:post borders};
  512. padding:3px;
  513. font-weight:bold;
  514. {block:ifroundedcorners}
  515. -webkit-border-radius: 4px 4px 0 0;
  516. -moz-border-radius: 4px 4px 0 0;
  517. border-radius: 4px 4px 0 0;
  518. {/block:ifroundedcorners}
  519. }
  520.  
  521. img {
  522. max-width:100%;
  523. }
  524.  
  525. body {
  526. margin:0px;
  527. font-family: bitxmap;
  528. font-size:10px;
  529. color:{color:text};
  530. background-color: {color:background};
  531. background-image:url({image:background});
  532. background-attachment: fixed;
  533. background-size:;
  534. background-repeat: repeat;
  535. {block:ifsmallcursor}
  536. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  537. {/block:ifsmallcursor}
  538. }
  539.  
  540. a:link, a, a:active, a:visited {
  541. text-decoration:none;
  542. color:{color:link};
  543. -webkit-transition: all 0.5s ease-in-out;
  544. -moz-transition: all 0.5s ease-in-out;
  545. -o-transition: all 0.5s ease-in-out;
  546. -ms-transition: all 0.5s ease-in-out;
  547. transition: all 0.5s ease-in-out;
  548. {block:ifsmallcursor}
  549. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  550. {/block:ifsmallcursor}
  551.  
  552. }
  553.  
  554. a:hover {
  555. {block:ifsmallcursor}
  556. cursor: url(http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png), auto;
  557. {/block:ifsmallcursor}
  558.  
  559. }
  560.  
  561. #con {
  562. position:absolute;
  563. left:50%;
  564. margin-left:-230px;
  565. {block:ifsmallcursor}
  566. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  567. {/block:ifsmallcursor}
  568.  
  569. }
  570.  
  571. </style>
  572.  
  573. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  574. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  575. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  576. <script>
  577. (function($){
  578. $(document).ready(function(){
  579. $("[title]").style_my_tooltips();
  580. });
  581. })(jQuery);
  582. </script>
  583.  
  584.  
  585. </head>
  586.  
  587. <body>
  588.  
  589. {block:ifscreenborder}
  590. <span style="background:black;position:fixed;width:20px;height:100%;top:0;left:0;z-index:33;"></span>
  591.  
  592. <span style="background:black;position:fixed;width:100%;height:20px;top:0;left:0;z-index:33;"></span>
  593.  
  594. <span style="background:black;position:fixed;width:12px;height:100%;top:0;right:0;z-index:33;"></span>
  595.  
  596. <span style="background:black;position:fixed;width:100%;height:20px;bottom:0;right:0;z-index:33;"></span>
  597. {/block:ifscreenborder}
  598.  
  599.  
  600. <div id="topper"><img src="{image:yo}">{description}
  601. <div id="linkoo">
  602. <a href="{text:link 1}" >{text:link 1 title}</a>
  603. <a href="{text:link 2}" >{text:link 2 title}</a>
  604. <a href="{text:link 3}" >{text:link 3 title}</a>
  605. <a href="{text:link 4}" >{text:link 4 title}</a>
  606. </div>
  607. </div>
  608.  
  609. <div id="content">
  610.  
  611. {block:Posts}
  612.  
  613. {block:ContentSource}
  614. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  615. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  616. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  617.  
  618. <div id="parsley">
  619.  
  620. {block:Text}
  621. {block:Title}<div id="titleo">{Title}</div>{/block:Title}
  622. {Body}
  623. {/block:Text}
  624.  
  625. {block:Photo}
  626. {block:if250px}<img src="{PhotoURL-250}" />{/block:if250px}
  627. {block:if400px}<img src="{PhotoURL-400}" />{/block:if400px}
  628. {block:ifshowcaptions}{block:Caption}<div class="clover">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
  629. {/block:Photo}
  630.  
  631. {block:Photoset}
  632. {block:if250px}{Photoset-250}{/block:if250px}
  633. {block:if400px}{Photoset-400}{/block:if400px}
  634. {block:ifshowcaptions}{block:Caption}<div class="clover">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
  635. {/block:Photoset}
  636.  
  637. {block:Quote}
  638. <div id="quote">"{Quote}"</div>
  639. {block:Source}<div align="left">→ {Source}</div>{/block:Source}
  640. {block:ifshowcaptions}{block:Caption}<div class="clover">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
  641. {/block:Quote}
  642.  
  643. {block:Link}
  644. <div class="tomato"><a href="{URL}" target="{Target}">{Name}→</a></div>
  645. {block:Description}{Description}{/block:Description}
  646. {/block:Link}
  647.  
  648. {block:Chat}
  649. {block:Title}<div class="tomato">{Title}</div>{/block:Title}
  650. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  651. {block:Caption}<div class="clover">{Caption}</div>{/block:Caption}
  652. {/block:Chat}
  653.  
  654. {block:Audio}
  655. {AudioPlayerWhite}
  656. {block:ifshowcaptions}{block:Caption}<div class="clover">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
  657. {/block:Audio}
  658.  
  659. {block:Video}
  660. {Video-250}
  661. {block:ifshowcaptions}{block:Caption}<div class="clover">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
  662. {/block:Video}
  663.  
  664. {block:Answer}
  665. <div id="asker">{Asker} said:</div> <div class="almond">{Question}</div>
  666. {Answer}
  667. {/block:Answer}
  668.  
  669. <div id="fern">
  670. <div id="daisy">
  671. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> –{/block:NoteCount}
  672.  
  673. {block:Date}<a href="{Permalink}">{MonthNumber}/{DayOfMonthWithZero}/{ShortYear}</a>{/block:Date}{block:indexpage} - <a href="{ReblogURL}" target="_blank" class="details">reblog</a>{/block:indexpage}
  674. </div>
  675.  
  676. {block:HasTags}
  677. {block:Tags}
  678. <div id="thistle"><a href="{TagURL}"> #{Tag} </a></div>
  679. {/block:Tags}
  680. {/block:HasTags}
  681.  
  682. </div>
  683. </div>
  684.  
  685. {block:PermalinkPage}
  686. <div id="flower2"></div>
  687. {block:PostNotes}
  688. <div id="nettle">{PostNotes}</div>
  689. {/block:PostNotes}
  690. {/block:permalinkpage}
  691. {/block:Posts}
  692.  
  693. <!--hahahahahahahaha fuck off!!!! don't remove this!! don't change the words!!!!! just leave it alone please!!!--><div id="fuckyou"><a href="http://casualffair.tumblr.com" title="theme made by casualffair">theme</a></div><!--hahahahahahahaha fuck off!!!! don't remove this!! don't change the words!!!!! just leave it alone please!!!-->
  694.  
  695. <div style="position:fixed; top:{text:img top}px; left:{text:img left}px;"><a href="/" title="{text:sidebar img title}"><img src=" {image:sidebar img}"/></a></div>
  696.  
  697. <script type="text/javascript">
  698. $(window).load(function () {
  699. var $content = $('#posts');
  700. $content.masonry({itemSelector: '.entry'}),
  701. $content.infinitescroll({
  702. navSelector : 'div#pagination',
  703. nextSelector : 'div#pagination a#nextPage',
  704. itemSelector : '.entry',
  705. loading: {
  706. finishedMsg: '',
  707. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  708. },
  709. bufferPx : 600,
  710. debug : false,
  711. }
  712.  
  713. <!---
  714. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
  715.  
  716. ----O R I G I N A L T H E M E M A D E B Y C A S U A L F F A I R----
  717.  
  718. do not fucking remove credit you piece of absolute shit. i made this theme entirely by myself. this is 100% my ideas and my coding. if you don't want to keep the credit up then you can go find a different theme to use.
  719.  
  720. ------------don't even think about removing credit or stealing------------
  721.  
  722. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★--->
  723.  
  724. </body>
  725. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement