Advertisement
bow-arrow

Theme 1

Nov 25th, 2012
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.57 KB | None | 0 0
  1. <!--
  2. theme by irritat3d. Please don't remove the credit. If you do, at least put credit for the theme somewhere in your FAQ or links. If you do remove the credit, I'll find you and ask you to put it back. If you don't I will report you and get all my followers to report you. Thanks(: have fun
  3. -->
  4.  
  5. <html lang="en">
  6. <head>
  7.  
  8. <script type="text/javascript">
  9. <!--
  10.  
  11. // Disable Right Click Script
  12.  
  13. function IE(e)
  14. {
  15. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  16. {
  17. return false;
  18. }
  19. }
  20. function NS(e)
  21. {
  22. if (document.layers || (document.getElementById && !document.all))
  23. {
  24. if (e.which == "2" || e.which == "3")
  25. {
  26. return false;
  27. }
  28. }
  29. }
  30. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  31.  
  32. //-->
  33. </script>
  34.  
  35. </script>
  36. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic' rel='stylesheet' type='text/css'>
  37. <meta name="color:Background" content="#ffffff"/>
  38. <meta name="color:Title" content="#292929"/>
  39. <meta name="color:Text" content="#363636"/>
  40. <meta name="color:Link" content="#cf1313"/>
  41. <meta name="color:scrollbar" content="#727272"/>
  42. <meta name="color:text shadow" content="#000000"/>
  43. <meta name="color:Hover" content="#ddd"/>
  44. <meta name="image:Background" content=""/>
  45. <meta name="image:Sidebar" content=""/>
  46. <meta name="text:Link One" content="" />
  47. <meta name="text:Link One Title" content="" />
  48. <meta name="text:Link Two" content="" />
  49. <meta name="text:Link Two Title" content="" />
  50. <meta name="text:Link Three" content="" />
  51. <meta name="text:Link Three Title" content="" />
  52. <meta name="text:Link Four" content="" />
  53. <meta name="text:Link Four Title" content="" />
  54. <meta name="text:Link Five" content="" />
  55. <meta name="text:Link Five Title" content="" />
  56. <meta name="image:Sidebar2" content=""/>
  57. <meta name="image:side decoration" content="1"/>
  58. <meta name="if:show side decoration photo" content="0"/>
  59.  
  60. </script>
  61.  
  62. <style type="text/css">
  63. #fade { /*--Transparent background layer--*/
  64. display: none; /*--hidden by default--*/
  65. background:#000;
  66. position: fixed; left: 0; top: 0;
  67. width: 100%; height: 100%;
  68. opacity: .3;
  69. z-index: 9999;
  70. }
  71.  
  72. .popup_block{
  73. display: none; /*--hidden by default--*/
  74. background: #ffffff;
  75. background-image: url();
  76. padding: 20px;
  77. font-family: georgia;
  78. float: left;
  79. font-size: 11px;
  80. position: fixed;
  81. top: 50%; left: 50%;
  82. border: 2px solid #b14477;
  83. z-index: 99999;
  84. /*--CSS3 Box Shadows--*/
  85. -webkit-box-shadow: 0px 0px 20px #000;
  86. -moz-box-shadow: 0px 0px 20px #000;
  87. box-shadow: 1px 1px 20px #b14477;
  88. -webkit-transition: all .7s ease;
  89. -moz-transition: all .7s ease;
  90. -o-transition: all .7s ease;
  91. transition: all .7s ease;
  92. }
  93. .popup_block:hover{
  94. opacity:1;
  95. -webkit-transition: all .7s ease;
  96. -moz-transition: all .7s ease;
  97. -o-transition: all .7s ease;
  98. transition: all .7s ease;
  99. }
  100. img.btn_close {
  101. float: right;
  102. margin: -15px -15px 0 0;
  103. }
  104. *html .popup_block {
  105. position: absolute;
  106. }
  107. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  108.  
  109. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  110.  
  111. ::-webkit-scrollbar {width: 5px; height: 4px; background: #eeeeee; border-left: 1px solid #aaaaaa; }
  112.  
  113. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-left: 0px solid}
  114.  
  115. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  116.  
  117. @font-face {
  118. font-family: "dawning";
  119. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  120. }
  121.  
  122. @font-face{ font-family: 'pixel'; font-style: normal; font-weight: normal; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  123.  
  124. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  125.  
  126. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  127.  
  128. body{
  129. margin:5px;
  130. background-color: {color:Background};
  131. background-image:url({image:Background});
  132. background-attachment: fixed;
  133. background-repeat: repeat;
  134. font-family: georgia;
  135. font-size: 9px;
  136. line-height:11px;
  137. color:#000000;
  138. cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  139. }
  140.  
  141. a:link, a:active, a:visited{
  142. color: {color:Link};
  143. text-decoration: none;
  144. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  145. }
  146.  
  147. a:hover{
  148. color:{color:Hover};
  149. text-decoration: none;
  150. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  151. text-shadow:1px 1px 5px {color:text shadow};
  152. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  153. }
  154.  
  155. #cunt{width:330px; height:auto;}
  156. {block:PermalinkPage}
  157. width:410px;
  158. {/block:PermalinkPage}
  159. }
  160.  
  161. #center{
  162. padding-top:3px;
  163. padding-bottom:3px;
  164. position:fixed !important;
  165. width:200px;
  166. height:200px;
  167. background-color:#fff;
  168. {block:PermalinkPage}
  169. width:410px;
  170. height:207px;
  171. {/block:PermalinkPage}
  172. }
  173.  
  174. #posts{
  175. float:center;
  176. {block:indexpage}
  177. width:260px;
  178. {/block:indexpage}
  179. {block:permalinkpage}
  180. width:800px;
  181. {/block:permalinkpage}
  182. margin-left: 424px;
  183. margin-top: -1px;
  184. }
  185.  
  186. #sidebar {
  187. position:fixed !important;
  188. width: 260px;
  189. height:270px;
  190. background-color:transparent;
  191. margin-left: 90px;
  192. margin-top: 100px;
  193. padding:1px;
  194. border: 0px solid #aaa;
  195. border-right: 0px solid #aaa;
  196. border-top-right-radius:0px;
  197. border-bottom-right-radius:0px;
  198. border-top-left-radius:0px;
  199. border-bottom-left-radius:0px;
  200. }
  201. #sidebar2 {
  202. position:fixed !important;
  203. width: 260px;
  204. height:270px;
  205. background-color:transparent;
  206. margin-left: 90px;
  207. margin-top: 100px;
  208. padding:1px;
  209. border: 0px solid #aaa;
  210. border-right: 0px solid #aaa;
  211. border-top-right-radius:0px;
  212. border-bottom-right-radius:0px;
  213. border-top-left-radius:0px;
  214. border-bottom-left-radius:0px;
  215. opacity: 0.0;
  216. transition: all 0.9s ease-out;
  217. -o-transition-transition: all 0.9s ease-out;
  218. -webkit-transition: all 0.9s ease-out;
  219. -moz-transition: all 0.9s ease-out;
  220. }
  221. #sidebar2:hover {
  222. opacity: 1.0;
  223. transition: all 0.9s ease-out;
  224. -o-transition-transition: all 0.9s ease-out;
  225. -webkit-transition: all 0.9s ease-out;
  226. -moz-transition: all 0.9s ease-out;
  227. }
  228.  
  229. div#garrett{
  230. z-index:1;
  231. opacity:1.0;
  232. padding: 1px;
  233. padding-bottom:1px;
  234. height:10px;
  235. float:center;
  236. background: transparent;
  237. position:fixed;
  238. margin-left: 90px;
  239. margin-top: 404px;
  240. border: 0px solid #dddddd;
  241. width:260px;
  242. font-family: georgia;
  243. font-size: 9px;
  244. line-height:11px;
  245. letter-spacing: 1px;
  246. text-align: center;
  247. border-top-right-radius:0px;
  248. border-bottom-right-radius:0px;
  249. border-top-left-radius:0px;
  250. border-bottom-left-radius:0px;
  251. }
  252.  
  253.  
  254. div#desc{
  255. position:fixed !important;
  256. width: 262px;
  257. height: auto;
  258. opacity: 1;
  259. padding-bottom: 5px;
  260. padding-top: 5px;
  261. font color: #000;
  262. margin-top: 400px;
  263. margin-left:90px;
  264. letter-spacing: 0px;
  265. border: 0px solid #aaa;
  266. background-color:transparent;
  267. font-family: georgia;
  268. font-size: 9px;
  269. line-height:11px;
  270. text-align: left;
  271. text-transform: uppercase;
  272. overflow: auto;
  273. z-index: 100;
  274. border-top-right-radius:0px;
  275. border-bottom-right-radius:0px;
  276. border-top-left-radius:0px;
  277. border-bottom-left-radius:0px;
  278. -webkit-transition: all 0.7s ease-in-out;
  279. -moz-transition: all 0.7s ease-in-out;
  280. -o-transition: all 0.7s ease-in-out;
  281. -ms-transition: all 0.7s ease-in-out;
  282. transition: all 0.7s ease-in-out;
  283. }
  284. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  285.  
  286.  
  287. @font-face { font-family: "playdate"; src: url('http://static.tumblr.com/4yxykdm/XVZlrfl3m/playdate_1_.ttf'); }
  288.  
  289. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  290.  
  291.  
  292. askk {
  293. font-family: georgia;
  294. font-size: 9px;
  295. line-height:11px;
  296. z-index:1;
  297. }
  298.  
  299. @font-face { font-family: "arsenalewhite"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  300. @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  301.  
  302. h3{
  303. font-family: georgia;
  304. font-size: 80px;
  305. line-height: 12px;
  306. color: #A78282;
  307. font-weight: normal;
  308. line-height:15px;
  309. letter-spacing: 1px;
  310. font-style: normal;
  311. text-transform: lowercase;
  312. text-align: right;
  313. padding: 0px;
  314. margin:0px;
  315. }
  316.  
  317. #entry .perma a{
  318. color:;}
  319.  
  320. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  321.  
  322. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  323.  
  324. .permalink {
  325. display: block;
  326. border-top: 1px solid #ddd;
  327. padding: 2px;
  328. margin: 4px 8px 0px 8px;
  329. text-transform: uppercase;
  330. font-family: arial;
  331. font-size: 8px;
  332. color: #424242;
  333. line-height: 18px;
  334. text-align: center;
  335. text-decoration: none;
  336. -webkit-transition: color 0.5s ease-out;
  337. -moz-transition: color 0.5s ease-out;
  338. }
  339.  
  340. #entry .perma a{
  341. color:;}
  342.  
  343.  
  344. #entry .perma{
  345. width:245px;
  346. height: 0px;
  347. text-transform: uppercase;
  348. font-family: arial;
  349. position: absolute;
  350. font-size: 8px;
  351. line-height: 11px;
  352. text-align: center;
  353. overflow:hidden;
  354. opacity: 0.0;
  355. background-color:#fff;
  356. margin-top:0px;
  357. margin-left: 0px;
  358. letter-spacing: 1px;
  359. border-radius: 0px;
  360. -webkit-transition: opacity 0.5s linear; opacity: 0.9;
  361. -webkit-transition: all 0.5s linear;
  362. -moz-transition: all 0.5s linear;
  363. transition: all 0.5s linear;
  364. }
  365.  
  366. #entry:hover .perma{
  367. margin-top: 0px;
  368. margin-left: 0px;
  369. width: 245px;
  370. height: 12px;
  371. text-transform:uppercase;
  372. overflow:visible;
  373. -webkit-transition: all 0.3s linear; opacity: 0.9;
  374. -webkit-transition: all 0.3s linear;
  375. -moz-transition: all 0.3s linear;
  376. transition: all 0.3s linear;
  377. }
  378.  
  379. .permalinktext {
  380. display: block;
  381. padding: 1px;
  382. margin: 0px 0px 0px 8px;
  383. text-transform: uppercase;
  384. font-family: arial;
  385. letter-spacing: 1px;
  386. font-size: 8px;
  387. color: #424242;
  388. line-height: 10px;
  389. text-align: right;
  390. text-decoration: none;
  391. -webkit-transition: color 0.5s ease-out;
  392. -moz-transition: color 0.5s ease-out;
  393. border-top: 1px solid #dcdcdc;
  394. }
  395.  
  396. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  397. #postnotes{
  398. text-align: left;
  399. }
  400.  
  401. #postnotes blockquote{
  402. border: 0px;
  403. }
  404.  
  405. #entry{
  406. font-family: georgia;
  407. font-size: 9px;
  408. line-height:11px;
  409. text-align:left;
  410. z-index:9999;
  411. float:left;
  412. width: 245px;
  413. height: auto;
  414. {block:PermalinkPage}
  415. width: 514px;
  416. height: auto;
  417. {/block:PermalinkPage}
  418. background-color:#fff;
  419. padding:5px;
  420. padding-bottom:2px;
  421. margin-right:15px;
  422. overflow:hidden;
  423. margin-bottom:15px;
  424. border: 1px solid #ddd;
  425. -webkit-transition: all .7s ease;
  426. -moz-transition: all .7s ease;
  427. -o-transition: all .7s ease;
  428. transition: all .7s ease;
  429. }
  430. .entry:hover{
  431. opacity:1;
  432. -webkit-transition: all .7s ease;
  433. -moz-transition: all .7s ease;
  434. -o-transition: all .7s ease;
  435. transition: all .7s ease;
  436. }
  437.  
  438. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  439.  
  440. #permapage{
  441. font-family: georgia;
  442. font-size: 8px;
  443. line-height:10px;
  444. text-align: left;
  445. padding-bottom:10px;
  446. padding-left:0px;
  447. z-index:9999;}
  448.  
  449. .title{
  450. font-family: georgia;
  451. font-size: 14px;
  452. line-height: 15px;
  453. letter-spacing:1px;
  454. color: {color:Title};
  455. font-weight: normal;
  456. letter-spacing: 0px;
  457. }
  458.  
  459.  
  460. @font-face { font-family: "beauty"; src: url('http://static.tumblr.com/2zvjoo9/n9Mm31t9e/discoverbeauty.ttf');}
  461.  
  462. .blogtitle{
  463. font-family: beauty;
  464. font-size: 18px;
  465. line-height: 18px;
  466. color: {color:Link};
  467. font-weight: normal;
  468. }
  469.  
  470. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  471.  
  472. blockquote{
  473. padding:0px 0px 2px 3px;
  474. margin:0px 0px 2px 1px;
  475. }
  476. ul, ol, li{
  477. list-style:none;
  478. margin:0px;
  479. padding:0px;
  480. }
  481.  
  482. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  483. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  484. }
  485.  
  486.  
  487.  
  488. a.links {
  489. font-family: georgia;
  490. color: #000000;
  491. font-size: 8px;
  492. line-height: 8px;
  493. text-transform: normal;
  494. letter-spacing:0px;
  495. display:block;
  496. padding: 0px;
  497. margin-bottom: 0px;
  498. }
  499.  
  500. a.links:hover {
  501. font-style: underline;
  502. text-decoration: underline;
  503. letter-spacing:10px;
  504. }
  505.  
  506. </style>
  507. <title>{title}</title>
  508. <link rel="shortcut icon" href="http://fc08.deviantart.net/fs36/f/2008/286/0/5/Ribbon_favicon_by_Hidazukin.png">
  509. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  510. <meta name="viewport" content="width=720" />
  511. </head>
  512. <body>
  513. <div id="center">
  514. <div id="content">
  515. <div id="sidebar">
  516.  
  517.  
  518. <a href="/"><img src="{image:sidebar}" style="" margin-top:-25px; width=260px height=300px></a>
  519. </div>
  520. <div id="sidebar2">
  521. <a href="/"><img src="{image:sidebar2}" style="" margin-top:-25px; width=260px height=300px></a>
  522. </div>
  523. <div id="garrett">
  524. {description}
  525. <br>
  526. <a href="{text:Link One}"> {text:Link One Title}</a> + <a href="{text:Link Two}"> {text:Link Two Title}</a> + <a href="{text:Link Three}"> {text:Link Three Title}</a> + <a href="{text:Link Four}"> {text:Link Four Title}</a> + <a href="{text:Link Five}"> {text:Link Five Title}</a>
  527.  
  528. </div>
  529.  
  530.  
  531.  
  532. <div id="posts">
  533. {block:Posts}
  534. <div id="entry">
  535.  
  536.  
  537. {block:Text}
  538. {block:Title}<span class="title">{Title}</span>{/block:Title}
  539. <span class="entrytext">{Body}</span>
  540. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">†</font> <a href="{permalink}">{timeago}</a> </div>
  541. {/block:Text}
  542.  
  543. {block:Link}
  544. <a href="{URL}" class="title">{Name}</a>
  545. {block:Description}{Description}{/block:Description}
  546. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">†</font> <a href="{permalink}">{timeago}</a> </div>
  547. {block:Link}
  548.  
  549. {block:Photo}{block:IndexPage}
  550. <div class="perma">
  551. <a href="{permalink}">{NoteCountWithLabel}</a> <font color="#6b1b57">+</font> <a> <a href="{ReblogURL}" target="_blank"> reblog </a></span></div>
  552. {/block:IndexPage}
  553. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=245px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=515px/>{LinkCloseTag}{/block:PermalinkPage}
  554. {/block:Photo}
  555.  
  556.  
  557. {block:Quote}
  558. <span class="entrytext">{Quote}</span>
  559. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  560. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">†</font> <a href="{permalink}">{timeago}</a> </div>
  561. {/block:Quote}
  562.  
  563. {block:Chat}
  564. {block:Title}<span class="title">{Title}</span>{/block:Title}
  565. <ul class="chat">
  566. {block:Lines}
  567. <li class="user_{UserNumber}">
  568. {block:Label}
  569. <span class="label">{Label}</span>
  570. {/block:Label}
  571. {Line}
  572. </li>
  573. {/block:Lines}
  574. </ul>
  575. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">†</font> <a href="{permalink}">{timeago}</a> </div>
  576. {/block:Chat}
  577.  
  578.  
  579. {block:Audio}
  580. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">
  581. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  582. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">†</font> <a href="{permalink}">{timeago}</a> </div>
  583. {/block:Audio}
  584.  
  585. {block:Video}<center>
  586. <div class="video">{Video-400}</div></center>
  587. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#000">†</font> <a href="{permalink}">{timeago}</a> </div>
  588. {block:Video}
  589.  
  590. {block:Answer}
  591. <br>
  592. <div style="border-radius:5px; border: 1px solid #6b1b57; margin:
  593. 3px; min-height:30px; padding: 3px; background-color: #fff; box-
  594. shadow: 0px 0px 5px 3px #E6DFDF; font-family: georgia; font-size:
  595. 8px;">
  596. <img src="{AskerPortraitURL-30}" width="30" align="left"
  597. style="margin-right:3px; box-shadow: 0px 0px 0px 2px #f3f3f3;
  598. border-radius: 30px;"/>
  599. {Asker} said: {Question}<br></div>
  600. <div style="font-family: georgia; font-size: 8px;">
  601. {Answer}
  602. </div>
  603. {block:IndexPage}<span class="perm"><Posted: <a
  604. href="{Permalink}">{TimeAgo}</a> • <a href="{Permalink}">
  605. {notecountwithlabel}</a>
  606. {/block:IndexPage}
  607. {/block:Answer}
  608. {/block:Answer}
  609.  
  610.  
  611.  
  612. {block:PostNotes}<div align="middle">{caption}</div>
  613. <center>
  614.  
  615. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  616.  
  617. {block:HasTags}
  618. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  619. {block:RebloggedFrom}
  620. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  621. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  622.  
  623. {/block:RebloggedFrom}
  624. </center></span>
  625. <br>
  626. <div id="postnotes">{PostNotes}</div><br>
  627.  
  628. <center>{block:ContentSource}
  629. <br><a href="{SourceURL}">
  630. {lang:Source}:
  631. {block:SourceLogo}
  632. <img src="{BlackLogoURL}" width="{LogoWidth}"
  633. height="{LogoHeight}" alt="{SourceTitle}" />
  634. {/block:SourceLogo}
  635. {block:NoSourceLogo}
  636. {SourceLink}
  637. {/block:NoSourceLogo}
  638. </a>
  639. {/block:ContentSource}</center>
  640.  
  641. {/block:PostNotes}
  642. </div>
  643. {/block:Posts}
  644. </div></div>
  645.  
  646. {block:indexpage}
  647. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  648. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  649. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  650. <script type="text/javascript">
  651. $(window).load(function(){
  652. var $wall = $('#posts');
  653. $wall.imagesLoaded(function(){
  654. $wall.masonry({
  655. itemSelector: '#entry, #entry_photo',
  656. isAnimated : false
  657. });
  658. });
  659.  
  660. $wall.infinitescroll({
  661. navSelector : '#page-nav',
  662. nextSelector : '#page-nav a',
  663. itemSelector : '#entry, #entry_photo',
  664. bufferPx : 2000,
  665. debug : false,
  666. errorCallback: function() {
  667. $('#infscr-loading').fadeOut('normal');
  668. }},
  669. function( newElements ) {
  670. var $newElems = $( newElements );
  671. $newElems.hide();
  672. $newElems.imagesLoaded(function(){
  673. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  674. });
  675. }); $('#content').show(500);
  676. });
  677. </script>
  678. {/block:indexpage}
  679.  
  680. </div>
  681.  
  682. </body>
  683. {block:ifshowsidedecorationphoto}<div style="position:fixed; bottom:2px; right:10px;">
  684. <img src="{image:side decoration}" border="0" alt=""></a></div>{/block:ifshowsidedecorationphoto}
  685. <div style="position:fixed; bottom:5px; font-family: georgia; font-size: 11px; left:5px;">
  686. <a href="http://irritat3d.tumblr.com/">theme</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement