nathally

Theme 16

Jul 11th, 2012
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 19.13 KB | None | 0 0
  1. <html>
  2.  
  3. <!--  theme por 40kmdevoce | motherfuckers copy © -->
  4.  
  5. <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'>
  6. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  8.  
  9. <script type="text/javascript">
  10. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  11. function tb8_makeArray(n){
  12. this.length = n;
  13. return this.length;
  14. }
  15. tb8_messages = new tb8_makeArray(1);
  16. tb8_messages[0] = "{title}";
  17. tb8_rptType = 'infinite';
  18. tb8_rptNbr = 5;
  19. tb8_speed = 100;
  20. tb8_delay = 2000;
  21. var tb8_counter=1;
  22. var tb8_currMsg=0;
  23. var tb8_tekst ="";
  24. var tb8_i=0;
  25. var tb8_TID = null;
  26. function tb8_pisi(){
  27. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  28. document.title = tb8_tekst;
  29. tb8_sp=tb8_speed;
  30. tb8_i++;
  31. if (tb8_i==tb8_messages[tb8_currMsg].length){
  32. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  33. }
  34. if (tb8_currMsg == tb8_messages.length){
  35. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  36. clearTimeout(tb8_TID);
  37. return;
  38. }
  39. tb8_counter++;
  40. tb8_currMsg = 0;
  41. }
  42. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  43. }
  44. tb8_pisi()
  45. </script>
  46.  
  47. <head>
  48.  
  49. <script type="text/javascript">
  50. function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
  51. </script>
  52.  
  53. <script type="text/javascript">
  54. //desabilita menu de opcoes ao clicar no botao direito
  55. function desabilitaMenu(e)
  56. {
  57. if (window.Event)
  58. {
  59. if (e.which == 2 || e.which == 3)
  60. return false;
  61. }
  62. else
  63. {
  64. event.cancelBubble = true
  65. event.returnValue = false;
  66. return false;
  67. }
  68. }
  69. document.oncontextmenu = desabilitaMenu;
  70. document.onmousedown = desabilitaBotaoDireito;
  71. document.onmouseup = desabilitaBotaoDireito;
  72. </script>
  73.  
  74.  
  75.  
  76.  
  77.  
  78. <!-- DEFAULT VARIABLES -->
  79. <meta name="color:background" content="#f5f5f5" />
  80. <meta name="color:link" content="" />
  81. <meta name="color:text" content="#aaaaaa" />
  82. <meta name="color:entry" content="" />
  83. <meta name="color:sidebar" content="" />
  84. <meta name="color:bglinks" content="000000" />
  85. <meta name="color:bglinkshover" content="ffffff" />
  86. <meta name="color:links" content="ffffff" />
  87. <meta name="color:linkshover" content="000000" />
  88.  
  89.  
  90.  
  91.  
  92.  
  93. <meta name="image:sidebar" content="" />
  94.  
  95.  
  96.  
  97. <meta name="text:Link1" content=" appearance" />
  98. <meta name="text:Link1 Title" content=" appearance" />
  99. <meta name="text:Link2" content="appearance" />
  100. <meta name="text:Link2 Title" content="appearance" />
  101. <meta name="text:Link3" content="appearance" />
  102. <meta name="text:Link3 Title" content="appearance" />
  103. <meta name="text:Link4" content="ap" />
  104. <meta name="text:Link4 Title" content="ap" />
  105. <meta name="text:Link5" content="ap" />
  106. <meta name="text:Link5 Title" content="ap" />
  107. <meta name="text:Link6" content="ap" />
  108. <meta name="text:Link6 Title" content="ap" />
  109. <meta name="text:titulo" content="" />
  110.  
  111.  <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  112.  
  113. <script type="text/javascript">
  114.  
  115. // <![CDATA[
  116.  
  117. // all colours must be in format '#NNNNNN', not 'red' or 'rgb(7,8,9)'
  118.  
  119. var fgcolour="#656565"; // foreground colour
  120.  
  121. var hlcolour="#b5b5b5"; // highlight colour
  122.  
  123. var bgcolour="#FFFFFF"; // background colour
  124.  
  125. var glcolour="#f8f8f8"; // colour of glow around letters
  126.  
  127. var speed=66; // speed colours change, 1 second = 1000
  128.  
  129. var delay=50; // how long to wait between wipes
  130.  
  131. var alink="/"; // page to link text to (set to ="" for no link)
  132.  
  133.  
  134.  
  135. /****************************
  136.  
  137. *Multi-Wipe Neon Text Effect*
  138.  
  139. *(c)2003-12 mf2fm web-design*
  140.  
  141. *  http://www.mf2fm.com/rv  *
  142.  
  143. * DON'T EDIT BELOW THIS BOX *
  144.  
  145. ****************************/
  146.  
  147. var w_txt, w_txl;
  148.  
  149. var w_flp=bgcolour;
  150.  
  151. var w_sty=Math.floor(Math.random()*8);
  152.  
  153. var w_cnt=-1;
  154.  
  155. var wipes=new Array();
  156.  
  157. var wrand=new Array();
  158.  
  159. window.onload=function() { if (document.getElementById) {
  160.  
  161. var i, wiper, wipei;
  162.  
  163. wiper=document.getElementById("wipe");
  164.  
  165. w_txt=wiper.firstChild.nodeValue;
  166.  
  167. w_txl=w_txt.length;
  168.  
  169. while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
  170.  
  171. for (i=0; i<w_txl; i++) {
  172.  
  173.  wipei=document.createElement("span");
  174.  
  175.  wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
  176.  
  177.  wipes[i]=wipei.style;
  178.  
  179.  wipes[i].textShadow=glcolour+" 0px 0px 5px";
  180.  
  181.  wipes[i].color=fgcolour;
  182.  
  183.  wiper.appendChild(wipei);
  184.  
  185. }
  186.  
  187. if (alink) {
  188.  
  189.  wiper.style.cursor="pointer";
  190.  
  191.  wiper.onclick=function() { top.location.href=alink; }
  192.  
  193. }
  194.  
  195. for (i=0; i<w_txl; i++) wrand[i]=i;
  196.  
  197. wiper=setInterval("randwipe()", speed);
  198.  
  199. }}
  200.  
  201.  
  202.  
  203. function c(i, shade) {
  204.  
  205. if (shade==bgcolour) wipes[i].textShadow="none";
  206.  
  207. else wipes[i].textShadow=glcolour+" 0px 0px 5px";
  208.  
  209. wipes[i].color=shade;
  210.  
  211. }
  212.  
  213.  
  214.  
  215. function randwipe() {
  216.  
  217. var w_old;
  218.  
  219. if (w_cnt++<w_txl+2+delay*(w_flp==fgcolour)) eval("wipe"+w_sty+"();");
  220.  
  221. else {
  222.  
  223.  w_cnt=-1;
  224.  
  225.  w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
  226.  
  227.  w_old=w_sty;
  228.  
  229.  while (w_old==w_sty) w_sty=Math.floor(Math.random()*8);
  230.  
  231. }
  232.  
  233. }
  234.  
  235.  
  236.  
  237. function dechex(dec) { return ((dec<16)?"0":"")+dec.toString(16); }
  238.  
  239.  
  240.  
  241. function wipe0() { // curtains
  242.  
  243. if (w_cnt<Math.floor(w_txl/2)) {
  244.  
  245.  c(w_cnt, hlcolour);
  246.  
  247.  c(w_txl-w_cnt-1, hlcolour);
  248.  
  249. }
  250.  
  251. else if (w_cnt<w_txl) {
  252.  
  253.  c(w_cnt, w_flp);
  254.  
  255.  c(w_txl-w_cnt-1, w_flp);
  256.  
  257. }
  258.  
  259. }
  260.  
  261.  
  262.  
  263. function wipe1() { // random
  264.  
  265. var i, rand, temp;
  266.  
  267. if (w_cnt==0) {
  268.  
  269.  for (i=0; i<w_txl; i++) {
  270.  
  271.    rand=Math.floor(Math.random()*w_txl);
  272.  
  273.    temp=wrand[i];
  274.  
  275.    wrand[i]=wrand[rand];
  276.  
  277.    wrand[rand]=temp;
  278.  
  279.  }
  280.  
  281. }
  282.  
  283. if (w_cnt<w_txl) c(wrand[w_cnt], hlcolour);
  284.  
  285. if (w_cnt>0 && w_cnt<w_txl+1) c(wrand[w_cnt-1], w_flp);
  286.  
  287. }
  288.  
  289.  
  290.  
  291. function wipe2() { // forwards
  292.  
  293. if (w_cnt<w_txl) c(w_cnt, hlcolour);
  294.  
  295. if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
  296.  
  297. }
  298.  
  299.  
  300.  
  301. function wipe3() { // backwards
  302.  
  303. if (w_cnt<w_txl) c(w_txl-(w_cnt+1), hlcolour);
  304.  
  305. if (w_cnt>0 && w_cnt<w_txl+1) c(w_txl-w_cnt, w_flp);
  306.  
  307. }
  308.  
  309.  
  310.  
  311. function wipe4() { // searchlight
  312.  
  313. if (w_cnt<w_txl) c(w_cnt, hlcolour);
  314.  
  315. if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
  316.  
  317. if (w_cnt>1 && w_cnt<w_txl+2) c(w_cnt-2, hlcolour);
  318.  
  319. if (w_cnt>2 && w_cnt<w_txl+3) c(w_cnt-3, (w_flp==fgcolour)?bgcolour:fgcolour);
  320.  
  321. if (w_cnt==w_txl+2) w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
  322.  
  323. }
  324.  
  325.  
  326.  
  327. function wipe5() { // fade
  328.  
  329. var i;
  330.  
  331. if (w_cnt<w_txl+3) {
  332.  
  333.  var start=(w_flp==fgcolour)?bgcolour:fgcolour;
  334.  
  335.  var temp="#";
  336.  
  337.  for (i=1; i<6; i+=2) {
  338.  
  339.    var hex1=parseInt(start.substring(i,i+2),16);
  340.  
  341.    var hex2=parseInt(w_flp.substring(i,i+2),16);
  342.  
  343.    temp+=dechex(Math.floor(hex1+(hex2-hex1)*(w_cnt/(w_txl+2))));
  344.  
  345.  }
  346.  
  347.  for (i=0; i<w_txl; i++) c(i, temp);
  348.  
  349. }
  350.  
  351. }
  352.  
  353.  
  354.  
  355. function wipe6() { // flash
  356.  
  357. var i;
  358.  
  359. if (w_cnt<6*Math.floor(w_txl/6)+3) {
  360.  
  361.  if (w_cnt%6==0 || w_cnt%6==3) for (i=0; i<w_txl; i++) c(i, hlcolour);
  362.  
  363.  else if (w_cnt%6==1) for (i=0; i<w_txl; i++) c(i, w_flp);
  364.  
  365.  else if (w_cnt%6==4) for (i=0; i<w_txl; i++) c(i, (w_flp==fgcolour)?bgcolour:fgcolour);
  366.  
  367. }
  368.  
  369. }
  370.  
  371.  
  372.  
  373. function wipe7() { // checkerboard
  374.  
  375. var qtr=Math.floor(w_txl/4);
  376.  
  377. if (w_cnt<qtr) {
  378.  
  379.  c(w_cnt, hlcolour);
  380.  
  381.  c(w_cnt+2*qtr, hlcolour);
  382.  
  383. }
  384.  
  385. else if (w_cnt<2*qtr) {
  386.  
  387.  c(w_cnt-qtr, w_flp);
  388.  
  389.  c(w_cnt+qtr, w_flp);
  390.  
  391. }
  392.  
  393. else if (w_cnt<3*qtr) {
  394.  
  395.  c(w_cnt-qtr, hlcolour);
  396.  
  397.  c(w_cnt+qtr, hlcolour);
  398.  
  399. }
  400.  
  401. else if (w_cnt<w_txl) {
  402.  
  403.  c(w_cnt-2*qtr, w_flp);
  404.  
  405.  c(w_cnt, w_flp);
  406.  
  407. }
  408.  
  409. }
  410.  
  411. // ]]>
  412.  
  413. </script>
  414.  
  415. <html>
  416.     <head>
  417.         <title>{Title}</title>
  418.         <link rel="shortcut icon" href="{Favicon}">
  419.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  420.         {block:Description}
  421.             <meta name="description" content="{MetaDescription}" />
  422.         {/block:Description}
  423.     </head>
  424.    
  425.     <style type="text/css">
  426.  
  427.  
  428. ::-webkit-scrollbar{width:4px;height:5px;}
  429. ::-webkit-scrollbar-button:start:decrement
  430. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  431. ::-webkit-scrollbar-track-piece{background-color: #fafafa; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;  border: 1px solid #b5b5b5;}
  432. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000000;-webkit-border-radius:px;}
  433. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #000000;-webkit-border-radius:px;}
  434.  
  435.  
  436. body {background-color: {color:background}; color:{color:text}; font-family: verdana; font-size:15px; text-align:center; background-image:url(''); background-attachment: fixed; }
  437.  
  438.  
  439.  
  440. a {color: {color:link}; text-decoration: none; text-transform: none;}
  441.  
  442. a:hover {color: {color:linkhover}; background-color:{color:post}; text-decoration: none;}
  443.  
  444. p {margin: 6px 0 0 0}
  445.  
  446.  
  447. blockquote{border-left: 3px solid {color:text}; margin:5px 5px 2px 2px; padding-left:2px; border-bottom:0px;}
  448.  
  449. /* navigation */
  450.  
  451. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  452.  
  453. text-align: center; font-size: 85px;}
  454. .left{float:left; margin-left: 10px; width: 40px}
  455. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  456. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  457. .right{float:right; margin-right: 10px; width: 40px}
  458. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  459. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  460.  
  461. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  462. transparent; color:{color:text}; padding: 0px;}
  463.  
  464.  
  465. #entries{float: left; margin-left: 434px; margin-top: 42px;}
  466.  
  467. .posts {width: 500px; background-color: {color:entry}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; margin-top: -4px;}
  468.  
  469. #post {float: left; margin-left: 160px; margin-top:112px; z-index:1;}
  470.  
  471. .post {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;  -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  472.  
  473.  
  474. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  475. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  476. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  477.  
  478. .image {text-align: center; border: 0px}
  479. .image img {max-width: 500px; margin-bottom: 2px }
  480.  
  481. .quote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  482. .quotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  483. .quotesource a, a:hover{text-transform: none;}
  484.  
  485. .chat {line-height: 13px; list-style: none }
  486. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  487. .person1 {color: {color:text}; padding: 2px; }
  488. .person1 .label {font-weight: bold;  color:{color:text}}
  489. .person2 {color: {color:text}; padding: 2px;  }
  490. .person2 .label {font-weight: bold;  color:{color:text}}
  491.  
  492. .player {background-color: #000; text-align: left; display:block;}
  493.  
  494. #ask_form{width: 500px; }
  495.  
  496. /* asker */
  497.  
  498. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  499. .answer {padding: 2px}
  500.  
  501. #date {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  502. #date a {font-size: 9px;}
  503.  
  504. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  505. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  506.  
  507. #cap {width: 500px; margin-top: -2px;}
  508. .source {display: none;}
  509.  
  510. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  511. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  512. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  513. .notes img{display: none; border:0px}
  514.  
  515.  
  516. .page {font-family: georgia; position: fixed; margin-left: 200px; margin-top: 200px; font-size: 25px; z-index: 0;}
  517. .page a {color: {color:link}; margin-left: 0px; background-color: transparent;}
  518. .page a:hover {color:linkhover}
  519.  
  520. .imagem {float: left; padding: 0px; position: fixed;}
  521.  
  522. .imagem img {display: block; width:140px; margin-left: 148px; margin-top: 38px; height: 133px; text-align:center; margin-bottom: 0px; border: 2px solid {color:sidebar}; position: fixed;}
  523.  
  524. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  525. #paginal a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text};}
  526. #paginal a:hover {background: {color:background}; color: {color:link};}
  527. #paginal span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none;}
  528. .ps {position: fixed; margin-left: 334px; padding: 5px; width: 89px; height: auto; top: 206px; background-color: {color:sidebar}; color: {color:text};}
  529.  
  530.  
  531. /* DESCRIÇÃO */
  532.  
  533. #sidescri {width: 138px; left: 301px; height: 109px; top: 72px; padding: 1px;  background-color: {color:sidebar}; text-align: center; position: fixed; border-top: 0px solid {color:transparent};}
  534. .about{background-color:{color:sidebar};text-align:center; font-family: verdana; font-size: 9px; color: {color:text}; top: 150px; margin-left: -1px; padding: 2px; -5px; 5px; 5px; width: 136px; }
  535.  
  536. /* TITULO */
  537.  
  538. #nathytitle {width: 140px; height: 25px; position: fixed; background-color: {color:sidebar}; margin-left: 293px; margin-top: 38px;}
  539. .optitle{font-family: homenaje, sans-serif; font-size: 22px; font-style: none;
  540. line-height: 19px; font-weight: none; color: {color:frase}; margin-top: 3px; margin-left: -5px;   text-transform: none; text-transform:uppercase; letter-spacing: -1px}
  541.  
  542. /* LINKS */
  543.  
  544. #menu{left: 156px; top: 184px; width: 285px; float: left; background-color: {color:sidebar}; position: fixed; height: 21px;}
  545. #links {width: 282px; margin-left:2px; margin-top:2px; padding: 0px; text-align: center;}
  546. #links a {float: left; margin-right: 1px; display: block; letter-spacing: 0px; font-family: homenaje; font-size: 11px; text-align: center; margin-bottom: 1px; width: 46px; background-color: {color:bglinks}; color:{color:links}; text-decoration: none; text-transform: uppercase; line-height: 16px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  547. #links a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing: 0px;}
  548.  
  549.  
  550.  
  551. #credit {top: 206px; width: 175px; height: 10px; margin-left: 148px; padding: 5px; background-color:{color:sidebar}; color:{color:text}; text-align: center; position: fixed; font-family: verdana; font-size:9px; }
  552.  
  553. #botaodelike {width: 180px; height: 40px; position: fixed; background-color:; margin-left: 140px; margin-top: 220px; z-index:2}
  554.  
  555.  
  556.  
  557.  
  558.  </style>  
  559.  
  560. <body>
  561. <body onkeydown="return false">
  562.  
  563.  
  564. <div id="credit">
  565. theme by<a href="http://40kmdevoce.tumblr.com" title="dtls embriagado"> <b>40kmdevoce; </b></a>don't copy.</div>
  566.  
  567. <div id="nathytitle">
  568. <center><div class="optitle"><span id="wipe">{text:titulo}</span></div></div>
  569.  
  570. <div id="menu">
  571. <div id="links">
  572. <a href="{text:Link1}">{text:Link1 Title}
  573. <a href="{text:Link2}">{text:Link2 Title}
  574. <a href="{text:Link3}">{text:Link3 Title}
  575. <a href="{text:Link4}">{text:Link4 Title}
  576. <a href="{text:Link5}">{text:Link5 Title}
  577. <a href="{text:Link6}">{text:Link6 Title}
  578. </a></div></div>
  579. <div id="botaodelike"><script src="http://connect.facebook.net/pt_BR/all.js#xfbml=1"></script><fb:like layout="button_count" show_faces="false" href="http://www.facebook.com/vishmarianathy"></fb:like></div>
  580.  
  581.  
  582.  
  583. </div></div>
  584.  
  585.  
  586. </div>
  587.  
  588.  
  589.  
  590. <div id="sidescri">
  591. <div class="about"> {block:Description}{Description}{/block:Description}</div></div></div></div>
  592.  
  593. <div class="ps"><div id="paginal">
  594. {block:JumpPagination length="4"}
  595. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  596. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  597. {/block:JumpPagination}
  598. </div></div>
  599.  
  600. <div class="imagem"><img src="{image:sidebar}"></div>
  601.  
  602. </div></div>
  603.  
  604. <div id="entries">
  605.  
  606.  {block:Posts}
  607. <div class="posts">
  608.  
  609. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  610.  
  611. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  612.  
  613. {block:Photoset}{Photoset-500}{/block:Photoset}
  614.  
  615. {block:Quote}
  616. <div class="quote">“{Quote}”</div>
  617. {block:Source}<div class="quotesource"> — {Source}</div>
  618. {/block:Source}
  619. {/block:Quote}
  620.  
  621. {block:Link}
  622. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  623. {block:Description}{Description}{/block:Description}
  624. {/block:Link}
  625.  
  626. {block:Chat}
  627. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  628. <div class="chat"><ul>{block:Lines}
  629. <li class="person{UserNumber}">{block:Label}
  630. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  631. {/block:Chat}
  632.  
  633. {block:Audio}
  634. <div class="player">{AudioPlayerBlack}</div>
  635. {block:Caption}{Caption}{/block:Caption}
  636. {/block:Audio}
  637.  
  638. {block:Video}{Video-500}{/block:Video}
  639.  
  640.  
  641. {block:Answer}
  642. <div class="asker"> <b>{Asker} disse: </b>{Question}</div>
  643. <div class="answer">{Answer}</div>
  644. {/block:Answer}
  645.  
  646.  
  647. <div id="cap">
  648. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  649. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  650. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  651.  
  652. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  653.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  654.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  655. {/block:ContentSource}</div></div>
  656. <br>
  657.  
  658.  
  659. <div id="date">
  660. {block:Date}<div class="tags">{block:HasTags}{block:Tags}<b>#</b><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  661. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">let's go, <b>reblog</b></a>{/block:IndexPage}{block:RebloggedFrom}<br>(<b>©</b> <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  662. {/block:RebloggedFrom}
  663. </div>
  664. </div>{/block:Date}
  665.  
  666.  
  667.  {/block:Posts}
  668. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  669. </div>
  670. </div>
  671. </div>
  672. </div>
  673. </body>
  674. </html>
Advertisement
Add Comment
Please, Sign In to add comment