Advertisement
0fficialvanessa

"I'm Gold" Theme Twelve.

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