Advertisement
total-suicide

Theme 004 - Bad Girl

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