Share Pastebin
Guest
Public paste!

affectingyou-theme16 Kunis

By: JoyRachel | Dec 17th, 2011 | Syntax: None | Size: 26.52 KB | Hits: 14,882 | Expires: Never
Copy text to clipboard
  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. <! Theme por Affecting You | não copie ou disponibilize !>
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  8. <script>
  9. function bloqueio()
  10. {alert(mensagem);}
  11. document.onkeydown=bloqueio;
  12. </script><meta http-equiv="x-dns-prefetch-control" content="off"/>
  13.  
  14.  
  15. <script type="text/javascript">
  16. //desabilita menu de opcoes ao clicar no botao direito
  17. function desabilitaMenu(e)
  18. {
  19. if (window.Event)
  20. {
  21. if (e.which == 2 || e.which == 3)
  22. return false;
  23. }
  24. else
  25. {
  26. event.cancelBubble = true
  27. event.returnValue = false;
  28. return false;
  29. }
  30. }
  31. document.oncontextmenu = desabilitaMenu;
  32. document.onmousedown = desabilitaBotaoDireito;
  33. document.onmouseup = desabilitaBotaoDireito;
  34. </script>
  35.  
  36.  
  37. <script language="JavaScript1.2">
  38. function disableselect(e){
  39. return false
  40. }
  41. function reEnable(){
  42. return true
  43. }
  44. //if IE4+
  45. document.onselectstart=new Function ("return false")
  46. //if NS6
  47. if (window.sidebar){
  48. document.onmousedown=disableselect
  49. document.onclick=reEnable
  50. }
  51. </script>
  52.  
  53. <script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script><script src="http://static.tumblr.com/ourf1ma/MmUlthg9c/arsenale-white.cufonfonts.js"
  54. type="text/javascript"></script><script type="text/javascript">Cufon.replace('.cufon');</script>
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. <script type="text/javascript">
  63.  
  64.  
  65. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  66.  
  67.  
  68.  
  69.  
  70. function tb8_makeArray(n){
  71.  
  72.  
  73. this.length = n;
  74.  
  75.  
  76. return this.length;
  77.  
  78.  
  79. }
  80.  
  81.  
  82.  
  83.  
  84. tb8_messages = new tb8_makeArray(1);
  85.  
  86.  
  87.  
  88.  
  89. tb8_messages[0] = "Diandra Souza";
  90.  
  91.  
  92.  
  93.  
  94. tb8_rptType = 'infinite';
  95.  
  96.  
  97.  
  98.  
  99. tb8_rptNbr = 5;
  100.  
  101.  
  102.  
  103.  
  104. tb8_speed = 100;
  105.  
  106.  
  107.  
  108.  
  109. tb8_delay = 2000;
  110.  
  111.  
  112.  
  113.  
  114. var tb8_counter=1;
  115.  
  116.  
  117.  
  118.  
  119. var tb8_currMsg=0;
  120.  
  121.  
  122.  
  123.  
  124. var tb8_tekst ="";
  125.  
  126.  
  127.  
  128.  
  129. var tb8_i=0;
  130.  
  131.  
  132.  
  133.  
  134. var tb8_TID = null;
  135.  
  136.  
  137.  
  138.  
  139. function tb8_pisi(){
  140.  
  141.  
  142.  
  143.  
  144. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  145.  
  146.  
  147.  
  148.  
  149. document.title = tb8_tekst;
  150.  
  151.  
  152.  
  153.  
  154. tb8_sp=tb8_speed;
  155.  
  156.  
  157.  
  158.  
  159. tb8_i++;
  160.  
  161.  
  162.  
  163.  
  164. if (tb8_i==tb8_messages[tb8_currMsg].length){
  165.  
  166.  
  167.  
  168.  
  169. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  170.  
  171.  
  172.  
  173.  
  174. }
  175.  
  176.  
  177.  
  178.  
  179. if (tb8_currMsg == tb8_messages.length){
  180.  
  181.  
  182.  
  183.  
  184. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  185.  
  186.  
  187.  
  188.  
  189. clearTimeout(tb8_TID);
  190.  
  191.  
  192.  
  193.  
  194. return;
  195.  
  196.  
  197.  
  198.  
  199. }
  200.  
  201.  
  202.  
  203.  
  204. tb8_counter++;
  205.  
  206.  
  207.  
  208.  
  209. tb8_currMsg = 0;
  210.  
  211.  
  212. }
  213.  
  214.  
  215.  
  216.  
  217. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  218.  
  219.  
  220.  
  221.  
  222. }
  223.  
  224.  
  225.  
  226.  
  227. tb8_pisi()
  228.  
  229.  
  230.  
  231.  
  232. </script>
  233.  
  234.  
  235.  
  236.  
  237. <html xmlns="http://www.wd3.org/1999/xhtml" xml:lang="en" lang="en">
  238.  
  239. <head> <!-- DEFAULT VARIABLES -->
  240. <meta name="font:body" content="verdana" />
  241. <meta name="font:body2" content="verdana" />
  242. <meta name="font:title" content="georgia" />
  243.  
  244. <meta name="color:background" content="#F0EEEE" />
  245. <meta name="color:text" content="#8D8D8D" />
  246. <meta name="color:entry" content="#FFFFFF" />
  247. <meta name="color:linkbackground" content="#6B6B6B" />
  248. <meta name="color:quote" content="#6D6D6D" />
  249. <meta name="color:link" content="#A577A5" />
  250. <meta name="color:linkhover" content="#FFFFFF" />
  251. <meta name="color:linkbar" content="#F3F3F3" />
  252. <meta name="color:sbar" content="#F3F3F3" />
  253. <meta name="color:boxborder" content="#BEBEBE" />
  254. <meta name="color:boxtext" content="#9B9B9B" />
  255. <meta name="color:boxbackground" content="#EBEBEB" />
  256. <meta name="color:scroll" content="#A577A5" />
  257. <meta name="color:scrollbackground" content="#FFFFFF" />
  258. <meta name="color:frase1" content="#D4D4D4" />
  259. <meta name="color:borderfrase" content="#686868" />
  260. <meta name="color:barra1" content="#AFAFAF" />
  261. <meta name="color:barra2" content="#B18BB6" />
  262. <meta name="color:sidebarlinks" content="#B18BB6" />
  263. <meta name="color:bgsidebarlinks" content="#FFFFFF" />
  264. <meta name="color:sidebarlinkshover" content="#FFFFFF" />
  265. <meta name="color:backsidebarlinkshover" content="#C9C9C9" />
  266.  
  267. <meta name="if:Show tags" content="1"/>
  268. <meta name="if:Show Search" content="0"/>
  269.  
  270. <meta name="image:sidebar 1" content="http://static.tumblr.com/jrxhs0w/DAblwd686/5.jpg"/>
  271. <meta name="image:sidebar 2" content="http://static.tumblr.com/jrxhs0w/rFTlwd689/6.jpg"/>
  272. <meta name="image:sidebar 3" content="http://static.tumblr.com/jrxhs0w/xgBlwd68b/7.jpg"/>
  273. <meta name="image:sidebar 4" content="http://static.tumblr.com/jrxhs0w/DAblwd686/5.jpg"/>
  274. <meta name="image:sidebar 5" content="http://static.tumblr.com/jrxhs0w/rFTlwd689/6.jpg"/>
  275. <meta name="image:sidebar 6" content="http://static.tumblr.com/jrxhs0w/xgBlwd68b/7.jpg"/>
  276. <meta name="image:background" content=""/>
  277.  
  278. <meta name="text:titulo" content="Mude no appearance" />
  279. <meta name="text:subtitulo" content="mude no appearance" />
  280. <meta name="text:frase1" content="Mude no appearance" />
  281. <meta name="text:frase2" content="Mude no appearance" />
  282. <meta name="text:frase3" content="Mude no appearance" />
  283. <meta name="text:LinkTitle1" content="LinkTitle1" />
  284. <meta name="text:LinkTitle2" content="LinkTitle2" />
  285. <meta name="text:LinkTitle3" content="LinkTitle3" />
  286. <meta name="text:Link1" content="/" />
  287. <meta name="text:Link1 Title" content="link1" />
  288. <meta name="text:Link2" content="/" />
  289. <meta name="text:Link2 Title" content="link2" />
  290. <meta name="text:Link3" content="/" />
  291. <meta name="text:Link3 Title" content="link3" />
  292. <meta name="text:Link4" content="/" />
  293. <meta name="text:Link4 Title" content="link4" />
  294. <meta name="text:Link5" content="/" />
  295. <meta name="text:Link5 Title" content="link5" />
  296. <meta name="text:Link6" content="/" />
  297. <meta name="text:Link6 Title" content="link6" />
  298. <meta name="text:Link7" content="/" />
  299. <meta name="text:Link7 Title" content="link7" />
  300. <meta name="text:Link8" content="/" />
  301. <meta name="text:Link8 Title" content="link8" />
  302. <meta name="text:Link9" content="/" />
  303. <meta name="text:Link9 Title" content="link9" />
  304. <meta name="text:Link10" content="/" />
  305. <meta name="text:Link10 Title" content="link10" />
  306.  
  307.         <title>Diandra Souza</title>
  308.         <link rel="shortcut icon" href="http://24.media.tumblr.com/avatar_6ba85d32693f_16.png">
  309.        
  310.             <meta name="description" content="Oi,meu nome é fulano tenho 400 anos,e não tenho nada pra escrever aqui,beijo" />
  311. <script language="JavaScript1.2">
  312. function disableselect(e){
  313. return false
  314. }
  315. function reEnable(){
  316. return true
  317. }
  318. //if IE4+
  319. document.onselectstart=new Function ("return false")
  320. //if NS6
  321. if (window.sidebar){
  322. document.onmousedown=disableselect
  323. document.onclick=reEnable
  324. }
  325. </script><script type="text/javascript">
  326. //desabilita menu de opcoes ao clicar no botao direito
  327. function desabilitaMenu(e)
  328. {
  329. if (window.Event)
  330. {
  331. if (e.which == 2 || e.which == 3)
  332. return false;
  333. }
  334. else
  335. {
  336. event.cancelBubble = true
  337. event.returnValue = false;
  338. return false;
  339. }
  340. }
  341.  
  342. //desabilita botao direito
  343. function desabilitaBotaoDireito(e)
  344. {
  345. if (window.Event)
  346. {
  347. if (e.which == 2 || e.which == 3)
  348. return false;
  349. }
  350. else
  351. if (event.button == 2 || event.button == 3)
  352. {
  353. event.cancelBubble = true
  354. event.returnValue = false;
  355. return false;
  356. }
  357. }
  358.  
  359. //desabilita botao direito do mouse
  360. if ( window.Event )
  361. document.captureEvents(Event.MOUSEUP);
  362. if ( document.layers )
  363. document.captureEvents(Event.MOUSEDOWN);
  364.  
  365. document.oncontextmenu = desabilitaMenu;
  366. document.onmousedown = desabilitaBotaoDireito;
  367. document.onmouseup = desabilitaBotaoDireito;
  368. </script>
  369.        
  370.  
  371.  
  372.  
  373.  
  374.     <style type="text/css">
  375.  
  376.  
  377. body {background-color: ;color:;font-family: verdana;font-size: 11px;text-align: center;line-height:120%;margin:0;padding:0;background-image:url('');background-attachment: fixed} a, a:link, a:active, a:visited {color:;text-transform: none;text-decoration: none} a:hover {background-color:;padding: 1px 0 1px 0;text-decoration: none} img a{border:0px;}img a:hover{border:0px;} b{text-transform: block; color:}i{text-transform: italic; color:}p{margin:2px 0 2px 0}blockquote{margin:5px 5px 2px 2px; padding: 1px 0 3px 6px; border-left: 2px solid }
  378.  
  379.  
  380. #pagin {
  381. position: left;
  382. margin-left: 40px;
  383. top: 350px;
  384. width: 420px;
  385. height: 15px;
  386. background-color:;
  387. text-align: center;
  388. border: 1px solid ;
  389. position: fixed;
  390. }
  391.  
  392. #paginacao {
  393. margin-left: -1px;
  394. margin-top: 335px;
  395. width: 436px;
  396. left: 10px;
  397. background-color: ;
  398. position: fixed;
  399. height: 30px;
  400. }
  401.  
  402. #paginacao1{
  403. position: left;
  404. margin-left: 5px;
  405. top: 432px;
  406. width: 424px;
  407. height: 15px;
  408. background-color:;
  409. text-align: center;
  410. border: 1px solid ;
  411. position: fixed;
  412. }
  413.  
  414. .sidebarpages{
  415. margin: 1px 0 0 0;
  416. text-align: center;
  417. font-family:verdana;
  418. color:
  419. }
  420. .sidebarpages a{
  421. text-decoration: none;
  422. color:
  423. }
  424. .sidebarpages a:hover{
  425. color:;
  426. background-color: transparent
  427. }
  428.  
  429. #phrase{
  430. background-color: ;
  431. letter-spacing: 2px;
  432. color: #FFFFFF;
  433. width:265px;
  434. height:45px;
  435. position: fixed;
  436. padding-top: 1px;
  437. padding-bottom: 1px;
  438. -webkit-transition: all 0.4s ease-out;
  439. -moz-transition: all 0.4s ease-out;
  440. margin-left: 5px;
  441. font-family: verdana;
  442. font-size: 9px;
  443. margin-top: 35px;
  444. z-index: 2;
  445. }
  446.  
  447. #phrase:hover {
  448. background-color: transparent;
  449. height: 30px;
  450. color: transparent;
  451. }
  452.  
  453. .phrase1 {
  454. text-align: justify;
  455. font-size: 9px;
  456. position: fixed;
  457. color: transparent;
  458. width: 265px;
  459. margin-top: 1px;
  460. margin-left: 5px;
  461. }
  462.  
  463. .phrase1:hover {
  464. color: ;
  465. font-size: 9px;
  466. text-align: justify;
  467. }
  468.  
  469. #frase1 {
  470. position: left;
  471. margin-left: 5px;
  472. top: 414px;
  473. width: 470px;
  474. height: 7px;
  475. background-color:;
  476. text-align: center;
  477. position: fixed;
  478. }
  479.  
  480. #frasea1 {
  481. color:#000000;
  482. width: 210px;
  483. margin-top: 2px;
  484. font-size: 9px;
  485. font-family: verdana;
  486. text-align: center;
  487. letter-spacing: 3px;
  488. font-style: bold;
  489. margin-bottom: 5px;
  490. opacity: 0.8;
  491. }
  492.  
  493. #frase2 {
  494. position: left;
  495. margin-left: 10px;
  496. top: 422px;
  497. width: 460px;
  498. height: 7px;
  499. background-color:;
  500. text-align: center;
  501. position: fixed;
  502. }
  503.  
  504. #frasea2 {
  505. color:#ffffff;
  506. width: 210px;
  507. margin-top: 2px;
  508. font-size: 9px;
  509. font-family: verdana;
  510. text-align: center;
  511. letter-spacing: 3px;
  512. font-style: bold;
  513. margin-bottom: 5px;
  514. opacity: 0.8;
  515. }
  516.  
  517. .linkbar {
  518. height:25px;
  519. left:500px;
  520. width:540px;
  521. position:fixed;
  522. background-color: ;
  523. top:30px;
  524. margin:auto;
  525. padding-bottom:2px;
  526. padding-top:2px;
  527. opacity:0.9;
  528. filter: alpha(opacity = 100);
  529. -webkit-transition: 0.3s ease-in;
  530. }
  531.  
  532. #linkks{
  533. text-align:center;
  534. display:inline-block;
  535. width:90px;
  536. color: #000;
  537. background-color: #fff;
  538. font-size: 10px;
  539. }
  540.  
  541. #linkks:hover #sublinks a:first-child{
  542. border-top:0px solid #fff;
  543. }
  544.  
  545. #linkks:hover #sublinks{
  546. opacity:1;
  547. margin-top:0px;
  548. -webkit-transition-duration:.2s;
  549. overflow:hidden;
  550. background-color:#fff;
  551. z-index:10;
  552. height:auto;
  553. }
  554.  
  555. .llinks{
  556. width: 500px;
  557. margin: 16px
  558. auto 3px auto;
  559. font-size: 9px;
  560. text-transform: none;
  561. margin-left:0px;
  562. }
  563.  
  564. .llinks a{
  565. display: block;
  566. text-decoration: none;
  567. font-family: verdana;
  568. color: ;
  569. background-color: ;
  570. padding: 2px 0px 2px 0px;
  571. margin: 0 0 1px 0;
  572. text-transform: lowercase;
  573. -webkit-transition: all 0.3s ease-out;
  574. -moz-transition: all 0.3s ease-out;
  575. }
  576.  
  577. .llinks a{
  578. display: block;
  579. text-decoration: none;
  580. font-family: verdana;
  581. color: ;
  582. background-color: ;
  583. padding: 2px 0px 2px 0px;
  584. margin: 0 0 1px 0;
  585. text-transform: lowercase;
  586. -webkit-transition: all 0.3s ease-out;
  587. -moz-transition: all 0.3s ease-out;
  588. }
  589.  
  590. .llinks a:hover{
  591. background-color: ;
  592. color:;
  593. text-transform: lowercase;
  594. -webkit-box-shadow: 0 0 1em ;
  595. box-shadow: 0 0 1em ;
  596. }
  597.  
  598. #sublinks{
  599. position:absolute;
  600. margin-top:-5px;
  601. opacity:1;
  602. margin-left:0px;
  603. width:85px;
  604. overflow:hidden;
  605. height:0px;
  606. }
  607.  
  608. #sublinks a{
  609. background-color: ;
  610. color: ;
  611. text-align:center;
  612. display:block;
  613. text-transform:lowercase;
  614. line-height:15px;
  615. padding: 2px 0px 2px 0px;
  616. font-size: 9px;
  617. font-family:verdana;
  618. }
  619.  
  620. #sublinks a:hover{
  621. border-bottom:1px solid #f5f5f5;
  622. text-transform:lowercase;
  623. color: ;
  624. background-color:;
  625. padding: 1px 0px 1px 0px;
  626. }
  627.  
  628. .llinks{
  629. width: 500px;
  630. margin: 3px auto 3px auto;
  631. font-size: 9px;
  632. text-transform: none;
  633. text-align: center;
  634. }
  635.  
  636. .llinks a{
  637. display: block;
  638. text-decoration: none;
  639. background-color: ;
  640. padding: 2px 0px 2px 0px;
  641. margin: 0 0 1px 0;
  642. color: ;
  643. }
  644.  
  645. .llinks a:hover{ background-color: ; color: ; text-transform: lowercase; -webkit-box-shadow: 0 0 1em #FFFFFF;  box-shadow: 0 0 1em #FFFFFF;}
  646.  
  647.  
  648. #sidebarfr{
  649. margin-left: 0px;
  650. margin-top: 0px;
  651. width: 275px;
  652. float: left;
  653. background-color: ;
  654. padding: 0px;
  655. position: fixed;
  656. height: 18px;
  657. }
  658.  
  659. .sidebarfrtext {
  660. margin: 3px 3px 3px 3px;
  661. font-family: verdana;
  662. font-size: 10px;
  663. text-align: center;
  664. border-left: 7px solid ;
  665. border-right: 7px solid ;
  666. }
  667.  
  668. #titlebar {
  669. margin-left: 0px;
  670. margin-top: 335px;
  671. width: 479px;
  672. left: 10px;
  673. background-color: ;
  674. position: fixed;
  675. height: 32px;
  676. }
  677.  
  678.  
  679. #titulo {
  680. font-size: 29px;
  681. text-align: center;
  682. margin-left: 0px;
  683. text-transform: none;
  684. line-height:25px;
  685. padding:5px;
  686. font-family: georgia;
  687. color: (color:sidebartext);
  688. background-color: ;
  689. }
  690.  
  691. #subtitle {
  692. margin-left: 0px;
  693. font-size: 9px;
  694. line-height:10px;
  695. text-align: center;
  696. text-transform: none;
  697. color: ;
  698. background-color: ;
  699. padding:0px;
  700. font-family: verdana;
  701. margin-top: -1px;
  702. }
  703.  
  704. #subtitle {
  705. margin-left: 0px;
  706. font-size: 9px;
  707. line-height:20px;
  708. text-align: center;
  709. text-transform: lowercase;
  710. letter-spacing: 2px;
  711. }
  712.  
  713. #pagination {
  714. margin-left: 0px;
  715. font-size: 16px;
  716. line-height:10px;
  717. text-align: center;
  718. font-family: georgia;
  719. text-transform: none;
  720. color: ;
  721. background-color: ;
  722. padding:0px;
  723. font-family: verdana;
  724. margin-top: -1px;
  725. }
  726.  
  727. #pagination {
  728. margin-left: 0px;
  729. font-size: 12px;
  730. line-height:20px;
  731. font-family: georgia;
  732. text-align: center;
  733. text-transform: lowercase;
  734. letter-spacing: 0px;
  735. }
  736.  
  737. #sidebarr {
  738. width: 2000px;
  739. height:49px;
  740. left: 0px;
  741. margin-top:0px;
  742. padding: 5px;
  743. background-color: ;
  744. text-align: center;
  745. position: fixed
  746. }
  747.  
  748.  
  749. #sidebar{
  750. left: 290px;
  751. margin-top: 30px;
  752. width: 200px;
  753. text-align: left;
  754. background-color: ;
  755. padding: 0px;
  756. position: fixed;
  757. height: 300px;
  758. }
  759.  
  760. .sidebarimg {
  761. overflow: auto;
  762. height: 285px;
  763. text-align: left;
  764. margin: 5px;
  765. border: 1px solid ;
  766. padding: 3px 0px 0px 3px;
  767. background-color: ;
  768. }
  769.  
  770. .sidebarimg img{
  771. width: 182px;
  772. height: auto;
  773. display: block;
  774. overflow: auto;
  775. margin-bottom: 3px;
  776. }
  777.  
  778. .sidebarimg2 {
  779. overflow: auto;
  780. height: 295px;
  781. text-align: left;
  782. margin: 5px;
  783. border: 1px solid ;
  784. padding: 3px 0px 0px 3px;
  785. background-color: ;
  786. }
  787.  
  788. .sidebarimg2 img{
  789. max-width: 245px;
  790. height: auto;
  791. display: block;
  792. overflow: auto;
  793. margin-bottom: 3px;
  794. }
  795.  
  796. #sidebardescri{
  797. left: 10px;
  798. margin-top: 30px;
  799. width: 275px;
  800. float: left;
  801. background-color: ;
  802. padding: 0px;
  803. position: fixed;
  804. height: 300px;
  805. }
  806.  
  807. .sidebardescri1{
  808. margin: 5px;
  809. padding: 5px;
  810. text-align: justify;
  811. font-size: 9px;
  812. font-family: ;
  813. border: 1px solid ;
  814. padding: 3px;
  815. background-color: ;
  816. color: ;
  817. overflow: auto;
  818. height: 194px;
  819. }
  820.  
  821. .sidebardescri1 a{
  822. font-size: 9px; ;
  823. }
  824.  
  825.  
  826. #sidebarcredit{
  827. margin-left: -1px;
  828. margin-top: 435px;
  829. width: 480px;
  830. left: 10px;
  831. background-color: ;
  832. position: fixed;
  833. height: 32px;
  834. }
  835.  
  836. #sidebarcredit a{font-size: 9px;}
  837.  
  838.  
  839. ::-webkit-scrollbar-thumb:vertical {
  840. background-color: ;
  841. height: 50px;
  842. }
  843. ::-webkit-scrollbar-thumb:horizontal {
  844. background-color: ;
  845. height: 10px;
  846. }
  847. ::-webkit-scrollbar {
  848. height: 5px;
  849. width: 5px;
  850. background-color: ;
  851. }
  852.  
  853. #container {
  854. background-color:transparent;
  855. width: 465px;
  856. position: absolute;
  857. top: 60px;
  858. left: 500px;
  859. padding-bottom: 0px
  860. }
  861.  
  862. #entries {margin: 0px 0 0px 0}
  863.  
  864. #entry {
  865. width: 500px;
  866. background-color:;
  867. text-align: justify;
  868. padding: 20px;
  869. margin: 0px 0 5px 0
  870. }
  871.  
  872. .image{text-align: center; margin: 0 0 5px 0}
  873. .image img{border: 0px; margin: 0; padding: 0}
  874.  
  875. #ask_form{width: 500px}
  876.  
  877. .search_result{font-size: 12px; text-align: center}
  878.  
  879. .source{display:none}
  880.  
  881. h1{
  882. font-family: georgia;
  883. font-size:20px;
  884. letter-spacing: -1px;
  885. line-height: 20px;
  886. text-transform: none;
  887. font-weight: normal;
  888. margin: 0 0 5px 0;
  889. text-align: center
  890. }
  891.  
  892. h1 a{
  893. font-size:20px;
  894. letter-spacing: -1px;
  895. line-height: 20px;
  896. text-transform: none;
  897. font-weight: normal;
  898. margin: 0 0 5px 0;
  899. text-decoration: none;
  900. text-align: center
  901. }
  902.  
  903. .qqmarks{
  904. font-size: 80px;
  905. font-weight: bold;
  906. line-height: 80px;
  907. opacity: 0.2;
  908. filter:alpha (opacity=20)
  909. }
  910.  
  911. .qquote{
  912. font-family: georgia;
  913. font-size: 20px;
  914. letter-spacing: -1px;
  915. line-height: 20px;
  916. text-transform: none;
  917. margin-top: -70px;
  918. margin-left: 45px
  919. }
  920.  
  921. .qsource{
  922. margin: 5px 15px 0 10;
  923. text-align: right}
  924.  
  925. .chat{
  926. line-height: 12px;
  927. list-style: none
  928. }
  929.  
  930. .chat ul {
  931. line-height: 15px;
  932. list-style: none;
  933. padding: 0px;
  934. line-height: 20px;
  935. }
  936.  
  937. .person1 {
  938. background-color: ;
  939. color:
  940. }
  941. .person1 .label {
  942. font-weight: bold;
  943. padding: 0px;
  944. margin-left: 5px;
  945. color:
  946. }
  947. .person2 {
  948. background-color: ;
  949. color:
  950. }
  951. .person2 .label {
  952. font-weight: bold;
  953. padding: 0px;
  954. margin-left: 5px;
  955. color:
  956. }
  957.  
  958. .audioimage{
  959. float:left;
  960. text-align: center;
  961. margin: 0 10px 5px 0;
  962. width: 205px;
  963. border: 15px solid ;
  964. }
  965. .audioimage img{
  966. max-width: 205px;
  967. height: auto;
  968. margin: 0 0 2px 0
  969. }
  970. .playcount {font-style: italic}
  971.  
  972.  
  973. .asker {
  974. width: 480px;
  975. background-color: ;
  976. color:;
  977. padding: 10px
  978. }
  979. .asker img{
  980. float: left;
  981. margin: 0px 4px 2px 0
  982. }
  983. .asker a{
  984. font-size: 20px;
  985. color:;
  986. text-transform: lowercase;
  987. line-height: 27px;
  988. padding: 0; margin: 0;
  989. font-family: georgia;
  990. }
  991. .asker a:hover{
  992. font-size: 20px;
  993. color:;
  994. text-transform: lowercase;
  995. line-height:27px;
  996. padding: 0;
  997. margin: 0;
  998. font-family: georgia;
  999. }
  1000. .answer {padding: 5px 0 0 0}
  1001.  
  1002. #cap {
  1003. padding: 2px 0 0 0;
  1004. width: 500px;
  1005. margin: 0 0 0 5px
  1006. }
  1007.  
  1008. .info {
  1009. margin-top: 10px;
  1010. border-left: 0px solid ;
  1011. padding: 5px;
  1012. background-color: ;
  1013. text-align: center;
  1014. font-size: 9px;
  1015. font-family: verdana;
  1016. text-transform: lowercase;
  1017. }
  1018.  
  1019. .info a {font-size: 9px;}
  1020.  
  1021. .info2 {
  1022. padding: 2px;
  1023. border-bottom: 1px dotted ;
  1024. text-align: right;
  1025. }
  1026. .tags {
  1027. color: ;
  1028. font-size: 9px;
  1029. font-family: verdana;
  1030. display: inline;
  1031. list-style: none;
  1032. text-transform: none;
  1033. }
  1034. .tags a {
  1035. font-size: 9px;
  1036. color: ;
  1037. display: inline;
  1038. list-style: none;
  1039. text-transform: none;
  1040. }
  1041.  
  1042. #nts {
  1043. width: 500px;
  1044. margin-left: 95px;
  1045. padding: 10px;
  1046. margin-top: 5px;
  1047. font-size: 10px;
  1048. text-align: left
  1049. }
  1050.  
  1051. #nts img{display: none; border:0px}
  1052.  
  1053. #clear{
  1054. clear: both;
  1055. width: 50px;
  1056. height: 0px;
  1057. background-color: transparent
  1058. }
  1059.  
  1060. #prevnextlinks{
  1061. text-align: center;
  1062. width: 500px;
  1063. background-color:;
  1064. padding: 7px 20px 7px 20px;
  1065. margin: 0 0 2px 0;
  1066. font-size: 10px
  1067. }
  1068.  
  1069. #notes {
  1070. width: 500px;
  1071. margin: 0px;
  1072. margin-left: 0px;
  1073. padding: 5px;
  1074. text-align: left
  1075. }
  1076.  
  1077. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  1078. ol.notes li {margin: 0px; padding: 2px;}
  1079.  
  1080. #notes img{border:0px}
  1081. #notes a{font-size: 10px}
  1082.  
  1083.  
  1084. .titled:hover{margin-top:-95px;}
  1085.  
  1086.  
  1087. .describe{ margin-top:80px; font:18px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; text-transform:none;}
  1088.  
  1089.  
  1090. #clear{width: 500px; height: 30px}
  1091. #tumblr_controls{position: fixed!important}
  1092.  
  1093. .bigquote{font-size: 75px; font-family: georgia; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20);}
  1094.  
  1095.  
  1096.  
  1097. </style>
  1098.  
  1099. <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
  1100.  
  1101. </head>
  1102.  
  1103. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  1104.  
  1105.  
  1106. <div id="container">
  1107.  
  1108. <div id="entries">
  1109.  
  1110.  
  1111.  
  1112.  
  1113. <div id="entry">
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123. <div class="source"></div>
  1124.  
  1125.  
  1126. <div id="clear"></div>
  1127.  
  1128. <div class="info">
  1129. Posted 9 Febrero 2012, <a href="http://didsouza.tumblr.com/post/17348201453">hace 3 meses</a> | <a href="http://www.tumblr.com/reblog/17348201453/y6sR5qG1" target="_blank">reblog this post</a><br>
  1130. </div></div>
  1131.  
  1132. <div id="entry">
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142. <div class="source"></div>
  1143.  
  1144.  
  1145. <div id="clear"></div>
  1146.  
  1147. <div class="info">
  1148. Posted 9 Febrero 2012, <a href="http://didsouza.tumblr.com/post/17347699162">hace 3 meses</a> | <a href="http://www.tumblr.com/reblog/17347699162/lRNvikcS" target="_blank">reblog this post</a><br>
  1149. </div></div>
  1150.  
  1151. <div id="entry">
  1152.  
  1153.  
  1154. <div id="cap">

    In your heart, in your heart, in your heart…

    </div>
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162. <div class="source"><a href="http://jmcguiness.tumblr.com/post/17322830481/in-your-heart-in-your-heart-in-your-heart">Fuente:jmcguiness</a>
  1163. </div>
  1164.  
  1165.  
  1166. <div id="clear"></div>
  1167.  
  1168. <div class="info">
  1169. Posted 9 Febrero 2012, <a href="http://didsouza.tumblr.com/post/17347612366/in-your-heart-in-your-heart-in-your-heart">hace 3 meses</a> | <a href="http://didsouza.tumblr.com/post/17347612366/in-your-heart-in-your-heart-in-your-heart">324 notas</a> | <a href="http://www.tumblr.com/reblog/17347612366/Y7XldvX8" target="_blank">reblog this post</a><br>(originally <a href="http://jmcguiness.tumblr.com/post/17322830481/in-your-heart-in-your-heart-in-your-heart" title="live forever with you around">jmcguiness</a>
  1170. </span> / via <a href="http://sykesblog.tumblr.com/post/17331479531/in-your-heart-in-your-heart-in-your-heart">sykesblog</a>)<br>
  1171. </div></div>
  1172.  
  1173. <div id="entry">
  1174.  
  1175.  
  1176. <div id="cap"></div>
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184. <div class="source"><a href="http://n-horans.tumblr.com/post/13201697202">Fuente:n-horans</a>
  1185. </div>
  1186.  
  1187.  
  1188. <div id="clear"></div>
  1189.  
  1190. <div class="info">
  1191. Posted 9 Febrero 2012, <a href="http://didsouza.tumblr.com/post/17347592536">hace 3 meses</a> | <a href="http://didsouza.tumblr.com/post/17347592536">848 notas</a> | <a href="http://www.tumblr.com/reblog/17347592536/YP0J5q9G" target="_blank">reblog this post</a><br>(originally <a href="http://n-horans.tumblr.com/post/13201697202" title="if im louder, would you see me?">n-horans</a>
  1192. </span> / via <a href="http://sykesblog.tumblr.com/post/17331447141">sykesblog</a>)<br>
  1193. </div></div>
  1194.  
  1195. <div id="entry">
  1196.  
  1197.  
  1198. <div id="cap">

    In your heart, in your heart, in your heart…

    </div>
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206. <div class="source"><a href="http://jmcguiness.tumblr.com/post/17322830481/in-your-heart-in-your-heart-in-your-heart">Fuente:jmcguiness</a>
  1207. </div>
  1208.  
  1209.  
  1210. <div id="clear"></div>
  1211.  
  1212. <div class="info">
  1213. Posted 9 Febrero 2012, <a href="http://didsouza.tumblr.com/post/17347564018/in-your-heart-in-your-heart-in-your-heart">hace 3 meses</a> | <a href="http://didsouza.tumblr.com/post/17347564018/in-your-heart-in-your-heart-in-your-heart">324 notas</a> | <a href="http://www.tumblr.com/reblog/17347564018/Y7XldvX8" target="_blank">reblog this post</a><br>(originally <a href="http://jmcguiness.tumblr.com/post/17322830481/in-your-heart-in-your-heart-in-your-heart" title="live forever with you around">jmcguiness</a>
  1214. </span> / via <a href="http://sykesblog.tumblr.com/post/17331479531/in-your-heart-in-your-heart-in-your-heart">sykesblog</a>)<br>
  1215. </div></div>
  1216.  
  1217. <div id="entry">
  1218.  
  1219. <div class="image"><img src="http://25.media.tumblr.com/tumblr_lyzng6lfIK1qim42to1_r1_500.jpg"></div>
  1220. <div id="cap">

    As consequências de arriscar, são erros e quedas. Mas se eu não arriscar nunca vou saber o sabor da vitória. (onlyasolitary)

    </div>
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229. <div class="source"><a href="http://onlyasolitary.tumblr.com/post/17342829533/as-consequencias-de-arriscar-sao-erros-e-quedas">Fuente:onlyasolitary</a>
  1230. </div>
  1231.  
  1232.  
  1233. <div id="clear"></div>
  1234.  
  1235. <div class="info">
  1236. Posted 9 Febrero 2012, <a href="http://didsouza.tumblr.com/post/17347415054/as-consequencias-de-arriscar-sao-erros-e-quedas">hace 3 meses</a> | <a href="http://didsouza.tumblr.com/post/17347415054/as-consequencias-de-arriscar-sao-erros-e-quedas">3 806 notas</a> | <a href="http://www.tumblr.com/reblog/17347415054/TWrGCVBw" target="_blank">reblog this post</a><br>(originally <a href="http://onlyasolitary.tumblr.com/post/17342829533/as-consequencias-de-arriscar-sao-erros-e-quedas" title="Only a Solitary">onlyasolitary</a>
  1237. </span> / via <a href="http://maisumnasociedade.com/post/17347064227/as-consequencias-de-arriscar-sao-erros-e-quedas">maisumnasociedade</a>)<br>
  1238. </div></div>
  1239.  
  1240. <div id="entry">
  1241.  
  1242.  
  1243. <div id="cap"></div>
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251. <div class="source"><a href="http://www.tumblr.com/blog/private_40660016?17335019639">Fuente:</a>
  1252. </div>
  1253.  
  1254.  
  1255. <div id="clear"></div>
  1256.  
  1257. <div class="info">
  1258. Posted 9 Febrero 2012, <a href="http://didsouza.tumblr.com/post/17347413574">hace 3 meses</a> | <a href="http://didsouza.tumblr.com/post/17347413574">160 notas</a> | <a href="http://www.tumblr.com/reblog/17347413574/Bg6k4KTV" target="_blank">reblog this post</a><br>(originally <a href="http://www.tumblr.com/blog/private_40660016?17335019639" title="little follese"></a>
  1259. </span> / via <a href="http://hotchellicious.tumblr.com/post/17347198800">hotchellicious</a>)<br>
  1260. </div></div>
  1261.  
  1262. <div id="entry">
  1263.  
  1264. <div class="image"><img src="http://24.media.tumblr.com/tumblr_lz5j3e9vKx1rof69ro1_500.gif"></div>
  1265. <div id="cap"></div>
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274. <div class="source"><a href="http://thewanted-usa.tumblr.com/post/17344892397">Fuente:thewanted-usa</a>
  1275. </div>
  1276.  
  1277.  
  1278. <div id="clear"></div>
  1279.  
  1280. <div class="info">
  1281. Posted 9 Febrero 2012, <a href="http://didsouza.tumblr.com/post/17347412026">hace 3 meses</a> | <a href="http://didsouza.tumblr.com/post/17347412026">81 notas</a> | <a href="http://www.tumblr.com/reblog/17347412026/JK1CAI1G" target="_blank">reblog this post</a><br>(originally <a href="http://thewanted-usa.tumblr.com/post/17344892397" title="The Wanted">thewanted-usa</a>
  1282. </span> / via <a href="http://sykesblog.tumblr.com/post/17347276525">sykesblog</a>)<br>
  1283. </div></div>
  1284.  
  1285. <div id="entry">
  1286.  
  1287.  
  1288. <div id="cap"></div>
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296. <div class="source"><a href="http://mywishtodayis.tumblr.com/post/17324843322">Fuente:mywishtodayis</a>
  1297. </div>
  1298.  
  1299.  
  1300. <div id="clear"></div>
  1301.  
  1302. <div class="info">
  1303. Posted 9 Febrero 2012, <a href="http://didsouza.tumblr.com/post/17327734230">hace 3 meses</a> | <a href="http://didsouza.tumblr.com/post/17327734230">22 notas</a> | <a href="http://www.tumblr.com/reblog/17327734230/2dC59Bcm" target="_blank">reblog this post</a><br>(originally <a href="http://mywishtodayis.tumblr.com/post/17324843322" title="Fredoom, baby.">mywishtodayis</a>
  1304. </span> / via <a href="http://trippin--out.tumblr.com/post/17324906705">trippin--out</a>)<br>
  1305. </div></div>
  1306.  
  1307. <div id="entry">
  1308.  
  1309.  
  1310. <div id="cap"></div>
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318. <div class="source"><a href="http://babyvs.tumblr.com/post/17324598038">Fuente:babyvs</a>
  1319. </div>
  1320.  
  1321.  
  1322. <div id="clear"></div>
  1323.  
  1324. <div class="info">
  1325. Posted 9 Febrero 2012, <a href="http://didsouza.tumblr.com/post/17327733044">hace 3 meses</a> | <a href="http://didsouza.tumblr.com/post/17327733044">33 notas</a> | <a href="http://www.tumblr.com/reblog/17327733044/8aDFJFna" target="_blank">reblog this post</a><br>(originally <a href="http://babyvs.tumblr.com/post/17324598038" title="i'm standing still as you leave me now">babyvs</a>
  1326. </span> / via <a href="http://dreams-with-justin.tumblr.com/post/17324862219">dreams-with-justin</a>)<br>
  1327. </div></div>
  1328.  
  1329. <div id="entry">
  1330. <h1>A pessoa deita em você > você fica super desconfortável > mas a pessoa tá confortável > então você continua ali.</h1>
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340. <div class="source"><a href="http://bringyoudown.tumblr.com/post/17105646193/a-pessoa-deita-em-voce-voce-fica-super-desconfortavel">Fuente:bringyoudown</a>
  1341. </div>
  1342.  
  1343.  
  1344. <div id="clear"></div>
  1345.  
  1346. <div class="info">
  1347. Posted 9 Febrero 2012, <a href="http://didsouza.tumblr.com/post/17327628138/a-pessoa-deita-em-voce-voce-fica-super-desconfortavel">hace 3 meses</a> | <a href="http://didsouza.tumblr.com/post/17327628138/a-pessoa-deita-em-voce-voce-fica-super-desconfortavel">20 497 notas</a> | <a href="http://www.tumblr.com/reblog/17327628138/zUlOH5Sr" target="_blank">reblog this post</a><br>(originally <a href="http://bringyoudown.tumblr.com/post/17105646193/a-pessoa-deita-em-voce-voce-fica-super-desconfortavel" title="Call Me Hopeless, But Not Romantic.">bringyoudown</a>
  1348. </span> / via <a href="http://dreams-with-justin.tumblr.com/post/17324908292/a-pessoa-deita-em-voce-voce-fica-super-desconfortavel">dreams-with-justin</a>)<br>
  1349. </div></div>
  1350.  
  1351. <div id="entry">
  1352.  
  1353. <div class="image"><img src="http://24.media.tumblr.com/tumblr_lz4vq7WbIK1qefm0no1_500.jpg"></div>
  1354. <div id="cap">

    fuckyeahjaymcguiness:

    </div>
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363. <div class="source"><a href="http://fuckyeahjaymcguiness.tumblr.com/post/17321082957/do-you-think-my-friend-will-like-it">Fuente:fuckyeahjaymcguiness</a>
  1364. </div>
  1365.  
  1366.  
  1367. <div id="clear"></div>
  1368.  
  1369. <div class="info">
  1370. Posted 9 Febrero 2012, <a href="http://didsouza.tumblr.com/post/17327594742/fuckyeahjaymcguiness">hace 3 meses</a> | <a href="http://didsouza.tumblr.com/post/17327594742/fuckyeahjaymcguiness">9 notas</a> | <a href="http://www.tumblr.com/reblog/17327594742/5tMPC4qz" target="_blank">reblog this post</a><br>(originally <a href="http://fuckyeahjaymcguiness.tumblr.com/post/17321082957/do-you-think-my-friend-will-like-it" title="ZeldaTshirtFuckYeeaahh.png">fuckyeahjaymcguiness</a>
  1371. </span> / via <a href="http://fuckyeahjaymcguiness.tumblr.com/post/17325311347/fuckyeahjaymcguiness-do-you-think-my-friend">fuckyeahjaymcguiness</a>)<br>
  1372. </div></div>
  1373.  
  1374.  
  1375. </div>
  1376. </div>
  1377.  
  1378. <div id="sidebarr"></div>
  1379.  
  1380.  
  1381. <div id="sidebardescri"><div class="sidebardescri1">Oi,meu nome é fulano tenho 400 anos,e não tenho nada pra escrever aqui,beijo</div>
  1382. <center><div id="sidebarfr">
  1383. <div class="sidebarfrtext">
  1384. </div>
  1385. </div></center>
  1386.  
  1387. <div id="phrase"><div class="phrase1"><center></center></div><center></center></div>
  1388. </div>
  1389.  
  1390.  
  1391. <div id="sidebar">
  1392.  
  1393.  
  1394. <div class="sidebarimg"><marquee direction="up" scrollamount="3" height="280px" behavior="alternate"  onmouseover="this.stop()" onmouseout="this.start()">
  1395. <img src=""/><img src=""/><img src=""/><img src=""/><img src=""/><img src=""/>
  1396. </marquee>
  1397. </div>
  1398.  
  1399. </div>
  1400.  
  1401. <div id="titlebar">
  1402. <div id="titulo"></div>
  1403. <div id="subtitle"></div>
  1404. <div id="pagination">
  1405.  <div class="sidebarpages">
  1406. page 1 of 76
  1407.  <a href="/page/2">&raquo;</a>
  1408. </div> </div>
  1409.  
  1410. <div id="frase1"> <div id="frasea1"></div></div> <div id="frase2"> <div id="frasea2"></div></div>
  1411. </div>
  1412.  
  1413. </div></div>
  1414. </div>
  1415. </div>
  1416.  
  1417. <div id="sidebarcredit">
  1418. <pre><div style="border: 1px solid ; margin: -6px 5px 5px 5px; padding: 3px; overflow: auto; background-color: ; font-family: ; font-size: 9px;"> theme por <b><a href="http://affectingyou.tumblr.com/">affectingyou</a></b>; com detalhes de <a href="http://decepcionar.tumblr.com/"><b>decepcionar</b></a>, <a href="http://abismopoetico.tumblr.com/"><b>abismopoetico</b></a> e <b><a href="http://desesperancoso.tumblr.com/">desesperancoso</a></b>.</div></pre>
  1419. </div>
  1420. </div>
  1421.  
  1422.  
  1423.  
  1424. <div class="linkbar">
  1425.  
  1426. <div class="llinks">
  1427.  
  1428. <table width="300px"><tbody><tr>
  1429.  
  1430. <div id="linkks"><a href="/">1st page</a>
  1431. </div>
  1432.  
  1433. <div id="linkks"><a href="#">questions?</a>
  1434. <div id="sublinks">
  1435. <a href="/ask">ask me</a>
  1436. <a href="/submit">submit</a>
  1437. </div></div>
  1438.  
  1439. <div id="linkks"><a href="#"></a>
  1440. <div id="sublinks">
  1441. </div></div>
  1442.  
  1443. <div id="linkks"><a href="#"></a>
  1444. <div id="sublinks">
  1445. </div></div>
  1446.  
  1447. <div id="linkks"><a href="#"></a>
  1448. <div id="sublinks">
  1449.  
  1450. </div></div>
  1451.  
  1452.  
  1453.  
  1454. </div>
  1455.  
  1456.  
  1457. </body>
  1458. </html>