23-32pm

#32

Apr 17th, 2012
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.56 KB | None | 0 0
  1. <THEME TUMBLR POR 23-32PM E AMOR-COMPULSIVO. NÃO RETIRE OS CRÉDITOS.>
  2.  
  3.  
  4.  
  5.  
  6. <head>
  7.  
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  10.  
  11. <script type="text/javascript">
  12. //desabilita menu de opcoes ao clicar no botao direito
  13. function desabilitaMenu(e)
  14. {
  15. if (window.Event)
  16. {
  17. if (e.which == 2 || e.which == 3)
  18. return false;
  19. }
  20. else
  21. {
  22. event.cancelBubble = true
  23. event.returnValue = false;
  24. return false;
  25. }
  26. }
  27.  
  28. //desabilita botao direito
  29. function desabilitaBotaoDireito(e)
  30. {
  31. if (window.Event)
  32. {
  33. if (e.which == 2 || e.which == 3)
  34. return false;
  35. }
  36. else
  37. if (event.button == 2 || event.button == 3)
  38. {
  39. event.cancelBubble = true
  40. event.returnValue = false;
  41. return false;
  42. }
  43. }
  44.  
  45. //desabilita botao direito do mouse
  46. if ( window.Event )
  47. document.captureEvents(Event.MOUSEUP);
  48. if ( document.layers )
  49. document.captureEvents(Event.MOUSEDOWN);
  50.  
  51. document.oncontextmenu = desabilitaMenu;
  52. document.onmousedown = desabilitaBotaoDireito;
  53. document.onmouseup = desabilitaBotaoDireito;
  54. </script>
  55.  
  56. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  57.  
  58. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  59. <script type="text/javascript">
  60. function slideSwitch() {
  61. var $active = $('#slideshow2 img.active');
  62.  
  63. $active.addClass('last-active');
  64.  
  65. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  66. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  67.  
  68. $next.css({opacity: 0.0})
  69. .addClass('active')
  70. .animate({opacity: 1.0}, 1000, function() {
  71. $active.removeClass('active last-active');
  72. });
  73. }
  74.  
  75. $(function() {
  76. //Executa a função a cada 2 segundos
  77. setInterval( "slideSwitch()", 2500 );
  78. });
  79. </script>
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87. <script type="text/javascript">
  88.  
  89.  
  90. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  91.  
  92.  
  93.  
  94.  
  95. function tb8_makeArray(n){
  96.  
  97.  
  98. this.length = n;
  99.  
  100.  
  101. return this.length;
  102.  
  103.  
  104. }
  105.  
  106.  
  107.  
  108.  
  109. tb8_messages = new tb8_makeArray(1);
  110.  
  111.  
  112.  
  113.  
  114. tb8_messages[0] = "{Title}";
  115.  
  116.  
  117.  
  118.  
  119. tb8_rptType = 'infinite';
  120.  
  121.  
  122.  
  123.  
  124. tb8_rptNbr = 5;
  125.  
  126.  
  127.  
  128.  
  129. tb8_speed = 100;
  130.  
  131.  
  132.  
  133.  
  134. tb8_delay = 2000;
  135.  
  136.  
  137.  
  138.  
  139. var tb8_counter=1;
  140.  
  141.  
  142.  
  143.  
  144. var tb8_currMsg=0;
  145.  
  146.  
  147.  
  148.  
  149. var tb8_tekst ="";
  150.  
  151.  
  152.  
  153.  
  154. var tb8_i=0;
  155.  
  156.  
  157.  
  158.  
  159. var tb8_TID = null;
  160.  
  161.  
  162.  
  163.  
  164. function tb8_pisi(){
  165.  
  166.  
  167.  
  168.  
  169. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  170.  
  171.  
  172.  
  173.  
  174. document.title = tb8_tekst;
  175.  
  176.  
  177.  
  178.  
  179. tb8_sp=tb8_speed;
  180.  
  181.  
  182.  
  183.  
  184. tb8_i++;
  185.  
  186.  
  187.  
  188.  
  189. if (tb8_i==tb8_messages[tb8_currMsg].length){
  190.  
  191.  
  192.  
  193.  
  194. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  195.  
  196.  
  197.  
  198.  
  199. }
  200.  
  201.  
  202.  
  203.  
  204. if (tb8_currMsg == tb8_messages.length){
  205.  
  206.  
  207.  
  208.  
  209. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  210.  
  211.  
  212.  
  213.  
  214. clearTimeout(tb8_TID);
  215.  
  216.  
  217.  
  218.  
  219. return;
  220.  
  221.  
  222.  
  223.  
  224. }
  225.  
  226.  
  227.  
  228.  
  229. tb8_counter++;
  230.  
  231.  
  232.  
  233.  
  234. tb8_currMsg = 0;
  235.  
  236.  
  237. }
  238.  
  239.  
  240.  
  241.  
  242. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  243.  
  244.  
  245.  
  246.  
  247. }
  248.  
  249.  
  250.  
  251.  
  252. tb8_pisi()
  253.  
  254.  
  255.  
  256.  
  257. </script>
  258.  
  259. <script type="text/javascript">
  260.  
  261. // <![CDATA[
  262.  
  263. var bgcolour="#ffffff"; // background colour
  264.  
  265. var fgcolour="#000000"; // foreground colour
  266.  
  267. var speed=100; // speed of bubbling, lower is faster
  268.  
  269.  
  270. var shades=10; // number of shades of bubble
  271.  
  272. /****************************
  273.  
  274. * Bubbling Text Effect *
  275.  
  276.  
  277. *(c) 2003-6 mf2fm web-design*
  278.  
  279. * http://www.mf2fm.com/rv *
  280.  
  281. * DON'T EDIT BELOW THIS BOX *
  282.  
  283.  
  284. ****************************/
  285.  
  286. var bubbcol=new Array();
  287.  
  288. var bubbler, bubbtxt;
  289.  
  290. var bubbchr=new Array();
  291.  
  292. window.onload=function() { if (document.getElementById) {
  293.  
  294. for (bubbler=0; bubbler<=shades; bubbler++) {
  295.  
  296. bubbtxt="#";
  297.  
  298. for (var i=1; i<6; i+=2) {
  299.  
  300. var bg=parseInt(bgcolour.substring(i,i+2),16);
  301.  
  302. bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
  303.  
  304. }
  305.  
  306.  
  307. bubbcol[bubbler+1]=bubbtxt;
  308.  
  309. }
  310.  
  311.  
  312. bubbler=document.getElementById("bubble");
  313.  
  314. bubbtxt=bubbler.firstChild.nodeValue;
  315.  
  316. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  317.  
  318. for (var i=0; i<bubbtxt.length; i++) {
  319.  
  320. var bubbi=document.createElement("span");
  321.  
  322. bubbi.setAttribute("id", "bubb"+i);
  323.  
  324. bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  325.  
  326. bubbler.appendChild(bubbi);
  327.  
  328. }
  329.  
  330. bubbler=setInterval ("bubbling()", speed);
  331.  
  332.  
  333. }}
  334.  
  335. function dechex(dec) {
  336.  
  337. var hex=dec.toString(16);
  338.  
  339. if (dec<16) return "0"+hex;
  340.  
  341. else return hex;
  342.  
  343.  
  344. }
  345.  
  346.  
  347. function bubbling() {
  348.  
  349. for (var i=0; i<bubbtxt.length; i++) {
  350.  
  351. var bubbme=document.getElementById("bubb"+i);
  352.  
  353. if (bubbchr[i]) {
  354.  
  355.  
  356. bubbme.style.color=bubbcol[bubbchr[i]];
  357.  
  358. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  359.  
  360. }
  361.  
  362. else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
  363.  
  364.  
  365. }
  366.  
  367.  
  368. }
  369.  
  370.  
  371. // ]]>
  372.  
  373. </script>
  374. <title>{Title}</title>
  375. <link rel="shortcut icon" href="{Favicon}">
  376. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  377. {block:Description}
  378. <meta name="description" content="{MetaDescription}" />
  379. {/block:Description}
  380.  
  381. <meta name="color:background" content="#F5f5f5" />
  382. <meta name="color:entry" content="#ffffff" />
  383. <meta name="color:font" content="#999999" />
  384. <meta name="color:link" content="#979797" />
  385. <meta name="color:link hover" content= "#9D72B6"/>
  386. <meta name="color:cruz" content="#000" />
  387. <meta name="color:border" content="#707070" />
  388. <meta name="color:bgpick" content="#F1F1F1" />
  389. <meta name="color:bgside" content="#FFFFFF" />
  390. <meta name="color:Credits hover" content="#FF3B8E" />
  391.  
  392. <meta name="image:pick" content="http://26.media.tumblr.com/tumblr_m20tgpAv5O1r8l7v4o1_250.png"/>
  393.  
  394. <meta name="image:background" content=""/>
  395.  
  396. <meta name="text:simbolo" content="†"/>
  397. <meta name="text:titulo" content="Escreva aqui uma frase bem legal, pode ser uma musica." />
  398.  
  399. <meta name="text:Link1" content="link" />
  400. <meta name="text:Link1 Title" content="link" />
  401. <meta name="text:Link2" content="link" />
  402. <meta name="text:Link2 Title" content="link" />
  403. <meta name="text:Link3" content="link" />
  404. <meta name="text:Link3 Title" content="link" />
  405. <meta name="text:Link4" content="link" />
  406. <meta name="text:Link4 Title" content="link" />
  407. <meta name="text:Link5" content="link" />
  408. <meta name="text:Link5 Title" content="link" />
  409. <meta name="color:link1" content="#000" />
  410. <meta name="color:link2" content="#000" />
  411. <meta name="color:linkhover1" content="#ffff" />
  412. <meta name="color:linkhover2" content="#ffff" />
  413.  
  414.  
  415. <title>{Title}</title>
  416. <link rel="shortcut icon" href="{Favicon}">
  417. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  418. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  419. </head>
  420.  
  421.  
  422. <style type="text/css">
  423.  
  424. body{color:{color:Font}; background-color:{color:Background}; background-image:url("{image:Background}"); background-position:top right; background-repeat: no-repeat; background-attachment:fixed; font-family:verdana; font-size:11px; line-height: 120%; text-align:justify;}
  425.  
  426. a:link, a:active, a:visited{ color: {color:link}; text-decoration:none; -webkit-transition-duration: 0.4s; background-color:;}
  427.  
  428. a:hover{color:{color:Link Hover};}
  429.  
  430.  
  431. ::-webkit-scrollbar {width: 10px; height: 6px;}
  432. ::-webkit-scrollbar-track-piece {background-color: #f5f5f5; repeat scroll 0 0 transparent;}
  433. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: #fff; border-right: 0px solid #eee}
  434. ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: #000;}
  435.  
  436.  
  437.  
  438. #container {overflow: hidden;width:736px;margin-right: auto; margin-left: 180px; margin-bottom:auto;}
  439.  
  440. #entry { width:505px; margin-bottom:1px; background-color:; padding:15px; top:0px; border: 0px solid #E1CCB9; background-color: {color:entry}; float:right; border-top:1px solid {color:border} }
  441.  
  442. #entry img{opacity:1; -webkit-transition-duration:.5s;}
  443.  
  444. #entry img:hover{opacity:1; -webkit-transition: 0.5s ease-in;}
  445.  
  446. #titlee {font-family: georgia; font-size: 16px; font-weight:; font-style: none; letter-spacing:0px; text-transform: ; line-height: 18px;text-align: center;}
  447.  
  448. #titlee a{background-color:transparent;}
  449.  
  450.  
  451. .bigquote{font-size: 60px; color: transparent; line-height: 90px; font-family: georgia; margin-left: 85px; margin-top: -50px}
  452. .pquote{font-size: 13px; font-family: georgia; letter-spacing: 0px; serif; line-height: 18px;
  453. text-transform: none; margin-top: -70px; text-indent: 6px; text-align: center; font-style: none; padding-left: 0px}
  454. .source{margin-top: 5px; text-align: right;}
  455.  
  456.  
  457. blockquote {padding-left:2px;border-left:1px solid #ddd;}
  458.  
  459.  
  460. .notes {width: 524px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left; float:right}
  461.  
  462. ol.notes {list-style: none; margin: 0 0px 0 0px; padding: 0px; z-index: 11;}
  463. ol.notes li {background-color: #fff; margin-bottom: 2px; padding: 5px; }
  464. .notes img{display: none; border:0px}
  465.  
  466.  
  467. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  468.  
  469. .info{ font-size:9px; margin-top: 22px; }
  470. .tags{font-size: 9px; display: inline; text-align: left; margin-left: -0px; text-transform: lowercase; color: #000}
  471. .tags a{font-size: 9px; text-transform: lowercase;}
  472. .origin{font-size: 9px; text-align: left; margin-left: -6px}
  473. .ibottom{margin: 5px 0 2px 0; font-family: verdana; margin-top: 5px; font-family: 9px}
  474. .ibottom a{ padding: 1px 0 1px 0; font-family: 9px; margin-bottom:-20px}
  475. .date{float:left; text-transform: lowercase; font-size: 9px}
  476. .ff {font-size: 9px}
  477. .right {float: right;}
  478.  
  479.  
  480. /* ANSWER */
  481. .question {color: {color:PostFont}; padding: 6px; font-size: 10px; background-color: #ff; margin-bottom: -10px; font-family: verdana; font-style: none; border-bottom: 0px solid #ddd; margin-left: 0px; margin-top: 3px;}
  482.  
  483. .asker {text-transform: lowercase; font-family: verdana; font-style: none; line-height: 16px; font-size: 11px; font-family: verdana;}
  484.  
  485. .asker a:link, .asker a:visited, .asker a:active {margin-left: 0px; color: {color:font}; text-decoration: none;}
  486. .asker a:hover {background-color: {color:background};}
  487. .tip {color: {color:background}; font-size: 20px; padding-left: 40px;}
  488.  
  489.  
  490. .chat{line-height: 12px; list-style: none }
  491. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  492. .person1 {background-color: {color:entry}; color: {color:text} }
  493. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color:text} }
  494. .person2 {background-color: {color:entry}; color: {color:text} }
  495. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color:text} }
  496.  
  497.  
  498. #side{position: fixed;
  499. width:200px;
  500. height:270px;
  501. background-color:{color:bgside};
  502. padding:6px;
  503. margin-top: 200px;
  504. margin-left: 160px; border-bottom:1px solid #EBEBEB}
  505.  
  506.  
  507. #pick{
  508. width:75px;
  509. position: fixed;
  510. height: 70;
  511. background-color:{color:bgpick};
  512. padding:6px;
  513. margin-top: 300px;
  514. margin-left: 160px; z-index:2}
  515.  
  516. @font-face {
  517. font-family: 'Give You Glory';
  518. font-style: normal;
  519. font-weight: normal;
  520. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  521. }
  522.  
  523. #title {width: 215px; height: 55px; position: fixed; background-color:{color:sidebar}; margin-left: 160px; margin-top: 401px; }
  524. .optitle{font-family: Give You Glory; font-size: 17px; font-style: none;
  525. line-height: 15px; font-weight: none; color: {color:mytitle}; margin-top: 10px; margin-left: -5px; text-transform: none; letter-spacing: 0px}
  526.  
  527. #cruz {position: fixed; margin: 200px 0px 0px 60px; }
  528.  
  529. #acruz {width: 39px; position: absolute; margin-left: 90px; margin-top: -25px; color: {color:cruz}; font-size: 60px; -webkit-transform: rotate(-20deg);}
  530. #acruz:hover { -webkit-transform: rotate(0deg);}
  531.  
  532. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  533.  
  534. .sidls {clear: both; float: left; width: 100px; margin-top: 300px; text-align: center; margin-left: 250px; position: fixed;}
  535. .sidls a {float: left; margin-right: 1px; display: block; width: 115px; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; background-color: {color:link2}; color:{color:link1};; text-decoration: none; text-transform: uppercase; height: 7px; line-height: 7px;-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; padding: 4px;}
  536. .sidls a:hover {letter-spacing: 0px; background-color: {color:linkhover2}; color:{color:linkhover1}; text-shadow:1px 1px 8px {color:sombra};}
  537.  
  538.  
  539. #description {position: fixed; margin-top: 200px; margin-left: 160px; width: 212px; height: 100px; background-color: {color:bgside}; z-index:2}
  540. .opdescription{color: {color:texts}; clear: both; font-size:9px; height: 83px; text-align: justify; background-color:transparent; padding: 8px; margin-top: -3px;}
  541. .opdescription a{font-size:9px}
  542. #description a:hover{position: fixed; margin-top: -3px; margin-left: 50px; height: 22px; z-index:2; text-transform: uppercase}
  543.  
  544. #pag {width: 15px; padding:1px; background-color: {color:bgside}; position:fixed; text-align: center; margin-top: 405px; margin-left: 143px;}
  545.  
  546. /*** Paginação by madlyluv.com ***/
  547. #paginacaoml {font-size: 8px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;}
  548.  
  549. #paginacaoml a {background: #{color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_2; text-decoration: none; font-size: 8px;}
  550. #paginacaoml a:hover {background: #fff; border: none;}
  551. #paginacaoml span.pagina_atual {background: #cor_4; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_5; text-decoration: none;}
  552. #paginacaoml span.info {background: #cor_6; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_7; text-decoration: none;}
  553.  
  554. #sdbarsi {font-family: verdana; background-color: {color:bgside}; color: #868686; font-size: 9px; padding: 3px 3px 4px 3px; width: 207px; margin-top: 180px; margin-left: 160px; z-index: 1; position: fixed; text-align: center; opacity:0.5}
  555. #sdbarsi a{font-family: verdana; font-size: 7px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; color: #868686}
  556. #sdbarsi a:hover{font-family: verdana; font-size: 7px; color: {color:Credits Hover}; text-transform: uppercase; font-weight: bold; letter-spacing: 1px}
  557.  
  558.  
  559.  
  560. </style>
  561.  
  562. <body>
  563.  
  564. <div id="side"></div>
  565.  
  566. <div id="pick"><div style="margin-top: 1px; opacity:0.8" ><img src="{image:pick}" width=75px; height=70px; margin-top: -12px; opacity:0.8></div></div>
  567.  
  568. <div class="sidls">
  569. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  570. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  571. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  572. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  573. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  574. </div>
  575.  
  576. <div id="title">
  577. <center><div class="optitle">{text:titulo}</div></div>
  578.  
  579. <div id="description">
  580. <div class="opdescription">{block:Description}{Description}{/block:Description}</div></div>
  581.  
  582. <div id="cruz">
  583. <div id="acruz">†</div>
  584.  
  585. </div>
  586.  
  587. <div id="pag"><div id="paginacaoml">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  588.  
  589. {block:JumpPagination length="3"}
  590. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  591. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  592. {/block:JumpPagination}
  593.  
  594.  
  595. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  596.  
  597.  
  598. </div></div>
  599.  
  600.  
  601. <div id="sdbarsi"><a href="http://amor-compulsivo.tumblr.com">amor-compulsivo</a> e <a href="http://23-32pm.tumblr.com">23-32pm</a></div>
  602.  
  603.  
  604.  
  605. <div id="container">
  606.  
  607.  
  608.  
  609.  
  610. {block:Posts}<div id="entry">
  611.  
  612. {block:Answer}<div class="question"><div class="asker"><b>{Asker} asked:</b> {Question}</div></div>
  613. <div class="caption">{Answer}</div>{/block:Answer}
  614.  
  615.  
  616. {block:Text}
  617. <div id="titlee">{block:Title}<a href="{Permalink}">{Title}</a>{Block:Title}</div>{Body}
  618. {/block:Text}
  619.  
  620. {block:Photo}
  621. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px" />{block:Caption}{Caption}{/block:Caption}
  622. {/block:Photo}
  623.  
  624. {block:Photoset}
  625. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  626. {/block:Photoset}
  627.  
  628. {block:Quote}
  629. <b class="bigquote">“</b><div class="pquote">"{Quote}"</div>{block:Source}
  630. <div class="source">{Source}</div>{/block:Source}
  631. {/block:Quote}
  632.  
  633.  
  634. {block:Link}
  635. <a href="{URL}" class="link" {Target}><div id="titlee">{Name}</div></a>{block:Description}{Description}{/block:Description}
  636. {/block:Link}
  637.  
  638. {block:Chat}
  639. {block:Title}<titlee><center><a href="{Permalink}">{Title}</a></center></titlee>{/block:Title}
  640. <div class="chat"><ul>{block:Lines}
  641. <li class="person{UserNumber}">{block:Label}
  642. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  643. {/block:Chat}
  644.  
  645. {block:Video}
  646. {Video-500}{block:Caption}{Caption}{/block:Caption}
  647. {/block:Video}
  648.  
  649. {block:Audio}
  650. <div style="width:500px;background-color:;">{AudioPlayer}</div>{block:Caption}{Caption}{/block:Caption}
  651. {/block:Audio}
  652.  
  653. {block:Date}
  654. <div class="ibottom">
  655. <div class="ff">
  656. {block:HasTags}{block:Tags}<div class="tags"><a href="{TagURL}">#{Tag}</a> </div>{/block:Tags}{/block:HasTags}<br />
  657. <span class="date">
  658. <a href="{Permalink}">{TimeAgo} </a> </span> <div class="right"><a href="{ReblogUrl}" target="_blank"> reblog this sweet</a></div> {block:NoteCount} <a href="{Permalink}">· {NoteCountWithLabel}</a>{/block:NoteCount} <a href="http://twitter.com/share" class="twitter-share-button"
  659. data-text="{Title}"
  660. data-url="{permalink}"
  661. data-via="seutwitter"
  662. data-count="horizontal">· tweet</a>{/block:Date}
  663. {block:RebloggedFrom} <br> reblogged from: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> <div class="right"> © <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></div>{/block:RebloggedFrom}
  664. </div></div></div>
  665.  
  666. {/block:Posts}
  667.  
  668. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  669. </div>
  670. </div>
  671.  
  672.  
  673. </body>
  674. </html>
Advertisement
Add Comment
Please, Sign In to add comment