Advertisement
Decrepitar

Theme 56

Jun 29th, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.97 KB | None | 0 0
  1. <!-- THEME POR DECREPITAR, BASE HELPDESIGNS -->
  2.  
  3. <!--------------
  4.  
  5. THEMES BY DECREPITAR , NADA DE PLAGIOS !
  6.  
  7. NÃO RETIRE OS CREDITOS !
  8.  
  9. DDDDDDDDDD EEEEEEEEEE =======>> CREPITAR
  10. DD DD EE =======>> CREPITAR
  11. DD DD EEEEEEE =======>> CREPITAR
  12. DD DD EEEEEEE =======>> CREPITAR
  13. DD DD EE =======>> CREPITAR
  14. DDDDDDDDDD EEEEEEEEEEE =======>> CREPITAR
  15.  
  16. ---------------->
  17.  
  18.  
  19. <head>
  20. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type=’text/css’>
  21. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  22.  
  23. <meta name="color:background" content="#fdf8f8" />
  24. <meta name="color:ask" content="#ffffff" />
  25. <meta name="color:text" content="#959697" />
  26. <meta name="color:entry" content="#ffffff" />
  27. <meta name="color:scrollbar" content="#000000" />
  28. <meta name="color:borda" content="#eeeeee" />
  29.  
  30.  
  31. <meta name="image:background" content=""/>
  32. <meta name="image:foto" content "http://static.tumblr.com/fbfb0c4040dc9d6904be0e61552fc1f0/gdekeu9/lV9mp525r/tumblr_static_large__4_.jpg" />
  33. <meta name="text:frase" content="Eu te quero perto de mim" />
  34. <meta name="color:linkss" content="#a1a1a1"/>
  35. <meta name="color:frase" content="#a1a1a1"/>
  36. <meta name="text:Link1" content="/" />
  37. <meta name="text:Link1 Title" content="um link" />
  38. <meta name="text:Link2" content="/ask" />
  39. <meta name="text:Link2 Title" content="um link" />
  40. <meta name="text:Link3" content="/submit" />
  41. <meta name="text:Link3 Title" content="um link" />
  42. <meta name="text:Link4" content="#" />
  43. <meta name="text:Link4 Title" content="um link" />
  44. <meta name="text:Link5" content="#" />
  45. <meta name="text:Link5 Title" content="um link " />
  46. <meta name="text:Link6" content="#" />
  47. <meta name="text:Link6 Title" content="um link" />
  48.  
  49.  
  50.  
  51.  
  52. <title>{Title}</title>
  53. <link rel="shortcut icon" href="{Favicon}">
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  55. {block:Description}
  56. <meta name="description" content="{MetaDescription}" />{/block:Description}
  57.  
  58.  
  59.  
  60.  
  61.  
  62. <script type="text/javascript"
  63. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  64. <script>
  65. $(document).ready(function() {
  66. //
  67. //When you click on a link with class of poplight and the href starts with a #
  68.  
  69. $('a.poplight[href^=#]').click(function() {
  70.  
  71. var popID = $(this).attr('rel'); //Get Popup Name
  72.  
  73. var popURL = $(this).attr('href'); //Get Popup href to define size
  74.  
  75. //Pull Query & Variables from href URL
  76.  
  77. var query= popURL.split('?');
  78.  
  79. var dim= query[1].split('&');
  80.  
  81. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  82.  
  83. //Fade in the Popup and add close button
  84.  
  85. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/91755bf5fc1f96ff02d2db426e6ae2be/tumblr_inline_mnqyw4760V1qz4rgp.png" class="btn_close" title="Close Window" alt="Close" /></a>');
  86.  
  87. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  88.  
  89. var popMargTop = ($('#' + popID).height() + 80) / 2;
  90.  
  91. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  92.  
  93. //Apply Margin to Popup
  94.  
  95. $('#' + popID).css({
  96.  
  97. 'margin-top' : -popMargTop,
  98.  
  99. 'margin-left' : -popMargLeft
  100.  
  101. });
  102.  
  103. //Fade in Background
  104.  
  105. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  106.  
  107. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  108.  
  109. return false;
  110.  
  111. });
  112.  
  113.  
  114. //Close Popups and Fade Layer
  115.  
  116. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  117.  
  118. $('#fade , .popup_block').fadeOut(function() {
  119.  
  120. $('#fade, a.close').remove(); //fade them both out
  121. });
  122. return false;
  123. });
  124.  
  125. });
  126. </script>
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137. <style type="text/css">
  138.  
  139.  
  140. body {color:{color:text}; opacity:1; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:11px; line-height:100%; text-align:justify; text-transform: none;text-align: center; font-style: none; }
  141.  
  142. a:link, a:active, a:visited{ color: {color:text}; text-decoration:none; -webkit-transition-duration: 0.4s; }
  143.  
  144. a:hover{color:{color:linkh};}
  145.  
  146. 58px; margin-left: 553px; position: fixed; text-transform:uppercase; letter-spacing:1px; z-index:1; opacity:1; border-top: 2px solid #eee; border-bottom: 0px solid #eee}
  147.  
  148. #container {background-color: ; width: 1000px; margin: 0 auto 4px auto; background: {color:background}}
  149.  
  150. #entries {margin-left: 350px; width: 800px; margin-top: 150px;}
  151.  
  152. .entry {border:; width: 300px; background-color:{color:entry} ; text-align: justify; padding: 6px; float: left; margin: 2px 0 0 2px;; {block:PermalinkPage}width:500px {/block:PermalinkPage};;border:1px solid{color:borda}; background:{color:background}; padding:8px;}
  153.  
  154. .entry:hover {opacity:2}
  155.  
  156. .entry img {max-width: 300px; padding: 2px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;;opacity:0.9; }
  157.  
  158. #title2 {font-size: 16px; font-family: Georgia; letter-spacing: 0px; line-height: 13px; text-transform: none;text-align: center; font-style: none; margin-top: 6px; margin-bottom: 8px}
  159.  
  160. #title2 a{background: {color:linkhover}; padding: 4px; color: #fff;}
  161.  
  162.  
  163. #title {font-size: 16px; font-family: Georgia;letter-spacing: 0px; line-height: 10px; text-transform: none;text-align: center; font-style: none; margin-top: 6px; margin-bottom: 12px}
  164.  
  165. #title a{background: {color:linkhover}; padding: 4px; color: #fff; margin-bottom: 5px}
  166.  
  167. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  168.  
  169. .quote {margin: 0; padding: 5px; font: normal 11px 'georgia'; text-align: justify;}
  170. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  171. .pquotesource a, a:hover{text-transform: none;}
  172.  
  173. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  174.  
  175. /* notes by joshdevines*/
  176. .notes img{width:10px; position:relative; top:1px}
  177. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  178.  
  179.  
  180. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  181. .asker a {color:{color:text};}
  182. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  183.  
  184. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  185. .asking a{color:{color:text};}
  186. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  187.  
  188. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  189.  
  190.  
  191. .answer {color:{color:answer};}
  192.  
  193.  
  194. /* chat by joshdevines*/
  195. .user_1 .label {color:{color:text}; font-weight:bold; background-color:{color:entry}; text-transform: italic}
  196. .user_2 .label {color:{color:text}; font-weight:bold; background-color:{color:entry}; text-transform: italic}
  197. .user_3 .label {color:{color:text}; font-weight:bold}
  198. .user_4 .label {color:{color:text}; font-weight:bold}
  199. .user_5 .label {color:{color:text}; font-weight:bold}
  200. .user_6 .label {color:{color:text}; font-weight:bold}
  201. ul.chat, .chat ol, .chat li {list-style:none; margin-left: -20px; margin-top: 3px}
  202.  
  203. .cred {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  204.  
  205. #info {text-align: left; margin-top:5px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  206. #info a {font-size: 10px; text-transform: uppercase;}
  207.  
  208. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  209. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  210.  
  211. #cap {width: 500px; margin-top: -2px;}
  212. .source {display: none;}
  213.  
  214. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  215. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  216. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  217. .notes img{display: none; border:0px}
  218.  
  219. #damon {position: fixed; margin: 0px 0px 0px -492px;}
  220.  
  221. #tumblr_controls{position: fixed!important}
  222. #tumblr_controls{position: fixed!important}
  223. #tumblr_controls{position: fixed!important}
  224. #tumblr_controls{position: fixed!important}
  225.  
  226. ::-webkit-scrollbar{width:7px;height:6px;}
  227. ::-webkit-scrollbar-button:start:decrement
  228. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  229. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  230. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:0px;}
  231. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:0px;}
  232.  
  233.  
  234. /*** MENU POP-UP (helpdesigns) ***/
  235.  
  236.  
  237. #fade { /*--Transparent background layer--*/
  238. display: none; /*--hidden by default--*/
  239. background-image:url('LINk DO FUNDO QUE VOCê QUER');
  240. position: fixed; left: 0; top: 0;
  241. width: 100%; height: 100%;
  242. opacity: .80;
  243. z-index: 9999;
  244. }
  245. .popup_block{
  246. display: none; /*--hidden by default--*/
  247. background: #ffffff;
  248. padding: 20px;
  249. border:10px solid #ffffff; /*--borda--*/
  250. float: left;
  251. font-size: 1.2em;
  252. position: fixed;
  253. top: 50%; left: 50%;
  254. z-index:10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;background-image:url('http://static.tumblr.com/gdekeu9/3jAmp0qpq/bg88.jpg');
  255. /*--CSS3 Box Shadows--*/
  256. -webkit-box-shadow: 0px 0px 20px #000; /*--Sombras--*/
  257. -moz-box-shadow: 0px 0px 20px #000; /*--Sombras--*/
  258. box-shadow: 0px 0px 20px #000; /*--Sombras--*/
  259. /*--CSS3 Rounded Corners--*/
  260. -webkit-border-radius: 10px;
  261. -moz-border-radius: 10px;
  262. border-radius: 10px;
  263. }
  264. img.btn_close {
  265. float: right;
  266. margin: -55px -55px 0 0;
  267. }
  268. /*--Making IE6 Understand Fixed Positioning--*/
  269. *html #fade {
  270. position: absolute;
  271. }
  272. *html .popup_block {
  273. position: absolute;
  274. }
  275.  
  276.  
  277. .helpdesigns {display : block; font-family: calibri; font-size: 12px; line-height: 15px; margin-bottom : 1px; vertical-align : middle; text-indent : 0px; padding: 2px 2px 2px 6px; background: #fff; color: #bebebe; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-align: left; }
  278.  
  279. .helpdesigns a{color: #bebebe;}
  280.  
  281. .helpdesigns a:hover {color:#f8aeec; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  282.  
  283.  
  284. #si {position: fixed; width:638px; height:170px; margin-left:352px; margin-top:-173px; background-color:{color:background};-webkit-border-radius: 0px 0px 0px 0px;border-bottom:3px solid;color:#bebebe; z-index:999999999999999999999999999999999999999999999;}
  285.  
  286.  
  287. #sidebar {position: fixed; width:140px; height:130px; margin-left:360px; margin-top:-145px; z-index:100; border:1.5px solid;color:#cecece;-webkit-border-radius: 0px;z-index:100000000000000000000000000000000000000000000000; }
  288.  
  289. .fotoside img {display: block;width:140px; height:130px;;position:fixed; opacity:;-webkit-filter: grayscale(60%); -webkit-border-radius: 0px ;
  290.  
  291. -webkit-transition: all 1s ease-in-out;
  292. -moz-transition: all 1s ease-in-out;
  293. -o-transition: all 1s ease-in-out;
  294. -ms-transition: all 1s ease-in-out;position:fixed; opacity: 0.75;
  295.  
  296. }
  297. #frase {background-color:transp. ; width: 305px;height:30px ; letter-spacing: 0px; color: {color:frase}; text-align:center; line-height: 20px; position:; -moz-transition: all 0.4s ease-out; font-family:'Rochester'; margin-top:-125px; margin-left:660px; text-transform: none; position: fixed; padding: 2px; font-size: 30px;border-bottom: 0px solid ; border-color:#bebebe ;-webkit-border-radius: 0px 0px 0px 0px;z-index:99999999999999999999999999999999999999999999999;}
  298.  
  299. #linka {width: 100px; margin-top: -130px; margin-left: 520px; position:fixed;z-index:99999999999999999999999999999999999999999999999;}
  300.  
  301. #linka a{display:inline-block ; font-family: 'arial';text-align:center; background-color:#transp.; color: {color:linkss}; width: 120px;; font-size: 8px; height:15px;line-height:15px;text-transform:uppercase; -webkit-transition-duration: .66s;margin: 1px 0 0px 0;opacity:0.71;border-bottom: 1px solid;-webkit-border-radius:0px 0px 10px 0px;}
  302.  
  303.  
  304. #poeta-desc {width:175px; margin-left:760px; margin-top:-25px; position:fixed; overflow:hidden; background-color: #trans ; color: {color:frase}; font-family:arial;text-align:center; line-height: 12px; font-size:10px; border-top:0px solid; padding:3px;font-style: {color:sombra};z-index:99999999999999999999999999999999999999999999999;}
  305.  
  306.  
  307.  
  308. #frase2 {background-color: ; font-weight: normal; letter-spacing: 0px; color: {color:frase}; text-align:right; width: 200px; line-height: 20px; position: absolute; -moz-transition: all 0.4s ease-out; font-family:'Merienda'; margin-top:-90px; margin-left:740px; text-transform: none; position: fixed; padding: 2px; font-size: 10px;border-top:1px solid;z-index:99999999999999999999999999999999999999999999999;}
  309.  
  310. #quel {position:fixed; margin-left:950px; margin-top:-120px; width:auto; padding:3px; text-align:center;text-transform:uppercase;font-family: 'verdana'; font-size:35px; line-height:15px;height:auto; color:{color:frase};z-index:999;opacity:10;text-shadow: 0 0 0.2em color: ; title;-webkit-transition-duration: .88s;z-index:99999999999999999999999999999999999999999999999;}
  311.  
  312. #cred {margin-top: -12px; margin-left: 330px; position:fixed; width: auto; z-index:99999999999999999999999999999;}
  313.  
  314. #cred a{text-transform: none; display: block; font-family: 'arial'; background-color:#transp.; color: {color:link}; width: 90px; text-align: center; font-size: 7px; height:12px;line-height:10px;text-transform:uppercase; -webkit-transition-duration: .66s;}
  315.  
  316.  
  317. </style>
  318. <!----FONTES NÃO MEXA "DECREPITAR"---->
  319. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  320. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  321. <link href='http://fonts.googleapis.com/css?family=Alex+Brush|Qwigley|Rochester' rel='stylesheet' type='text/css'>
  322. <link href='http://fonts.googleapis.com/css?family=Oleo+Script' rel='stylesheet' type='text/css'>
  323. <link href='http://fonts.googleapis.com/css?family=Lily+Script+One' rel='stylesheet' type='text/css'>
  324. <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'>
  325.  
  326. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  327. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  328. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  329.  
  330.  
  331. <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'>
  332.  
  333. <body>
  334. <div id="si"></div>
  335.  
  336. <div id="sidebar">
  337.  
  338. <div class="fotoside" class="hover">
  339. <img class="bottom shadow" src="{image:foto}"</div></div></div>
  340.  
  341. <div id="frase2">{description}</div>
  342.  
  343.  
  344. <div id="poeta-desc">{block:Pagination}
  345. {block:PreviousPage}
  346. <a href="{PreviousPage}">←</a>
  347. {/block:PreviousPage}
  348. {block:JumpPagination length="5"}
  349. {block:CurrentPage}
  350. <span class="current_page" style="color:#B0B0B0;">{PageNumber}</span>
  351. {/block:CurrentPage}
  352. {block:JumpPage}
  353. <a class="jump_page" href="{URL}">{PageNumber}</a>
  354. {/block:JumpPage}
  355. {/block:JumpPagination}
  356. {block:NextPage}
  357. <a href="{NextPage}">→</a>
  358. {/block:NextPage}
  359. </div>
  360. {/block:Pagination}</div>
  361.  
  362.  
  363. <div id="frase"><div class="cfrase">{text:frase}
  364. </div></div></div>
  365.  
  366. <div id="quel">
  367. </div>
  368.  
  369.  
  370.  
  371. <div id="content">
  372. <div id="linka">
  373. <a href="{text:link1}">{text:link1 title}</a>
  374. <a href="{text:link2}">{text:link2 title}</a>
  375. <a href="{text:link3}">{text:link3 title}</a>
  376. <a href="{text:link4}">{text:link4 title}</a>
  377. <a href="{text:link5}">{text:link5 title}</a>
  378. <a href="{text:link6}">{text:link6 title}</a>
  379. </div></div> </div></div>
  380.  
  381.  
  382. <div id="cred">
  383. <a href="http://DECREPITAR.tumblr.com" title="THEME BY DECREPITAR | BASE HELPDESIGNS " target="_blank" > THEME</a> </div>
  384.  
  385.  
  386.  
  387.  
  388. </div>
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  406.  
  407. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  408. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  409. <script type="text/javascript">
  410. $(window).load(function () {
  411. $('#entries').masonry(),
  412. $('.masonryWrap').infinitescroll({
  413. navSelector : ".entry",
  414. nextSelector : "#page a#p",
  415. itemSelector : ".entry",
  416. bufferPx : 10000,
  417. extraScrollPx: 10000,
  418. loadingImg : "",
  419. loadingText : "",
  420. },
  421. function() { $('#entries').masonry({ appendedContent: $(this) }); }
  422. );
  423. });
  424. </script>
  425.  
  426.  
  427. <body>
  428.  
  429. <div id="entries">
  430.  
  431.  
  432. {block:Posts}
  433. <div class="entry">
  434.  
  435. {block:Answer}
  436. <table width="{block:IfOneColumns}500px{/block:IfOneColumns}300px" cellspacing="0" cellpadding="0">
  437. <tr>
  438. <td width="{block:IfOneColumns}405px{/block:IfOneColumns}300px" class="question">{Question}</td>
  439. <td width="30px"><span class="questionarrow"></span></td>
  440. <td width="1px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  441. </tr>
  442. </table>
  443. <div class="answer">{Answer}</div>
  444. {/block:answer}
  445.  
  446.  
  447. {block:Text}{block:Title}<div id="title2">{Title}</div>{/block:Title}{Body}{/block:Text}
  448.  
  449. {block:Photo}<center><img src="{PhotoURL-500}" width="500px"/></center>
  450. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  451.  
  452.  
  453. {block:Photoset}<center>{Photoset-250}</center>
  454. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  455.  
  456.  
  457. {block:Quote}
  458. <div class="quote"><center>{Quote}</center></div>
  459. {block:Source}<div class="pquotesource"> — {Source}</div>
  460. {/block:Source}
  461. {/block:Quote}
  462.  
  463.  
  464. {block:Link}
  465. <a href="{URL}" id="title" {Target}><div id="title">{Name}</div></a>{block:Description}{Description}{/block:Description}
  466. {/block:Link}
  467.  
  468. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  469.  
  470. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  471.  
  472. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  473.  
  474.  
  475. <div class="cred">
  476. {block:Date}<div id="info">
  477. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:tags}">· </font> <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} <font color="{color:tags}">· </font> <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}<font color="{color:tags}">· </font> <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}<font color="{color:tags}">· </font> <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}<center> <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:Date}</div>
  478. </div></center>{/block:IfShowTags}{/block:Date}</div>
  479. </div>
  480.  
  481. {/block:Posts}
  482. {block:PostNotes}{PostNotes}{/block:PostNotes}
  483. </div></div>
  484.  
  485.  
  486. </body>
  487. </head>
  488. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement