Advertisement
mausamixoxo

Ephemeral Theme 6

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