Advertisement
ramisaaaaa

Untitled

Nov 23rd, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.11 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga JUSTIN U SUCK. and i love you very much and if anyone hurts you i'll choke them bye.
  3. -->
  4.  
  5. <head>
  6.  
  7.  
  8.  
  9. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  10. <script type="text/javascript">
  11. $(document).ready(function () {
  12. $('li.drawer div:nth-child(2)').hide();
  13. $('li.drawer h4').click(function () {
  14. if ($(this).hasClass('open')) {
  15. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  16. else {
  17. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  18. $(this).next().slideDown();
  19. $(this).addClass('open');}
  20. });
  21. });
  22. </script>
  23.  
  24.  
  25. <script type="text/javascript"
  26. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  27. <link href='http://fonts.googleapis.com/css?family=Antic' rel='stylesheet' type='text/css'>
  28. <meta name="color:background" content="#FFFFFF"/>
  29. <meta name="color:text" content="#130C11"/>
  30. <meta name="color:hover" content="#ffffff"/>
  31. <meta name="color:link" content="#000000"/>
  32. <meta name="color:scrollbar" content="#000000"/>
  33. <meta name="color:menu link color" content="#000000"/>
  34. <meta name="if:faded images" content="0"/>
  35. <meta name="image:sidebar" content="1"/>
  36. <meta name="image:background" content="1"/>
  37. <meta name="text:Link One" content=""/>
  38. <meta name="text:Link One Title" content=""/>
  39. <meta name="text:Link Two" content="" />
  40. <meta name="text:Link Two Title" content=""/>
  41. <meta name="text:Link Three" content="" />
  42. <meta name="text:Link Three Title" content=""/>
  43. <meta name="text:Link Four" content="" />
  44. <meta name="text:Link Four Title" content=""/>
  45. <meta name="text:Link Five" content="" />
  46. <meta name="text:Link Five Title" content=""/>
  47. <meta name="text:Link Six" content="" />
  48. <meta name="text:Link Six Title" content=""/>
  49. <meta name="text:Link Seven" content="" />
  50. <meta name="text:Link Seven Title" content=""/>
  51. <meta name="text:other description" content="who am I kidding I love that fetus" />
  52. <meta name="text:menu title" content="click for swag"/>
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57.  
  58. a {color:{color:link};text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  59.  
  60.  
  61.  
  62. iframe#tumblr_controls {
  63. right:3px !important;
  64. position: fixed !important;
  65. -webkit-transition: opacity 0.7s
  66. linear;opacity: 0.9;
  67. -webkit-transition: all 0.8s ease-out;
  68. -moz-transition: all 0.8s ease-out;
  69. transition: all 0.8s ease-out;
  70. }
  71.  
  72.  
  73. iframe#tumblr_controls:hover{
  74. -webkit-transition: opacity 0.7s linear;
  75. opacity: 1;
  76. -webkit-transition: all 0.4s ease-out;
  77. -moz-transition: all 0.4s ease-out;
  78. transition: all 0.4s ease-out;
  79. }
  80.  
  81. .wrapper{
  82. margin:1px auto;
  83. width: 802px;
  84. }
  85.  
  86. .header{
  87. float: left;
  88. width: 100%;
  89. }
  90.  
  91. .left{
  92. float: left;
  93. margin-right: 20px;
  94. width: 802px;
  95. }
  96.  
  97. .right{
  98. float: right;
  99. width: 200px;
  100. background-color: {color:Background};
  101. }
  102.  
  103.  
  104. p {
  105. margin:0px;
  106. margin-top:0px;
  107. }
  108.  
  109.  
  110.  
  111. body {
  112. margin:0px;
  113. text-decoration: none;
  114. background-color: {color:background};
  115. background-image:url({image:Background});
  116. background-attachment: fixed;
  117. background-repeat: repeat;
  118. color: {color:Text};
  119. font-family: arial;
  120. font-size: 11px;
  121. letter-spacing: 0px;
  122. }
  123.  
  124. a:link, a:active, a:visited{
  125. color: {color:Link};
  126. text-decoration: none;
  127. -webkit-transition: color 0.2s ease-out;
  128. -moz-transition: color 0.2s ease-out;
  129. }
  130.  
  131.  
  132.  
  133. a:hover{
  134. color:{color:hover};
  135. text-shadow: 0px 0px 9px #000000;
  136. -webkit-transition: opacity 0.7s linear;
  137. -webkit-transition: all 0.8s ease-out;
  138. -moz-transition: all 0.7s ease-out;
  139. transition: all 0.7s ease-out;
  140. }
  141.  
  142.  
  143. .entry {
  144. float:left;
  145. padding-right: 1px;
  146. padding-left:2px;
  147. padding-top: 2px;
  148. margin: 0px;
  149. overflow:hidden;
  150. {block:iffadedimages}opacity: 0.8;{/block:iffadedimages}
  151. background-color: {color:background};
  152. background-image:url({image:Background});
  153. {block:IndexPage}
  154. width: 500px;
  155. {/block:IndexPage}
  156. {block:PermalinkPage}
  157. width:500px;
  158. {/block:PermalinkPage}
  159. }
  160.  
  161. .entry:hover{
  162. {block:iffadedimages}opacity: 1.0;{/block:iffadedimages}
  163. -webkit-transition: opacity 0.9s linear;
  164. }
  165.  
  166.  
  167. div#sidebar{
  168. position:fixed !important;
  169. width: 220px;
  170. opacity: 1.0;
  171. height:auto;
  172. margin-top: 160px;
  173. margin-left: -80px;
  174. padding: 2px;
  175. line-height:12px;
  176. letter-spacing:0px;
  177. margin-bottom: 6px;
  178. background-color:transparent;
  179. border:1px solid #aaa;
  180. font-size: 11px;
  181. letter-spacing: 0px;
  182. }
  183.  
  184. #posts {
  185. width:500px;
  186. margin-left:189px;
  187. margin-top: 10px;
  188. background-color: {color:background};
  189. background-image:url({image:Background});
  190. {block:PermalinkPage}
  191. margin-left:189px;
  192. {/block:PermalinkPage}
  193. float:left;
  194. }
  195.  
  196. #infscr-loading{
  197. bottom: -70px;
  198. position: absolute;
  199. left: 50%;
  200. margin-left:-8px;
  201. width:16px;
  202. height:11px;
  203. overflow:hidden;
  204. margin-bottom: 50px;
  205. }
  206.  
  207.  
  208. .title{
  209. font-size: 11px;
  210. line-height:14px;
  211. color: {color:Title};
  212. font-weight: bold;
  213.  
  214. }
  215.  
  216.  
  217. #pagination{
  218. display:none;
  219. }
  220.  
  221.  
  222. #sidepicture {
  223. padding-bottom:3px;
  224. }
  225.  
  226.  
  227.  
  228.  
  229. #sidepicture .side1{
  230. position:absolute;
  231. opacity:0.0;
  232. text-align: center;
  233. width: 220px;
  234. height: auto;
  235. margin-top: -10px;
  236. background-color:{color:background};background-image: url('{image:background}');
  237. padding-right:px;
  238. -webkit-transition: .6s; -moz-transition: .6s; -o-transition: .6s; -ms-transition: .6s
  239. transition: .6s;
  240. }
  241.  
  242.  
  243. #sidebar:hover .side1 {
  244. opacity:1.0;
  245. margin-left:0px;
  246. margin-top: 4px;
  247. -webkit-transition: .6s; -moz-transition: .6s; -o-transition: .6s; -ms-transition: .6s
  248. transition: .6s;
  249. }
  250.  
  251.  
  252. #sidepicture .side2{
  253. position:absolute;
  254. opacity:1.0;
  255. text-align: center;
  256. width: 220px;
  257. height: auto;
  258. background-color:{color:background};background-image: url('{image:background}');
  259. margin-top:4px;
  260. margin-left:0px;
  261. -webkit-transition: .6s; -moz-transition: .6s; -o-transition: .6s; -ms-transition: .6s;
  262. transition: .6s;
  263. }
  264.  
  265.  
  266. #sidebar:hover .side2{
  267. opacity:0.0;
  268. margin-top:100px;
  269. margin-left:0px;
  270. -webkit-transition: .6s; -moz-transition: .6s; -o-transition: .6s; -ms-transition: .6s;
  271. transition: .6s;
  272. }
  273.  
  274. #omg{
  275. letter-spacing: 2px;
  276. }
  277.  
  278. #omg:hover{
  279. }
  280.  
  281. .perma {
  282. opacity: 0.0;
  283. filter: alpha(opacity = 0);
  284. z-index:9999991;
  285. display: inline-block;
  286. position: absolute;
  287. text-align: left;
  288. top: 7px;
  289. left: 6px;
  290. width: 100%;
  291. -webkit-transition: opacity 0.7s linear;
  292. opacity: 0.0;
  293. -webkit-transition: all 0.4s ease-out;
  294. -moz-transition: all 0.4s ease-out;
  295. transition: all 0.4s ease-out;
  296. }
  297.  
  298. .entry:hover .perma {
  299. opacity: 1;
  300. filter: alpha(opacity = 100);
  301. -webkit-transition: opacity 0.7s linear;
  302. opacity: 1;
  303. -webkit-transition: all 0.4s ease-out;
  304. -moz-transition: all 0.4s ease-out;
  305. transition: all 0.4s ease-out;
  306. }
  307.  
  308. .likep {
  309. width: 21px;
  310. height: 20px;
  311. overflow: hidden;
  312. z-index: 9999999;
  313. display: inline-block;
  314. margin-right: 3px;
  315. }
  316.  
  317. .rep {
  318. width: 24px;
  319. height: 20px;
  320. overflow: hidden;
  321. z-index: 9999999;
  322. display: inline-block;
  323. }
  324.  
  325. .likep a:hover {
  326. background-position: 0px 0px;
  327. }
  328.  
  329. .likep a {
  330. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  331. background-position: 0px 0px;
  332. display: block;
  333. z-index: 9999999;
  334.  
  335. }
  336.  
  337. .likep img {
  338. width: 21px;
  339. height: 20px;
  340. }
  341.  
  342. .rep img{
  343. width: 24px;
  344. height: 20px;
  345. line-height: 30px;
  346. display: inline;
  347. margin-right: 2px;
  348. }
  349.  
  350. .not { display: inline-block;
  351. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  352. height: 20px;
  353. top: -6px;
  354. font-size: 11px;
  355. line-height: 20px;
  356. color: #fff;
  357. padding-left: 4px;
  358. padding-right: 4px;
  359. -moz-border-radius: 2px;
  360. border-radius: 2px;
  361. position: relative;
  362. left: 2px;
  363. }
  364.  
  365. .not a, .not:hover a, .not a:hover{
  366. color: #ffffff!important;
  367. letter-spacing: 0px;
  368. font-family: Arial;
  369. font-weight: bold;
  370. }
  371.  
  372. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  373. opacity: 1.0;
  374. filter: alpha(opacity = 80);
  375. }
  376.  
  377. .not:hover , .rep:hover, .likep:hover {
  378. opacity: 0.8!important;
  379. filter: alpha(opacity = 100)!important;
  380. }
  381.  
  382. .t {
  383. text-align: right;
  384. opacity: 1;
  385. filter: alpha(opacity =100);
  386. margin-right: 3px;
  387.  
  388. }
  389.  
  390. .t {
  391. font-size: 10px;
  392. line-height: 13px;
  393. height: 13px;
  394. margin-right: 3px;
  395. }
  396.  
  397.  
  398.  
  399. .entry:hover .t {
  400. opacity: 1;
  401. filter: alpha(opacity = 100);
  402. margin-right: 3px;
  403. }
  404.  
  405.  
  406.  
  407. blockquote{
  408. padding:3px3px 2px 5px;
  409. margin:2px 2px 2px 10px;
  410. border-left: 1px trans #555555;
  411. }
  412.  
  413.  
  414. {CustomCSS}
  415.  
  416. ul#drawers {width: 100px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
  417.  
  418. ul#drawers a {text-decoration: none; color: {color:menu link color};}
  419.  
  420.  
  421. ul#drawers li h4 {margin: 0; padding: 1px; text-transform: Camelcase; font-size: 12px; text-align: center; background-color: swag; line-height: 18px; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out;transition: background-color 0.5s ease-out; color: {color:text};}
  422.  
  423. h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
  424.  
  425. li.drawer h4.open {background-color: #121213; border-top: 0px;}
  426.  
  427. li.drawer div {padding: 2px; margin: 0px; line-height: 13px; background-color: {color:background}; background: rgba(255, 255, 255, 0.0);}
  428.  
  429. li.drawer div li {list-style-type: disc;}
  430.  
  431. li.drawer div ul {-webkit-padding-start: 12px;}
  432.  
  433.  
  434.  
  435.  
  436. #toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  437.  
  438. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  439.  
  440. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  441.  
  442.  
  443.  
  444. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  445.  
  446. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  447.  
  448. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  449.  
  450. <script type="text/javascript">
  451.  
  452. $(document).ready(function() {
  453.  
  454. $().UItoTop({ easingType: 'easeOutQuart' });
  455.  
  456. });
  457.  
  458. </script>
  459.  
  460.  
  461.  
  462.  
  463. </style>
  464.  
  465.  
  466.  
  467.  
  468. {block:IndexPage}
  469. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  470. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  471.  
  472. <script type="text/javascript">
  473. $(window).load(function () {
  474. var $content = $('#posts');
  475. $content.masonry({itemSelector: '.entry'}),
  476. $content.infinitescroll({
  477. navSelector : 'div#pagination',
  478. nextSelector : 'div#pagination a#nextPage',
  479. itemSelector : '.entry',
  480. loading: {
  481. finishedMsg: '',
  482. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  483. },
  484. bufferPx : 600,
  485. debug : false,
  486. },
  487. // call masonry as a callback.
  488. function( newElements ) {
  489. var $newElems = $( newElements );
  490. $newElems.hide();
  491. // ensure that images load before adding to masonry layout
  492. $newElems.imagesLoaded(function(){
  493. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  494.  
  495.  
  496. });
  497. });
  498. });
  499. </script>
  500.  
  501. {/block:IndexPage}
  502.  
  503.  
  504. <title>{title}</title>
  505.  
  506. <link rel="shortcut icon" href="{Favicon}">
  507. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  508. <meta name="viewport" content="width=820" />
  509.  
  510. </head>
  511. <body>
  512. <div class="wrapper">
  513. <div class="header">
  514. </span>
  515. </div>
  516. <div id="sidebar">
  517.  
  518. <center><div id="sidepicture"><img src="{image:sidebar}" width=220px>
  519.  
  520.  
  521. <div class="side1"><center>{text:other description}</div>
  522.  
  523.  
  524. <div class="side2"><center>{Description}</div></div>
  525.  
  526.  
  527. <br><ul id="drawers">
  528. <li class="drawer" id="info">
  529. <h4>{text:menu title}</h4>
  530. <div align="center">
  531. <p>{block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a>{/block:IfLinkonetitle}</p>
  532.  
  533. <p>{block:IfLinktwotitle}<a href="{text:link two}">{text:link two title}</a>{/block:IfLinktwotitle}</p>
  534.  
  535. <p>{block:IfLinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}</p>
  536.  
  537. <p>{block:IfLinkfourtitle}<a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}</p>
  538.  
  539. <p>{block:IfLinkfivetitle}<a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}</p>
  540.  
  541. <p>{block:IfLinksixtitle}<a href="{text:link six}">{text:link six title}</a>{/block:IfLinksixtitle}</p>
  542.  
  543. <p>{block:IfLinkseventitle}<a href="{text:link seven}">{text:link seven title}</a>{/block:IfLinkseventitle}</p>
  544.  
  545. </div>
  546. </li>
  547. </ul>
  548.  
  549.  
  550. </div>
  551.  
  552. <div class="left">
  553.  
  554.  
  555.  
  556. <div id="posts">
  557.  
  558.  
  559.  
  560. {block:Posts}
  561. <div class="entry">
  562.  
  563. {block:ContentSource}
  564.  
  565. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  566.  
  567. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  568.  
  569. {/block:SourceLogo}
  570.  
  571. {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
  572.  
  573. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  574.  
  575. {block:IndexPage}
  576. {/block:IndexPage}
  577.  
  578.  
  579.  
  580. {block:Text}
  581.  
  582. <div class="perma">
  583. <div class="likep">
  584. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  585. </div>
  586. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  587. </div>
  588. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  589. </div>
  590.  
  591.  
  592. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  593. {/block:Text}
  594.  
  595. {block:Link}
  596. <div class="perma">
  597. <div class="likep">
  598. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  599. </div>
  600. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  601. </div>
  602. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  603. </div>
  604. <a href="{URL}" class="title">{Name}</a>
  605. {block:Description}{Description}{/block:Description}
  606. {block:Link}
  607. {block:Photo}
  608.  
  609.  
  610. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a></div>
  611.  
  612.  
  613. <div class="perma">
  614. <div class="likep">
  615. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  616. </div>
  617. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  618. </div>
  619. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  620. </div>
  621.  
  622. {LinkCloseTag}{/block:IndexPage}
  623. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  624. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  625. {LinkCloseTag}{/block:PermalinkPage}
  626. {/block:Photo}
  627.  
  628. {block:Photoset}
  629. {block:IndexPage}
  630. {Photoset-500}
  631. {/block:IndexPage}
  632. {block:PermalinkPage}
  633. {Photoset-500}
  634. {/block:PermalinkPage}
  635. {/block:Photoset}
  636.  
  637. {block:Quote}
  638.  
  639.  
  640. <div class="perma">
  641. <div class="likep">
  642. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  643. </div>
  644. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  645. </div>
  646. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  647. </div>
  648.  
  649.  
  650. <div class="text">
  651. "{Quote}"
  652. {block:Source}
  653. <div class="source">{Source}</div>
  654. {/block:Source}
  655. </div>
  656. {/block:Quote}
  657.  
  658.  
  659. {block:Chat}
  660. {block:Title}<span class="title">{Title}</span>{/block:Title}
  661. <ul class="chat">
  662. {block:Lines}
  663. <li class="user_{UserNumber}">
  664. {block:Label}
  665. <span class="label">{Label}</span>
  666. {/block:Label}
  667.  
  668. {Line}
  669. </li>
  670. {/block:Lines}
  671. </ul> <div class="perma">
  672. <div class="likep">
  673. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  674. </div>
  675. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  676. </div>
  677. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  678. </div>
  679.  
  680. {/block:Chat}
  681.  
  682. {block:Audio}
  683. <div class="perma">
  684. <div class="likep">
  685. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  686. </div>
  687. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  688. </div>
  689. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  690. </div>
  691.  
  692. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  693. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  694.  
  695. {/block:Audio}
  696.  
  697.  
  698. {block:Video}
  699. {block:IndexPage}
  700. {Video-500}
  701. {/block:IndexPage}
  702. {block:PermalinkPage}
  703. {Video-500}
  704. {/block:PermalinkPage}
  705. {block:Video}
  706.  
  707. {block:PermalinkPage}
  708. <center>
  709.  
  710.  
  711. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  712. {/block:PermalinkPage}
  713.  
  714.  
  715.  
  716.  
  717. {block:PostNotes}{PostNotes}
  718. {/block:PostNotes}
  719. </div>
  720.  
  721.  
  722.  
  723.  
  724. {/block:Posts}
  725. </div>
  726. </div>
  727. {block:IndexPage}
  728. {block:Pagination}
  729. <div id="pagination">
  730. {block:NextPage}
  731. <a id="nextPage" href="{NextPage}"></a>
  732. {/block:NextPage}
  733. {block:PreviousPage}
  734. <a href="{PreviousPage}"></a>
  735. {/block:PreviousPage}
  736. </div>
  737. {/block:Pagination}
  738. {/block:IndexPage}
  739.  
  740. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  741. <iframe id="likeiframe" style="width: 0px; height: 0px;"></iframe>
  742.  
  743. </div>
  744. </body>
  745.  
  746.  
  747. </html>
  748.  
  749. <div style="position:fixed; bottom:0px; right:4px;">
  750. <a href="http://cyrusnigga.tumblr.com/">theme credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement