Advertisement
ADWMS

Theme 96

Sep 17th, 2014
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.72 KB | None | 0 0
  1.   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <!-- THEME BY SIWPLES, DON'T COPY ANYTHING, PLEASE! -->
  3.  
  4.  
  5. <html>
  6. <head>
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12.  
  13.  {/block:Description}
  14.  
  15.  
  16. <meta name="color:posts" content="#ffffff" />
  17. <meta name="image:background" content="" />
  18. <meta name="color:bg" content="#ffffff" />
  19. <meta name="color:text" content="#a1a1a1" />
  20. <meta name="color:scrollbar" content="#a1a1a1">
  21. <meta name="color:desc" content="#cccccc" />
  22. <meta name="color:sidebar" content="#999" />
  23. <meta name="color:lnormal" content="#cccccc" />
  24. <meta name="color:lhover" content="#999" />
  25. <meta name="color:links" content="#c4c4c4" />
  26. <meta name="color:linkshover" content="#999999" />
  27. <meta name="image:sidebar1" content="http://data3.whicdn.com/images/137404683/large.jpg"/>
  28. <meta name="image:simbolo" content="http://static.tumblr.com/yxouwtb/TLyn9w2qb/flor.hefck.png"/>
  29.  
  30.  
  31. <meta name="text:Link1 Title" content="Link" />
  32. <meta name="text:Link1" content="" />
  33. <meta name="text:Link2 Title" content="Link" />
  34. <meta name="text:Link2" content="" />
  35. <meta name="text:Link3 Title" content="Link" />
  36. <meta name="text:Link3" content="" />
  37. <meta name="text:Link4 Title" content="Link" />
  38. <meta name="text:Link4" content="" />
  39.  
  40.  
  41.  
  42.  <script type="text/javascript"
  43. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44.  
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
  47.  
  48.  <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Signika+Negative' rel='stylesheet' type='text/css'>
  51.  
  52.  <link href='http://fonts.googleapis.com/css?family=Damion' rel='stylesheet' type='text/css'>
  53.  
  54.  <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300' rel='stylesheet' type='text/css'>
  55. <link href='http://fonts.googleapis.com/css?family=Glass+Antiqua' rel='stylesheet' type='text/css'>
  56.  
  57.  
  58.  
  59. {/block:Description}
  60.   <script type="text/javascript"
  61. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  62. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  63. <script>
  64.     (function($){
  65.  
  66.         $(document).ready(function(){
  67.             $("[title]").style_my_tooltips();
  68.         });
  69.     })(jQuery);
  70. </script>
  71. <style>
  72. .my-like {
  73.      background-image: url(http://static.tumblr.com/b8yqvki/yxFmajxa5/amandarickathemeunliked.png) !important;
  74.     height:20px;
  75.     width:21px;
  76.     cursor:pointer;
  77.     display:inline-block;
  78.     vertical-align:top;
  79. }
  80. .my-liked, .my-like:hover {
  81.     background-image: url(http://static.tumblr.com/b8yqvki/CCTmajxau/amandarickathemeliked.png) !important;
  82.     height:20px;
  83.     width:21px;
  84.     cursor:pointer;
  85.     display:inline-block;
  86.     vertical-align:top;
  87. }
  88. </style>
  89. <script>
  90. window.onload = function () {
  91. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  92. document.addEventListener( 'click', function ( event ) {
  93.     var myLike = event.target;
  94.     if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  95.         var frame = document.getElementById( 'my-like-frame' ),
  96.             liked = ( myLike.className == 'my-liked' ),
  97.             command = liked ? 'unlike' : 'like',
  98.             reblog = myLike.getAttribute( 'data-reblog' ),
  99.             id = myLike.getAttribute( 'data-id' ),
  100.             oauth = reblog.slice( -8 );
  101.         frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  102.         liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  103.     };
  104. }, false );
  105. };
  106. </script>
  107.  <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  108.   <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  109.  <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  110.  <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  111.  <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  112. <link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
  113.  <link href='http://fonts.googleapis.com/css?family=Princess+Sofia|Crafty+Girls|Stalemate|Allura|Sevillana|Great+Vibes|Mouse+Memoirs|Merienda' rel='stylesheet' type='text/css'>
  114. </script>
  115. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  116.  <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  117. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  118. <link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
  119. <link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  120.  
  121. {block:IndexPage}
  122.  
  123. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  124.  
  125. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  126.  
  127. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  128.  
  129. <script type="text/javascript">
  130. $(window).load(function(){
  131. var $wall = $('#posts');
  132. $wall.imagesLoaded(function(){
  133. $wall.masonry({
  134. itemSelector: '.post',
  135. isAnimated : true
  136. });
  137. });
  138. $wall.infinitescroll({
  139. navSelector : "div#navigation",
  140. nextSelector : "div#navigation a#nextPage",
  141. itemSelector : '.post',
  142. loadingImg : "http://static.tumblr.com/gdekeu9/M6Wmrjlhk/iiiiiiii.png",
  143. loadingText : "",
  144. donetext : " ",
  145. extraScrollPx : 1000,
  146. bufferPx : 10100,
  147. debug : false,
  148. errorCallback: function() {
  149. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  150. }},
  151. function( newElements ) {
  152. var $newElems = $( newElements );
  153. $newElems.hide();
  154. $newElems.imagesLoaded(function(){
  155. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  156. });
  157. }); $('#posts').show(500);
  158. });
  159. </script>
  160.  
  161.  
  162. {/block:IndexPage}
  163. <style type="text/css">
  164. body {background-color:{color:bg}; font-family: {font:text}; color: {color:text}; background-image:url('{image:bg}'); font-size: 12px; background-position:top left; background-attachment:fixed; background-repeat:repeat;}
  165. a {color:{color:text}; text-decoration:none; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  166. a:hover {opacity:1;}
  167.  
  168. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height: 50px;}
  169. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar}; height: 10px;}
  170. ::-webkit-scrollbar {height: 5px; width: 5px; background-color: transparent }
  171.  
  172. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:borders}; padding-left: 5px; }
  173.  
  174. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:borders};}
  175.  
  176. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:borders}; }
  177.  
  178. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:borders}; }
  179.  
  180.  
  181.  
  182. blockquote img{max-width: 470px!important}
  183.  
  184. blockquote blockquote img{max-width: 450px!important}
  185.  
  186. blockquote blockquote blockquote img{max-width: 430px!important}
  187.  
  188. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  189.  
  190. #content {}
  191. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203. a:link, a:active, a:visited{color: {color:links}; text-decoration:none;}
  204. a:hover{color:{color:linkshover}; text-decoration: none; }
  205.  
  206.  
  207.  
  208.  
  209.  
  210. #title {width: 280px; height: 60px; position: fixed; background-color:transparent; margin-left: 50px; margin-top: -240px; font-family: 'Muli', sans-serif;  font-size: 11px;}
  211.  
  212.  
  213. #posts {margin-left: 400px; margin-top:0px; z-index:99999; width:300px;-webkit-animation:sobeanninha 4s;-moz-animation:sobeanninha 4s;-ms-animation:sobeanninha 4s;}
  214.  
  215. .post {margin-top:2px;width: 300px; background-color: {color:post}; padding: 15px; text-align: justify; font-family: 'Muli', sans-serif;  font-size: 11px; position: relative; ; position:relative; opacity:1;}
  216.  
  217.  
  218.  .post img {-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;max-width: 300px}
  219.  
  220.  
  221.  
  222. .chat {line-height: 12px; list-style: none; }
  223. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  224.  
  225. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px;}
  226. .person1{border:1px solid {color:borders}}
  227.  
  228. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px;background-color:#eee}
  229. .person2{border:1px solid {color:borders}}
  230.  
  231.  
  232. .title {font-size:15px; text-align:left; font-family: 'Muli', sans-serif;  font-size: 13px;;}
  233.  
  234. .post:hover {opacity:1;}
  235.  
  236. .post:hover .tags {opacity:1;}
  237.  
  238. .post:hover #date {opacity:1}
  239.  
  240. .post:hover #tags {opacity:1;}
  241.  
  242.  
  243.  
  244.  
  245. #tags {font-size:8px; font-family:tinytots; text-transform:uppercase; overflow:hidden; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; margin-top:1px;opacity:1;border-bottom:1px solid {color:borders}}
  246.  
  247. #date {font-size:8px; font-family:tinytots; text-transform:uppercase;; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; margin-top:5px;opacity:0;;background-color:{color:date};;;padding: 5px; text-align: center}
  248. .notecount {color:#e084c2; font-family: 'Muli', sans-serif;}
  249. .tag {color:#e084c2;}
  250.  #cap {position:relative;}
  251.  
  252. .source {display: none; position:absolute;}
  253.  
  254.  
  255. .oiqqtt {font-family: sans-serif; text-align: center; font-size: 13px; line-height: 13px; padding: 0px;}
  256. .oiqqtts {text-align: right; text-transform: none; margin-bottom: 0px;}
  257.  
  258. .q{margin-left: 0px;margin-top: -60px; font-size: 13px;color: {color:text}; line-height: 20px; font-family:sans-serif}
  259.  
  260. .quote{position: relative; top: -20px;font-size: 55px;opacity: 0.2;filter: alpha(opacity = 20);font-family: {font:text};color:eee}
  261.  
  262.  
  263.  
  264. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  265.  
  266. @font-face {
  267. font-family: 'Give You Glory';
  268. font-style: normal;
  269. font-weight: norAmal;
  270. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  271. }
  272.  
  273.  #s-m-t-tooltip {
  274.     display: block;
  275.    background: -moz-linear-gradient(top, #fff 1%,#fff  100%);background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));background: -o-gradient(#fff , #0fff); padding-bottom: 2px;;border-radius: 3px;
  276.     font-size: 10px;
  277.     font-family: calibri;
  278.     text-transform: uppercase;
  279.     color: #999;
  280.     text-align: center;
  281.     margin-left: 18px;
  282.     padding: 2px 5px 2px 5px;
  283.     min-width: 40px;
  284.     max-width: 200px;
  285.     box-shadow: 1px 1px 1px rgba(60, 60, 60, 0.3);
  286.     z-index: 99999;
  287. }
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  /* ask */
  295.  
  296. #questionpam{width:290px;
  297. padding:5px;
  298. background-color:#eee ;
  299. -webkit-border-radius: 5px 5px 5px 5px;
  300. -moz-border-radius: 5px 5px 5px 5px;
  301. border-radius: 5px 5px 5px 5px;}
  302.  
  303. #askerpam{text-align: left;
  304. vertical-align:bottom;
  305. margin-top:-24px;
  306. margin-left:20px;
  307. font-size:14px;
  308. font-family:play;}
  309.  
  310. #askerpam img{vertical-align:center;
  311. float:left;
  312. max-height:15px;
  313. margin-left: 20px;
  314. margin-right: 5px;
  315. -webkit-border-radius: 60px 0px 60px 60px;
  316. -moz-border-radius: 60px 0px 60px 60px;
  317. border-radius: 60px 0px 60px 60px;
  318. box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);}
  319.  
  320. #setapam {margin-top:-0px;
  321. margin-left:18px;
  322. width: 0;
  323. height: 0;
  324. border-top: 17px solid  #eee;
  325. border-left: 17px solid transparent;}
  326.  
  327.  .simbolo {position: absolute; width:20px; height:20px; ;position:fixed;; padding:0px; padding:5px;-moz-transition: all 1.5s ease-in-out; -o-transition: all 1.5s ease-in-out; -ms-transition: all 1.5s ease-in-out; transition: all 1.5s ease-in-out;}
  328. .simbolo img {position:fixed; -webkit-transition: all 1.5s ease-in-out; display: block; height:20px; width:20px;margin-left:200px; margin-top:271px; opacity:1;}
  329.  
  330.  
  331.  
  332.  .imagem {position: absolute; width:170px; height:200px; ;position:fixed;; padding:0px; padding:5px;-moz-transition: all 1.5s ease-in-out; -o-transition: all 1.5s ease-in-out; -ms-transition: all 1.5s ease-in-out; transition: all 1.5s ease-in-out;}
  333. .imagem img {position:fixed; -webkit-transition: all 1.5s ease-in-out; display: block; height:200px; width:170px;margin-left:200px; margin-top:100px; opacity:1;}
  334.  
  335.  .frasin:hover #menu {opacity:1; margin-top: 12px}
  336.  .imagem:hover #menu {opacity:1; margin-top: 12px}
  337.  
  338. .frasin {text-align:right; margin-top:272px; margin-left: 200px;   ; font-size:12px;font-family: 'Roboto Condensed', sans-serif;
  339. ; position: fixed; color: {color:desc};; padding: 4px;  background-attachment: fixed; width:162px; height: auto; letter-spacing: 1px; font-style: normal; line-height: 12px; text-transform: uppercase;opacity:1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;background-color:{color:sidebar} ;;}
  340.  
  341. .frasin{font-size:11px;font-family: 'Roboto Condensed', sans-serif;
  342. ; letter-spacing: 0px; text-transform: none; line-height: 12px;opacity:1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  343.  
  344. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  345.  
  346.  
  347.      #menu {width: 165px;  margin-top: 0px; margin-left: -3px ; position:fixed;z-index:99999999999999999999999999999999999999999999999;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;opacity:0; padding: 2px;;text-align: right;background-color: ;}
  348.      
  349. #menu a{text-transform: none; display: inline-block  ;   font-family:cambria ;  color: {color:lnormal}; width: autopx; text-align: left; font-size: 10px; line-height:7px; -webkit-transition-duration: .66s;margin: 0px 0 0px 0; font-style:italic;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  350. #menu a:hover {color: {color:lhover};}
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.          
  359. </style>
  360.  
  361.  
  362.    
  363.  
  364.    
  365.    
  366.  
  367. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  368.  
  369.  
  370.  
  371.  
  372. <body>
  373.  
  374.  
  375.  
  376.    
  377.       <div class="imagem" class="hover">
  378. <img class="bottom shadow" src="{image:sidebar1}" >
  379. <img class="blur" src="{image:sidebar1}" >
  380.  
  381.  <div class="frasin">
  382. {Description}
  383.  
  384.  
  385.  
  386.   <div id="menu">
  387.     <a href="{text:Link1}">{text:Link1 Title}</a>
  388.     <a href="{text:Link2}">{text:Link2 Title}</a>
  389.     <a href="{text:Link3}">{text:Link3 Title}</a>
  390.     <a href="{text:Link4}">{text:Link4 Title}</a>
  391.  
  392.    
  393.  
  394.    
  395.  
  396.   </div>
  397.    
  398. </div>
  399.  
  400.     </div>
  401.  
  402.  
  403.  
  404.  </div>
  405.  
  406.  
  407. <div class="simbolo" class="hover">
  408. <img class="bottom shadow" src="{image:simbolo}" >
  409. <img class="blur" src="{image:simbolo}" >
  410.    </div>
  411.  
  412.  
  413.  
  414.    <a style="position:fixed;margin-top:10px;left:10px; ; text-transform: none; display: block;   font-family: 'arial'; background-color:#fff; color: #000; width: 10px; text-align: center; font-size: 10px; height:10px;line-height:25px;text-transform:uppercase; -webkit-transition-duration: .66s;opacity:0.75;border-radius:50px;;" href="http://siwples.tumblr.com/" title="Theme by siwples (c) DON'T COPY! ">©</a></div>
  415.  
  416.  
  417.  
  418.  
  419.  
  420. {block:IndexPage}
  421. <div class="column navigation" id="navigation">
  422. {block:Pagination}
  423. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  424. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  425. </div>
  426. {/block:IndexPage}
  427. </div></div></div></div>
  428.  
  429. <br></center></div></div></div></div></div></div>
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436. <div id="posts">
  437.   <div class="autopagerize_page_element">
  438.  
  439.  
  440.  
  441. {block:Posts}
  442.  
  443. <div class="post">
  444.    
  445.  
  446.    
  447. {block:Text}{block:Title}<div class="title"><center>{Title}</center></div>{/block:Title}{Body}{/block:Text}
  448.  
  449. {block:Quote}
  450. <span class="quote">&#10077;</span><div class="q">{Quote}</div>
  451. {block:Source}<div class="oiqqtts"> — {Source}</div>
  452. {/block:Source}
  453. {/block:Quote}
  454.  
  455. {block:Link}
  456. <div class="title"><a href="{URL}" {Target}>{Name}</a></div>
  457. {block:Description}{Description}{/block:Description}
  458. {/block:Link}
  459. {block:Chat}
  460. {block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  461.  
  462.  
  463. <div class="chat"><ul>{block:Lines}
  464. <li class="person{UserNumber}">{block:Label}
  465. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  466. {/block:Chat}
  467.  
  468. {block:Audio}
  469. <div class="player">{AudioPlayerBlack}</div>
  470. {block:Caption}{Caption}{/block:Caption}
  471. {/block:Audio}
  472.  
  473. {block:Answer}
  474.  
  475. <div id="questionpam">{Question}</div>
  476. <div id="setapam"></div>
  477. <br>
  478. <div id="askerpam"><img src="{AskerPortraitURL-24}">{Asker}</div>
  479. {Answer}
  480.  
  481. {/block:Answer}
  482.  
  483.  
  484. {block:Photo}<center><img src="{PhotoURL-400}" max-height="400px" max-width="400px"/></center>
  485. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  486.  
  487.  
  488. {block:Photoset}<center>{Photoset-250}</center>
  489. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  490.  
  491. {block:Video}{Video-250}
  492. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  493.  
  494.  
  495. <div class="source">
  496. {block:ContentSource}<a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
  497. </div>
  498. <div id="date">
  499. {block:Date}
  500.  
  501. {block:RebloggedFrom}<a href="{ReblogRootURL}" title="{ReblogRootName}"></a>{/block:RebloggedFrom}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"></a>
  502. {/block:RebloggedFrom}
  503. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} -
  504.  <font class="notecount"></font> <a href="{Permalink}"> {NoteCount} </a> {/block:NoteCount} -
  505.   <a href="{ReblogUrl}" target="_blank">reblog </a>{/block:IndexPage} </div>    
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  517. </div>{/block:Date}
  518.  
  519.  {/block:Posts}
  520.  
  521.  
  522. <br />
  523.  
  524. </div>  
  525. </div>
  526. </body>
  527. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement