amando-loucos

THEME 9

May 6th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.29 KB | None | 0 0
  1. <html>
  2.  
  3. <!-- theme by amando-loucos -->
  4.  
  5.  
  6. <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'>
  7.  
  8.  
  9. <head>
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  12.  
  13. <script type="text/javascript">
  14. //desabilita menu de opcoes ao clicar no botao direito
  15. function desabilitaMenu(e)
  16. {
  17. if (window.Event)
  18. {
  19. if (e.which == 2 || e.which == 3)
  20. return false;
  21. }
  22. else
  23. {
  24. event.cancelBubble = true
  25. event.returnValue = false;
  26. return false;
  27. }
  28. }
  29.  
  30. //desabilita botao direito
  31. function desabilitaBotaoDireito(e)
  32. {
  33. if (window.Event)
  34. {
  35. if (e.which == 2 || e.which == 3)
  36. return false;
  37. }
  38. else
  39. if (event.button == 2 || event.button == 3)
  40. {
  41. event.cancelBubble = true
  42. event.returnValue = false;
  43. return false;
  44. }
  45. }
  46.  
  47. //desabilita botao direito do mouse
  48. if ( window.Event )
  49. document.captureEvents(Event.MOUSEUP);
  50. if ( document.layers )
  51. document.captureEvents(Event.MOUSEDOWN);
  52.  
  53. document.oncontextmenu = desabilitaMenu;
  54. document.onmousedown = desabilitaBotaoDireito;
  55. document.onmouseup = desabilitaBotaoDireito;
  56. </script>
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  59.  
  60. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  61. <script type="text/javascript">
  62. function slideSwitch() {
  63. var $active = $('#slideshow2 img.active');
  64.  
  65. $active.addClass('last-active');
  66.  
  67. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  68. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  69.  
  70. $next.css({opacity: 0.0})
  71. .addClass('active')
  72. .animate({opacity: 1.0}, 1000, function() {
  73. $active.removeClass('active last-active');
  74. });
  75. }
  76.  
  77. $(function() {
  78. //Executa a função a cada 2 segundos
  79. setInterval( "slideSwitch()", 2500 );
  80. });
  81. </script>
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89. <script type="text/javascript">
  90.  
  91.  
  92. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  93.  
  94.  
  95.  
  96.  
  97. function tb8_makeArray(n){
  98.  
  99.  
  100. this.length = n;
  101.  
  102.  
  103. return this.length;
  104.  
  105.  
  106. }
  107.  
  108.  
  109.  
  110.  
  111. tb8_messages = new tb8_makeArray(1);
  112.  
  113.  
  114.  
  115.  
  116. tb8_messages[0] = "{Title}";
  117.  
  118.  
  119.  
  120.  
  121. tb8_rptType = 'infinite';
  122.  
  123.  
  124.  
  125.  
  126. tb8_rptNbr = 5;
  127.  
  128.  
  129.  
  130.  
  131. tb8_speed = 100;
  132.  
  133.  
  134.  
  135.  
  136. tb8_delay = 2000;
  137.  
  138.  
  139.  
  140.  
  141. var tb8_counter=1;
  142.  
  143.  
  144.  
  145.  
  146. var tb8_currMsg=0;
  147.  
  148.  
  149.  
  150.  
  151. var tb8_tekst ="";
  152.  
  153.  
  154.  
  155.  
  156. var tb8_i=0;
  157.  
  158.  
  159.  
  160.  
  161. var tb8_TID = null;
  162.  
  163.  
  164.  
  165.  
  166. function tb8_pisi(){
  167.  
  168.  
  169.  
  170.  
  171. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  172.  
  173.  
  174.  
  175.  
  176. document.title = tb8_tekst;
  177.  
  178.  
  179.  
  180.  
  181. tb8_sp=tb8_speed;
  182.  
  183.  
  184.  
  185.  
  186. tb8_i++;
  187.  
  188.  
  189.  
  190.  
  191. if (tb8_i==tb8_messages[tb8_currMsg].length){
  192.  
  193.  
  194.  
  195.  
  196. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  197.  
  198.  
  199.  
  200.  
  201. }
  202.  
  203.  
  204.  
  205.  
  206. if (tb8_currMsg == tb8_messages.length){
  207.  
  208.  
  209.  
  210.  
  211. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  212.  
  213.  
  214.  
  215.  
  216. clearTimeout(tb8_TID);
  217.  
  218.  
  219.  
  220.  
  221. return;
  222.  
  223.  
  224.  
  225.  
  226. }
  227.  
  228.  
  229.  
  230.  
  231. tb8_counter++;
  232.  
  233.  
  234.  
  235.  
  236. tb8_currMsg = 0;
  237.  
  238.  
  239. }
  240.  
  241.  
  242.  
  243.  
  244. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  245.  
  246.  
  247.  
  248.  
  249. }
  250.  
  251.  
  252.  
  253.  
  254. tb8_pisi()
  255.  
  256.  
  257.  
  258.  
  259. </script>
  260.  
  261.  
  262. <meta name="font:body" content="georgia" />
  263. <meta name="color:link" content="#999999" />
  264. <meta name="color:linkhover" content="#e4e4e4" />
  265. <meta name="color:text" content="#999999" />
  266. <meta name="color:entry" content="#ffffff" />
  267. <meta name="color:tags" content="#FFB8D5"/>
  268. <meta name="color:bgside" content="#FFFFFF" />
  269. <meta name="color:source" content="#FF85B8"/>
  270. <meta name="color:likeit" content="#FF85B8"/>
  271. <meta name="color:linksdakah" content="#00000"/>
  272. <meta name="color:bglinks" content="#FF85B8"/>
  273. <meta name="color:linkshover" content="#00000"/>
  274. <meta name="color:faixinhalinks" content="#FF85B8"/>
  275. <meta name="color:border" content="#FF85B8"/>
  276. <meta name="color:sidelinks" content="#FFFFFF" />
  277. <meta name="color:bgscrollbar" content="#ffffff"/>
  278. <meta name="color:scrollbar" content="#e4e4e4"/>
  279.  
  280. <meta name="if:Show tags" content="1"/>
  281. <meta name="if:Show sidebar image" content="1"/>
  282. <meta name="if:Show people I follow" content="0"/>
  283. <meta name="if:Enable endless scrolling" content="0"/>
  284. <meta name="if:Show pic" content="1"/>
  285. <meta name="if:Show search" content="1"/>
  286.  
  287. <meta name="image:sidebar" content=""/>
  288. <meta name="image:background" content=""/>
  289.  
  290. <meta name="text:Link1" content="/" />
  291. <meta name="text:Link1 Title" content="link1" />
  292. <meta name="text:Link2" content="/" />
  293. <meta name="text:Link2 Title" content="link2" />
  294. <meta name="text:Link3" content="/" />
  295. <meta name="text:Link3 Title" content="link3" />
  296. <meta name="text:Link4" content="/" />
  297. <meta name="text:Link4 Title" content="link4" />
  298. <meta name="text:Link5" content="/" />
  299. <meta name="text:Link5 Title" content="link5" />
  300. <meta name="text:Link6" content="/" />
  301. <meta name="text:Link6 Title" content="link6" />
  302. <meta name="text:Link7" content="/" />
  303. <meta name="text:Link7 Title" content="link7" />
  304.  
  305.  
  306.  
  307. <title>{Title}</title>
  308. <link rel="shortcut icon" href="{Favicon}">
  309. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  310. {block:Description}
  311. <meta name="description" content="{MetaDescription}" />
  312. {/block:Description}
  313.  
  314.  
  315.  
  316.  
  317. <style type="text/css">
  318.  
  319. body {background-color:#ffffff
  320. font-family: {font:body}; font-size:11px; line-height:110%;
  321. margin:0 auto 0 auto; text-align:center;
  322. background-image:url('{image:background}') ;
  323. ; background-attachment:
  324.  
  325. fixed; }
  326.  
  327. a {color: {color:link}; text-decoration: none; font-size: 10px; text-transform: none}
  328. a:hover {color: {color:linkhover}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; }
  329. p{margin-top: 1px}
  330. blockquote{margin-left:3px; margin-right: 0px; border-left: 3px solid #000000; padding-left:3px;
  331.  
  332. margin-top: 4px;}
  333.  
  334.  
  335. #xp {text-align: center; width: 870px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  336.  
  337.  
  338. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  339.  
  340. text-align: center; font-size: 85px;}
  341. .left{float:left; margin-left: 10px; width: 40px}
  342. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  343. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  344. .right{float:right; margin-right: 10px; width: 40px}
  345. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  346. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  347.  
  348. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color: transparent; color:{color:text}; position: absolute; }
  349.  
  350.  
  351.  
  352. #entries{float: right; background-color: transparent; text-align: center}
  353.  
  354.  
  355.  
  356. .post{ width: 503px; margin: 4px 0 4px 260px; padding: 12px; text-align: justify; background-color:{color:entry}; margin-right:-100px; margin-top:25px; margin-bottom:-24px; padding-bottom:9px; padding-top:25px; padding-left:9px; padding-right:9px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
  357. .post img{margin: 1px 0 1px 0; -webkit-border-radius: 0px 0px 0px 0px; max-width: 500px;}
  358.  
  359. h1{font-family: verdana; font-style: none; font-size: 14px; font-weight:normal; letter-spacing: 0px;text-transform: uppercase; line-height: 22px; text-align:center}
  360.  
  361. h1 a{font-size: 14px; font-weight:normal; font-style: none; letter-spacing: 0px;text-transform: uppercase; line-height: 22px; text-align:center}
  362.  
  363.  
  364. h3{font-family: Rochester; font-size:17px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform: none; line-height: 14px; margin-bottom:-15px; text-align:center}
  365.  
  366.  
  367. h3 a{ font-family: Rochester; font-size:17px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform: none; line-height: 14px; text-align:center;}
  368.  
  369.  
  370. .image{text-align: center; height: auto; margin-bottom: 3px; border: 0px;
  371. margin: 1px;
  372. border: none;
  373. filter: alpha(opacity=100);
  374. moz-opacity:1.0;
  375. opacity:1.0;}
  376. .image:hover{
  377. filter: alpha(opacity=75);
  378. moz-opacity:.80;
  379. opacity:.80 ;
  380. -webkit-transition-duration: .50s}
  381.  
  382.  
  383. .qqmarks{font-size: 80px; font-family: {font:body}; font-weight: normal; line-height: 80px; color:{color:linkbackground}}
  384. h2{font-size: 9px; display: block; width: 250px; color:{color:text}; background-color: {color:linkbackground}; text-align: center; margin: 0px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: uppercase; text-decoration: none; font-weight: normal}
  385.  
  386. .aspas{ position:relative; top: 15px; font-size: 80px; opacity:0.1; filter: alpha(opacity = 10); color: {background};}
  387. .qquote{font-family: tahoma; font-size: 14px; letter-spacing: 0px; line-height: 12px; text-transform: none; text-align: center;
  388.  
  389. }
  390. .qsource{margin-top: 5px; margin-right: 15px;text-align: right; height:20px;}
  391. .chat{line-height: 12px; list-style: none }
  392. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  393. .person1 {color: {color:text} }
  394. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  395. .person2 {color: {color:text} }
  396. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  397. .iaudio{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:linkbackground}}
  398. .iaudio img{max-width: 180px; height: auto; padding: 20px 0 20px 0}
  399. .icap{margin-top: 1px}
  400. .source{display:none}
  401.  
  402. .source {display:none}
  403. div#source {text-align: right; font-size: 9px}
  404.  
  405. .source {display:none}
  406. div#source {text-align: right; font-size: 9px}
  407.  
  408. #info{margin-top: 10px; }
  409. #info a{color: {color:link} !important}
  410. #info a:hover{color:{color:menutexthover}!important; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  411.  
  412. .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
  413. .line2{font-size:10px; text-transform:lowercase; clear: both}
  414. .line3{font-size:10px; text-transform:lowercase; clear: both}
  415. .ileft{float: left}
  416. .iright{float: right}
  417. .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
  418.  
  419. .post:hover #information {opacity:1;}
  420.  
  421. #information{position:absolute; font: 9px georgia; text-transform:none; color:{color:link}; margin-left:515px; opacity:0; height:auto; width: 120px; margin-bottom:0px; background-color: {color:bgside}; margin-top:-100px; background-color:#trans; display:block; text-align:left; padding:0px 0px 0px 7px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; border-left:3px solid #e4e4e4; font-family: tahoma; padding: 5px; -webkit-border-radius: 10px 10px 10px 10px;}
  422. #information a{text-transform:lowercase; color:{color:text}; font-style:none; }
  423. #information a:hover {color: {color:text}; }
  424.  
  425. .notes a{ font:11px calibri!important; color:{color:permalink}!important; letter-spacing:0px; text-transform:none!important; font-style:normal!important; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; font-weight:300!important; }
  426. .notes a:hover {color: {color:text}!important; }
  427.  
  428. .date {font:9px calibri; text-transform:uppercase; color:{color:text};}
  429.  
  430.  
  431.  
  432. .tags a{ font:9px verdana; color:{color:permalink}!important; letter-spacing:0px; text-transform:none!important; font-style:normal!important; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; font-weight:300!important; }
  433. .tags a:hover {color: {color:text}!important; }
  434.  
  435.  
  436. .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
  437. .asker img{float: left; padding: 0px 5px 0px 0px}
  438. .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  439. .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  440. .question {font-size: 10px;}
  441. .answer {padding: 4px}
  442. .answer img {max-width: 470px;}
  443.  
  444.  
  445. #side{position: fixed;
  446. width:0px;
  447. height: 0px;
  448. background-color:{color:bgside};
  449. padding:6px;
  450. margin-top: -1009px;
  451. margin-left: 200px;}
  452.  
  453. #sideimg {display: block; margin-left: 220px; float: right; margin-top: 90px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  454.  
  455. .simg1 img {width:145px; height: 210px; margin-bottom: 2px; border: 5px solid {color:border}; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  456.  
  457.  
  458. #sid1 {width: 320px; margin-left: 220px; height: 25px; margin-top: 50px; float:left; text-align: center; background-color: trasparent; font-size: 16px; position:transparent; padding: 5px; overflow: hidden; -webkit-transition: 1.3s ease-in;
  459. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  460.  
  461. .ttle {margin-top: 0px; letter-spacing: 0px; text-align: center; font-family: Just Me Again Down Here, sans-serif; font-size: 24px; color: {color:likeit}; padding-left:90px; margin-left:-270px; }
  462.  
  463. #description {position: fixed; margin-top: 270px; margin-left: 235px; width: 130px; height: 50px; background-color: transparent; z-index:2}
  464. .opdescription{color: {color:text}; clear: both; font-size:9px; height: 83px; text-align: center; background-color: transparent; padding: 8px; margin-top: -3px;}
  465. .opdescription a{font-size:9px}
  466. #description a:hover{position: fixed; margin-top: -3px; margin-left: 50px; height: 22px; z-index:2; text-transform: uppercase;}
  467.  
  468.  
  469. #link11 {font-family: verdana; background-color: {color:bgside}; color: #999; font-size: 9px; padding: 3px 5px 5px 5px; width: 152px; margin-top: 310px; margin-left: 216px; z-index: 1; position: fixed; text-align: center; height: 10px; border:0px ; text-transform: none; }
  470.  
  471. #link11 a{font-family: verdana; font-size: 9px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; }
  472.  
  473. .oizinho {font-family: georgia; position: fixed; margin-left: 320px; margin-top: 330px; font-size: 38px; z-index: 0;}
  474. .oizinho a {color: ; background-color: transparent;}
  475. .oizinho a:hover {color: {color:linkhover};}
  476.  
  477. .oizinho2 {font-family: georgia; position: fixed; margin-left: 295px; margin-top: 330px; font-size: 38px; z-index: 0;}
  478. .oizinho2 a {color: ; background-color: transparent;}
  479. .oizinho2 a:hover {color: {color:linkhover};}
  480.  
  481. #meus{text-align: justify; font-size: 9px; font-family: verdana; position: fixed; margin-left: 213px; width:150px; height: 30px; background-color: {color:bgside}; color: #999999; padding: 2px; margin-top: 50px; background-attachment: fixed; border-left: 0px solid ; padding:5px;z-index: 830;}
  482.  
  483.  
  484.  
  485. #links {text-align: center; margin-top:270px; margin-bottom: -2px; font-family: verdana; font-size: 9px; color: #000000; letter-spacing: 0px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in;}
  486.  
  487.  
  488. ::-webkit-scrollbar{width:8px;height:5px;}
  489. ::-webkit-scrollbar-button:start:decrement
  490. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  491. ::-webkit-scrollbar-track-piece{background-color:{color:bgscrollbar};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  492. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  493. ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  494.  
  495.  
  496. </style>
  497. <script language='JavaScript'>
  498. //Bloqueador de Tecla CTRL - iceBreaker http://www.icebreaker.com.br/
  499. function checartecla (evt)
  500. {if (evt.keyCode == &#39;17&#39;)
  501. {alert(&quot;Comando Desativado&quot;)
  502. return false}
  503. return true}
  504. </script>
  505.  
  506.  
  507.  
  508. </head>
  509.  
  510. <body onkeydown="return false">
  511.  
  512. <div id="sid1">
  513. <div class="ttle"> I'm a bad girl</div>
  514.  
  515. </div>
  516.  
  517. <div id="side"></div>
  518.  
  519. <div id="sideimg"><div class="simg1">
  520.  
  521. <img src="{image:sidebar}">
  522. </div></div>
  523.  
  524. </div></div>
  525. <div id="description">
  526. <div class="opdescription">{block:Description}{Description}{/block:Description}</div></div>
  527.  
  528. </div>
  529.  
  530.  
  531. <div id="meus">
  532. <div id="links">
  533. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}x
  534. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}x
  535. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}x
  536. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}x
  537. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}x
  538. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}x
  539. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  540. </div></div>
  541.  
  542. <div class="oizinho">{block:NextPage}<a href="{NextPage}"><big<big><big><big><big><big><big>→</big></big></big></big></big></a>{/block:NextPage}</div>
  543.  
  544. <div class="oizinho2">{block:PreviousPage}<a href="{PreviousPage}"><big<big><big><big><big><big><big>←</big></big></big></big></big></a>{/block:PreviousPage}</div>
  545.  
  546.  
  547. <div id="link11" title="não copie"><b><a href="http://amando-loucos.tumblr.com">theme by amando-loucos</a>, </b> </div>
  548.  
  549.  
  550. <div id="content">
  551.  
  552. <div id="entries">
  553. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  554. <script type="text/javascript"
  555.  
  556. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  557.  
  558.  
  559.  
  560.  
  561. {block:Posts}
  562.  
  563.  
  564.  
  565. <div class="post">
  566.  
  567.  
  568. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  569.  
  570. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  571.  
  572. {block:Photoset}{Photoset-500}{/block:Photoset}
  573.  
  574. {block:Quote}
  575. <div class="qquote">"{Quote}"</div>
  576. {block:Source}<div class="qsource"><font color="{color:source}">— {Source}</font></div>{/block:Source}
  577. {/block:Quote}
  578.  
  579. {block:Link}
  580. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  581. {block:Description}{Description}{/block:Description}
  582. {/block:Link}
  583.  
  584. {block:Chat}
  585. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  586. <div class="chat"><ul>{block:Lines}
  587. <li class="person{UserNumber}">{block:Label}
  588. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  589. {/block:Chat}
  590.  
  591. {block:Audio}
  592. <div class="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  593. {AudioPlayerGrey}
  594. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  595. {/block:Audio}
  596.  
  597. {block:Video}{Video-500}{/block:Video}
  598.  
  599. {block:Answer}
  600. <div id="asker"><b>{Asker} disse para a <b>Ká</b>:</b> {Question}</div>
  601. <div class="answer">{Answer}</div>
  602. {/block:Answer}
  603.  
  604.  
  605. <div class="cap">
  606. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  607. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  608. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  609.  
  610. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  611. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  612. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  613. {/block:ContentSource}</div></div>
  614.  
  615. <div id="bg">
  616. <div id="info">
  617.  
  618. </div></div>
  619.  
  620.  
  621. <div id="information">
  622. <span class="notes"><a href="{Permalink}">{NoteCountWithLabel}</a></span><br>
  623. <span class="date">{block:Date}{block:NewDayDate}{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear} ♡ {12HourWithZero}:{Minutes}{AmPm}{/block:NewDayDate}{block:SameDayDate} ♡ {12HourWithZero}:{Minutes}{AmPm}{/block:SameDayDate}{/block:Date}</span><br>
  624. <a href="{ReblogURL}" target="_blank">Reblog this ♡</a>
  625. {block:RebloggedFrom}
  626. <div class="tagtitle">
  627. <a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}" border="0" title="rebloguei de"></a>
  628. <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-24}" border="0" title="original"></a>
  629. </div>
  630. {/block:RebloggedFrom}
  631. {block:IfShowTags}{block:HasTags}<div class="tags">In(directs): <br />{block:Tags}&nbsp;&nbsp;<a
  632. href="{TagURL}"><font color="{color:tags}">#</font> {Tag}&nbsp;&nbsp; <br /></a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}
  633.  
  634.  
  635.  
  636.  
  637. </div></div>
  638.  
  639.  
  640.  
  641. {/block:Posts}
  642. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  643. {block:PostNotes}
  644. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  645. {/block:PostNotes}
  646.  
  647.  
  648. <div id="pagina"><div id="paginacaoml"> <center>
  649. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  650. {block:JumpPagination length="3"}
  651. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  652. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  653. {/block:JumpPagination}
  654. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</center>
  655. </div></div>
  656.  
  657.  
  658.  
  659. </div>
  660.  
  661.  
  662.  
  663.  
  664. </body>
  665. </html>
Advertisement
Add Comment
Please, Sign In to add comment