mausamixoxo

Weeknd 5

Jun 7th, 2013
3,241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.84 KB | None | 0 0
  1. <!--
  2. Weeknd Theme 5
  3. Created by: euphoricthemes
  4. Blog title codes of this theme belongs to demurest
  5. Ask post coding originally belongs to html-and-etc
  6. Audio post coding originally belongs to trustwurthy
  7. Chat post coding originally belongs to buildthemes
  8. i made the theme, so it is my right and your responsibility to keep the credit. please put it somewhere on your blog if not on the side.
  9. -->
  10.  
  11. <html lang="en">
  12. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15.  
  16. <script type="text/javascript"
  17. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  20.  
  21. <!-- DEFAULT VARIABLES -->
  22. <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
  23. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  24. <meta name="color:Background" content="#f7f7f7"/>
  25. <meta name="color:Description Border" content="#e7e7e7"/>
  26. <meta name="color:Post Background" content="#fff"/>
  27. <meta name="color:Links" content="#e08aa8"/>
  28. <meta name="color:Link shadow" content="#fff"/>
  29. <meta name="color:Hover" content="#aaa"/>
  30. <meta name="color:Text" content="#aaa"/>
  31. <meta name="color:Description" content="#aaa"/>
  32. <meta name="color:Title" content="#b7d18a"/>
  33. <meta name="color:Scrollbar" content="#e9a3c4"/>
  34. <meta name="color:Blog title" content="#ec9ec3"/>
  35. <meta name="image:Background" content="1"/>
  36. <meta name="image:Sidebar" content="1"/>
  37. <meta name="text:Blog Title" content="resonance" />
  38. <meta name="text:Link One" content="" />
  39. <meta name="text:Link One Title" content="Link" />
  40. <meta name="text:Link Two" content="" />
  41. <meta name="text:Link Two Title" content="Link" />
  42. <meta name="text:Link Three" content="" />
  43. <meta name="text:Link Three Title" content="Link" />
  44. <meta name="text:Link Four" content="" />
  45. <meta name="text:Link Four Title" content="Link" />
  46. <meta name="text:Link Five" content="" />
  47. <meta name="text:Link Five Title" content="Link" />
  48. <meta name="text:Blog Title Font Size" content="60"/>
  49. <meta name="if:One column" content="1"/>
  50. <meta name="if:Two column" content="0"/>
  51. <meta name="if:Three column" content="0"/>
  52. <meta name="if:Faded Posts" content="1"/>
  53.  
  54. <style type="text/css">
  55.  
  56. ::-webkit-scrollbar {width: 10px; height: 4px; background: #fff; border-left: 1px transparent #aaaaaa;}
  57.  
  58. ::-webkit-scrollbar-thumb { width:10px;background-color:{color:Scrollbar}; border-radius:5px; border:2px solid #fff; }
  59.  
  60. #tumblr_controls {
  61. right:0px !important;
  62. position: fixed !important;
  63. -webkit-filter: invert(100%)
  64. }
  65.  
  66. body {
  67. padding: 0px;
  68. margin: 0px;
  69. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  70. color:{color:Text};
  71. font-family:calbri;
  72. line-height: 10px;
  73. font-size: 10px;
  74. letter-spacing: 0px;
  75. background-color: {color:Background};
  76. background-image:url({image:Background});
  77. background-attachment: fixed;
  78. background-repeat: repeat;
  79. }
  80.  
  81. a:link, a:active, a:visited{
  82. color: {color:Links};
  83. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  84. text-decoration: none;
  85. transition: all 0.9s ease;
  86. -o-transition-transition: all 0.9s ease;
  87. -webkit-transition: all 0.9s ease;
  88. -moz-transition: all 0.9s ease;
  89. }
  90.  
  91. a:hover {
  92. color:{color:Hover};
  93. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  94. text-shadow:1px 1px 5px {color:Link shadow};
  95. transition: all 0.9s ease;
  96. -o-transition-transition: all 0.9s ease;
  97. -webkit-transition: all 0.9s ease;
  98. -moz-transition: all 0.9s ease;
  99. }
  100.  
  101. div#center{
  102. margin:auto;
  103. position:relative;
  104. width:100%;
  105. background-color:;
  106. overflow:auto;
  107. overflow-y:hidden;
  108. }
  109.  
  110. #sidebar{
  111. position:fixed;
  112. margin-top:350px;
  113. margin-left:220px;
  114. width:235px;
  115. height:220px;
  116. padding:15px;
  117. }
  118.  
  119. #sidebar{
  120. {block:ifTwoColumn}
  121. margin-left:150px;
  122. {/block:ifTwoColumn}
  123. {block:ifThreeColumn}
  124. margin-left:130px;
  125. {/block:ifThreeColumn}
  126. }
  127.  
  128. #image{
  129. position:Fixed;
  130. bottom:-120px;
  131. margin-left:-110px;
  132. opacity:0.2;
  133. z-index: -4;
  134. filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  135. filter: gray; /* IE6-9 */
  136. -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
  137. {block:ifTwoColumn}
  138. margin-left:-110px;
  139. {/block:ifTwoColumn}
  140. {block:ifThreeColumn}
  141. margin-left:-110px;
  142. {/block:ifThreeColumn}
  143. }
  144.  
  145. #blogtitle{
  146. position:fixed;
  147. font-family:raleway;
  148. width:285px;
  149. margin-top:150px;
  150. margin-left:-45px;
  151. text-transform:normal;
  152. line-height:55px;
  153. background:transparent;
  154. text-shadow:
  155. -1px 0 #fff,
  156. 0 1px #fff,
  157. 1px 0 #fff,
  158. 0 -1px #fff;
  159. font-size:{text:Blog Title Font Size}px;
  160. border-bottom:1px solid {color:Description Border};
  161. color: {color:Blog Title};
  162. }
  163.  
  164. #posts {
  165. width:550px;
  166. z-index:1;
  167. margin-top:0px;
  168. margin-left:410px;
  169. right:auto;
  170. background:transparent;
  171. margin-right:auto;
  172. position:relative;
  173. overflow-y: hidden;
  174. {block:IndexPage}
  175. {block:ifOneColumn}
  176. width:350px;
  177. margin-left:500px;
  178. {/block:ifOneColumn}
  179. {block:ifTwoColumn}
  180. width:550px;
  181. margin-left:420px;
  182. {/block:ifTwoColumn}
  183. {block:ifThreeColumn}
  184. width:750px;
  185. margin-left:400px;
  186. {/block:ifThreeColumn}
  187. {/block:IndexPage}
  188. {block:PermalinkPage}
  189. {block:ifOneColumn}
  190. width:520px;
  191. margin-left:500px;
  192. {/block:ifOneColumn}
  193. {block:ifTwoColumn}
  194. width:520px;
  195. margin-left:400px;
  196. {/block:ifTwoColumn}
  197. {block:ifThreeColumn}
  198. width:520px;
  199. margin-left:400px;
  200. {/block:ifThreeColumn}
  201. {/block:PermalinkPage}
  202. }
  203.  
  204. .entry {
  205. float:left;
  206. display: block;
  207. overflow:hidden;
  208. width:200px;
  209. margin:10px;
  210. padding-right:10px;
  211. padding-left:10px;
  212. padding-top:10px;
  213. padding-bottom:8px;
  214. font-family:calibri;
  215. font-size:10px;
  216. line-height:13px;
  217. border:1px solid #eee;
  218. opacity:1;
  219. z-index:0;
  220. border-radius:5px;
  221. webkit-transition: all 0.4s linear;
  222. -moz-transition: all 0.4s linear;
  223. transition: all 0.4s linear;
  224. background:{color:Post Background};
  225. {block:ifFadedPosts}
  226. opacity:0.7;
  227. {/block:ifFadedPosts}
  228. {block:PermalinkPage}
  229. {block:ifOneColumn}
  230. width:350px;
  231. {/block:ifOneColumn}
  232. {block:ifTwoColumn}
  233. width:350px;
  234. {/block:ifTwoColumn}
  235. {block:ifThreeColumn}
  236. width:350px;
  237. {/block:ifThreeColumn}
  238. {/block:PermalinkPage}
  239. {block:IndexPage}
  240. {block:ifOneColumn}
  241. width:250px;
  242. {/block:ifOneColumn}
  243. {block:ifTwoColumn}
  244. width:220px;
  245. {/block:ifTwoColumn}
  246. {block:ifThreeColumn}
  247. width:200px;
  248. {/block:ifThreeColumn}
  249. {/block:IndexPage}
  250. }
  251.  
  252. .entry img{
  253. max-width:220px;
  254. {block:IndexPage}
  255. {block:ifOneColumn}
  256. max-width:250px;
  257. {/block:ifOneColumn}
  258. {block:ifTwoColumn}
  259. max-width:220px;
  260. {/block:ifTwoColumn}
  261. {block:ifThreeColumn}
  262. max-width:200px;
  263. {/block:ifThreeColumn}
  264. {/block:IndexPage}
  265. {block:PermalinkPage}
  266. {block:ifOneColumn}
  267. max-width:350px;
  268. {/block:ifOneColumn}
  269. {block:ifTwoColumn}
  270. max-width:350px;
  271. {/block:ifTwoColumn}
  272. {block:ifThreeColumn}
  273. max-width:350px;
  274. {/block:ifThreeColumn}
  275. {/block:PermalinkPage}
  276. transition: all 0.9s ease;
  277. -o-transition-transition: all 0.9s ease;
  278. -webkit-transition: all 0.9s ease;
  279. -moz-transition: all 0.9s ease;
  280. }
  281.  
  282. .entry:hover {
  283. opacity:1;
  284. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  285. webkit-transition: all 0.4s linear;
  286. -moz-transition: all 0.4s linear;
  287. transition: all 0.4s linear;
  288. }
  289.  
  290. .entry .permados{
  291. position:absolute;
  292. margin-top:-20px;;
  293. margin-left:0px;
  294. width:190px;
  295. height:30px;
  296. text-transform:uppercase;
  297. padding:5px;
  298. overflow:hidden;
  299. font-family:calibri;
  300. letter-spacing:1px;
  301. font-size: 8px;
  302. line-height:15px;
  303. text-align:center;
  304. opacity:0.0;
  305. color:#aaa;
  306. background:white;
  307. border-bottom:2px solid {color:Blog Title};
  308. transition: all 0.9s ease;
  309. -o-transition-transition: all 0.9s ease;
  310. -webkit-transition: all 0.9s ease;
  311. -moz-transition: all 0.9s ease;
  312. {block:ifOneColumn}
  313. width:240px;
  314. {/block:ifOneColumn}
  315. {block:ifTwoColumn}
  316. width:210px;
  317. {/block:ifTwoColumn}
  318. {block:ifThreeColumn}
  319. width:190px;
  320. {/block:ifThreeColumn}
  321. }
  322.  
  323. .entry:hover .permados{
  324. overflow:visible;
  325. opacity:1;
  326. margin-top:-4px;
  327. transition: all 0.9s ease;
  328. -o-transition-transition: all 0.9s ease;
  329. -webkit-transition: all 0.9s ease;
  330. -moz-transition: all 0.9s ease;
  331. }
  332.  
  333. .permalinktext {
  334. display:block;
  335. padding: 2px;
  336. margin: 4px 5px 0px 5px;
  337. text-transform:uppercase;
  338. font-family:calibri;
  339. font-size: 8px;
  340. color: #ccc;
  341. line-height: 15px;
  342. letter-spacing:1px;
  343. text-align: right;
  344. text-decoration: none;
  345. webkit-transition: all 0.2s linear;
  346. -webkit-transition: all 0.2s linear;
  347. -moz-transition: all 0.2s linear;
  348. transition: all 0.2s linear;
  349. }
  350.  
  351. .permalinktext:hover{
  352. webkit-transition: all 0.2s linear;
  353. -webkit-transition: all 0.2s linear;
  354. -moz-transition: all 0.2s linear;
  355. transition: all 0.2s linear;
  356. }
  357.  
  358. mausami{
  359. font-family:tahoma;
  360. font-size:8px;
  361. text-transform:uppercase;
  362. letter-spacing:1px;
  363. color:{color:Links};
  364. }
  365.  
  366. #mausami a{
  367. position:fixed;
  368. width:25px;
  369. height:25px;
  370. background:white;
  371. margin-left:1320px;
  372. margin-top:600px;
  373. border-radius:20px;
  374. padding:5px;
  375. line-height:21px;
  376. font-size:27px;
  377. font-family:calibri;
  378. font-weight:bold;
  379. text-transform:uppercase;
  380. color:#ddd;
  381. }
  382.  
  383. .title{
  384. text-align:center;
  385. font-family:raleway;
  386. text-transform:none;
  387. font-size: 20px;
  388. line-height:20px;
  389. letter-spacing: 1px;
  390. color: {color:Title};
  391. }
  392.  
  393. #infscr-loading{
  394. bottom: -70px;
  395. position: absolute;
  396. left: 50%;
  397. margin-left:-8px;
  398. width:16px;
  399. height:11px;
  400. overflow:hidden;
  401. margin-bottom: 50px;
  402. }
  403.  
  404. #postnotes{
  405. text-align: justify; list-style:square; margin-left:10px;}
  406.  
  407. #postnotes blockquote{border: 0px; border-left: 4px solid #ddd; margin-left:10px; }
  408.  
  409. blockquote{
  410. padding-left: 6px;
  411. background:white;
  412. padding-bottom : 7px;
  413. font-family:tahoma;
  414. font-size:9px;
  415. border-left: 4px solid #ddd;
  416. text-shadow:1px 1px 0px #fff;
  417. width:170px;
  418. margin-left:10px;
  419. padding-right:6px;
  420. padding-top:4px;
  421. text-align:center;
  422. color:{color:text};
  423. }
  424.  
  425. blockquote p, ul{
  426. margin:0px;
  427. padding:0px;
  428. }
  429.  
  430. .chat ul {list-style: none;margin: 0;padding: 0;}
  431. .chat li {border-radius: 0.2em;margin-bottom: 2%;padding: 2%;width: 240px;
  432. {block:ifTwoColumn}
  433. width:210px;
  434. {/block:ifTwoColumn}
  435. {block:ifThreeColumn}
  436. width:190px;
  437. {/block:ifThreeColumn}
  438. }
  439. .chat .odd {float: left;background: white;}
  440. .chat .even {float: right;background:#f7f7f7;}
  441.  
  442. .bubble {align:right;background-color:#f7f7f7; color: {color:Text}; margin:7px 0px 5px 65px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  443. .bubble p {margin:1px 0px;}
  444. .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 #f7f7f7;}
  445. .askborder {float: left;margin: 1px 2px 0 0;padding: 2px; background: #f7f7f7;}
  446.  
  447. .audioplayerr{
  448. position:absolute;
  449. background: white;
  450. border:5px solid #fff;
  451. text-align:center;
  452. margin-left:30px;
  453. margin-top:28px;
  454. width:15px;
  455. height:15px;
  456. opacity:0.7;
  457. overflow:hidden;
  458. -webkit-transition: all 0.5s ease-in-out;
  459. -moz-transition: all 0.5s ease-in-out;
  460. -o-transition: all 0.5s ease-in-out;
  461. -ms-transition: all 0.5s ease-in-out;
  462. transition: all 0.5s ease-in-out;}
  463.  
  464. .audioplayerr:hover{
  465. opacity:1;
  466. -webkit-transition: all 0.5s ease-in-out;
  467. -moz-transition: all 0.5s ease-in-out;
  468. -o-transition: all 0.5s ease-in-out;
  469. -ms-transition: all 0.5s ease-in-out;
  470. transition: all 0.5s ease-in-out;}
  471.  
  472. .audioplayerr1{
  473. padding:1px;
  474. margin-top:-8px;
  475. margin-left:-7px;
  476. background-color: #fff;}
  477.  
  478. .audioplayerr1:hover{
  479. opacity:1;}
  480.  
  481. .albumartt{
  482. margin-left:0px;
  483. }
  484.  
  485. .albumartt img{
  486. background:#f7f7f7;
  487. border-right:2px solid {color:border};
  488. max-width:60px;
  489. float:left;
  490. padding:10px;
  491. border:1px solid #f0f0f0;
  492. }
  493.  
  494. .infooo{
  495. position:relative;
  496. background:transparent;
  497. padding-bottom:5px;
  498. font-family:calibri;
  499. font-size:8px;
  500. letter-spacing:1px;
  501. text-transform:uppercase;
  502. height:80px;
  503. margin-top:0px;
  504. margin-left:87px;
  505. padding-left:5px;
  506. overflow:auto;
  507. line-height:9px;}
  508.  
  509. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  510.  
  511. .notes img{width:15px; position:relative; top:3px; border-radius:5px;}
  512. <--ses-->
  513. small{font-size: 90%;}
  514.  
  515. {CustomCSS}
  516.  
  517. </style>
  518.  
  519. {block:IndexPage}
  520. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  521. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  522.  
  523. <script type="text/javascript">
  524. $(window).load(function(){
  525. var $wall = $('#posts');
  526. $wall.imagesLoaded(function(){
  527. $wall.masonry({
  528. itemSelector: '.entry, .entry_photo',
  529. isAnimated : false
  530. });
  531. });
  532.  
  533. $wall.infinitescroll({
  534. navSelector : '#pagination',
  535. nextSelector : '#pagination a',
  536. itemSelector : '.entry, .entry_photo',
  537. bufferPx : 2000,
  538. debug : false,
  539. errorCallback: function() {
  540. $('#infscr-loading').fadeOut('normal');
  541. }},
  542. function( newElements ) {
  543. var $newElems = $( newElements );
  544. $newElems.hide();
  545. $newElems.imagesLoaded(function(){
  546. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  547. });
  548. }); $('#posts').show(500);
  549. });
  550. </script>
  551.  
  552. {/block:IndexPage}
  553.  
  554.  
  555. <title>{title}</title>
  556.  
  557. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lm6qbgraH91qfoi4t.gif">
  558. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  559. <meta name="viewport" content="width=820" />
  560. </head>
  561. <body>
  562. <div id="center">
  563. <div id="mausami"><a href="http://euphoricaly.tumblr.com/" target="_blank">M</a></div>
  564. <div id="sidebar">
  565. <div id="image"><img src="http://25.media.tumblr.com/3ce6014574ddd78ab83f8fb415550bec/tumblr_mn7plyqDPh1rgpyeqo1_500.png" style="width:450px; height:500px;"></div>
  566. <div id="blogtitle">{text:Blog Title}</div>
  567. <div style="text-align:center; padding-top:5px; margin-top:205px; margin-left:-40px;color:{color:description}; font-size:9px; width:280px;position:fixed; letter-spacing:1px; text-transform:uppercase; font-family:calibri; font-size:8px;">
  568. {description}<br>
  569. <a href="{text:Link One}">{text:Link One Title}</a> -
  570. <a href="{text:Link Two}">{text:Link Two Title}</a> -
  571. <a href="{text:Link Three}">{text:Link Three Title}</a> -
  572. <a href="{text:Link Four}">{text:Link Four Title}</a> -
  573. <a href="{text:Link Five}">{text:Link Five Title}</a> </div>
  574. </div>
  575.  
  576. <div class="left">
  577. <div id="posts">
  578. {block:Posts}
  579. <div class="entry">
  580.  
  581. {block:Answer}
  582. <img src="{AskerPortraitURL-48}" align="left" class="askborder" style="border-radius:30px;"><div class="bubble"><span></span><mausami>{Asker}</mausami>: {Question}&nbsp;</div>{Answer}
  583. <div class="permalinktext"> This post has <a href="{permalink}">{NoteCountwithlabel}</a></div>
  584. {/block:Answer}
  585.  
  586. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  587. {/block:Text}
  588.  
  589. {block:Link}<br><a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>{block:Link}
  590.  
  591. {block:Photo}
  592. {block:IndexPage}
  593. <div class="permados">
  594. posted on {Month} {DayOfMonth} with {NoteCountWithLabel} <br> <a href="{permalink}"> Permalink Page </a> // <a href="{ReblogURL}" target="_blank"> Reblog this post </a></div>
  595. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px style="border-radius:3px;"></a>{LinkCloseTag}</center>
  596. {/block:IndexPage}
  597. {block:PermalinkPage}
  598. {LinkOpenTag}
  599. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=350px/>
  600. {block:Caption}{Caption}{/block:Caption}
  601. {LinkCloseTag}
  602. {/block:PermalinkPage}
  603. {/block:Photo}
  604.  
  605. {block:Photoset}
  606. {block:IndexPage}
  607. <center>
  608. {Photoset-250}</center>
  609. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  610. {/block:IndexPage}
  611. {block:PermalinkPage}
  612. <center>
  613. {Photoset-500}</center>
  614. {/block:PermalinkPage}
  615. {/block:Photoset}
  616.  
  617. {LinkCloseTag}
  618. {/block:PermalinkPage}
  619. {/block:Photo}
  620.  
  621. {block:Quote}<span class="title">"{Quote}"</span><br> {block:Source}<div style="text-align:right; font-weight:bold;"> — {Source}</div>{/block:Source}<div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>{/block:Quote}
  622.  
  623. {block:Chat}
  624. {block:Title}<span class="title">{Title}</span>{/block:Title}
  625. <div class="chat">
  626. <ul>
  627. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  628. </ul>
  629. </div>
  630. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  631. {/block:Chat}
  632.  
  633. {block:Audio}
  634. <div class="albumartt"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div> <div class="audioplayerr"><div class="audioplayerr1">{AudioPlayer}</div></div> <div class="infooo"> {block:Artist} <b><audioshit>Artist Name:</audioshit></b><br> {Artist} {/block:Artist}<br><br>{block:TrackName} <b><audioshit>Song Name:</audioshit></b><br> "{TrackName}" {/block:TrackName}</br><br> {block:PlayCount}<b><audioshit>Number of Plays:</audioshit></b><br> {PlayCount} times{/block:PlayCount} </div> <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  635. {block:IndexPage}
  636. {/block:IndexPage}
  637. {/block:Audio}
  638.  
  639. {block:Video}
  640. {block:IndexPage}
  641. <center>
  642. {Video-250}</center>
  643. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  644. {/block:IndexPage}
  645. {block:PermalinkPage}
  646. <center>
  647. {Video-400}</center>
  648. {/block:PermalinkPage}
  649. {block:Video}
  650.  
  651. {block:PermalinkPage}
  652. <center>
  653. {block:Caption}{Caption}{/block:Caption}
  654. {block:RebloggedFrom}
  655. posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
  656. posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  657. {block:NoteCount} <div style="text-align: center; margin: 10px; background:f7f7f7;"></div>{/block:NoteCount}
  658. </center>
  659. {/block:PermalinkPage}
  660.  
  661. {block:PostNotes}<div align="middle"></div>
  662. <center></center></span><br>
  663. <div id="postnotes">{PostNotes}</div><br>
  664. <center>{block:ContentSource}
  665. <br><a href="{SourceURL}">
  666. {lang:Source}:
  667. {block:SourceLogo}
  668. <img src="{BlackLogoURL}" width="{LogoWidth}"
  669. height="{LogoHeight}" alt="{SourceTitle}" />
  670. {/block:SourceLogo}
  671. {block:NoSourceLogo}
  672. {SourceLink}
  673. {/block:NoSourceLogo}
  674. </a>
  675. {/block:ContentSource}</center>
  676.  
  677. {/block:PostNotes}
  678. </div>
  679. {/block:Posts}
  680. </div></div>
  681.  
  682. {block:IndexPage}
  683. {block:Pagination}
  684. <div id="pagination">
  685. {block:NextPage}
  686. <a id="nextPage" href="{NextPage}"></a>
  687. {/block:NextPage}
  688. {block:PreviousPage}
  689. <a href="{PreviousPage}"></a>
  690. {/block:PreviousPage}
  691. </div>
  692. {/block:Pagination}
  693. {/block:IndexPage}
  694. <BODY onselectstart="return false;" ondragstart="return false;">
  695. </html>
Advertisement
Add Comment
Please, Sign In to add comment