Advertisement
0fficialvanessa

"What's On My Mind" Theme Fourteen.

Jul 1st, 2013
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.83 KB | None | 0 0
  1. <!-- Theme Fourteen// What's On My Mind - Mxrandakerr
  2. Please do not remove the credit, thanks!
  3.  
  4. ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀   █▀▀▄ █░░█
  5. ░▒█░░ █▀▀█ █▀▀ █░▀░█ █▀▀   █▀▀▄ █▄▄█
  6. ░▒█░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀   ▀▀▀░ ▄▄▄█
  7.  
  8. ▒█▀▀█ █▀▀█ █▀▀█ █▀▀▄ █▀▀ █░░█ █▀▀█ ░░ █▀▀▄
  9. ▒█▀▀▄ █▄▄▀ █▄▄█ █░░█ █▀▀ █░░█ █▄▄▀ ▀▀ █░░█
  10. ▒█▄▄█ ▀░▀▀ ▀░░▀ ▀▀▀░ ▀░░ ░▀▀▀ ▀░▀▀ ░░ ▀▀▀░
  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.  
  19. <script type="text/javascript">
  20. <!--
  21.  
  22. // Disable Right Click Script
  23.  
  24. function IE(e)
  25. {
  26. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  27. {
  28. return false;
  29. }
  30. }
  31. function NS(e)
  32. {
  33. if (document.layers || (document.getElementById && !document.all))
  34. {
  35. if (e.which == "2" || e.which == "3")
  36. {
  37. return false;
  38. }
  39. }
  40. }
  41. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  42.  
  43. //-->
  44. </script>
  45.  
  46.  
  47. <script type="text/javascript"
  48. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  49.  
  50. <!--DEFAULT VARIABLES-->
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  52.  
  53. <meta name="color:background" content="#fff"/>
  54. <meta name="color:link" content="#9fbfcc"/>
  55. <meta name="color:text" content="#777"/>
  56. <meta name="color:title" content="#333"/>
  57. <meta name="color:hover" content="#fff"/>
  58. <meta name="color:text shadow" content="#aaa"/>
  59. <meta name="color:scrollbar" content="#777"/>
  60. <meta name="color:titlebar" content="#777"/>
  61. <meta name="color:sidebarback" content="#bbd0ec"/>
  62. <meta name="color:titlebar" content="#777"/>
  63. <meta name="color:underbar" content="#fff"/>
  64. <meta name="color:marks" content="#ddd"/>
  65.  
  66. <meta name="image:sidebar" content="1"/>
  67. <meta name="image:background" content="1"/>
  68.  
  69. <meta name="text:titlebar" content="Gold"/>
  70. <meta name="text:underbar" content="You, me, good as can be, want to be more than your company So bet your money on me I’m Gold, Gold! Do I really need to spell it out? My heart skips when you're around I got everything that you need, So come on baby get close to me."/>
  71. <meta name="text:link one" content=""/>
  72. <meta name="text:link two" content=""/>
  73. <meta name="text:link three" content=""/>
  74. <meta name="text:link four" content=""/>
  75. <meta name="text:link one title" content="Refresh"/>
  76. <meta name="text:link two title" content="Inbox"/>
  77. <meta name="text:link three title" content="Links"/>
  78. <meta name="text:link four title" content="Mine"/>
  79.  
  80.  
  81. <style type="text/css">
  82.  
  83.  
  84. #tumblr_controls{
  85. position:fixed !important;
  86. -webkit-filter: invert(100%)
  87. }
  88.  
  89. 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;}
  90.  
  91. 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;}
  92.  
  93. p {
  94. margin:0px;
  95. margin-top:0px;
  96. }
  97.  
  98.  
  99. body {
  100. margin: 5px;
  101. font-family: calibri;
  102. line-height:10px;
  103. font-size:10px;
  104. background-attachment: fixed;
  105. background-repeat: repeat;
  106. color:{color:text};
  107. background-color: {color:Background};
  108. background-image:url({image:Background});
  109. }
  110.  
  111.  
  112. a:link, a:active, a:visited{
  113. text-decoration: none;
  114. -webkit-transition: all 0.6s ease-out;
  115. -moz-transition: all 0.6s ease-out;
  116. -o-transition: all 0.6s ease-out;
  117. transition: all 0.6s ease-out;
  118. color:{color:link};
  119. }
  120.  
  121. a:hover {
  122. text-decoration: none;
  123. -webkit-transition: all 0.3s ease-out;
  124. -moz-transition: all 0.3s ease-out;
  125. -o-transition: all 0.3s ease-out;
  126. transition: all 0.3s ease-out;
  127. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  128. color: {color:Hover};
  129. text-shadow:0px 0px 2px {color:text shadow};
  130. }
  131.  
  132. div#center{
  133. margin:auto;
  134. position:relative;
  135. width:1000px;
  136. background-color:;
  137. overflow:auto;
  138. overflow-y:hidden;
  139. }
  140.  
  141. .entry {
  142. float:left;
  143. display: block;
  144. margin:5px;
  145. overflow:hidden;
  146. width:250px;
  147. background:white;
  148. padding:6px;
  149. border:1px solid #eee;
  150. transition: all .7s ease;
  151. -o-transition: all .7s ease;
  152. -moz-transition: all .7s ease;
  153. -webkit-transition: all .7s ease;
  154. {block:PermalinkPage}
  155. width:450px;
  156. text-align:left;
  157. line-height:10px;
  158. {/block:PermalinkPage}
  159. }
  160.  
  161. .entry .perma{
  162. width:250px;
  163. height:auto;
  164. margin-left:0px;
  165. position: absolute;
  166. line-height: 14px;
  167. overflow:hidden;
  168. text-align:center;
  169. bottom:3px;
  170. padding:3px;
  171. background:white;
  172. word-spacing:2px;
  173. letter-spacing:1px;
  174. opacity: 0.0;
  175. transition: all .7s ease;
  176. -o-transition: all .7s ease;
  177. -moz-transition: all .7s ease;
  178. -webkit-transition: all .7s ease;
  179. }
  180.  
  181. .entry:hover .perma{
  182. overflow:visible;
  183. opacity:1;
  184. }
  185.  
  186. .entry:hover{
  187. border-radius:6px;
  188. transition: all .7s ease;
  189. -o-transition: all .7s ease;
  190. -moz-transition: all .7s ease;
  191. -webkit-transition: all .7s ease;
  192. }
  193.  
  194. .entry img{
  195. max-width:250px;
  196. transition: all .7s ease;
  197. -o-transition: all .7s ease;
  198. -moz-transition: all .7s ease;
  199. -webkit-transition: all .7s ease;
  200. }
  201.  
  202. .entry img:hover{
  203. border-radius:3px;
  204. transition: all .7s ease;
  205. -o-transition: all .7s ease;
  206. -moz-transition: all .7s ease;
  207. -webkit-transition: all .7s ease;
  208. }
  209.  
  210. #posts {
  211. width:550px;
  212. margin-top:130px;
  213. z-index:99;
  214. margin-left:218px;
  215. right:auto;
  216. padding:3px;
  217. padding-left:3px;
  218. background:transparent;
  219. margin-right:auto;
  220. position:relative;
  221. overflow-y: hidden;
  222. border-left:1px solid #eee;
  223. border-right:1px solid #eee;
  224. }
  225.  
  226. #creditss {
  227. position:fixed !important;
  228. font-size: 8px;
  229. text-transform:uppercase;
  230. bottom:-8px;
  231. right:5px;
  232. padding: 4px;
  233. height:20px;
  234. width:auto;
  235. text-align:center;
  236. background: white;
  237. border: 1px solid #eee;
  238. border-top-left-radius:10px;
  239. border-top-right-radius:10px;
  240. }
  241.  
  242. #sidebar{
  243. position:fixed !important;
  244. width:auto;
  245. background:white;
  246. height:auto;
  247. margin-top:-2px;
  248. margin-left:642px;
  249. text-align:center;
  250. border:1px solid #eee;
  251. z-index:99999999999999999999;
  252. }
  253.  
  254. #sidebar img{
  255. width: 115px;
  256. height: 115px;
  257. padding:5px;
  258. }
  259.  
  260. .navi{
  261. position:absolute;
  262. padding:4px;
  263. height:auto;
  264. margin-top:2px;
  265. margin-left:1px;
  266. text-align:center;
  267. z-index:0;
  268. letter-spacing:1px;
  269. overflow:hidden;
  270. text-transform:uppercase;
  271. font-size:8px;
  272. transition-duration: 0.70s;
  273. -moz-transition-duration: 0.70s;
  274. -webkit-transition-duration: 0.70s;
  275. -o-transition-duration: 0.70s;
  276. }
  277.  
  278. .navi a:hover{
  279. color:white;
  280. background-color:{color:link};
  281. }
  282.  
  283. #baack:hover .navi{
  284. opacity:1;
  285. position:absolute;
  286. z-index:99;
  287. height:auto;
  288. }
  289.  
  290. .navi a {
  291. width:94px;
  292. height:14px;
  293. text-align:center;
  294. padding:3px;
  295. padding-top:6px;
  296. display:inline-block;
  297. margin-left:2px;
  298. margin-right:2px;
  299. margin-bottom:4px;
  300. text-transform:uppercase;
  301. font-size:8px;
  302. transition-duration: 0.70s;
  303. -moz-transition-duration: 0.70s;
  304. -webkit-transition-duration: 0.70s;
  305. -o-transition-duration: 0.70s;
  306. border:1px solid #eee;
  307. background-color:white;
  308. }
  309.  
  310. .links{
  311. position:absolute;
  312. padding:4px;
  313. height:auto;
  314. margin-top:2px;
  315. margin-left:112px;
  316. text-align:center;
  317. z-index:0;
  318. letter-spacing:1px;
  319. overflow:hidden;
  320. text-transform:uppercase;
  321. font-size:8px;
  322. transition-duration: 0.70s;
  323. -moz-transition-duration: 0.70s;
  324. -webkit-transition-duration: 0.70s;
  325. -o-transition-duration: 0.70s;
  326. }
  327.  
  328. .links a:hover{
  329. color:white;
  330. background-color:{color:link};
  331. }
  332.  
  333. #baack:hover .links{
  334. opacity:1;
  335. position:absolute;
  336. z-index:99;
  337. height:auto;
  338. }
  339.  
  340. .links a {
  341. width:94px;
  342. height:14px;
  343. text-align:center;
  344. padding:3px;
  345. padding-top:6px;
  346. display:inline-block;
  347. margin-left:2px;
  348. margin-right:2px;
  349. margin-bottom:4px;
  350. text-transform:uppercase;
  351. font-size:8px;
  352. transition-duration: 0.70s;
  353. -moz-transition-duration: 0.70s;
  354. -webkit-transition-duration: 0.70s;
  355. -o-transition-duration: 0.70s;
  356. border:1px solid #eee;
  357. background-color:white;
  358. }
  359.  
  360. div#about{
  361. position:fixed !important;
  362. z-index:99999999999999999999;
  363. padding:6px;
  364. background:white;
  365. border:1px solid #eee;
  366. text-align:left;
  367. overflow:auto;
  368. height:57.5px;
  369. width:200px;
  370. margin-left:225px;
  371. margin-top:55.5px;
  372. }
  373.  
  374. div#baack{
  375. position:fixed !important;
  376. z-index:9999999999999;
  377. width:558px;
  378. height:136px;
  379. margin-top:-6px;
  380. margin-left:218px;
  381. border-bottom:1px solid #eee;
  382. background-color:{color:sidebarback};
  383. }
  384.  
  385. @font-face { font-family: "Camilla"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  386. @font-face { font-family: "Yours"; src: url('http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf'); }
  387. @font-face { font-family: "Flawless"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  388. @font-face { font-family: "Yum"; src: url('http://static.tumblr.com/1kdckk4/LAvlolf4m/pineappledelight.ttf'); }
  389.  
  390. div#titlebar{
  391. position:fixed !important;
  392. z-index:999999999999;
  393. font-size:55px;
  394. line-height:55px;
  395. margin-left:432px;
  396. margin-top:-11px;
  397. width:200px;
  398. padding:6px;
  399. font-family:"Yours";
  400. text-align:center;
  401. text-transform:uppercase;
  402. background-color:transparent;
  403. color:{color:titlebar};
  404. }
  405.  
  406. div#decorr{
  407. position:fixed !important;
  408. z-index:999999999999999999999999;
  409. margin-left:436px;
  410. margin-top:44px;
  411. width:auto;
  412. height:auto;
  413. padding:3px;
  414. font-size:50px;
  415. line-height:50px;
  416. text-align:left;
  417. font-weight:bold;
  418. font-family:"Yum";
  419. background:transparent;
  420. color:{color:marks};
  421. }
  422.  
  423. div#decor2{
  424. position:fixed !important;
  425. z-index:999999999999999999999999;
  426. margin-left:613px;
  427. margin-top:44px;
  428. width:auto;
  429. height:auto;
  430. padding:3px;
  431. font-size:50px;
  432. line-height:50px;
  433. text-align:right;
  434. font-weight:bold;
  435. font-family:"Yum";
  436. background:transparent;
  437. color:{color:marks};
  438. }
  439.  
  440. div#underbar{
  441. position:fixed !important;
  442. z-index:999999999999;
  443. margin-left:458px;
  444. margin-top:53px;
  445. width:170px;
  446. font-style:italic;
  447. text-align:center;
  448. background-color:transparent;
  449. color:{color:underbar};
  450. }
  451.  
  452. askk {
  453. font-family:"Camilla";
  454. font-size: 15px;
  455. z-index:1;
  456. color: {color:Title};
  457. }
  458.  
  459. .title{
  460. line-height: 16px;
  461. font-size: 16px;
  462. font-family:"Camilla";
  463. letter-spacing:1px;
  464. color:{color:Title};
  465. }
  466.  
  467. .permalink{
  468. text-transform: uppercase;
  469. font-size:8px;
  470. display: block;
  471. text-align: right;
  472. text-decoration: none;
  473. margin-top:8px;
  474. padding:3px;
  475. margin-bottom:2px;
  476. border-top:1px solid #eee;
  477. border-right:1px solid #eee;
  478. }
  479.  
  480. #audio {
  481. width:200px;
  482. height:auto;
  483. min-height:60px;
  484. padding-bottom:0px;
  485. }
  486. .cover {
  487. position:absolute;
  488. z-index:1;
  489. width:60px;
  490. height:60px;
  491. }
  492. .cover img {
  493. float:left;
  494. width:60px;
  495. height:60px;
  496. }
  497. .playbox {
  498. opacity:0.6;
  499. width:27px;
  500. height:30px;
  501. overflow:hidden;
  502. position:absolute;
  503. z-index:1000;
  504. margin-left:17px;
  505. margin-top:17px;
  506. text-align:center;
  507. }
  508. .info {
  509. margin-left:73px;
  510. margin-top:4px;
  511. line-height:14px;
  512. }
  513.  
  514. #infscr-loading{
  515. bottom: -70px;
  516. position: absolute;
  517. left: 50%;
  518. margin-left:-8px;
  519. width:16px;
  520. height:11px;
  521. overflow:hidden;
  522. margin-bottom: 50px;
  523. }
  524.  
  525. ::-webkit-scrollbar {
  526. width: 4px;
  527. height: 4px;
  528. border-left:0px solid #ccc;
  529. background-color:{color:background};
  530. }
  531.  
  532. ::-webkit-scrollbar-thumb {
  533. background: {color:scrollbar};
  534. }
  535.  
  536. ::-webkit-scrollbar {
  537. width: 5px;
  538. height: 5px;
  539. background: #dddddd;
  540. }
  541.  
  542. ::-webkit-scrollbar-thumb {
  543. background-color:{color:scrollbar};
  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:0px 0px 2px 10px;
  555. border-left: 2px solid #373638;
  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:0px; 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. <!---->
  632. <div id="creditss">
  633. Theme by <a href="http://bradfur-d.tumblr.com/"><u>Bradfur-d</u></a>
  634. <br>
  635. <font color="#eee">------------------------------------------</font>
  636. </div>
  637.  
  638. <div id="baack">
  639. <div class="navi">
  640. <a href="{text:link one}">{text:link one title}</a> <br>
  641. <a href="{text:link two}">{text:link two title}</a> <br>
  642. </div>
  643. <div class="links">
  644. <a href="{text:link three}">{text:link three title}</a> <br>
  645. <a href="{text:link four}">{text:link four title}</a> <br>
  646. </div></div>
  647. <div id="about">{Description}</div>
  648. <div id="titlebar">{text:titlebar}</div>
  649. <div id="underbar">{text:underbar}</div>
  650. <div id="decorr">``</div>
  651. <div id="decor2">``</div>
  652.  
  653. <div id="sidebar">
  654. <a href="/"><img src="{image:sidebar}" width=100%></a>
  655. </div>
  656. <!------------------------------------->
  657.  
  658.  
  659. <div class="left">
  660. <div id="posts">
  661. {block:Posts}
  662. <div class="entry">
  663.  
  664. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  665. <span class="permalink">
  666. Posted at {12Hour}:{Minutes} {AmPm} with <a href="{Permalink}">{NoteCount} Likes</a> | <a href="{ReblogURL}" target="_blank"> <i>S h a r e</i> </a><br>{/block:HasTags}</span>
  667. {/block:Text}
  668.  
  669. {block:Answer}
  670. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#f7f7f7;border:1px solid #eee;border-radius:5px;">
  671. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/><askk>{asker}</askk>: {Question}</div>
  672. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  673. <span class="permalink">
  674. Posted at {12Hour}:{Minutes} {AmPm} with <a href="{Permalink}">{NoteCount} Likes</a></span>
  675. {/block:Answer}
  676.  
  677. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  678. <span class="permalink">
  679. Posted at {12Hour}:{Minutes} {AmPm} with <a href="{Permalink}">{NoteCount} Likes</a> | <a href="{ReblogURL}" target="_blank"> <i>S h a r e</i> </a></span>
  680. {/block:Link}
  681.  
  682. {block:Photo}
  683. {block:IndexPage}
  684. <center>
  685. <div class="perma">
  686. <div style="font-family:Camilla;font-size:14px;padding-top:2px;">
  687. <a href="{ReblogURL}" target="_blank"> Share this photo </a></div>
  688. <div style="font-size:8px;text-transform:uppercase;">
  689. Posted at {12Hour}:{Minutes} {AmPm} with
  690. <a href="{Permalink}">{NoteCount} Likes</a></div>
  691. </div>
  692.  
  693. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  694. {/block:IndexPage}
  695. {block:PermalinkPage}
  696. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  697.  
  698. {LinkCloseTag}
  699. {/block:PermalinkPage}
  700. {/block:Photo}
  701.  
  702. {block:Photoset}
  703. {block:IndexPage}
  704. <center>
  705.  
  706. <div class="perma">
  707. <div style="font-family:Camilla;font-size:14px;padding-top:2px;">
  708. <a href="{ReblogURL}" target="_blank"> Share these photos</a></div>
  709. <div style="font-size:8px;text-transform:uppercase;">
  710. Posted at {12Hour}:{Minutes} {AmPm} with
  711. <a href="{Permalink}">{NoteCount} Likes</a></div>
  712. </div>
  713.  
  714. {Photoset-250}</center>
  715. {/block:IndexPage}
  716. {block:PermalinkPage}
  717. <center>
  718. {Photoset-500}</center>
  719. {/block:PermalinkPage}
  720. {/block:Photoset}
  721.  
  722. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  723. <span class="permalink">
  724. Posted at {12Hour}:{Minutes} {AmPm} with <a href="{Permalink}">{NoteCount} Likes</a> | <a href="{ReblogURL}" target="_blank"> <i>S h a r e</i> </a></span>
  725. {/block:Quote}
  726.  
  727. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  728. <ul class="chat">
  729. {block:Lines}
  730. <li class="user_{UserNumber}">
  731. {block:Label}
  732. <span class="label">{Label}</span>
  733. {/block:Label}
  734.  
  735. {Line}
  736. </li>
  737. {/block:Lines}
  738. <span class="permalink">
  739. Posted at {12Hour}:{Minutes} {AmPm} with <a href="{Permalink}">{NoteCount} Likes</a> | <a href="{ReblogURL}" target="_blank"> <i>S h a r e</i> </a></span>
  740. {/block:Chat}
  741.  
  742. {block:Audio}
  743. <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>
  744. {block:IndexPage}
  745. {/block:IndexPage}
  746. {/block:Audio}
  747.  
  748. {block:Video}
  749. {block:IndexPage}
  750. <center>
  751. <div class="perma">
  752. <div style="font-family:Camilla;font-size:14px;padding-top:2px;">
  753. <a href="{ReblogURL}" target="_blank"> Share this video</a></div>
  754. <div style="font-size:8px;text-transform:uppercase;">
  755. Posted at {12Hour}:{Minutes} {AmPm} with
  756. <a href="{Permalink}">{NoteCount} Likes</a></div>
  757. </div>
  758. {Video-250}</center>
  759. {/block:IndexPage}
  760. {block:PermalinkPage}
  761. <center>
  762. {Video-400}</center>
  763. {/block:PermalinkPage}
  764. {block:Video}
  765.  
  766.  
  767. {block:PostNotes}<div align="middle">{caption}</div>
  768. <center>
  769.  
  770. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  771.  
  772. {block:HasTags}
  773. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  774. {block:RebloggedFrom}
  775. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  776. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  777.  
  778. {/block:RebloggedFrom}
  779. </center></span>
  780. <br>
  781. <div id="postnotes">{PostNotes}</div><br>
  782.  
  783. <center>{block:ContentSource}
  784. <br><a href="{SourceURL}">
  785. {lang:Source}:
  786. {block:SourceLogo}
  787. <img src="{BlackLogoURL}" width="{LogoWidth}"
  788. height="{LogoHeight}" alt="{SourceTitle}" />
  789. {/block:SourceLogo}
  790. {block:NoSourceLogo}
  791. {SourceLink}
  792. {/block:NoSourceLogo}
  793. </a>
  794. {/block:ContentSource}</center>
  795.  
  796. {/block:PostNotes}
  797. </div>
  798. {/block:Posts}
  799. </div></div>
  800.  
  801. {block:IndexPage}
  802. {block:Pagination}
  803. <div id="pagination">
  804. {block:NextPage}
  805. <a id="nextPage" href="{NextPage}"></a>
  806. {/block:NextPage}
  807. {block:PreviousPage}
  808. <a href="{PreviousPage}"></a>
  809. {/block:PreviousPage}
  810. </div>
  811. {/block:Pagination}
  812. {/block:IndexPage}
  813. </body>
  814.  
  815. <!-- THEME BY MXRANDAKERR -->
  816. <!-- IF YOU'RE GOING TO REMOVE THE CREDIT, PUT IT IN YOUR LINKS OR FAQ -->
  817.  
  818. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement