BandThemes

Chaya

Apr 11th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.51 KB | None | 0 0
  1. <!-----Theme by band-themes.tumblr.com. remove the credit and I'll beat yo ass--------!>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--IMAGES-->
  9. <meta name="image:Background" content="">
  10. <meta name="image:Sidebar" content="http://25.media.tumblr.com/a6f1423f3d96872e49feb4fff690a3e4/tumblr_mu7a2bGIXC1svfpn7o1_250.gif">
  11.  
  12. <!--COLORS-->
  13. <meta name="color:Background" content="#000000">
  14. <meta name="color:Post" content="#fff">
  15. <meta name="color:Text" content="#000000">
  16. <meta name="color:Emphasis Text" content="#444">
  17. <meta name="color:Link" content="#cc0000">
  18. <meta name="color:Link Hover" content="#000">
  19.  
  20. <meta name="color:Sidebar" content="#cc0000">
  21. <meta name="color:Description" content="#ccc">
  22. <meta name="color:Title" content="#000000">
  23. <meta name="color:Title Hover" content="#cc0000">
  24. <meta name="color:Sidebar Link" content="#000">
  25. <meta name="color:Sidebar Link Hover" content="#ccc">
  26. <meta name="color:Sidebar Link BG" content="#ddd">
  27. <meta name="color:Sidebar Link BG Hover" content="#fff">
  28.  
  29. <meta name="color:Permalink" content="#cc0000">
  30. <meta name="color:Permalink Hover" content="#ccc">
  31. <meta name="color:Permalink BG" content="#eee">
  32.  
  33. <meta name="color:Scrollbar" content="#ccc">
  34. <meta name="color:Scrollbar BG" content="#fff">
  35.  
  36. <meta name="color:Text Post Title" content="#ccc">
  37. <meta name="color:Link Post" content="#eee">
  38. <meta name="color:Link Post Hover" content="#666">
  39.  
  40. <!--TEXT-->
  41. <meta name="text:Link 1" content="Link 1">
  42. <meta name="text:Link 1 URL" content="/">
  43. <meta name="text:Link 2" content="Link 2">
  44. <meta name="text:Link 2 URL" content="/">
  45. <meta name="text:Link 3" content="Link 3">
  46. <meta name="text:Link 3 URL" content="/">
  47. <meta name="text:Link 4" content="Link 4">
  48. <meta name="text:Link 4 URL" content="/">
  49.  
  50. <!--OPTIONS (0 means the option is OFF-->
  51. <meta name="if:400 Post" content="0">
  52. <meta name="if:Captions" content="1">
  53. <meta name="if:Infinite Scroll" content="0">
  54. <!--- UPDATES TAB COLOURS --->
  55.  
  56. <meta name="color:Tab Text" content="#222222"/>
  57. <meta name="color:Tab Links" content="#b6b6b6"/>
  58. <meta name="color:Tab Links Hover" content="#000000"/>
  59.  
  60. <meta name="color:Tab Line 1 Colour" content="#cb2f66"/>
  61. <meta name="color:Tab Line 2 Colour" content="#00D118"/>
  62. <meta name="color:Tab Line 3 Colour" content="#fdd017"/>
  63. <meta name="color:Tab Line 4 Colour" content="#c648ac"/>
  64. <meta name="color:Tab Line 5 Colour" content="#faa716"/>
  65.  
  66. <!--- UPDATES TAB COLOURS --->
  67. <link href='http://fonts.googleapis.com/css?family=Crushed|Orbitron:400,900' rel='stylesheet' type='text/css'>
  68.  
  69. <title>{Title}</title>
  70. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  71. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72. <link rel="shortcut icon" href="{Favicon}" />
  73. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  74. <script>
  75. (function($){
  76. $(document).ready(function(){
  77. $("[title]").style_my_tooltips({
  78. tip_follows_cursor:true,
  79. tip_delay_time:200,
  80. tip_fade_speed:300
  81. });
  82. });
  83. })(jQuery);
  84. </script>
  85. <style type="text/css">
  86.  
  87. /*SCROLLBAR*/
  88. ::-webkit-scrollbar-thumb:vertical {
  89. background-color:{color:Scrollbar};
  90. height: 30px;
  91. }
  92.  
  93. ::-webkit-scrollbar-thumb:horizontal {
  94. background-color:{color:Scrollbar};
  95. width: 30px;
  96. }
  97.  
  98. ::-webkit-scrollbar {
  99. background-color:{color:Scrollbar BG};
  100. height: 5px;
  101. width: 5px;
  102. }
  103.  
  104. .nav {
  105. display:none!important;
  106. }
  107.  
  108. /*ENTIRE PAGE*/
  109. body {
  110. left: 0px;
  111. background-attachment: fixed; /*makes the background not move*/
  112. background-image: url('{image:Background}');
  113. background-color: {color:Background};
  114. color: {color:Text};
  115. font-family: Calibri;
  116. font-size: 11px;
  117. }
  118.  
  119. /*LINKS*/
  120. a:link, a:active, a:visited {
  121. text-decoration: none; /*no underline*/
  122. color: {color:Link};
  123. /*the stuff below allows a smooth transition*/
  124. -webkit-transition: all 0.4s ease-in-out; /*for chrome*/
  125. -moz-transition: all 0.4s ease-in-out; /*for firefox*/
  126. -o-transition: all 0.4s ease-in-out; /*for opera*/
  127. }
  128.  
  129. /*LINK HOVER*/
  130. a:hover {
  131. color: {color:Link Hover};
  132. }
  133.  
  134. /*FOLLOW/REBLOG/LIKE/DASH BUTTON*/
  135. iframe#tumblr_controls{
  136. position: fixed;
  137. right: 0px;
  138. top: 0px;
  139. opacity: 0.8;
  140. }
  141.  
  142. /*BOLD*/
  143. b, strong, .strong {
  144. color: {color:Emphasis Text};
  145. }
  146.  
  147. /*ITALICS*/
  148. i, em, .em {
  149. color: {color:Emphasis Text};
  150. }
  151.  
  152. blockquote {
  153. border-left: 2px solid {color:Text};
  154. padding: 3px 5px;
  155. margin: 0;
  156. margin-top: 20px;
  157. margin-bottom: 20px;
  158. margin-left: 25px;
  159. }
  160.  
  161. /*SIDEBAR*/
  162. #sidecont {
  163. position: fixed;
  164. width: 200px;
  165. padding: 10px;
  166. margin-left: 75px;
  167. margin-top: -100px;
  168. }
  169.  
  170. #sidebar:hover {
  171. color:black;
  172. }
  173. #sidebar {
  174. height:1000px;
  175. width: 200px;
  176. color:transparent;
  177. border: 20px solid {color:Sidebar};
  178. background: {color:Sidebar};
  179. }
  180.  
  181. #sidebar img {
  182. margin-top:0px;
  183. width:200px;
  184. }
  185. #sidebar2 img {
  186. margin-top:0px;
  187. width:50px;
  188. -webkit-transition-duration: 0.8s;
  189. -moz-transition-duration: 0.8s;
  190. -o-transition-duration: 0.8s;
  191. transition-duration: 0.8s;
  192. -webkit-transition-property: -webkit-transform;
  193. -moz-transition-property: -moz-transform;
  194. -o-transition-property: -o-transform;
  195. transition-property: transform;
  196.  
  197. overflow:hidden;
  198. }
  199. #sidebar2 img:hover {
  200. -webkit-transform:rotate(360deg);
  201. -moz-transform:rotate(360deg);
  202. -o-transform:rotate(360deg);
  203. }
  204.  
  205. #desc {
  206. margin-top: 0px;
  207. margin-left:0px;
  208. width:200px;
  209. border:1px;
  210. border-color:black;
  211. opacity:0;
  212. height:100px;
  213. color: {color:Description};
  214. font-family: 'Crushed', cursive;
  215. font-size: 11px;
  216. -webkit-opacity: 0;
  217. -moz-opacity: 0;
  218. opacity: 0;
  219. -webkit-transition: all 1s ease;
  220. -moz-transition: all 1s ease;
  221. -ms-transition: all 1s ease;
  222. -o-transition: all 1s ease;
  223. transition: all 1s ease;
  224. }
  225.  
  226. #desc:hover {
  227. margin-top: 10px;
  228. -webkit-opacity: 1;
  229. -moz-opacity: 1;
  230. }
  231.  
  232. /*TITLE*/
  233. #title {
  234. margin-top:130px;
  235. width: 200px;
  236. padding: 0px px;
  237. text-align: center;
  238. font-family: 'Orbitron', sans-serif;
  239. font-size: 23px;
  240. margin-bottom: 5px;
  241. }
  242.  
  243. #title a {
  244. color: {color:Title};
  245. }
  246.  
  247. #title a:hover {
  248. color: {color:Title Hover};
  249. }
  250.  
  251. tab1 {
  252. width:10px;
  253. height:10px;
  254. color:black;
  255.  
  256. }
  257. /*NAVIGATION*/
  258. #nav {
  259. width: 200px;
  260. margin-left: 12px;
  261. margin-top: -700px;
  262. }
  263.  
  264.  
  265. .navi {
  266. display: inline-block; /*keeps it in a row*/
  267. text-align: center;
  268. background-color: {color:Sidebar Link BG};
  269. width: 90px;
  270. line-height: 15px;
  271. margin-bottom: 7px;
  272. margin-right: 8px;
  273. }
  274.  
  275. .navi a {
  276. color: {color:Sidebar Link};
  277. background-color: {color:Sidebar Link BG};
  278. }
  279.  
  280. .navi a:hover {
  281. color: {color:Sidebar Link Hover};
  282. }
  283.  
  284. /*POST CONTAINER*/
  285. #content {
  286. margin-left: 400px;
  287. margin-top: 50px;
  288. margin-bottom: 50px;
  289. {block:if400Post}
  290. width: 420px;
  291. {/block:if400Post}
  292. {block:ifnot400Post}
  293. width: 520px;
  294. {/block:ifnot400Post}
  295. }
  296.  
  297. /*POSTS*/
  298. .posts {
  299. {block:if400Post}
  300. width: 400px;
  301. {/block:if400Post}
  302. {block:ifnot400Post}
  303. width: 500px;
  304. {/block:ifnot400Post}
  305. background: {color:Post};
  306. color: {color:Text};
  307. font-family: Calibri;
  308. font-size: 11px;
  309. margin-bottom: 20px;
  310. padding: 10px;
  311. }
  312.  
  313. /*POST TITLES*/
  314. .posttitle {
  315. font-family: 'Orbitron', sans-serif;
  316. font-size: 18px;
  317. color: {color:Text Post Title};
  318. }
  319.  
  320. /*LINK TITLES*/
  321. .posttitle a {
  322. color: {color:Link Post};
  323. }
  324.  
  325. .posttitle a:hover{
  326. color: {color:Link Post Hover};
  327. }
  328.  
  329. /*QUOTE*/
  330. .quote {
  331. font-family: 'Orbitron', sans-serif;
  332. font-size: 18px;
  333. }
  334.  
  335. /*AUDIO POST*/
  336. /*MUSIC PLAYER*/
  337. .player {
  338. width: 10px;
  339. height: 10px;
  340. overflow: hidden;
  341. padding: 4px 21px 21px 4px;
  342. margin-top: 33px;
  343. margin-left: 33px;
  344. position: absolute;
  345. background-color: #fff;
  346. opacity: 0.8;
  347. z-index: 10;
  348. }
  349.  
  350. /*ALBUM*/
  351. .album {
  352. position: absolute;
  353. width: 100px;
  354. height: 100px;
  355. overflow: hidden;
  356. }
  357.  
  358. .album img {
  359. width: 100px;
  360. height: 100px;
  361. overflow: hidden;
  362. }
  363.  
  364. /*AUDIO INFO*/
  365. .track {
  366. min-height: 90px;
  367. max-height: 100px;
  368. overflow: auto;
  369. margin-left: 100px;
  370. padding: 5px 10px;
  371. color: {color:Text};
  372. text-transform: UPPERCASE;
  373. letter-spacing: 1px;
  374. font-size: 9px;
  375. }
  376.  
  377. /*ANSWER*/
  378. .question {
  379. font-family: 'Orbitron', sans-serif;
  380. font-size: 18px;
  381. color: {color:Text Post Title};
  382. }
  383.  
  384. /*CAPTION*/
  385. .caption {
  386. line-height: 12px;
  387. text-align: left;
  388. margin-top: -5px;
  389. }
  390.  
  391. /*PERMALINK*/
  392. #perm {
  393. font-family:'Crushed', cursive;
  394. font-size: 12px;
  395. padding: 3px 10px;
  396. text-transform: UPPERCASE;
  397. letter-spacing: 1px;
  398. text-align: center;
  399. margin-top: 5px;
  400. color: {color:Permalink};
  401. background-color: {color:Permalink BG};
  402. {block:if400Post}
  403. width: 380px;
  404. {/block:if400Post}
  405. {block:ifnot400Post}
  406. width: 480px;
  407. {/block:ifnot400Post}
  408. }
  409.  
  410. #perm a {
  411. color: {color:Permalink};
  412. }
  413.  
  414. #perm a:hover {
  415. color: {color:Permalink Hover};
  416. }
  417. .tooltip-block:hover:after{
  418. border: 1px solid #fc0;
  419. padding: 3px 6px;
  420. background: #fffea1;
  421. content: attr(data-title);
  422. position: absolute;
  423. right: -40px;
  424. top: -26px;
  425. }
  426. #bli img {
  427. width:50px;
  428. position:fixed;
  429. padding:3px;
  430. opacity: .5;
  431. bottom:5px;
  432. left:5px;
  433. z-index:999999999999999999999999999999999999999999;
  434. }
  435. #bli img:hover {
  436. opacity:1;
  437. width:100px;
  438. }
  439. </style>
  440.  
  441. <body>
  442.  
  443. {block:ifInfiniteScroll}
  444.  
  445. {block:IndexPage}
  446. <div class="nav">
  447. {block:Pagination}
  448. {block:PreviousPage}
  449. <a href="{PreviousPage}">previous</a> &middot;
  450. {/block:PreviousPage}
  451. {block:NextPage}
  452. <a href="{NextPage}">next</a>
  453. {/block:NextPage}
  454. {/block:Pagination}
  455. </div>
  456. {/block:IndexPage}
  457.  
  458. {/block:ifInfiniteScroll}
  459.  
  460. <div id="sidecont">
  461. <div id="sidebar">
  462. <div id="title"><a href="/">{Title}</a></div>
  463. <a href="/"><img src="{image:Sidebar}"></a>
  464.  
  465.  
  466. <div id="sidebar2"style="float: left;"><a href="/" title="home"><img src="http://i1241.photobucket.com/albums/gg516/bitteronyx/ddl3_zps4518c46a.png~original" border="0"></a></div>
  467. <div id="sidebar2"style="float: left;"><a href="/ask"title="ask"><img src="https://40.media.tumblr.com/7dbff8a35aa33309ebba3aa545d1977e/tumblr_nmlmi2Xqf11twwwjho1_400.png" border="0"></a></div>
  468. <div id="sidebar2"style="float: left;"><a href="/archive"title="past"><img src="https://40.media.tumblr.com/b81d2e5be2286e22e9ca09ce863bc106/tumblr_nmlmi2Xqf11twwwjho2_400.png" border="0"></a></div>
  469. <div id="sidebar2"style="float: left;"><a href="/submit" title="submit"><img src="https://41.media.tumblr.com/e0c1757c10d8fe0c9b5ce53e2296532a/tumblr_nmlmi2Xqf11twwwjho4_400.png" border="0"></a></div>
  470. <br>
  471. <div id="desc" style="float:left;border:2px dashed #000000;text-align:center;"><br> <br>{Description}</p></div>
  472. {/block:IfUpdatesTab}
  473.  
  474. {block:ifnotInfiniteScroll}
  475. {block:Pagination}
  476. <center>
  477. <br>
  478. {block:PreviousPage}
  479. <a class="jump_page" href="{PreviousPage}">« back</a>&nbsp
  480. {/block:PreviousPage}
  481.  
  482. {block:NextPage}
  483. <a class="jump_page" href="{NextPage}">next »</a>
  484. {/block:NextPage}
  485. </center>
  486. {/block:Pagination}
  487. {/block:ifnotInfiniteScroll}
  488. </div>
  489.  
  490.  
  491. </div>
  492. </div>
  493.  
  494. <div id="content">
  495. {block:Posts}
  496.  
  497. {block:ContentSource}
  498. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  499. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  500. {/block:SourceLogo}
  501. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  502. {/block:ContentSource}
  503.  
  504. <div class="posts">
  505.  
  506. {block:Text}
  507. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  508. {Body}
  509. {/block:Text}
  510.  
  511. {block:Photo}
  512. <center>
  513. {block:if400Post}
  514. <img src="{PhotoURL-400}" width="400px">
  515. {/block:if400Post}
  516. {block:ifnot400Post}
  517. <img src="{PhotoURL-500}" width="500px">
  518. {/block:ifnot400Post}
  519. {block:IndexPage}
  520. {block:ifCaptions}
  521. <div style="margin-bottom: -3px;"></div>
  522. {block:Caption}
  523. <div class="caption">
  524. {Caption}
  525. <div style="margin-bottom: -8px;"></div>
  526. </div>
  527. {/block:Caption}
  528. {/block:ifCaptions}
  529. {block:ifnotCaptions}
  530. <div style="margin-bottom: -3px;"></div>
  531. {/block:ifnotCaptions}
  532. {/block:IndexPage}
  533.  
  534. {block:PermalinkPage}
  535. <div style="margin-bottom: -3px;"></div>
  536. {block:Caption}
  537. <div class="caption">
  538. {Caption}
  539. <div style="margin-bottom: -8px;"></div>
  540. </div>
  541. {/block:Caption}
  542. {/block:PermalinkPage}
  543. </center>
  544. {/block:Photo}
  545.  
  546. {block:Photoset}
  547. {block:if400Post}
  548. {Photoset-400}
  549. {/block:if400Post}
  550. {block:ifnot400Post}
  551. {Photoset-500}
  552. {/block:ifnot400Post}
  553. {block:IndexPage}
  554. {block:ifCaptions}
  555. <div style="margin-bottom: -3px;"></div>
  556. {block:Caption}
  557. <div class="caption">
  558. {Caption}
  559. <div style="margin-bottom: -8px;"></div>
  560. </div>
  561. {/block:Caption}
  562. {/block:ifCaptions}
  563. {block:ifnotCaptions}
  564. <div style="margin-bottom: -3px;"></div>
  565. {/block:ifnotCaptions}
  566. {/block:IndexPage}
  567.  
  568. {block:PermalinkPage}
  569. <div style="margin-bottom: -3px;"></div>
  570. {block:Caption}
  571. <div class="caption">
  572. {Caption}
  573. <div style="margin-bottom: -8px;"></div>
  574. </div>
  575. {/block:Caption}
  576. {/block:PermalinkPage}
  577. {/block:Photoset}
  578.  
  579. {block:Quote}
  580. {Source}:
  581. <div class="quote">{Quote}</div>
  582. {/block:Quote}
  583.  
  584. {block:Link}
  585. <div class="posttitle"><a href="{URL}">{Name}</a></div>
  586. {block:Description}
  587. <div style="margin-top: -8px;"></div>
  588. {Description}
  589. <div style="margin-bottom: -8px;"></div>
  590. {/block:Description}
  591. {/block:Link}
  592.  
  593. {block:Chat}
  594. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  595. {block:Lines}
  596. {block:Label}<b>{Label}</b>{/block:Label}
  597. {Line}<br>
  598. {/block:Lines}
  599. {/block:Chat}
  600.  
  601. {block:Video}
  602. {block:if400Post}
  603. {Video-400}
  604. {/block:if400Post}
  605. {block:ifnot400Post}
  606. {Video-500}
  607. {/block:ifnot400Post}
  608. {block:IndexPage}
  609. {block:ifCaptions}
  610. <div style="margin-bottom: -3px;"></div>
  611. {block:Caption}
  612. <div class="caption">
  613. {Caption}
  614. <div style="margin-bottom: -8px;"></div>
  615. </div>
  616. {/block:Caption}
  617. {/block:ifCaptions}
  618. {block:ifnotCaptions}
  619. <div style="margin-bottom: -4px;"></div>
  620. {/block:ifnotCaptions}
  621. {/block:IndexPage}
  622.  
  623. {block:PermalinkPage}
  624. <div style="margin-bottom: -3px;"></div>
  625. {block:Caption}
  626. <div class="caption">
  627. {Caption}
  628. <div style="margin-bottom: -8px;"></div>
  629. </div>
  630. {/block:Caption}
  631. {/block:PermalinkPage}
  632. {/block:Video}
  633.  
  634. {block:Audio}
  635. <div class="album">
  636. {block:AudioPlayer}
  637. <div class="player">{AudioPlayerWhite}</div>
  638. {/block:AudioPlayer}
  639.  
  640. {block:AlbumArt}
  641. <img src="{AlbumArtURL}">
  642. {/block:AlbumArt}
  643. </div>
  644.  
  645. <div class="track">
  646. {block:TrackName}
  647. Title: {TrackName}<br>
  648. {/block:TrackName}
  649. {block:Artist}
  650. Artist: {Artist}<br>
  651. {/block:Artist}
  652. {block:Album}
  653. Album: {Album}
  654. {/block:Album}
  655. </div>
  656.  
  657. {block:IndexPage}
  658. {block:ifCaptions}
  659. {block:if400Post}
  660. {block:Caption}
  661. <div class="caption"> <div style="margin-top:0px;"></div>
  662. {Caption}
  663. <div style="margin-bottom: -10px;"></div>
  664. </div>
  665. {/block:Caption}
  666. {/block:if400Post}
  667. {block:ifnot400Post}
  668. {block:Caption}
  669. <div class="caption"> <div style="margin-top:0px;"></div>
  670. {Caption}
  671. <div style="margin-bottom: -8px;"></div>
  672. </div>
  673. {/block:Caption}
  674. {/block:ifnot400Post}
  675. {/block:ifCaptions}
  676. {/block:IndexPage}
  677.  
  678. {block:PermalinkPage}
  679. {block:Caption}
  680. <div class="caption"> <div style="margin-top:0px;"></div>
  681. {Caption}
  682. <div style="margin-bottom: -8px;"></div>
  683. </div>
  684. {/block:Caption}
  685. {/block:PermalinkPage}
  686. {/block:Audio}
  687.  
  688. {block:Answer}
  689. <div class="question">
  690. {Asker} appeared and said: “{Question}”
  691. </div>
  692. {Answer}
  693. {/block:Answer}
  694.  
  695. {block:IndexPage}<!--only shows up on the front page"-->
  696. <div id="perm">
  697. <a href="{Permalink}">{NoteCount} notes</a>
  698. • <a href="{ReblogURL}">reblog</a>
  699. </div>
  700. {/block:IndexPage}
  701.  
  702. {block:PermalinkPage}
  703. <div style="line-height:25px; text-align:center;">
  704. {block:Date}
  705. posted {24Hour}:{Minutes} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}
  706. {/block:Date}
  707. {block:RebloggedFrom}
  708. <center>
  709. src: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  710. &nbsp;|&nbsp;
  711. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  712. </center>
  713. {/block:RebloggedFrom}
  714.  
  715. {block:HasTags}
  716. {block:Tags}
  717. <a href="{TagURL}">#{Tag}</a>&nbsp&nbsp
  718. {/block:Tags}
  719. {/block:HasTags}
  720. </div>
  721. {/block:PermalinkPage}
  722.  
  723. </div>
  724.  
  725. {block:PermalinkPage}
  726. {block:PostNotes}{PostNotes}{/block:PostNotes}
  727. {/block:PermalinkPage}
  728.  
  729. {/block:Posts}
  730.  
  731. {block:IfInfiniteScroll}
  732. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  733. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  734. {/block:IfInfiniteScroll}
  735.  
  736. </div>
  737. <div id="bli"><a href="http://band-themes.tumblr.com" title="theme credit"><img src="http://41.media.tumblr.com/7ea5ae54c20ea88254540f3103da9714/tumblr_nmc8h1nyYE1twwwjho1_250.png"onmouseover="this.src='https://41.media.tumblr.com/18ec1b00405526120c8c31308d9b5ca9/tumblr_nmcb7zXh7N1twwwjho1_500.png'" onmouseout="this.src='http://41.media.tumblr.com/7ea5ae54c20ea88254540f3103da9714/tumblr_nmc8h1nyYE1twwwjho1_250.png'" /></a></div>
  738. </body>
  739.  
  740. </html>
Advertisement
Add Comment
Please, Sign In to add comment