Advertisement
mausamixoxo

Aashiqui Theme 4

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