Advertisement
stays-str0ng

dd

Dec 19th, 2011
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.54 KB | None | 0 0
  1. <!--
  2.  
  3. Theme 001 by weasleyfleur / KEEPCAL-M.TUMBLR
  4.  
  5. SE COPIAR EU TE CAPO E DOU PROS CACHORROS!
  6.  
  7. ADAPTAÇÃO, PROIBIDA CÓPIA.
  8.  
  9.  
  10.  
  11. K E E P C A L - M . T U M B L R
  12.  
  13. K E E P C A L - M . T U M B L R
  14.  
  15. K E E P C A L - M . T U M B L R
  16.  
  17. K E E P C A L - M . T U M B L R
  18.  
  19. K E E P C A L - M . T U M B L R
  20.  
  21. K E E P C A L - M . T U M B L R
  22.  
  23. K E E P C A L - M . T U M B L R
  24.  
  25. K E E P C A L - M . T U M B L R
  26.  
  27. K E E P C A L - M . T U M B L R
  28.  
  29. K E E P C A L - M . T U M B L R
  30.  
  31. K E E P C A L - M . T U M B L R
  32.  
  33.  
  34.  
  35. PROIBIDA CÓPIA, ADAPTAÇÃO E PLÁGIO.
  36.  
  37.  
  38.  
  39. -->
  40.  
  41. <script type="text/javascript">
  42.  
  43.  
  44.  
  45. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  46.  
  47.  
  48.  
  49.  
  50.  
  51. function tb8_makeArray(n){
  52.  
  53.  
  54.  
  55. this.length = n;
  56.  
  57.  
  58.  
  59. return this.length;
  60.  
  61.  
  62.  
  63. }
  64.  
  65.  
  66.  
  67.  
  68.  
  69. tb8_messages = new tb8_makeArray(1);
  70.  
  71.  
  72.  
  73.  
  74.  
  75. tb8_messages[0] = "NEVER HURTS.";
  76.  
  77.  
  78.  
  79.  
  80.  
  81. tb8_rptType = 'infinite';
  82.  
  83.  
  84.  
  85.  
  86.  
  87. tb8_rptNbr = 5;
  88.  
  89.  
  90.  
  91.  
  92.  
  93. tb8_speed = 100;
  94.  
  95.  
  96.  
  97.  
  98.  
  99. tb8_delay = 2000;
  100.  
  101.  
  102.  
  103.  
  104.  
  105. var tb8_counter=1;
  106.  
  107.  
  108.  
  109.  
  110.  
  111. var tb8_currMsg=0;
  112.  
  113.  
  114.  
  115.  
  116.  
  117. var tb8_tekst ="";
  118.  
  119.  
  120.  
  121.  
  122.  
  123. var tb8_i=0;
  124.  
  125.  
  126.  
  127.  
  128.  
  129. var tb8_TID = null;
  130.  
  131.  
  132.  
  133.  
  134.  
  135. function tb8_pisi(){
  136.  
  137.  
  138.  
  139.  
  140.  
  141. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  142.  
  143.  
  144.  
  145.  
  146.  
  147. document.title = tb8_tekst;
  148.  
  149.  
  150.  
  151.  
  152.  
  153. tb8_sp=tb8_speed;
  154.  
  155.  
  156.  
  157.  
  158.  
  159. tb8_i++;
  160.  
  161.  
  162.  
  163.  
  164.  
  165. if (tb8_i==tb8_messages[tb8_currMsg].length){
  166.  
  167.  
  168.  
  169.  
  170.  
  171. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  172.  
  173.  
  174.  
  175.  
  176.  
  177. }
  178.  
  179.  
  180.  
  181.  
  182.  
  183. if (tb8_currMsg == tb8_messages.length){
  184.  
  185.  
  186.  
  187.  
  188.  
  189. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  190.  
  191.  
  192.  
  193.  
  194.  
  195. clearTimeout(tb8_TID);
  196.  
  197.  
  198.  
  199.  
  200.  
  201. return;
  202.  
  203.  
  204.  
  205.  
  206.  
  207. }
  208.  
  209.  
  210.  
  211.  
  212.  
  213. tb8_counter++;
  214.  
  215.  
  216.  
  217.  
  218.  
  219. tb8_currMsg = 0;
  220.  
  221.  
  222.  
  223. }
  224.  
  225.  
  226.  
  227.  
  228.  
  229. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  230.  
  231.  
  232.  
  233.  
  234.  
  235. }
  236.  
  237.  
  238.  
  239.  
  240.  
  241. tb8_pisi()
  242.  
  243.  
  244.  
  245.  
  246.  
  247. </script>
  248.  
  249.  
  250.  
  251. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  252.  
  253. <head>
  254.  
  255. <script type="text/javascript">
  256.  
  257. //desabilita menu de opcoes ao clicar no botao direito
  258.  
  259. function desabilitaMenu(e)
  260.  
  261. {
  262.  
  263. if (window.Event)
  264.  
  265. {
  266.  
  267. if (e.which == 2 || e.which == 3)
  268.  
  269. return false;
  270.  
  271. }
  272.  
  273. else
  274.  
  275. {
  276.  
  277. event.cancelBubble = true
  278.  
  279. event.returnValue = false;
  280.  
  281. return false;
  282.  
  283. }
  284.  
  285. }
  286.  
  287.  
  288.  
  289. //desabilita botao direito
  290.  
  291. function desabilitaBotaoDireito(e)
  292.  
  293. {
  294.  
  295. if (window.Event)
  296.  
  297. {
  298.  
  299. if (e.which == 2 || e.which == 3)
  300.  
  301. return false;
  302.  
  303. }
  304.  
  305. else
  306.  
  307. if (event.button == 2 || event.button == 3)
  308.  
  309. {
  310.  
  311. event.cancelBubble = true
  312.  
  313. event.returnValue = false;
  314.  
  315. return false;
  316.  
  317. }
  318.  
  319. }
  320.  
  321.  
  322.  
  323. //desabilita botao direito do mouse
  324.  
  325. if ( window.Event )
  326.  
  327. document.captureEvents(Event.MOUSEUP);
  328.  
  329. if ( document.layers )
  330.  
  331. document.captureEvents(Event.MOUSEDOWN);
  332.  
  333.  
  334.  
  335. document.oncontextmenu = desabilitaMenu;
  336.  
  337. document.onmousedown = desabilitaBotaoDireito;
  338.  
  339. document.onmouseup = desabilitaBotaoDireito;
  340.  
  341. </script>
  342.  
  343.  
  344.  
  345. <!-- DEFAULT VARIABLES -->
  346.  
  347. <meta name="color:background" content="#FFFFFF" />
  348.  
  349. <meta name="color:sbar" content="#FFFFFF" />
  350.  
  351. <meta name="color:entry" content="#FFFFFF" />
  352.  
  353. <meta name="color:text" content="#000000" />
  354.  
  355. <meta name="color:barrarolagem" content="#000000" />
  356.  
  357.  
  358.  
  359. <meta name="text:frasepont" content="sua frase mágica aqui (troque no appearance)" />
  360.  
  361. <meta name="text:titulo" content="seu título (troque no appearance)" />
  362.  
  363.  
  364.  
  365. <meta name="text:frase1" content="sua frase (troque no appearance)" />
  366.  
  367. <meta name="text:frase1back" content="sua frase back (troque no appearance)" />
  368.  
  369.  
  370.  
  371. <meta name="text:frase2" content="sua frase (troque no appearance)" />
  372.  
  373. <meta name="text:frase2back" content="sua frase back (troque no appearance)" />
  374.  
  375.  
  376.  
  377. <meta name="text:frase3" content="sua frase (troque no appearance)" />
  378.  
  379. <meta name="text:frase3back" content="sua frase back (troque no appearance)" />
  380.  
  381.  
  382.  
  383. <meta name="text:frase4" content="sua frase dos créditos (appearance)" />
  384.  
  385. <meta name="text:frasesid" content="frase sidebar (appearance)" />
  386.  
  387.  
  388.  
  389. <meta name="font:title" content="verdana" />
  390.  
  391. <meta name="font:body" content="verdana" />
  392.  
  393.  
  394.  
  395. <meta name="image:sidebar" content=""/>
  396.  
  397. <meta name="image:sidebar2" content=""/>
  398.  
  399. <meta name="image:sidebar3" content=""/>
  400.  
  401. <meta name="image:sidebar4" content=""/>
  402.  
  403. <meta name="image:sidebar5" content=""/>
  404.  
  405. <meta name="image:sidebar6" content=""/>
  406.  
  407. <meta name="image:sidebar7" content=""/>
  408.  
  409. <meta name="image:sidebar8" content=""/>
  410.  
  411. <meta name="image:sidebar9" content=""/>
  412.  
  413. <meta name="image:sidebar10" content=""/>
  414.  
  415.  
  416.  
  417. <meta name="image:sidebar11" content=""/>
  418.  
  419. <meta name="image:sidebar12" content=""/>
  420.  
  421. <meta name="image:background" content="" />
  422.  
  423.  
  424.  
  425. <meta name="text:Link1" content="" />
  426.  
  427. <meta name="text:Link1 Title" content="" />
  428.  
  429. <meta name="text:Link2" content="" />
  430.  
  431. <meta name="text:Link2 Title" content="" />
  432.  
  433. <meta name="text:Link3" content="" />
  434.  
  435. <meta name="text:Link3 Title" content="" />
  436.  
  437. <meta name="text:Link4" content="" />
  438.  
  439. <meta name="text:Link4 Title" content="" />
  440.  
  441. <meta name="text:Link5" content="" />
  442.  
  443. <meta name="text:Link5 Title" content="" />
  444.  
  445. <meta name="text:Link6" content="" />
  446.  
  447. <meta name="text:Link6 Title" content="" />
  448.  
  449. <meta name="text:Link7" content="" />
  450.  
  451. <meta name="text:Link7 Title" content="" />
  452.  
  453. <meta name="text:Link8" content="" />
  454.  
  455. <meta name="text:Link8 Title" content="" />
  456.  
  457. <meta name="text:Link9" content="" />
  458.  
  459. <meta name="text:Link9 Title" content="" />
  460.  
  461.  
  462.  
  463. <meta name="text:Linkq" content="/" />
  464.  
  465. <meta name="text:Linkq Title" content="k" />
  466.  
  467. <meta name="text:Linkw" content="#" />
  468.  
  469. <meta name="text:Linkw Title" content="e" />
  470.  
  471. <meta name="text:Linke" content="/" />
  472.  
  473. <meta name="text:Linke Title" content="e" />
  474.  
  475. <meta name="text:Linkr" content="#" />
  476.  
  477. <meta name="text:Linkr Title" content="p" />
  478.  
  479. <meta name="text:Linkt" content="/" />
  480.  
  481. <meta name="text:Linkt Title" content="c" />
  482.  
  483. <meta name="text:Linky" content="#" />
  484.  
  485. <meta name="text:Linky Title" content="a" />
  486.  
  487. <meta name="text:Linku" content="/" />
  488.  
  489. <meta name="text:Linku Title" content="l" />
  490.  
  491. <meta name="text:Linki" content="#" />
  492.  
  493. <meta name="text:Linki Title" content="m" />
  494.  
  495.  
  496.  
  497. <meta name="image:imglink1" content=""/>
  498.  
  499. <meta name="image:imglink2" content=""/>
  500.  
  501. <meta name="image:imglink3" content=""/>
  502.  
  503. <meta name="image:imglink4" content=""/>
  504.  
  505.  
  506.  
  507. <meta name="text:Linka Title" content="" />
  508.  
  509. <meta name="text:Linka" content="" />
  510.  
  511. <meta name="text:Linkb Title" content="" />
  512.  
  513. <meta name="text:Linkb" content="" />
  514.  
  515. <meta name="text:Linkc Title" content="" />
  516.  
  517. <meta name="text:Linkc" content="" />
  518.  
  519. <meta name="text:Linkd Title" content="" />
  520.  
  521. <meta name="text:Linkd" content="" />
  522.  
  523.  
  524.  
  525. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  526.  
  527. <title>never hurts.</title>
  528.  
  529. <link rel="shortcut icon" href="http://30.media.tumblr.com/avatar_a36e273b0a30_64.png">
  530.  
  531. <link rel="alternate" type="application/rss+xml" href="sowh4t.tumblr.com/rss">
  532.  
  533.  
  534.  
  535. <meta name="description" content="I&#039;ll say this want again, you people you are my friends, the devil you can come on, tonight...that&#039;s right. Looking for misery, but you found me, lying naked on the floor, I was head and insane, the..." />
  536.  
  537.  
  538.  
  539. <link rel="shortcut icon" href="http://30.media.tumblr.com/avatar_a36e273b0a30_64.png" />
  540.  
  541. <link rel="alternate" type="application/rss+xml" href="sowh4t.tumblr.com/rss" />
  542.  
  543. <style type="text/css">
  544.  
  545.  
  546.  
  547. ::-webkit-scrollbar{width:8px;height:8px;}
  548.  
  549. ::-webkit-scrollbar-button:start:decrement
  550.  
  551. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  552.  
  553. ::-webkit-scrollbar-track-piece{background-color:#000000;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  554.  
  555. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#E6E6E6;-webkit-border-radius:px;}
  556.  
  557. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#E6E6E6;-webkit-border-radius:px;}
  558.  
  559.  
  560.  
  561. body {color:#000000; background-color:#FFFFFF; background-image: url('http://assets.tumblr.com/images/x.gif'); background-attachment: fixed; background-position: bottom left; background-repeat: no-repeat; font-family:Verdana, Geneva, Tahoma, sans-serif; font-size:11px; line-height:110%; text-align:justify}
  562.  
  563.  
  564.  
  565. a:link, a:active, a:visited{color: #000000; text-decoration:none;}
  566.  
  567. a:hover{color:#DDDDDD; -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;}
  568.  
  569.  
  570.  
  571. #entries{left:50%; margin-left:665px; margin-top:10px; width:515px}
  572.  
  573.  
  574.  
  575. #sidebarimg img {max-width: 200px; height: auto; text-align:center}
  576.  
  577.  
  578.  
  579. #imagem {margin-left:2px; margin-bottom:0px; margin-top:0px}
  580.  
  581. #imagem img {max-width: 200px; height: auto; margin-bottom: 3px;}
  582.  
  583.  
  584.  
  585. #title {font-family:georgia; font-size:18px; font-style:italic; letter-spacing:0px; line-height:110%}
  586.  
  587.  
  588.  
  589. #sbar {width:305px; height: 20px; margin-left:15px; margin-top:540px; position:fixed; overflow:hidden; background-color: ; border-left:0px solid; border-right:0px solid; padding:3px}
  590.  
  591.  
  592.  
  593. .ttle {text-align: center; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; text-transform: lowercase; font-size: 30px; color: }
  594.  
  595.  
  596.  
  597. .ttle a{font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-style: italic; font-size: 21px; color: ; background-color: transparent; }
  598.  
  599.  
  600.  
  601. .ttle a:hover {font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-style: italic; font-size: 22px; color: ; background-color: transparent;}
  602.  
  603.  
  604.  
  605. #pagination {font-family:georgia; text-align:center; font-size:15px; color: #d1d1d1}
  606.  
  607.  
  608.  
  609. .sidebarpic img{max-height: 200px; width:auto; text-align:justufy; margin: 0px -0px 0 0px}
  610.  
  611.  
  612.  
  613.  
  614.  
  615. #tbar {float: right; margin-left: 50px; top: 250px; width: 40px; height: 70px; padding: 3px; background-color:#f3f3f3; position: fixed; text-align: center;}
  616.  
  617.  
  618.  
  619. #tbar1 {float: right; margin-left: 10px; top: 240px; width: 40px; height: 70px; padding: 3px; background-color: ; position: fixed; text-align: center;}
  620.  
  621.  
  622.  
  623. #pagi {position: right; margin-left: 40px; top: 420px; width: 302px; height: 15px; background-color:; text-align: center; position: fixed;}
  624.  
  625. #pagin {color:#000000; width: 302px; margin-top: 1px; font-size: 9px; font-family: verdana; text-align: center; letter-spacing: 4px; margin-bottom: 5px;}
  626.  
  627.  
  628.  
  629. #tlinks1 {margin-left: 0px; margin-top: 195px; position:absolute;}
  630.  
  631. #tlinks1 a {width:65px; height: 65px; display:block; background-color: rgba(0,0,0,0.5); font:9px verdana; text-transform: lowercase; color:#fff; text-decoration: none; letter-spacing: 0px; text-align:center; padding:3px; -webkit-transition: all 0.7s ease-out; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; -moz-transition: all 0.7s ease-out;}
  632.  
  633. #tlinks1 a:hover {background-color:transparent; color: #fff; -webkit-transform: rotate(360deg); -webkit-transform: rotate(360deg)}
  634.  
  635.  
  636.  
  637. #tlinks2 {margin-left: 0px; margin-top: 115px; position:absolute;}
  638.  
  639. #tlinks2 a {width:65px;height: 65px; display:block; background-color: rgba(0,0,0,0.5); font:9px verdana; text-transform: lowercase; color:#fff; text-decoration: none; letter-spacing: 0px; text-align:center; padding:3px; -webkit-transition: all 0.7s ease-out; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; -moz-transition: all 0.7s ease-out; }
  640.  
  641. #tlinks2 a:hover {background-color:transparent; color: 000000; -webkit-transform: rotate(-360deg); -webkit-transform: rotate(-360deg)}
  642.  
  643.  
  644.  
  645. #tlinks3 {margin-left: 0px; margin-top: 35px; position:absolute;}
  646.  
  647. #tlinks3 a {width:65px;height: 65px; display:block; background-color: rgba(0,0,0,0.5); font:9px verdana; text-transform: lowercase; color:#fff; text-decoration: none; letter-spacing: 0px; text-align:center; padding:3px; -webkit-transition: all 0.7s ease-out; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; -moz-transition: all 0.7s ease-out; }
  648.  
  649. #tlinks3 a:hover {background-color:transparent; color: #fff; -webkit-transform: rotate(360deg); -webkit-transform: rotate(360deg)}
  650.  
  651.  
  652.  
  653. #tlinks4 {margin-left: 0px; margin-top: -45px; position:absolute;}
  654.  
  655. #tlinks4 a {width:65px;height: 65px; display:block; background-color: rgba(0,0,0,0.5); font:9px verdana; text-transform: lowercase; color:#fff; text-decoration: none; letter-spacing: 0px; text-align:center; padding:3px; -webkit-transition: all 0.7s ease-out; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; -moz-transition: all 0.7s ease-out; }
  656.  
  657. #tlinks4 a:hover {background-color:transparent; color: #fff; -webkit-transform: rotate(-360deg); -webkit-transform: rotate(-360deg)}
  658.  
  659.  
  660.  
  661. #container {margin-left: 260px;}
  662.  
  663.  
  664.  
  665. #timg {position: absolute; float: left; margin-bottom:2px; margin-top:195px; margin-left: 0px;}
  666.  
  667. #timg img {width: 70px; height: 70; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px;}
  668.  
  669.  
  670.  
  671. #timg1 {position: absolute; float: left; margin-bottom:2px; margin-top:115px; margin-left: 0px;}
  672.  
  673. #timg1 img {width: 70px; height: 70; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px;}
  674.  
  675.  
  676.  
  677. #timg2 {position: absolute; float: left; margin-bottom:2px; margin-top:35px; margin-left: 0px;}
  678.  
  679. #timg2 img {width: 70px; height: 70; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px;}
  680.  
  681.  
  682.  
  683. #timg3 {position: absolute; float: left; margin-bottom:2px; margin-top:-45px; margin-left: 0px;}
  684.  
  685. #timg3 img {width: 70px; height: 70; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px;}
  686.  
  687.  
  688.  
  689.  
  690.  
  691. #suportefrases {position: fixed; margin-left:-260px; margin-top:195px; width: 175px; height: 130px; background-color:trans; padding: 10px; background-attachment: fixed; -webkit-transform: rotate(0deg); background-image:url('');}
  692.  
  693.  
  694.  
  695. #tlinks a {width:272px; height: 537px; display:block; background-color:; margin:-1px 1px -10px 4px; font:9px tahoma; text-transform: lowercase; color:#000000; text-decoration: none; letter-spacing: 3px; text-align:center; padding:2px; -webkit-transition-duration:.8s;}
  696.  
  697. #tlinks a:hover {background-color:; margin-left:373px; -webkit-transition-duration:.8s;}
  698.  
  699.  
  700.  
  701. #stext {float:right; text-align:justify; font-family:verdana; font-size:9px; margin-bottom: 10px }
  702.  
  703.  
  704.  
  705.  
  706.  
  707. #suporteimg1 {position: fixed; margin-left:0px; margin-top:100px; width: 174px; height: 130px; background-color:#FFFFFF; padding: 10px; background-attachment: fixed; -webkit-transform: rotate(0deg); background-image:url('');}
  708.  
  709.  
  710.  
  711.  
  712.  
  713. .link1 {text-align: center; position: fixed; float: left; margin-top: 0px; margin-left: 0px; font-size: 9px;}
  714.  
  715. .link1 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 75px; height: 1px; background-color: #bebebe; color:#000000; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  716.  
  717. .link1 a:hover{text-align: center; letter-spacing: 1.5px; background-color: #000; color:#f1f1f1; width: 75px;}
  718.  
  719.  
  720.  
  721. .link2 {text-align: center; position: fixed; float: left; margin-top: 0px; margin-left: 90px; font-size: 9px;}
  722.  
  723. .link2 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 75px; height: 1px; background-color: #000; color:#000000; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  724.  
  725. .link2 a:hover{text-align: center; letter-spacing: 1.5px; background-color: #bebebe; color:#f1f1f1; width: 75px;}
  726.  
  727.  
  728.  
  729. .link3 {text-align: center; position: fixed; float: left; margin-top: 0px; margin-left: 180px; font-size: 9px;}
  730.  
  731. .link3 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 75px; height: 1px; background-color: #bebebe; color:#000000; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  732.  
  733. .link3 a:hover{text-align: center; letter-spacing: 1.5px; background-color: #000; color:#f1f1f1; width: 75px;}
  734.  
  735.  
  736.  
  737. .link4 {text-align: center; position: fixed; float: left; margin-top: 0px; margin-left: 270px; font-size: 9px;}
  738.  
  739. .link4 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 75px; height: 1px; background-color: #000; color:#000000; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  740.  
  741. .link4 a:hover{text-align: center; letter-spacing: 1.5px; background-color: #bebebe; color:#f1f1f1; width: 75px;}
  742.  
  743.  
  744.  
  745.  
  746.  
  747. #title .photo_perma {margin-top: -20px; margin-left: -5px; }
  748.  
  749.  
  750.  
  751. #title:hover .photo_perma {width:250px; opacity: 1.0; font-size: 9px; padding: 5px; text-align: justify;}
  752.  
  753.  
  754.  
  755. .simg {width: 160px; float: left; margin-bottom: 3px ; padding: 1px; margin-left: 11px}
  756.  
  757. .simg img {display: inline; height:auto;width: 240px; margin-bottom: 3px ; margin-left: -7px }
  758.  
  759.  
  760.  
  761. .simg1 {width: 160px; float: left; margin-bottom: 3px ;padding:1px}
  762.  
  763. .simg1 img {display: inline; height:auto;width: 240px; margin-bottom: 3px ; margin-left: 5px }
  764.  
  765.  
  766.  
  767. .simg2 {width: 160px; float: left; margin-bottom: 3px ; padding: 1px; margin-left: 388px; margin-top: -295px}
  768.  
  769. .simg2 img {display: inline; height:auto;width: 240px; margin-bottom: 3px ; margin-left: -7px }
  770.  
  771.  
  772.  
  773. .simg3 {width: 160px; float: left; margin-bottom: 3px ; padding: 1px; margin-left: 388px; margin-top: -155px}
  774.  
  775. .simg3 img {display: inline; height:auto;width: 240px; margin-bottom: 3px ; margin-left: -7px }
  776.  
  777.  
  778.  
  779.  
  780.  
  781. .photo_perma {position:absolute; text-align:center; width:228px; background-color: #ffffff; color: #000000;-webkit-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; font-size:9px; opacity:0; filter: alpha(opacity = 0)); font-size: 9px; font-family: verdana; padding: 10px}
  782.  
  783.  
  784.  
  785. .photo_perma a{ color: #00000; margin-left: 100px; font-size: 9px; text-align: center}
  786.  
  787.  
  788.  
  789.  
  790.  
  791. #kiki {position: fixed; background-color: #F7F7F7; text-align: center; margin-top: 54px; width: 70px; height: 75px; z-index: 150; -moz-border-radius: 105px; border-radius: 105px; margin-left: 546px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  792.  
  793.  
  794.  
  795. #kiki:hover {background-color: #000000;}
  796.  
  797.  
  798.  
  799. .ki {margin-top: 3px; margin-left: 3px; position: fixed; -moz-border-radius: 105px; border-radius: 105px; }
  800.  
  801.  
  802.  
  803. .ki img {width: 64px; height: 69px; z-index: 151; -moz-border-radius: 35px; border-radius: 35px;}
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811. #pont {background-color: transparent; float: left; text-align: center; width: 300; margin-top: 180px; margin-left: 2px; position: fixed; height: inline; z-index: 91;}
  812.  
  813.  
  814.  
  815. ul#jaymes {margin: 0; padding: 0px; list-style: none; width: 10px; margin-bottom: 1px; z-index: 90; background-color: transparent;}
  816.  
  817.  
  818.  
  819. ul#jaymes li.ba {position: relative; background-color: transparent; color: #000000; text-align: justify; font-size: 9px; font-family: tahoma; letter-spacing: 1px;}
  820.  
  821.  
  822.  
  823. ul#jaymes li.ba a {display: block; color: #000000; text-decoration: none; background-color: #050505; line-height: 20px; margin-bottom: -1px; font-size: 9px; text-align: center; width: 10px; font-family: tahoma; letter-spacing: 1px; font-weight: bold; margin-left: 5px;}
  824.  
  825.  
  826.  
  827. ul#jaymes li.ba a:hover {display: block; color: #FFFFFF; text-decoration: none; background-color: #F7F7F7; line-height: 20px; margin-bottom: -1px; font-size: 9px; text-align: center; width: 10px; letter-spacing: 4px; font-weight: normal;}
  828.  
  829.  
  830.  
  831. li.ba ul {position: absolute; left:3px; top:25px; width: 228px; display: none; background-color: rgba(255,255,255,0.5); width: 280px; height: 280px; text-align: justify;}
  832.  
  833.  
  834.  
  835. li.ba:hover ul {display: block; background-color: transparent; text-align: justify;}
  836.  
  837.  
  838.  
  839. li.ba:hover ul, li.over ul {display: block; background-color: transparent; text-align: justify;}
  840.  
  841.  
  842.  
  843. #vanhalls {width: 283px; background-color: #e6e6e6; color: #FFFFFF; height: 15px; font-size: 9px; font-weight: bold; display: block; text-align: center; padding-top: 2px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 5px; font-family: tahoma; font-weight: bold;}
  844.  
  845.  
  846.  
  847. #vanhalls:hover {font-weight: normal; letter-spacing: 4px; color: #000000; background-color: #f3f3f3;}
  848.  
  849.  
  850.  
  851. .stew {position: fixed; z-index: 102; background-color: rgba(255,255,255,0.7); width: 252px; height: 240px; text-align: center; letter-spacing: -10px; font-family: georgia; font-size: 70px; padding: 15px; padding-left: 15px; padding-right: 20px; margin-bottom: -30px;}
  852.  
  853.  
  854.  
  855. .atew a {margin-right: 20px;}
  856.  
  857.  
  858.  
  859.  
  860.  
  861. #tbar3{background-color: #f3f3f3; letter-spacing: 3px; color: #FFFFFF; width:624px; position: fixed; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; font-family: verdana; padding-bottom:0px; margin-left:10px; height: 160px;}
  862.  
  863. .tbar31 {text-align: center; font-size: 10px; position: fixed; color: transparent; width: 624px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; padding-bottom:0px; height:160px; }
  864.  
  865. .tbar31:hover {background-color: #f6f6f6; color: #000000; font-size: 10px; text-align: justify; padding-bottom:0px; height:160px; }
  866.  
  867.  
  868.  
  869.  
  870.  
  871. #tt {width: 300px; height:180px; left: 20px; margin-top: 50px; margin-bottom: 0px; padding: 1px; background-color:transparent; text-align: center; position: fixed;}
  872.  
  873.  
  874.  
  875. .ttle {background-color: transparent; float: left; text-align: left; padding-left: 5px; color: #000000; font-family: georgia; width: 530px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.3s ease-out; font-size: 20px; margin-left: 40px; margin-top: -5px; margin-bottom: 10px;}
  876.  
  877.  
  878.  
  879. .ttle a{font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size: 20px; color: #000000; background-color: transparent; -webkit-transition: all 2.0s ease-out; -moz-transition: all 1.0s ease-out;}
  880.  
  881.  
  882.  
  883. .ttle a:hover {font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size: 20px; color: #000000; background-color: transparent; -webkit-transition: all 2.0s ease-out; font-style:italic; -moz-transition: all 1.0s ease-out; padding-left:70px;}
  884.  
  885.  
  886.  
  887. .desc{margin-top:5px; color: #000000; font-family: verdana; font-size: 12px; text-transform:none; padding-left:70px; letter-spacing:-1px;}
  888.  
  889.  
  890.  
  891. .desc:hover {font-family: verdana; letter-spacing:-1px; font-size: 10px; color: #000000; background-color: transparent; -webkit-transition: all 2.0s ease-out; -moz-transition: all 2.0s ease-out; padding-left:50px; font-weight: italic;}
  892.  
  893.  
  894.  
  895. #frases1{background-color: ; letter-spacing: 3px; color: #000; width:414px; position: fixed; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; font-family: verdana; padding-bottom:0px; margin-left:5px; margin-top:35px; height: 30px;}.frases1b {text-align: center; font-size: 10px; position: fixed; color: transparent; width: 414px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; padding-bottom:0px; height:30px}.frases1b:hover {background-color: #f6f6f6; color: #000000; font-size: 10px; text-align: justify; padding-bottom:0px; height:30px;}
  896.  
  897. #frases2{background-color: ; letter-spacing: 3px; color: #000; width:414px; position: fixed; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; font-family: verdana; padding-bottom:0px; margin-left:25px; margin-top:55px; height: 30px;}
  898.  
  899. .frases2b {text-align: center; font-size: 10px; position: fixed; color: transparent; width: 414px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; padding-bottom:0px; height:30px;}
  900.  
  901. .frases2b:hover {background-color: #f6f6f6; color: #000000; font-size: 10px; text-align: justify; padding-bottom:0px; height:30px;}
  902.  
  903.  
  904.  
  905. #frases3{background-color: ; letter-spacing: 3px; color: #000; width:414px; position: fixed; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; font-family: verdana; padding-bottom:0px; margin-left:45px; margin-top:75px; height: 30px;}
  906.  
  907. .frases3b {text-align: center; font-size: 10px; position: fixed; color: transparent; width: 414px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; padding-bottom:0px; height:30px; }
  908.  
  909. .frases3b:hover {background-color: #f6f6f6; color: #000000; font-size: 10px; text-align: justify; padding-bottom:0px; height:30px; }
  910.  
  911.  
  912.  
  913. #credit{background-color: ; letter-spacing: 3px; color: #000; width:100px; position: fixed; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; font-family: verdana; padding-bottom:0px; margin-left:45px; margin-top:575px; height: 30px;}
  914.  
  915. .creditb {text-align: center; font-size: 10px; position: fixed; color: transparent; width: 200px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; padding-bottom:0px; height:30px; }
  916.  
  917. .creditb:hover {background-color: #f3f3f3; color: #000000; font-size: 10px; text-align: left; padding-bottom:0px; height:30px; }
  918.  
  919.  
  920.  
  921. #pagi {position: right; margin-left: 18px; top: 540px; width: 356px; height: 15px; background-color:; text-align: center; position: fixed;}#pagin {color:#000000; width: 356px; margin-top: 1px; font-size: 9px; font-family: georgia; text-align: center; letter-spacing: 4px; margin-bottom: 5px;}
  922.  
  923. #posts{overflow:hidden; background-color: #FFFFFF; border-left:0px solid; border-right:0px solid; padding:3px}
  924.  
  925.  
  926.  
  927. h1 {color: #000000; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size:21px; line-height:15px; letter-spacing:0px; font-weight:normal; text-transform: none; margin:0px; padding:5px; text-align: center;}
  928.  
  929.  
  930.  
  931. h2 {color: #000000; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size:21px; line-height:18px; letter-spacing:0px; font-weight:normal; text-transform: none; margin:0px; padding:5px; margin-bottom:-0px; text-align: center;}
  932.  
  933.  
  934.  
  935. #source {text-align: left; font-size: 6px;}
  936.  
  937.  
  938.  
  939. #info {font-family: verdana; font-size: 9px; text-transform:none; text-align:center}
  940.  
  941.  
  942.  
  943. .asker {width: 480px; background-color: #f3f3f3; color:#000000;
  944.  
  945.  
  946.  
  947. padding: 10px}
  948.  
  949. .asker img{float: left; margin: 0px 4px 2px 0}
  950.  
  951. .asker a{font-size: 20px; color:; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  952.  
  953. .asker a:hover{font-size: 20px; color:; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  954.  
  955. .answer {padding: 5px 0 0 0}
  956.  
  957.  
  958.  
  959. blockquote {border-left:2px solid; padding-left:5px; margin:0px 2px 0px 10px}
  960.  
  961. blockquote img, blockquote a img {max-width: 490px}
  962.  
  963.  
  964.  
  965. .b, strong{color:#000000}
  966.  
  967. .i, em {color:#050505;}
  968.  
  969. .p{margin-top:5px; margin-bottom:5px}
  970.  
  971. .blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid #000000}
  972.  
  973.  
  974.  
  975. img a{border:none}
  976.  
  977. .audio{background-color:black; display:block;}
  978.  
  979.  
  980.  
  981. .user_1 .label {color:#000000; font-weight:bold}
  982.  
  983. .user_2 .label {color:#000000; font-weight:bold}
  984.  
  985. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;
  986.  
  987.  
  988.  
  989. .notes img{width:10px; position:relative; top:1px;}
  990.  
  991. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  992.  
  993. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  994.  
  995.  
  996.  
  997. /*** Paginação by madlyluv.com ***/#paginacaoml {font-size: 8px; line-height: 21px; text-shadow: 0 1px 1px #fff;}#paginacaoml a {background: #000000; margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none;}#paginacaoml a:hover {background: #000000; border: none;}#paginacaoml span.pagina_atual {background: #000000; margin: 0 1px 0 0; padding: 2px 4px; color: #000; font-weight: bold; text-decoration: none;}#paginacaoml span.info {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  998.  
  999. .ps {margin-left: -10px; background-color: f9f9f9; width:435; position: fixed; margin-top: 330px;}
  1000.  
  1001.  
  1002.  
  1003. </style>
  1004.  
  1005. <style type="text/css"></style>
  1006.  
  1007.  
  1008. <script language="javascript">
  1009.  
  1010. var mensagem="opa, fugiu";
  1011.  
  1012. function clickIE() {if (document.all) {(mensagem);return false;}}
  1013.  
  1014. function clickNS(e) {if
  1015.  
  1016. (document.layers||(document.getElementById&&!document.all)) {
  1017.  
  1018. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  1019.  
  1020. if (document.layers)
  1021.  
  1022. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1023.  
  1024. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1025.  
  1026. document.oncontextmenu=new Function("return false")
  1027.  
  1028. </script>
  1029.  
  1030. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  1031.  
  1032.  
  1033.  
  1034. <body>
  1035.  
  1036. <br>
  1037.  
  1038.  
  1039.  
  1040. <div id="container">
  1041.  
  1042.  
  1043.  
  1044. <div id="tbar">
  1045.  
  1046. <div id="timg"><img src="http://24.media.tumblr.com/tumblr_lwcty7yChN1qdpl6co9_250.gif"></div><div id="tlinks1"><a href="/tagged/t"><div style="margin-top: 35px;">paradoxos</div></a></div>
  1047.  
  1048.  
  1049.  
  1050. <div id="timg1"><img src="http://25.media.tumblr.com/tumblr_lwcty7yChN1qdpl6co7_250.gif"></div><div id="tlinks2"><a href="/submit"><div style="margin-top: 35px;">submit</div></a></div>
  1051.  
  1052.  
  1053.  
  1054. <div id="timg2"><img src="http://29.media.tumblr.com/tumblr_lwcty7yChN1qdpl6co3_250.gif"></div><div id="tlinks3"><a href="/ask"><div style="margin-top: 35px;">ask box</div></a></div>
  1055.  
  1056.  
  1057.  
  1058. <div id="timg3"><img src="http://30.media.tumblr.com/tumblr_lwcty7yChN1qdpl6co1_250.gif"></div><div id="tlinks4"><a href="/"><div style="margin-top: 35px;">home</div></a></div>
  1059.  
  1060. </div>
  1061.  
  1062.  
  1063.  
  1064. <div id="suportefrases">
  1065.  
  1066. <div id="tlinks">
  1067.  
  1068. <a href="/"><div id="stext">
  1069. Algo mudou em você. Em relação a mim. <b>Você está distante, fria.</b> <i>Eu não sei o que eu fiz,</i> mas vou te deixar sozinha a partir de agora se é o que você quer. É isso o que você quer? Sabe porque eu te deixaria? <b>Porque eu me importo mais com os seus sentimentos do que com os meus.</b> Eu te amo. <i>Pronto, eu disse.</i> E não só um quadro-negro. <b>Eu nunca deixaria alguém ou algo te machucar. Eu nunca senti isso por alguém. </b><b></b>
  1070. <br /><br /></div></a><br />
  1071.  
  1072.  
  1073.  
  1074. </div></div></div>
  1075.  
  1076.  
  1077.  
  1078. <div id="sbar">
  1079.  
  1080.  
  1081. </div>
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087. <div id="tbar1"><div id="title"> <div class="photo_perma"> <div class="simg"><img src="http://29.media.tumblr.com/tumblr_lwguvxWkLJ1qhqya5o1_250.gif"/></div><div class="simg1"><img src="http://30.media.tumblr.com/tumblr_lwguvxWkLJ1qhqya5o2_250.gif"/></div> <div class="simg2"><img src="http://24.media.tumblr.com/tumblr_lwguvxWkLJ1qhqya5o3_250.gif"/></div> <div class="simg3"><img src="http://26.media.tumblr.com/tumblr_lwguvxWkLJ1qhqya5o4_250.gif"/></div></div></div></div></div>
  1088.  
  1089.  
  1090.  
  1091. <div id="kiki">
  1092.  
  1093. <div class="ki"><img src="http://30.media.tumblr.com/tumblr_lwan11np2u1qhzsfho8_250.gif"></div>
  1094.  
  1095. </div>
  1096.  
  1097. </div>
  1098.  
  1099.  
  1100.  
  1101. <div id="pont">
  1102.  
  1103. <ul id="jaymes">
  1104.  
  1105. <li class="ba"><div id="vanhalls">. . . . . . . . . . . . . . . . . . . .</div>
  1106.  
  1107.  
  1108.  
  1109.  
  1110. <ul id="jaymes">
  1111.  
  1112. <li class="ba"> <div class="stew"><br>Jenny,<br><br><br><br>don't you <br><br><br><br> cry.<br><br><br><br></div></li>
  1113.  
  1114.  
  1115.  
  1116. </ul> </li> </ul> </div>
  1117.  
  1118.  
  1119. <div id="tbar3"><div class="tbar31">
  1120.  
  1121. <div id="tt">
  1122.  
  1123. <div class="ttle"><a href="/">Before i go please know i'm trying...
  1124. </a>
  1125.  
  1126. </div>
  1127.  
  1128. <div id="frases1"><div class="frases1b"><center>Before i leave please don't get angry,
  1129. </center></div><center>Trying to be a better man.</center></div>
  1130.  
  1131. <div id="frases2"><div class="frases2b"><center>I will make this right, oh i will try
  1132. </center></div><center>Just dry your eyes and take my hand.</center></div>
  1133.  
  1134. <div id="frases3"><div class="frases3b"><center>you're so young and still so free</center></div><center>Everything is gonna be alright,</center></div>
  1135.  
  1136. <div id="credit"><div class="creditb">theme por <b>keepcal-m</b>; base <i>stupefys</i>; detalhes <i>noheartgirl, im-mutable, efeito-atropina e meiopasso.</i></div><center>one more time</center></div>
  1137.  
  1138. </div></div></div>
  1139.  
  1140.  
  1141.  
  1142. <div id="pagi">
  1143.  
  1144. <div id="pagin">
  1145.  
  1146. <div id="paginacaoml">
  1147.  
  1148.  
  1149.  
  1150. <span class="pagina_atual">1</span>
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158. <a class="jump_page" href="/page/2">2</a>
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164. <a class="jump_page" href="/page/3">3</a>
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170. <a class="jump_page" href="/page/4">4</a>
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176. <a class="jump_page" href="/page/5">5</a>
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182. <a class="jump_page" href="/page/6">6</a>
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188. <a class="jump_page" href="/page/7">7</a>
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194. <a class="jump_page" href="/page/8">8</a>
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200. <a class="jump_page" href="/page/9">9</a>
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206. <a class="jump_page" href="/page/10">10</a>
  1207.  
  1208.  
  1209.  
  1210. <a href="/page/2"><big><big>&raquo;</big></big></a>
  1211.  
  1212. </div></div></div></div>
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218. <div id="posts">
  1219.  
  1220. <div id="entries">
  1221.  
  1222. {block:Posts}
  1223.  
  1224. <div id="entry">
  1225.  
  1226. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1227.  
  1228. {block:Text}{Body}{/block:Text}
  1229.  
  1230. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  1231.  
  1232. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1233.  
  1234. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1235.  
  1236. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1237.  
  1238. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1239.  
  1240. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  1241.  
  1242. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1243.  
  1244. {block:Answer}<div id="questions">{Asker} whispered, "{Question}"</div>
  1245.  
  1246. {Answer}{/block:answer}
  1247.  
  1248. {block:Audio}<span class="audio"><center>{<embed src="http://www.youtube-nocookie.com/v/lg_p1kvfqE0?fs=1&amp;color1=0xffffff&amp;color2=0xffffffrel=0&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="300" height="25">}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  1249.  
  1250. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> /{/block:Date} {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom} / © <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br />{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  1251.  
  1252. {/block:Posts}
  1253.  
  1254. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1255.  
  1256. </div>
  1257.  
  1258. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement