Advertisement
thepinkrebellion

Janu44ry theme by thepinkrebellion

Mar 20th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.10 KB | None | 0 0
  1. <!---
  2. Theme by thepinkrebellion
  3. thepinkrebellion.tumblr.com
  4. please dont remove the credit (:
  5. ---->
  6.  
  7. <head>
  8.  
  9. {block:IfDisableRightClick}<script type="text/javascript" src="http://static.tumblr.com/1cmk6kw/HlSla0dfm/darlieecious-dot-tumblr-dot-com.js"></script>{/block:IfDisableRightClick}
  10.  
  11. <style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;left: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;
  12.  
  13. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  14.  
  15. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  16.  
  17. <title>{Title}</title>
  18.  
  19. <script type="text/javascript">
  20.  
  21. $(window).load(function () {
  22. $('.posts').masonry(),
  23. $('.masonryWrap').infinitescroll({
  24. navSelector : "div#navigation",
  25. // selector for the paged navigation (it will be hidden)
  26. nextSelector : "div#navigation a#nextPage",
  27. // selector for the NEXT link (to page 2)
  28. itemSelector : ".entry",
  29. // selector for all items you'll retrieve
  30. bufferPx : 10000,
  31. extraScrollPx: 11000,
  32. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  33. loadingText : "<em></em>",
  34. },
  35. // call masonry as a callback.
  36. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  37. );
  38. });
  39. </script>
  40.  
  41. <script type="text/javascript">
  42. WebFontConfig = {
  43. google: { families: [ 'Glegoo::latin' ] }
  44. };
  45. (function() {
  46. var wf = document.createElement('script');
  47. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  48. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  49. wf.type = 'text/javascript';
  50. wf.async = 'true';
  51. var s = document.getElementsByTagName('script')[0];
  52. s.parentNode.insertBefore(wf, s);
  53. })(); </script>
  54.  
  55. {block:ifLeopardHover}<style type="text/css">A:link { text-decoration: none;}A:hover { background: url(http://i1117.photobucket.com/albums/k600/hottastic/animalprint.gif);}</style>{/block:ifLeopardHover}
  56. <script type="text/javascript"
  57. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  58.  
  59. <script>
  60. $(document).ready(function() {
  61. //When you click on a link with class of poplight and the href starts with a #
  62. $('a.poplight[href^=#]').click(function() {
  63. var popID = $(this).attr('rel'); //Get Popup Name
  64. var popURL = $(this).attr('href'); //Get Popup href to define size
  65.  
  66. //Pull Query & Variables from href URL
  67. var query= popURL.split('?');
  68. var dim= query[1].split('&');
  69. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  70.  
  71. //Fade in the Popup and add close button
  72. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://campbellmgold.com/close_icon1.gif" class="btn_close" title="Close Window" alt="Close" /></a>');
  73.  
  74. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  75. var popMargTop = ($('#' + popID).height() + 80) / 2;
  76. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  77.  
  78. //Apply Margin to Popup
  79. $('#' + popID).css({
  80. 'margin-top' : -popMargTop,
  81. 'margin-left' : -popMargLeft
  82. });
  83.  
  84. //Fade in Background
  85. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  86. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  87.  
  88. return false;
  89. });
  90.  
  91. //Close Popups and Fade Layer
  92. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  93. $('#fade , .popup_block').fadeOut(function() {
  94. $('#fade, a.close').remove(); //fade them both out
  95. });
  96. return false;
  97. });
  98. });
  99. </script>
  100. <title>{Title}</title>
  101. <meta name="color:Background" content="#2396E2"/>
  102. <meta name="color:Link" content="#000000"/>
  103. <meta name="color:Text" content="#000000"/>
  104. <meta name="color:Title" content="#707070"/>
  105. <meta name="color:Hover" content="#757575"/>
  106. <meta name="image:Background" content=""/>
  107. <meta name="image:Sidebar" content=""/>
  108. <meta name="if:Show Sidebar Image" content="0"/>
  109. <meta name="if:Leopard Hover" content="0">
  110. <meta name="if:Rainbow Text Hover" content="1">
  111. <meta name="if:Show Title" content="0"/>
  112. <meta name="if:Show Captions" content="0"/>
  113. <meta name="if:Enable Small Cursor" content="1"/>
  114. <meta name="if:Disable right click" content="0"/>
  115.  
  116. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  117. {block:ifEnableSmallCursor}<style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}</style>{/block:ifEnableSmallCursor}
  118.  
  119.  
  120. <style type="text/css">
  121.  
  122. ::-moz-selection {
  123. background-color: #FFA;
  124. color: #000;
  125. }
  126.  
  127. ::selection {
  128. background-color: #FFA;
  129. color: #000;
  130. }
  131.  
  132. /*** ask ***/
  133. .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  134. .bubble p {margin:1px 0px;}
  135. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  136.  
  137. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
  138. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  139.  
  140. 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;}
  141.  
  142. #cat {
  143. letter-spacing:1px;
  144. }
  145. #cat a {
  146. display:relative;width:100px;letter-spacing:1px;
  147. }
  148.  
  149. #cat .meow {
  150. filter: alpha(opacity = 0);
  151. opacity:0;
  152. -webkit-transition: all 1s ease-out;
  153. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  154. text-align:center;
  155. margin-left:-135px;
  156. position:relative;
  157. }
  158.  
  159. #cat:hover .meow {
  160. -webkit-transition: all 1s ease-out;
  161. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  162. filter: alpha(opacity = 80);
  163. filter: alpha(opacity = 100);
  164. opacity:100;
  165. margin-left:0;
  166. position:static; display:clear;
  167. text-align:center;
  168. }
  169.  
  170. .meow a:hover {
  171. background-color:{color:Permalink}; padding:2px; border-radius:10px;opacity:50;filter: alpha(opacity=50);
  172. }
  173.  
  174. #fade { /*--Transparent background layer--*/
  175. display: none; /*--hidden by default--*/
  176. background: #000;
  177. position: fixed; left: 0; top: 0;
  178. width: 100%; height: 100%;
  179. opacity: .80;
  180. z-index: 9999;
  181. }
  182. .popup_block{
  183. display: none; /*--hidden by default--*/
  184. background: #fff;
  185. padding: 20px;
  186. border: 5px solid #ddd;
  187. float: left;
  188. font-size: 1.2em;
  189. position: fixed;
  190. top: 50%; left: 50%;
  191. z-index: 99999;
  192. /*--CSS3 Box Shadows--*/
  193. -webkit-box-shadow: 0px 0px 20px #000;
  194. -moz-box-shadow: 0px 0px 20px #000;
  195. box-shadow: 0px 0px 20px #000;
  196. /*--CSS3 Rounded Corners--*/
  197. -webkit-border-radius: 10px;
  198. -moz-border-radius: 10px;
  199. border-radius: 10px;
  200. }
  201. img.btn_close {
  202. float: right;
  203. margin: -35px -35px 0 0;
  204. }
  205. /*--Making IE6 Understand Fixed Positioning--*/
  206. *html #fade {
  207. position: absolute;
  208. }
  209. *html .popup_block {
  210. position: absolute;
  211. }
  212.  
  213. h2{font: 9pt cambria !important; font-weight:normal; line-height:20px; margin:0px; color: #6c9ab0;}
  214.  
  215. body {margin: 0px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat;}
  216. body, div, p, textarea, submit, input{ font-family: georgia; font-size: 10px; line-height:10px; letter-spacing:0px; color:{color:Text};}
  217.  
  218. p {margin:0px; margin-top:0px;}
  219.  
  220. a:link, a:active, a:visited{ color: {color:Link}; text-decoration: none; -webkit-transition: color 0.5s ease-out; -moz-transition: color 0.5s ease-out; }
  221.  
  222. a:hover {color:{color:Hover}; text-decoration: none; text-transform: uppercase; -webkit-transition: color 0.3s ease-out;
  223. -moz-transition: color 0.3s ease-out;}
  224.  
  225. #center {margin:auto; position:relative; width:840px; background-color:; overflow:auto; overflow-y:hidden;}
  226.  
  227. #content {float:right; width:400px; margin-top: 0px; padding-bottom: 0px; margin-right: 200px; margin-bottom: 0px; background-color:;}
  228.  
  229. #entry {margin-bottom: 0px; background-color: white; padding: 0px; margin-top: 3px; margin-bottom: 0px;}
  230.  
  231. #themecredit {position:fixed !important; width:auto; height: auto; bottom:0px; left: 0px; letter-spacing: 0px; padding: 1px; line-height:10px; font-size: 12px; background-color: white;}
  232.  
  233. #sidebar {position:fixed !important; width: 200px; height: auto; margin: 100px 0px 0px 30px; padding: 1px; font-size: 10px; line-height:10px; letter-spacing:1px; margin-bottom: 5px; background-color:white;}
  234.  
  235. #headerlinksbox {position:fixed !important; width: 200px; height: auto; margin: 70px 0px 0px 30px; padding: 0px; font-size: 10px; line-height:10px; letter-spacing:1px; margin-bottom: 5px; background-color:auto;}
  236.  
  237. #postnotes {text-align: justify;}
  238.  
  239. #postnotes blockquote {border: 0px;}
  240.  
  241. .headerlinks {height:20px; width: 64px; background-color: white; line-height:20px; margin:1px; float:left; -webkit-border-radius: 1ex;}
  242.  
  243. .headerlinks:hover {height:20px; width: 66px; background-color: white; line-height:20px; margin:1px; float:left; letter-spacing: 1px; -webkit-border-radius: 1ex;}
  244.  
  245. .title {font-family: 'Condiment', cursive; font-size: 15px; line-height: 12px; color: {color:Title}; letter-spacing: 0px; font-weight: normal; padding:0px 0px 0px 0px;}
  246. .title2 {font-family: 'Condiment', cursive; font-size: 10px; line-height: 12px; color: {color:Title}; letter-spacing: 0px; font-weight: normal; padding:0px 0px 0px 0px;}
  247. .video embed, .post div.video object {width: 400px !important;}
  248.  
  249. blockquote {padding:0px 0px 2px 5px; margin:0px 0px 2px 1px; border-left: 1px solid #000000;}
  250. blockquote p, ul {margin:0px; padding:0px; }
  251.  
  252. a img{border: 0px;}
  253.  
  254. ul, ol, li {list-style:none; margin:0px; padding:0px;}
  255.  
  256. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  257. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  258.  
  259. .notes img{width:10px; position:relative; top:3px;}
  260.  
  261. .permalink{ display: block; font-size: 10px; text-align: right; background-color:auto;}
  262.  
  263. small{font-size: 90%;}
  264.  
  265. .bubble {
  266. position: relative;
  267. background-color:#2396E2;
  268. margin: 0;
  269. padding:10px;
  270. text-align:center;
  271. width:500px;
  272. -moz-border-radius:10px;
  273. -webkit-border-radius:10px;
  274. -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
  275. -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
  276. box-shadow: 0px 0 1px rgba(0,0,0,0);
  277.  
  278. }
  279. .bubble:after {
  280. position: absolute;
  281. display: block;
  282. content: "";
  283. border-color: #fae5dc transparent transparent transparent;
  284. border-style: solid;
  285. border-width: 10px;
  286. height:0;
  287. width:0;
  288. position:absolute;
  289. bottom:-19px;
  290. left:1em;
  291. }
  292.  
  293. .askerportrait {
  294. float: left;
  295. margin-right: 495px;
  296. padding-top: 1px;
  297. padding-left: 1px;
  298. padding-bottom: 10px;
  299. }
  300.  
  301. .askerportrait img {
  302. -webkit-border-radius: 5px;
  303. -moz-border-radius: 5px;
  304. border-radius: 5px;
  305. }
  306.  
  307.  
  308. </style>
  309.  
  310. <link rel="shortcut icon" href="{Favicon}">
  311. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  312. <meta name="viewport" content="width=820" />
  313.  
  314. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  315. <script type="text/javascript">
  316. $(document).ready(function(){
  317. $(".links_body").hide();
  318. $(".links_head").click(function(){
  319. $(this).next(".links_body").slideToggle('fast');
  320. }); }); </script>
  321. <style type="text/css">
  322. .links_list { margin:0px; padding:0px; width:180px;}
  323. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  324. .links_body { padding:10px; text-align:left; color: #fff; display:none;}
  325. </style>
  326.  
  327. {block:ifRainbowTextHover}<script type='text/javascript'>
  328. //<![CDATA[
  329. var rate = 50;
  330. if (document.getElementById)
  331. window.onerror=new Function("return true")
  332.  
  333. var objActive; // The object which event occured in
  334. var act = 0; // Flag during the action
  335. var elmH = 0; // Hue
  336. var elmS = 128; // Saturation
  337. var elmV = 255; // Value
  338. var clrOrg; // A color before the change
  339. var TimerID; // Timer ID
  340. if (document.all) {
  341. document.onmouseover = doRainbowAnchor;
  342. document.onmouseout = stopRainbowAnchor;
  343. }
  344. else if (document.getElementById) {
  345. document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
  346. document.onmouseover = Mozilla_doRainbowAnchor;
  347. document.onmouseout = Mozilla_stopRainbowAnchor;
  348. }
  349. function doRainbow(obj)
  350. {
  351. if (act == 0) {
  352. act = 1;
  353. if (obj)
  354. objActive = obj;
  355. else
  356. objActive = event.srcElement;
  357. clrOrg = objActive.style.color;
  358. TimerID = setInterval("ChangeColor()",100);
  359. }
  360. }
  361. function stopRainbow()
  362. {
  363. if (act) {
  364. objActive.style.color = clrOrg;
  365. clearInterval(TimerID);
  366. act = 0;
  367. }
  368. }
  369. function doRainbowAnchor()
  370. {
  371. if (act == 0) {
  372. var obj = event.srcElement;
  373. while (obj.tagName != 'A' && obj.tagName != 'BODY') {
  374. obj = obj.parentElement;
  375. if (obj.tagName == 'A' || obj.tagName == 'BODY')
  376. break;
  377. }
  378. if (obj.tagName == 'A' && obj.href != '') {
  379. objActive = obj;
  380. act = 1;
  381. clrOrg = objActive.style.color;
  382. TimerID = setInterval("ChangeColor()",100);
  383. }
  384. }
  385. }
  386. function stopRainbowAnchor()
  387. {
  388. if (act) {
  389. if (objActive.tagName == 'A') {
  390. objActive.style.color = clrOrg;
  391. clearInterval(TimerID);
  392. act = 0;
  393. }
  394. }
  395. }
  396. function Mozilla_doRainbowAnchor(e)
  397. {
  398. if (act == 0) {
  399. obj = e.target;
  400. while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
  401. obj = obj.parentNode;
  402. if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
  403. break;
  404. }
  405. if (obj.nodeName == 'A' && obj.href != '') {
  406. objActive = obj;
  407. act = 1;
  408. clrOrg = obj.style.color;
  409. TimerID = setInterval("ChangeColor()",100);
  410. }
  411. }
  412. }
  413. function Mozilla_stopRainbowAnchor(e)
  414. {
  415. if (act) {
  416. if (objActive.nodeName == 'A') {
  417. objActive.style.color = clrOrg;
  418. clearInterval(TimerID);
  419. act = 0;
  420. }
  421. }
  422. }
  423. function ChangeColor()
  424. {
  425. objActive.style.color = makeColor();
  426. }
  427. function makeColor()
  428. {
  429. // Don't you think Color Gamut to look like Rainbow?
  430. // HSVtoRGB
  431. if (elmS == 0) {
  432. elmR = elmV; elmG = elmV; elmB = elmV;
  433. }
  434. else {
  435. t1 = elmV;
  436. t2 = (255 - elmS) * elmV / 255;
  437. t3 = elmH % 60;
  438. t3 = (t1 - t2) * t3 / 60;
  439. if (elmH < 60) {
  440. elmR = t1; elmB = t2; elmG = t2 + t3;
  441. }
  442. else if (elmH < 120) {
  443. elmG = t1; elmB = t2; elmR = t1 - t3;
  444. }
  445. else if (elmH < 180) {
  446. elmG = t1; elmR = t2; elmB = t2 + t3;
  447. }
  448. else if (elmH < 240) {
  449. elmB = t1; elmR = t2; elmG = t1 - t3;
  450. }
  451. else if (elmH < 300) {
  452. elmB = t1; elmG = t2; elmR = t2 + t3;
  453. }
  454. else if (elmH < 360) {
  455. elmR = t1; elmG = t2; elmB = t1 - t3;
  456. }
  457. else {
  458. elmR = 0; elmG = 0; elmB = 0;
  459. }
  460. }
  461. elmR = Math.floor(elmR).toString(16);
  462. elmG = Math.floor(elmG).toString(16);
  463. elmB = Math.floor(elmB).toString(16);
  464. if (elmR.length == 1) elmR = "0" + elmR;
  465. if (elmG.length == 1) elmG = "0" + elmG;
  466. if (elmB.length == 1) elmB = "0" + elmB
  467. elmH = elmH + rate;
  468. if (elmH >= 360)
  469. elmH = 0;
  470. return '#' + elmR + elmG + elmB;
  471. }
  472. //]]>
  473. </script>{/block:ifRainbowTextHover}
  474.  
  475. </head>
  476. <body>
  477.  
  478. <div id="cage">
  479. <div id="center">
  480. <div id="sidebar">
  481. {block:ifShowTitle}<center><div class="blogtitle"><font face="Lobster"><a href="/"><big>{Title}</big></font></a></div></center>{/block:ifShowTitle}
  482. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=185px></a>{/block:ifshowsidebarimage}
  483. <center>{Description}<br>
  484. <center>
  485.  
  486. <span id="cat">
  487. links,
  488. <span class="meow">&nbsp;
  489. <a href="/archive">history</a> &nbsp;
  490. <a href="/rss">rss</a>
  491. </span><br>
  492. <span class="meow">{block:Pages}{block:HasPages}<a href="{URL}">{Label}</a> &nbsp; {/block:HasPages}{/block:Pages}</span>
  493. </span>
  494.  
  495. </center></br>
  496. </div>
  497.  
  498. <div id="headerlinksbox">
  499. <center>
  500. <div class="headerlinks"><a href="/">home</a></div>
  501. <div class="headerlinks"><a href="#?w=300" rel="ask" class="poplight">message</a></div>
  502. <div class="headerlinks"><a href="http://pink-rebellion.tumblr.com/">theme</a></div>
  503. </center>
  504. </div>
  505.  
  506. <div id="ask" class="popup_block">
  507. <iframe frameborder="0" scrolling="no" width="100%" height="auto" src="http://www.tumblr.com/ask_form/thepinkrebellionthemes.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe> <!—[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script>
  508. </div>
  509.  
  510. <div id="themecredit">
  511. <small><a href="http://thepinkrebellion.tumblr.com/">©</a></small>
  512. </div>
  513.  
  514. <div id="content">{block:Posts}<div id="entry">
  515.  
  516. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span><span class="permalink"><a href="{permalink}"><small>{NoteCountWithLabel}</small></a></span>{/block:Text}
  517.  
  518. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}{Description}{/block:Description}<span class="permalink"><a href="{permalink}"><small>{NoteCountWithLabel}</small></a></span>{/block:Link}
  519.  
  520. {block:Photo}<center>{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=400px></a>{LinkCloseTag}</center>{block:ifShowCaptions}{block:Caption}<center>{Caption}</center>{/block:Caption}{/block:ifShowCaptions}{/block:Photo}
  521.  
  522. {block:Quote}<span class="title">{Quote}</span> - {block:Source} <b>{Source}</b> {/block:Source}<span class="permalink"><a href="{permalink}"><small>{NoteCountWithLabel}</small></a></span>{/block:Quote}
  523.  
  524. {block:Photoset}<div style="width:350px !important;">{Photoset-400}</div><span class="permalink"><a href="{permalink}"><small>{NoteCountWithLabel}</small></a></span>{/block:Photoset}
  525.  
  526. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul><span class="permalink"><a href="{permalink}"><small>{NoteCountWithLabel}</small></a></span>{/block:Chat}
  527.  
  528. {block:Audio}<center><div style="width:400px; height:30px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  529. {block:ExternalAudio} | <a href="{ExternalAudioURL}">Download</a>{/block:ExternalAudio}</div></div></centeR>{/block:permalinkpage}<span class="permalink"><a href="{permalink}"><small>{NoteCount} plays</small></a></span>{block:ifShowCaptions}{block:Caption}<center>{Caption}</center>{/block:Caption}{/block:ifShowCaptions}{/block:Audio}
  530.  
  531. {block:Video}<div class="video">{Video-400}</div><span class="permalink"><a href="{permalink}"><small>{NoteCountWithLabel}</small></a></span>{block:Video}
  532.  
  533. {block:PermalinkPage}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  534.  
  535. {block:PostNotes}{PostNotes}{/block:PostNotes}
  536. </div>{/block:Posts}
  537. </div></div>
  538. </div>
  539. </body>
  540. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement