Advertisement
mausamixoxo

Throwback 2012 Theme 9

Jun 23rd, 2013
2,184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.95 KB | None | 0 0
  1. <!--
  2. Throwback Theme 9
  3. Created by: euphoricthemes
  4. Audio post coding originally belongs to trustwurthy
  5. Chat post coding originally belongs to buildthemes
  6. 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.
  7. -->
  8.  
  9. <title>{title}</title>
  10. <link rel="shortcut icon" href="http://i1101.photobucket.com/albums/g424/tutorialsandmore/favicons/th_icons16.gif">
  11. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  12. <meta name="viewport" content="width=820" />
  13.  
  14. <html lang="en">
  15. <head>
  16.  
  17. <script type="text/javascript">
  18. <!--
  19.  
  20. // Disable Right Click Script
  21.  
  22. function IE(e)
  23. {
  24. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  25. {
  26. return false;
  27. }
  28. }
  29. function NS(e)
  30. {
  31. if (document.layers || (document.getElementById && !document.all))
  32. {
  33. if (e.which == "2" || e.which == "3")
  34. {
  35. return false;
  36. }
  37. }
  38. }
  39. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  40.  
  41. //-->
  42. </script>
  43.  
  44. <script type="text/javascript"
  45. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  46. <link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  48. <meta name="color:Background" content="#f7f7f7"/>
  49. <meta name="color:Links" content="#eebecb"/>
  50. <meta name="color:Link shadow" content="#fff"/>
  51. <meta name="color:Hover" content="#aaa"/>
  52. <meta name="color:Text" content="#aaa"/>
  53. <meta name="color:Description" content="#aaa"/>
  54. <meta name="color:Title" content="#d0b1e0"/>
  55. <meta name="color:Scrollbar" content="#eebecb"/>
  56. <meta name="color:Borders" content="#eee"/>
  57. <meta name="color:Blog Title" content="#eebecb"/>
  58. <meta name="image:Background" content="1"/>
  59. <meta name="image:Picture 1" content="1"/>
  60. <meta name="image:Picture 2" content="1"/>
  61. <meta name="image:Picture 3" content="1"/>
  62. <meta name="text:Blog Title" content="Heartless" />
  63. <meta name="text:Blog Title Size" content="45" />
  64. <meta name="text:Link 1" content="/" />
  65. <meta name="text:Link 1 Title" content="Home" />
  66. <meta name="text:Link 2" content="/ask" />
  67. <meta name="text:Link 2 Title" content="Inbox" />
  68. <meta name="text:Link 3" content="" />
  69. <meta name="text:Link 3 Title" content="Link" />
  70. <meta name="text:Link 4" content="" />
  71. <meta name="text:Link 4 Title" content="Link" />
  72. <meta name="text:Link 5" content="" />
  73. <meta name="text:Link 5 Title" content="Link" />
  74. <meta name="text:Link 6" content="" />
  75. <meta name="text:Link 6 Title" content="Link" />
  76. <meta name="if:Faded Posts" content="1"/>
  77. <meta name="if:Three column" content="0"/>
  78.  
  79. <style type="text/css">
  80.  
  81. @font-face { font-family: "dawning"; src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf'); }
  82.  
  83. ::-webkit-scrollbar {width: 8px; height: 4px; background: #fff; border-left: 1px transparent #aaaaaa;}
  84. ::-webkit-scrollbar-thumb { background-color:{color:Scrollbar}; border:2px solid #fff; }
  85.  
  86. #tumblr_controls { right:0px !important; position: fixed !important; -webkit-filter: invert(100%) }
  87.  
  88. body {
  89. padding: 0px;
  90. margin: 0px;
  91. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  92. font-family:calibri;
  93. text-transform:none;
  94. line-height: 10px;
  95. font-size: 10px;
  96. letter-spacing: 0px;
  97. background-attachment: fixed;
  98. background-repeat: repeat;
  99. background-color: {color:Background};
  100. background-image:url({image:Background});
  101. color:{color:Text}; }
  102.  
  103. a:link, a:active, a:visited{
  104. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  105. color: {color:Links};
  106. text-decoration: none;
  107. transition: all 0.9s ease;
  108. -o-transition-transition: all 0.9s ease;
  109. -webkit-transition: all 0.9s ease;
  110. -moz-transition: all 0.9s ease; }
  111.  
  112. a:hover {
  113. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto; color:{color:Hover};
  114. text-shadow:1px 1px 1px {color:Link shadow};
  115. transition: all 0.9s ease;
  116. -o-transition-transition: all 0.9s ease;
  117. -webkit-transition: all 0.9s ease;
  118. -moz-transition: all 0.9s ease; }
  119.  
  120. div#center{
  121. margin:auto;
  122. position:relative;
  123. width:100%;
  124. overflow:auto;
  125. overflow-y:hidden; }
  126.  
  127. #sidebar{
  128. position:fixed;
  129. margin-top:200px;
  130. margin-left:170px;
  131. width:240px;
  132. height:140px;
  133. background:white;
  134. padding:8px;
  135. border:1px solid {color:Borders};
  136. transition: all 0.9s ease;
  137. -o-transition-transition: all 0.9s ease;
  138. -webkit-transition: all 0.9s ease;
  139. -moz-transition: all 0.9s ease;
  140. {block:ifThreeColumn}
  141. margin-left:100px;
  142. {/block:ifThreeColumn}
  143. }
  144.  
  145. #blogtitle{
  146. position:fixed;
  147. width:240px;
  148. text-align:left;
  149. text-decoration:italic;
  150. font-family:dawning;
  151. margin-top:-33px;
  152. margin-left:-10px;
  153. text-transform:none;
  154. background:none;
  155. z-index:2;
  156. opacity:1;
  157. font-size:{text:Blog Title Size}px;
  158. color: {color:Blog Title};
  159. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;}
  160.  
  161. #desc{
  162. opacity:1;
  163. position:fixed;
  164. width:230px;
  165. height:35px;
  166. margin-left:4px;
  167. margin-top:99px;
  168. font-family:calibri;
  169. text-transform:none;
  170. font-size:10px;
  171. letter-spacing:0px;
  172. padding:0px;
  173. line-height:11px;
  174. z-index:0;
  175. text-align:center;
  176. background:white;
  177. overflow:auto;
  178. border:1px solid {color:Borders};
  179. color:{color:Description};
  180. transition: all 0.9s ease;
  181. -o-transition-transition: all 0.9s ease;
  182. -webkit-transition: all 0.9s ease;
  183. -moz-transition: all 0.9s ease; }
  184.  
  185. #links{
  186. position:fixed;
  187. text-align:center;
  188. font-style:none;
  189. letter-spacing:0px;
  190. margin-top:80px;
  191. margin-left:-5px;
  192. padding:3px;
  193. text-transform:uppercase;
  194. font-size:8px;
  195. color:#aaa;
  196. background:white;
  197. opacity:0.9;
  198. width:242px;
  199. font-family:source code pro; }
  200.  
  201. #posts {
  202. width:535px;
  203. z-index:1;
  204. margin-top:0px;
  205. margin-left:440px;
  206. right:auto;
  207. margin-right:auto;
  208. position:relative;
  209. padding:10px;
  210. overflow-y: hidden;
  211. {block:ifThreeColumn}
  212. width:750px;
  213. margin-left:360px;
  214. {/block:ifThreeColumn}
  215. {block:PermalinkPage}
  216. margin-left:450px;
  217. {block:ifThreeColumn}
  218. margin-left:400px;
  219. width:450px;
  220. {/block:ifThreeColumn}
  221. {/block:PermalinkPage}
  222. }
  223.  
  224. .entry {
  225. float:left;
  226. display: block;
  227. overflow:hidden;
  228. width:210px;
  229. margin:12px;
  230. padding-right:10px;
  231. padding-left:10px;
  232. padding-top:10px;
  233. padding-bottom:6px;
  234. font-family:calibri;
  235. font-size: 10px;
  236. text-transform:normal;
  237. letter-spacing:0px;
  238. line-height:13px;
  239. z-index:0;
  240. background:white;
  241. transition: all 0.9s ease;
  242. -o-transition-transition: all 0.9s ease;
  243. -webkit-transition: all 0.9s ease;
  244. -moz-transition: all 0.9s ease;
  245. border:1px solid {color:Borders};
  246. {block:IndexPage}
  247. {block:ifThreeColumn}
  248. max-width:200px;
  249. {/block:ifThreeColumn}
  250. {/block:IndexPage}
  251. {block:PermalinkPage}
  252. width:400px;
  253. margin-left:0px;
  254. {block:ifThreeColumn}
  255. width:400px;
  256. {/block:ifThreeColumn}
  257. {/block:PermalinkPage}
  258. }
  259.  
  260. .entry img{
  261. opacity:1;
  262. background:transparent;
  263. {block:ifFadedPosts}
  264. opacity:0.8;
  265. {/block:ifFadedPosts}
  266. {block:IndexPage}
  267. max-width:210px;
  268. {block:ifThreeColumn}
  269. max-width:200px;
  270. {/block:ifThreeColumn}
  271. {/block:IndexPage}
  272. {block:PermalinkPage}
  273. width:400px;
  274. {block:ifThreeColumn}
  275. max-width:400px;
  276. {/block:ifThreeColumn}
  277. {/block:PermalinkPage}
  278. -webkit-transition: all 0.7s ease-out;
  279. -moz-transition: all 0.7s ease-out;
  280. transition: all 0.7s ease-out;
  281. }
  282.  
  283. .entry img:hover{
  284. opacity: 1;
  285. -webkit-transition: all 0.7s ease-out;
  286. -moz-transition: all 0.7s ease-out;
  287. transition: all 0.7s ease-out;
  288. }
  289.  
  290. .entry .permados{
  291. bottom:-20px;
  292. width:210px;
  293. height:15px;
  294. font-family:source code pro;
  295. position: absolute;
  296. font-size: 8px;
  297. line-height:15px;
  298. text-align:center;
  299. z-index:99999;
  300. text-transform:uppercase;
  301. overflow:hidden;
  302. background:white;
  303. padding: 0px;
  304. opacity:0;
  305. border-top:2px solid {color:Blog Title};
  306. -webkit-transition: opacity 0.5s linear;
  307. -webkit-transition: all 0.5s linear;
  308. -moz-transition: all 0.5s linear;
  309. transition: all 0.5s linear;
  310. {block:ifThreeColumn}
  311. width:200px;
  312. {/block:ifThreeColumn}
  313. }
  314.  
  315. .entry:hover .permados{
  316. overflow:visible;
  317. opacity:1;
  318. border-bottom:1px solid #f7f7f7;
  319. bottom:-1px;
  320. }
  321.  
  322. .permalinktext {
  323. display:block;
  324. padding: 2px;
  325. margin: 0px 0px 0px 0px;
  326. text-transform:uppercase;
  327. font-family:calibri;
  328. font-size: 8px;
  329. color: #ccc;
  330. line-height: 10px;
  331. letter-spacing:1px;
  332. text-align: right;
  333. text-decoration: none;
  334. border-top:0px solid #eee;
  335. webkit-transition: all 0.2s linear;
  336. -webkit-transition: all 0.2s linear;
  337. -moz-transition: all 0.2s linear;
  338. transition: all 0.2s linear;
  339. }
  340.  
  341. .permalinktext:hover{
  342. webkit-transition: all 0.2s linear;
  343. -webkit-transition: all 0.2s linear;
  344. -moz-transition: all 0.2s linear;
  345. transition: all 0.2s linear;
  346. }
  347.  
  348. #mausami a{
  349. position:fixed;
  350. width:25px;
  351. height:25px;
  352. background:white;
  353. right:5px;
  354. bottom:5px;
  355. border-radius:20px;
  356. padding:5px;
  357. line-height:21px;
  358. font-size:27px;
  359. font-family:calibri;
  360. font-weight:bold;
  361. text-transform:uppercase;
  362. color:#ddd;
  363. }
  364.  
  365. #caption{
  366. margin-left:0px;
  367. list-style:circle;
  368. text-align:left;
  369. line-height:13px;
  370. }
  371. #caption ul,ol,li{
  372. list-style:circle;
  373. margin-left:40px;
  374. }
  375.  
  376. .title{
  377. text-align: center;
  378. font-family:source code pro;
  379. text-transform:uppercase;;
  380. font-size: 10px;
  381. line-height:12px;
  382. letter-spacing: 0px;
  383. color: {color:Title};
  384. }
  385.  
  386. #infscr-loading{
  387. bottom: -70px;
  388. position: absolute;
  389. left: 50%;
  390. margin-left:-8px;
  391. width:16px;
  392. height:11px;
  393. overflow:hidden;
  394. margin-bottom: 50px;
  395. }
  396.  
  397. blockquote{
  398. padding-left: 6px;
  399. background:white;
  400. padding-bottom : 7px;
  401. font-family:calibri;
  402. font-size:10px;
  403. border-left: 4px solid #ddd;
  404. text-shadow:1px 1px 0px #fff;
  405. width:170px;
  406. margin-left:10px;
  407. padding-right:6px;
  408. padding-top:4px;
  409. color:{color:text};
  410. }
  411. blockquote ul,ol,li{
  412. margin:0px;
  413. padding:0px;
  414. list-style:circle;
  415. }
  416.  
  417. .entry ul, ol, li{ {block:IndexPage}list-style:disc; margin-left:10px; padding:0px; {/block:IndexPage} {block:PermalinkPage}list-style:none; margin-left:10px;{/block:PermalinkPage} }
  418.  
  419. mausami{
  420. font-family:source code pro;
  421. font-size:8px;
  422. letter-spacing:1px;
  423. text-transform:uppercase;
  424. color:{color:Links};
  425. }
  426.  
  427. .chat ul {list-style: none;margin: 0;padding: 0;}
  428. .chat li {border-radius: 0.2em;margin-bottom: 2%;padding: 2%;width: 200px; {block:ifThreeColumn}
  429. width:190px;
  430. {/block:ifThreeColumn} }
  431. .chat .odd {float: left;background:white; margin-left:0px;}
  432. .chat .even {float: right;background: #f7f7f7;}
  433.  
  434. .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;}
  435. .bubble p {margin:1px 0px;}
  436. .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;}
  437. .askborder {float: left;margin: 1px 2px 0 0;padding: 2px; background: #f7f7f7;}
  438.  
  439. .audioplayerr{
  440. position:absolute;
  441. background: white;
  442. border:5px solid #fff;
  443. text-align:center;
  444. margin-left:16px;
  445. margin-top:16px;
  446. width:20px;
  447. height:20px;
  448. opacity:0.7;
  449. overflow:hidden;
  450. -webkit-transition: all 0.5s ease-in-out;
  451. -moz-transition: all 0.5s ease-in-out;
  452. -o-transition: all 0.5s ease-in-out;
  453. -ms-transition: all 0.5s ease-in-out;
  454. transition: all 0.5s ease-in-out;}
  455.  
  456. .audioplayerr:hover{
  457. opacity:1;
  458. -webkit-transition: all 0.5s ease-in-out;
  459. -moz-transition: all 0.5s ease-in-out;
  460. -o-transition: all 0.5s ease-in-out;
  461. -ms-transition: all 0.5s ease-in-out;
  462. transition: all 0.5s ease-in-out;}
  463.  
  464. .audioplayerr1{
  465. padding:1px;
  466. margin-top:-5px;
  467. margin-left:-5px;
  468. background-color: #fff;}
  469.  
  470. .audioplayerr1:hover{
  471. opacity:1;}
  472.  
  473. .albumartt{
  474. margin-left:0px;
  475. }
  476.  
  477. .albumartt img{
  478. background:#f7f7f7;
  479. border-right:2px solid {color:border};
  480. max-width:40px;
  481. float:left;
  482. padding:10px;
  483. border:1px solid #f0f0f0;
  484. }
  485.  
  486. .infooo{
  487. position:relative;
  488. background:transparent;
  489. font-family:calibri;
  490. text-transform:none;
  491. font-size:10px;
  492. letter-spacing:0px;
  493. height:40px;
  494. width:140px;
  495. margin-top:-7px;
  496. margin-left:65px;
  497. line-height:15px;
  498. padding:5px;}
  499.  
  500. .notes img{width:15px; position:relative; top:3px; border-radius:5px;}
  501. <--ses-->
  502. small{font-size: 100%;}
  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. {/block:IndexPage}
  541.  
  542. </head>
  543. <body>
  544. <div id="center">
  545. <div id="mausami"><a href="http://euphoricaly.tumblr.com/" target="_blank">M</a></div>
  546. <div id="sidebar">
  547. <div id="blogtitle">{text:Blog Title}</div>
  548.  
  549. <img src="{image:Picture 1}" style="position:fixed; height:70px; width:70px; background:white; z-index:1; margin-left:0px; margin-top:0px;padding:5px;"></a>
  550.  
  551. <img src="{image:Picture 2}" style="position:fixed; height:70px; width:70px; background:white; z-index:1; margin-left:80px; margin-top:0px;padding:5px;"></a>
  552.  
  553. <img src="{image:Picture 3}" style="position:fixed; height:70px; width:70px; background:white; z-index:1; margin-left:160px; margin-top:0px;padding:5px;"></a>
  554.  
  555. <div id="desc">{description}</div>
  556.  
  557. <div id="links">
  558. <a href="{text:Link 1}">{text:Link 1 Title}</a> /
  559. <a href="{text:Link 2}">{text:Link 2 Title}</a> /
  560. <a href="{text:Link 3}">{text:Link 3 Title}</a> /
  561. <a href="{text:Link 4}">{text:Link 4 Title}</a> /
  562. <a href="{text:Link 5}">{text:Link 5 Title}</a> /
  563. <a href="{text:Link 6}">{text:Link 6 Title}</a>
  564. </div>
  565. </div>
  566.  
  567. <div class="left">
  568. <div id="posts">
  569. {block:Posts}
  570. <div class="entry" >
  571.  
  572. {block:Answer}
  573. <div style="min-height:30px; padding: 3px; border:1px solid #eee; background:#f7f7f7; color:{color:text}; padding:2px; border-radius:3px;">
  574. <img src="{AskerPortraitURL-24}" align="left" style="border-radius:3px; padding:3px;"><mausami>{Asker}</mausami>: {Question}&nbsp;</div>{Answer}
  575. <div class="permalinktext"> This post has <a href="{permalink}">{NoteCountwithlabel}</a></div>
  576. {/block:Answer}
  577.  
  578. {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>
  579. {/block:Text}
  580.  
  581. {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}
  582.  
  583. {block:Photo}
  584. {block:IndexPage}
  585. <div class="permados">
  586. <a href="{reblogurl}">reblog</a> this post with <a href="{permalink}">{notecountwithlabel}</a></div>
  587. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=210px></a>{LinkCloseTag}</center>
  588. {/block:IndexPage}
  589. {block:PermalinkPage}
  590. {LinkOpenTag}
  591. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>
  592. {LinkCloseTag}
  593. {/block:PermalinkPage}
  594. {/block:Photo}
  595.  
  596. {block:Photoset}
  597. {block:IndexPage}
  598. <center>
  599. {Photoset-250}</center>
  600. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  601. {/block:IndexPage}
  602. {block:PermalinkPage}
  603. <center>
  604. {Photoset-500}</center>
  605. {/block:PermalinkPage}
  606. {/block:Photoset}
  607.  
  608. {LinkCloseTag}
  609. {/block:PermalinkPage}
  610. {/block:Photo}
  611.  
  612. {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}
  613.  
  614. {block:Chat}
  615. {block:Title}<span class="title">{Title}</span>{/block:Title}
  616. <div class="chat">
  617. <ul>
  618. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  619. </ul>
  620. </div>
  621. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  622. {/block:Chat}
  623.  
  624. {block:Audio}
  625. <div class="albumartt"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>
  626. <div class="audioplayerr"><div class="audioplayerr1">{AudioPlayer}</div></div>
  627. <div class="infooo"><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><br></br> <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  628. {block:IndexPage}
  629. {/block:IndexPage}
  630. {/block:Audio}
  631.  
  632. {block:Video}
  633. {block:IndexPage}
  634. <center>
  635. {Video-250}</center>
  636. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  637. {/block:IndexPage}
  638. {block:PermalinkPage}
  639. <center>
  640. {Video-400}</center>
  641. {/block:PermalinkPage}
  642. {block:Video}
  643.  
  644. {block:PermalinkPage}
  645. <center>
  646. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  647. {block:RebloggedFrom}
  648. posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
  649. Original Source: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  650. {block:NoteCount} <div style="text-align: center; margin: 10px;"></div>{/block:NoteCount}
  651. </center>
  652. {/block:PermalinkPage}
  653.  
  654. {block:PostNotes}<div align="left"></div>
  655. <center></center></span><br>
  656. <div id="postnotes">{PostNotes}</div><br>
  657. <center>{block:ContentSource}
  658. <br><a href="{SourceURL}">
  659. {lang:Source}:
  660. {block:SourceLogo}
  661. <img src="{BlackLogoURL}" width="{LogoWidth}"
  662. height="{LogoHeight}" alt="{SourceTitle}" />
  663. {/block:SourceLogo}
  664. {block:NoSourceLogo}
  665. {SourceLink}
  666. {/block:NoSourceLogo}
  667. </a>
  668. {/block:ContentSource}</center>
  669. {/block:PostNotes}
  670. </div>
  671. {/block:Posts}
  672. </div></div>
  673. {block:IndexPage}
  674. {block:Pagination}
  675. <div id="pagination">
  676. {block:NextPage}
  677. <a id="nextPage" href="{NextPage}"></a>
  678. {/block:NextPage}
  679. {block:PreviousPage}
  680. <a href="{PreviousPage}"></a>
  681. {/block:PreviousPage}
  682. </div>
  683. {/block:Pagination}
  684. {/block:IndexPage}
  685.  
  686. <BODY onselectstart="return false;" ondragstart="return false;">
  687. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement