Advertisement
sighthemes

Theme Two; By Deanna

Nov 30th, 2013
1,475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.82 KB | None | 0 0
  1. <!--
  2.  
  3. New theme 2 by Deanna (sighthemes)
  4. Keep the credit
  5. Or you will be reported
  6.  
  7. Do not steal or steal parts of the coding
  8. I worked very hard and it would be very disrespectful
  9.  
  10. Make sure your posts per page is set at 15 or the infinite scroll won't work! (Customize > Advanced > Posts per page > 15 > Save)
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js"type="text/JavaScript"></script>
  19.  
  20. <style>
  21. div#qTip {
  22. padding:1px;
  23. padding-right:2px;
  24. padding-left:3px;
  25. height: 10px;
  26. margin-top:12px;
  27. font-family:consolas;
  28. font-size:8px;
  29. display: none;
  30. text-align: center;
  31. position: absolute;
  32. line-height: 12px;
  33. letter-spacing:1px;
  34. text-transform:uppercase;
  35. z-index: 999999999999;
  36. background:#fff;
  37. color:#555;
  38. border:1px solid #eee;
  39. font-style: oblique;
  40. }
  41. </style>
  42. <script type="text/javascript">
  43. <!--
  44.  
  45. // Disable Right Click Script
  46.  
  47. function IE(e)
  48. {
  49. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  50. {
  51. return false;
  52. }
  53. }
  54. function NS(e)
  55. {
  56. if (document.layers || (document.getElementById && !document.all))
  57. {
  58. if (e.which == "2" || e.which == "3")
  59. {
  60. return false;
  61. }
  62. }
  63. }
  64. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  65.  
  66. //-->
  67. </script>
  68.  
  69.  
  70. <script type="text/javascript"
  71. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  72.  
  73. <!--DEFAULT VARIABLES-->
  74. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  75. <meta name="color:background" content="#fff"/>
  76. <meta name="color:link" content="#777"/>
  77. <meta name="color:text" content="#777"/>
  78. <meta name="color:title" content="#333"/>
  79. <meta name="color:scrollbar" content="#ccc">
  80. <meta name="color:blogtitle" content="#aaa">
  81. <meta name="color:hover" content="#fff"/>
  82. <meta name="image:sidebar" content="1"/>
  83. <meta name="image:background" content="1"/>
  84. <meta name="image:sidebar background" content="1"/>
  85. <meta name="text:music player code" content="music code"/>
  86. <meta name="text:playlist" content="write your playlist here, use < p> (no space) to start a new line"/>
  87. <meta name="text:updates" content="hi, updates go here, use < p> (no space) to start a new line ok yay! also, if you have a bunch of extra space you don't want or need more space, you can message me and i'll help! "/>
  88. <meta name="if:hover box" content="1"/>
  89. <meta name="text:link one" content=""/>
  90. <meta name="text:link one title" content="link"/>
  91. <meta name="text:link two" content=""/>
  92. <meta name="text:link two title" content="link"/>
  93. <meta name="text:link three" content=""/>
  94. <meta name="text:link three title" content="link"/>
  95.  
  96.  
  97. <style type="text/css">
  98.  
  99.  
  100. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  101.  
  102. ::-webkit-scrollbar-thumb{
  103. background-color: {color:scrollbar};
  104. border: 2px solid #ffffff;
  105. height:5px;
  106. -moz-border-radius: 20px;
  107. border-radius: 20px;
  108. }
  109.  
  110. ::-webkit-scrollbar {
  111. height:5px;
  112. width:9px;
  113. background-color: #aaaaaa;
  114. border: 4px solid #fff;
  115. }
  116.  
  117. ::selection {
  118. background: #fff;
  119. }
  120.  
  121. ::-moz-selection {
  122. background: #fff;
  123. }
  124.  
  125.  
  126. p {
  127. margin:0px;
  128. margin-top:5px;
  129. }
  130.  
  131.  
  132. body {
  133. padding: 0px;
  134. margin: 0px;
  135. color:{color:text};
  136. font-family:consolas;
  137. font-size:9px;
  138. line-height:100%;
  139. text-normal;
  140. text-align:left;
  141. background-color: {color:Background};
  142. background-image:url({image:Background});
  143. background-attachment: fixed;
  144. background-repeat: repeat;
  145. }
  146.  
  147.  
  148.  
  149. a:link, a:active, a:visited{
  150. text-decoration: none;
  151. -webkit-transition: color 0.3s ease-out;
  152. -moz-transition: color 0.3s ease-out;
  153. transition: color 0.3s ease-out;
  154. color:{color:link};
  155. }
  156.  
  157. a:hover {
  158. text-decoration: none;
  159. font-style:;
  160. color: {color:Hover};
  161. }
  162.  
  163. div#center{
  164. margin:auto;
  165. position:relative;
  166. width:975px;
  167. background-color:;
  168. overflow:none;
  169. overflow-y:none;
  170. {block:PermalinkPage}
  171. width:700px;
  172. {/block:PermalinkPage}
  173. }
  174.  
  175. .entry {
  176. float:left;
  177. display: block;
  178. margin:18px;
  179. overflow:none;
  180. width:200px;
  181. opacity:.85;
  182. padding:8px;
  183. {block:PermalinkPage}
  184. width:300px;
  185. text-align:left;
  186. line-height:10px;
  187. {/block:PermalinkPage}
  188. background-image:URL();
  189. background:white;
  190. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  191.  
  192. }
  193.  
  194. .entry:hover {
  195. transform: scale(1.05);
  196. -webkit-transform: scale(1.05);
  197. -moz-transform: scale(1.05);
  198. -o-transform: scale(1.05);
  199. -ms-transform: scale(1.05);
  200.  
  201. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  202. {block:PermalinkPage}
  203. transform: scale(1);
  204. -webkit-transform: scale(1);
  205. -moz-transform: scale(1);
  206. -o-transform: scale(1);
  207. -ms-transform: scale(1);
  208. {/block:PermalinkPage}
  209. }
  210.  
  211. .entry img{
  212. opacity:.8;
  213. -webkit-transition: all 0.6s ease-in-out;
  214. -moz-transition: all 0.6s ease-in-out;
  215. transition: all 0.6s ease-in-out;
  216. }
  217. .entry img:hover{
  218. -webkit-transition: all 0.6s ease-in-out;
  219. -moz-transition: all 0.6s ease-in-out;
  220. transition: all 0.6s ease-in-out;
  221. }
  222.  
  223.  
  224. .entry .perma{
  225. width:200px;
  226. height:16px;
  227. margin-left:0px;
  228. position: absolute;
  229. line-height: 16px;
  230. overflow:hidden;
  231. text-align:center;
  232. bottom:0px;
  233. background:white;
  234. letter-spacing:1px;
  235. opacity: 0.0;
  236. font-family:consolas;
  237. font-size:8px;
  238. text-transform:uppercase;
  239. -webkit-transition: all .7s ease;
  240. -moz-transition: all .7s ease;
  241. -o-transition: all .7s ease;
  242. transition: all .7s ease;
  243. }
  244.  
  245. .entry:hover .perma{
  246. overflow:visible;
  247. opacity:0.9;
  248. bottom:-10px;
  249. }
  250.  
  251. .permalinktext{
  252. display: block;
  253. font-calibri;
  254. font-size:8px;
  255. line-height:3px;
  256. letter-spacing:1px;
  257. text-transform:uppercase;
  258. text-align: right;
  259. background-color:transparent;
  260. margin: 2px;
  261. margin-top:5px;
  262. border-top:1px solid #eee;
  263. padding-top:6px;
  264. font-style:oblique;
  265. }
  266.  
  267. #posts {
  268. width:900px;
  269. margin-top:-1px;
  270. z-index:99;
  271. margin-left:175px;
  272. right:auto;
  273. background:transparent;
  274. margin-right:auto;
  275. position:relative;
  276. overflow-y: none;
  277.  
  278. }
  279.  
  280. #links{
  281. width:155px;
  282. height:auto;
  283. margin-left:-8px;
  284. margin-top:0px;
  285. text-align:left;
  286. position:fixed;
  287. opacity:0;
  288. -webkit-transition: all .7s ease;
  289. -moz-transition: all .7s ease;
  290. -o-transition: all .7s ease;
  291. transition: all .7s ease;
  292. }
  293.  
  294. #sidebar:hover #links{
  295. opacity:1;
  296. margin-top:-20px;
  297. -webkit-transition: all .7s ease;
  298. -moz-transition: all .7s ease;
  299. -o-transition: all .7s ease;
  300. transition: all .7s ease;
  301. }
  302.  
  303. .nav a{
  304. width:auto;
  305. height:auto;
  306. font-family:consolas;
  307. font-size:9px;
  308. font-style:oblique;
  309. color:{color:link};
  310. margin-bottom:4px;
  311. display:inline;
  312. text-transform:uppercase;
  313. -webkit-transition: all .7s ease;
  314. -moz-transition: all .7s ease;
  315. -o-transition: all .7s ease;
  316. transition: all .7s ease;
  317. }
  318.  
  319. #sidebar{
  320. position:fixed !important;
  321. width:125px;
  322. background-image:url({image:sidebar background});
  323. height:auto;
  324. margin-top:170px;
  325. margin-left:5px;
  326. text-align:center;
  327. border:1px solid #ddd;
  328. padding:8px;
  329. padding-right:15px;
  330. opacity:.8;
  331. -webkit-transition: all .7s ease;
  332. -moz-transition: all .7s ease;
  333. -o-transition: all .7s ease;
  334. transition: all .7s ease;
  335. }
  336.  
  337. #sidebar .desc{
  338. width:122px;
  339. height:auto;
  340. margin-top:7px;
  341. border:1px solid #ddd;
  342. padding:4px;
  343. font-family:consolas;
  344. font-size:9px;
  345. line-height:11px;
  346. word-spacing:2px;
  347. background:white;
  348. }
  349.  
  350. #sidebar .tits{
  351. width:116px;
  352. height:auto;
  353. font-family:georgia;
  354. font-size:14px;
  355. font-style:oblique;
  356. text-decoration:underline;
  357. color:{color:blogtitle};
  358. }
  359.  
  360. #shit1{
  361. height:13px;
  362. text-align:center;
  363. overflow:hidden;
  364. margin-top:-1px;
  365. border-bottom:1px solid #ddd;
  366. text-transform:uppercase;
  367. letter-spacing:1px;
  368. font-size:8px;
  369. line-height:10px;
  370. z-index:999999999999999999999;
  371. -webkit-transition: all 0.5s ease-in-out;
  372. -moz-transition: all 0.5s ease-in-out;
  373. -o-transition: all 0.5s ease-in-out;
  374. }
  375.  
  376. #shit2{
  377. height:13px;
  378. text-align:center;
  379. overflow:hidden;
  380. border-bottom:1px solid #ddd;
  381. text-transform:uppercase;
  382. background-color:#fff;
  383. letter-spacing:1px;
  384. font-size;8px;
  385. line-height:13px;
  386. z-index:999999999999999999999;
  387. -webkit-transition: all 0.5s ease-in-out;
  388. -moz-transition: all 0.5s ease-in-out;
  389. -o-transition: all 0.5s ease-in-out;
  390. }
  391.  
  392. #shit2:hover{
  393. height:108px;
  394. -webkit-transition: all 0.5s ease-in-out;
  395. -moz-transition: all 0.5s ease-in-out;
  396. -o-transition: all 0.5s ease-in-out;
  397. }
  398.  
  399. #shit3{
  400. height:13px;
  401. text-align:center;
  402. overflow:hidden;
  403. text-transform:uppercase;
  404. background-color:#fff;
  405. letter-spacing:1px;
  406. font-size:8px;
  407. line-height:13px;
  408. z-index:999999999999999999999;
  409. -webkit-transition: all 0.5s ease-in-out;
  410. -moz-transition: all 0.5s ease-in-out;
  411. -o-transition: all 0.5s ease-in-out;
  412. }
  413.  
  414. #shit3:hover{
  415. height:305px;
  416. -webkit-transition: all 0.5s ease-in-out;
  417. -moz-transition: all 0.5s ease-in-out;
  418. -o-transition: all 0.5s ease-in-out;
  419. }
  420.  
  421.  
  422.  
  423. #shit{
  424. text-align:left;
  425. font-size:8px;
  426. text-transform:uppercase;
  427. opacity:0.8;
  428. border:1px solid #ddd;
  429. position:fixed;
  430. font-family:arial;
  431. right:15px;
  432. background-color:#fff;
  433. letter-spacing:1px;
  434. width:75px;
  435. z-index:99;
  436. padding:4px;
  437. top:28px;
  438. padding-bottom:2px;
  439. }
  440.  
  441.  
  442. #audio {
  443. width:200px;
  444. height:auto;
  445. min-height:60px;
  446. padding-bottom:0px;
  447. }
  448.  
  449. .cover {
  450. position:absolute;
  451. z-index:1;
  452. width:60px;
  453. height:60px;
  454. }
  455.  
  456. .cover img {
  457. float:left;
  458. width:60px;
  459. height:60px;
  460. }
  461.  
  462. .playbox {
  463. opacity:0.6;
  464. width:27px;
  465. height:30px;
  466. overflow:hidden;
  467. position:absolute;
  468. z-index:1000;
  469. margin-left:17px;
  470. margin-top:17px;
  471. text-align:center;
  472. }
  473.  
  474. .info {
  475. margin-left:73px;
  476. margin-top:4px;
  477. line-height:14px;
  478. }
  479.  
  480. #creds{
  481. position:fixed;
  482. width:33px;
  483. bottom:-12px;
  484. right:2px;
  485. padding: 2px;
  486. font-family:consolas;
  487. font-size:8px;
  488. text-transform:uppercase;
  489. letter-spacing:1px;
  490. -webkit-transition: all .7s ease;
  491. -moz-transition: all .7s ease;
  492. -o-transition: all .7s ease;
  493. transition: all .7s ease;
  494. }
  495.  
  496. #creds:hover{
  497. bottom:0px;
  498. -webkit-transition: all .7s ease;
  499. -moz-transition: all .7s ease;
  500. -o-transition: all .7s ease;
  501. transition: all .7s ease;
  502. }
  503.  
  504. askk{
  505. font-size:9px;
  506. text-transform:uppercase;
  507. letter-spacing:1px;
  508. color:#73ac69;
  509. }
  510.  
  511. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  512.  
  513. .title{
  514. line-height: 12px;
  515. color:{color:Title};
  516. font-weight: normal;
  517. font-family:georgia;
  518. font-size:14px;
  519. font-style:oblique;
  520. }
  521.  
  522. asker{
  523. text-transform:uppercase;
  524. color:{color:link};
  525. }
  526.  
  527. .permalink{
  528. text-transform: normal;
  529. display: block;
  530. text-align: right;
  531. text-decoration: none;
  532. }
  533.  
  534. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS*/
  535. #infscr-loading{
  536. bottom: -70px;
  537. position: absolute;
  538. left: 50%;
  539. margin-left:-8px;
  540. width:16px;
  541. height:11px;
  542. overflow:hidden;
  543. margin-bottom: 50px;
  544. }
  545.  
  546. #postnotes{
  547. text-align: justify;}
  548.  
  549. #postnotes blockquote{
  550. border: 0px;}
  551.  
  552. blockquote{
  553. padding:0px 0px 2px 5px;
  554. margin:5px 5px 5px 5px;
  555. border-left: 2px solid {color:blogtitle};
  556. }
  557.  
  558. blockquote p, ul{
  559. margin:0px;
  560. padding:0px;
  561. }
  562.  
  563. a img{border: 0px;}
  564.  
  565.  
  566. ul, ol, li{list-style:none; margin-top:5px; padding:0px;}
  567.  
  568. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  569. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  570.  
  571. .notes img{width:10px; position:relative; top:3px;}
  572. <--ses-->
  573. small{font-size: 90%;}
  574.  
  575. {CustomCSS}
  576.  
  577. </style>
  578.  
  579. {block:IndexPage}
  580. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  581. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  582.  
  583. <script type="text/javascript">
  584. $(window).load(function(){
  585. var $wall = $('#posts');
  586. $wall.imagesLoaded(function(){
  587. $wall.masonry({
  588. itemSelector: '.entry, .entry_photo',
  589. isAnimated : false
  590. });
  591. });
  592.  
  593. $wall.infinitescroll({
  594. navSelector : '#pagination',
  595. nextSelector : '#pagination a',
  596. itemSelector : '.entry, .entry_photo',
  597. bufferPx : 2000,
  598. debug : false,
  599. errorCallback: function() {
  600. $('#infscr-loading').fadeOut('normal');
  601. }},
  602. function( newElements ) {
  603. var $newElems = $( newElements );
  604. $newElems.hide();
  605. $newElems.imagesLoaded(function(){
  606. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  607. });
  608. }); $('#posts').show(500);
  609. });
  610. </script>
  611.  
  612.  
  613. {/block:IndexPage}
  614.  
  615.  
  616. <title>{title}</title>
  617.  
  618. <link rel="shortcut icon" href="{Favicon}" />
  619. <meta name="viewport" content="width=820" />
  620. </head>
  621.  
  622. <body>
  623. <BODY onselectstart="return false;" ondragstart="return false;">
  624. <div class="wrapper">
  625. <div class="header">
  626. </div>
  627.  
  628. <div id="cage">
  629. <div id="center">
  630.  
  631. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  632. <div id="sidebar">
  633. <div id="links"><div class="nav">
  634.  
  635. <a href="/">home</a>
  636. <a href="/ask">mail</a>
  637. <a href="{text:link one}">{text:link one title}</a>
  638. <a href="{text:link two}">{text:link two title}</a>
  639. <a href="{text:link three}">{text:link three title}</a>
  640. <a href="http://sighthemes.tumblr.com">theme</a>
  641. </div></div>
  642. <center>
  643. <a href="/"><img src="{image:sidebar}" style="border:white solid 3px;" width=100%></a>
  644. <div class="desc">
  645. <div class="tits">{title}</div><p>
  646. {description}</div>
  647. </center>
  648. </div>
  649. <!------------------------------------->
  650.  
  651.  
  652. <div class="left">
  653. <div id="posts">
  654. {block:Posts}
  655. <div class="entry">
  656.  
  657. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext">
  658. {12Hour}:{Minutes} {AmPm}, <a href="{permalink}">{notecountwithlabel}</a> </div>
  659. {/block:Text}
  660.  
  661. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext">
  662. {12Hour}:{Minutes} {AmPm}, <a href="{permalink}">{notecountwithlabel}</a> </div>{block:Link}
  663.  
  664. {block:Answer}
  665. <div style="margin: 2px 2px 2px 2px; min-height:30px; padding: 3px; background-color: #fff; border:1px solid #eee;">
  666. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:4px; border:1px solid #eee; padding:3px; margin-left:-3px; border-left:0px; border-top:0px; margin-top:-3px;">
  667. <asker>{Asker}:</asker> {Question}</div>
  668. <div style="padding: -1px 5px -1px 5px; background: transparent;"><center>{Answer}</center></div>
  669. <div class="permalinktext">
  670. {12Hour}:{Minutes} {AmPm}, <a href="{permalink}">{notecountwithlabel}</a> </div>{/block:Answer}
  671.  
  672. {block:Photo}
  673. {block:IndexPage}
  674. <center>
  675. <div class="perma">
  676. <a href="{reblogurl}">reblog </a> | <a href="{permalink}">{notecount}</a> | {DayOfWeek}</div>
  677. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  678. {/block:IndexPage}
  679. {block:PermalinkPage}
  680. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  681.  
  682. {LinkCloseTag}
  683. {/block:PermalinkPage}
  684. {/block:Photo}
  685.  
  686. {block:Photoset}
  687. <center>
  688. {block:IndexPage}
  689. <div class="perma">
  690. <a href="{reblogurl}">reblog</a> with <a href="{permalink}">{notecountwithlabel}</a>
  691. </div>
  692. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Photoset-250}</div>
  693. {/block:IndexPage}
  694. </center>
  695. <center>{block:PermalinkPage}<div style="width: auto; overflow-x:hidden;overflow-y:hidden;">{Photoset-500}{/block:PermalinkPage}</center>
  696. {/block:Photoset}
  697.  
  698. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext">
  699. {12Hour}:{Minutes} {AmPm}, <a href="{permalink}">{notecountwithlabel}</a> </div>{/block:Quote}
  700.  
  701. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  702. <ul class="chat">
  703. {block:Lines}
  704. <li class="user_{UserNumber}">
  705. {block:Label}
  706. <span class="label">{Label}</span>
  707. {/block:Label}
  708.  
  709. {Line}
  710. </li>
  711. {/block:Lines}
  712. <div class="permalinktext">
  713. {12Hour}:{Minutes} {AmPm}, <a href="{permalink}">{notecountwithlabel}</a> </div>
  714. {/block:Chat}
  715.  
  716. {block:Audio}
  717. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  718. {block:IndexPage}
  719. <div class="permalinktext">
  720. {12Hour}:{Minutes} {AmPm}, <a href="{permalink}">{notecountwithlabel}</a> </div>
  721. {/block:IndexPage}
  722. {/block:Audio}
  723.  
  724. {block:Video}
  725. <center>
  726. {block:IndexPage}
  727. <div class="perma">
  728. {Month} {DayOfMonth} with <a href="{permalink}">{notecountwithlabel}</a> - <a href="{reblogurl}">reblog</a>
  729. </div>
  730. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Video-250}</div>
  731. {/block:IndexPage}
  732. </center>
  733. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden;overflow-y:hidden;">{Video-500}{/block:PermalinkPage}</center>
  734. {block:Video}
  735.  
  736.  
  737. {block:PostNotes}<div align="left">{caption}</div>
  738. <center>
  739.  
  740. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  741.  
  742. {block:HasTags}
  743. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  744. {block:RebloggedFrom}
  745. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  746. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  747.  
  748. {/block:RebloggedFrom}
  749. </center></span>
  750. <br>
  751. <div id="postnotes">{PostNotes}</div><br>
  752.  
  753. <center>{block:ContentSource}
  754. <br><a href="{SourceURL}">
  755. {lang:Source}:
  756. {block:SourceLogo}
  757. <img src="{BlackLogoURL}" width="{LogoWidth}"
  758. height="{LogoHeight}" alt="{SourceTitle}" />
  759. {/block:SourceLogo}
  760. {block:NoSourceLogo}
  761. {SourceLink}
  762. {/block:NoSourceLogo}
  763. </a>
  764. {/block:ContentSource}</center>
  765.  
  766. {/block:PostNotes}
  767. </div>
  768. {/block:Posts}
  769. </div></div>
  770.  
  771. {block:IndexPage}
  772. {block:Pagination}
  773. <div id="pagination">
  774. {block:NextPage}
  775. <a id="nextPage" href="{NextPage}"></a>
  776. {/block:NextPage}
  777. {block:PreviousPage}
  778. <a href="{PreviousPage}"></a>
  779. {/block:PreviousPage}
  780. </div>
  781. {/block:Pagination}
  782. {/block:IndexPage}
  783. </body>
  784. <div style="position:fixed; bottom:0px; left:0px; padding: 2px;"> <a href="http://sighthemes.tumblr.com" title="Theme by SighThemes"><img src="http://24.media.tumblr.com/tumblr_me8dpnQQwD1r83eo0o1_400.png" style="width:33px;"></a></div>
  785.  
  786. {block:ifhoverbox}
  787. <div id="shit">
  788. <center>
  789. <div id="shit1">
  790. <div style="font-size:8px;">
  791.  
  792. {text:music player code}
  793.  
  794. </div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: arial; font-size:7px; line-height:10px; text-align:left; color:#b9b9b9;">
  795.  
  796.  
  797. </div></div>
  798. <div id="shit2">
  799. <div style="font-size:7px; font-style:oblique;"><font color="{color:link}">playlist</font></div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: arial; font-size:7px; line-height:10px; text-align:left; color:#b9b9b9;">
  800.  
  801. {text:playlist}
  802.  
  803.  
  804. </div></div>
  805.  
  806. <div id="shit3">
  807. <div style="font-size:7px; font-style:oblique;"><font color="{color:link}">updates</font> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: arial; font-size:7px; line-height:10px; text-align:left; color:#777;">
  808.  
  809. {text:updates}
  810.  
  811.  
  812. </div></div>
  813.  
  814. </div></div>
  815. {/block:ifhoverbox}
  816.  
  817.  
  818. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement