Advertisement
0fficialvanessa

"Baby I'm Amazed" Theme Ten.

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