Advertisement
themesforu

the-dreamgirl

Dec 20th, 2011
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.99 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.  
  4.  
  5.  
  6. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7.  
  8.  
  9.  
  10. <!-- (c) tumblr theme by the-dreamgirl.tumblr.com
  11.  
  12. não copie, seja original. Se voce copiar eu vou atras de você até no quinto dos infernos e acabo contigo. grata (: -->
  13.  
  14.  
  15.  
  16. <script type="text/javascript">
  17.  
  18. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  19.  
  20. function tb8_makeArray(n){
  21.  
  22. this.length = n;
  23.  
  24. return this.length;
  25.  
  26. }
  27.  
  28. tb8_messages = new tb8_makeArray(1);
  29.  
  30. tb8_messages[0] = "I'm nothing without you.";
  31.  
  32. tb8_rptType = 'infinite';
  33.  
  34. tb8_rptNbr = 5;
  35.  
  36. tb8_speed = 100;
  37.  
  38. tb8_delay = 2000;
  39.  
  40. var tb8_counter=1;
  41.  
  42. var tb8_currMsg=0;
  43.  
  44. var tb8_tekst ="";
  45.  
  46. var tb8_i=0;
  47.  
  48. var tb8_TID = null;
  49.  
  50. function tb8_pisi(){
  51.  
  52. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  53.  
  54. document.title = tb8_tekst;
  55.  
  56. tb8_sp=tb8_speed;
  57.  
  58. tb8_i++;
  59.  
  60. if (tb8_i==tb8_messages[tb8_currMsg].length){
  61.  
  62. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  63.  
  64. }
  65.  
  66. if (tb8_currMsg == tb8_messages.length){
  67.  
  68. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  69.  
  70. clearTimeout(tb8_TID);
  71.  
  72. return;
  73.  
  74. }
  75.  
  76. tb8_counter++;
  77.  
  78. tb8_currMsg = 0;
  79.  
  80. }
  81.  
  82. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  83.  
  84. }
  85.  
  86. tb8_pisi()
  87.  
  88. </script>
  89.  
  90.  
  91.  
  92. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  93.  
  94. <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'>
  95.  
  96.  
  97.  
  98.  
  99.  
  100. <head>
  101.  
  102. <!-- DEFAULT VARIABLES -->
  103.  
  104. <meta name="font:body" content="verdana" />
  105.  
  106.  
  107.  
  108. <meta name="color:background" content="#F6F6F6" />
  109.  
  110. <meta name="color:sidebar" content="#fff" />
  111.  
  112. <meta name="color:text" content="#000" />
  113.  
  114. <meta name="color:thover" content="#ececec" />
  115.  
  116. <meta name="color:link" content="#654E8B" />
  117.  
  118. <meta name="color:entry" content="#fff" />
  119.  
  120. <meta name="color:bold" content="#222" />
  121.  
  122. <meta name="color:rolagem" content="#000" />
  123.  
  124. <meta name="color:backgroundfrase" content="#fff" />
  125.  
  126. <meta name="color:frasetext" content="#000" />
  127.  
  128. <meta name="color:linkbackground" content="#000" />
  129.  
  130. <meta name="color:linkhover" content="#654E8B" />
  131.  
  132. <meta name="color:textlink" content="#fff" />
  133.  
  134. <meta name="color:textlinkhover" content="#fff" />
  135.  
  136. <meta name="color:backgroundfrase1" content="#000000" />
  137.  
  138. <meta name="color:backgroundfrase2" content="#654E8B" />
  139.  
  140.  
  141.  
  142. <meta name="if:Show tags" content="1"/>
  143.  
  144. <meta name="if:Enable endless scrolling" content="0"/>
  145.  
  146. <meta name="if:Show sidebar image" content="1"/>
  147.  
  148. <meta name="if:Show search" content="1"/>
  149.  
  150. <meta name="if:Show post author" content="1"/>
  151.  
  152. <meta name="image:background" content=""/>
  153.  
  154.  
  155.  
  156.  
  157.  
  158. <meta name="text:frase1" content="coloque um frase pequena aqui" />
  159.  
  160. <meta name="text:frase2" content="e aqui tambem" />
  161.  
  162.  
  163.  
  164. <meta name="text:bltitle" content="aqui coloca no bltitle" />
  165.  
  166. <meta name="text:bltitle2" content="e aqui no bltitle2" />
  167.  
  168.  
  169.  
  170. <meta name="text:titlelink" content="titlelink" />
  171.  
  172. <meta name="text:titlelink2" content="titlelink2" />
  173.  
  174. <meta name="text:titlelink3" content="titlelink3" />
  175.  
  176.  
  177.  
  178.  
  179.  
  180. <meta name="text:Link1" content="/" />
  181.  
  182. <meta name="text:Link1 Title" content="coloque" />
  183.  
  184. <meta name="text:Link2" content="/" />
  185.  
  186. <meta name="text:Link2 Title" content="seus" />
  187.  
  188. <meta name="text:Link3" content="/" />
  189.  
  190. <meta name="text:Link3 Title" content="links" />
  191.  
  192. <meta name="text:Link4" content="/" />
  193.  
  194. <meta name="text:Link4 Title" content="pelo" />
  195.  
  196. <meta name="text:Link5" content="/" />
  197.  
  198. <meta name="text:Link5 Title" content="aparence" />
  199.  
  200. <meta name="text:Link6" content="/" />
  201.  
  202. <meta name="text:Link6 Title" content="ok?" />
  203.  
  204. <meta name="text:Link7" content="/" />
  205.  
  206. <meta name="text:Link7 Title" content="ook" />
  207.  
  208. <meta name="text:Link8" content="/" />
  209.  
  210. <meta name="text:Link8 Title" content="(:" />
  211.  
  212. <meta name="text:Link9" content="/" />
  213.  
  214. <meta name="text:Link9 Title" content="~xoxo~" />
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222. <meta name="image:sidebar01" content="http://static.tumblr.com/69m8joj/pZIlvdh7e/_1_.jpg"/>
  223.  
  224. <meta name="image:sidebar02" content="http://static.tumblr.com/69m8joj/swnlvdh8y/_2_.jpg"/>
  225.  
  226. <meta name="image:sidebar03" content="http://static.tumblr.com/69m8joj/kWLlvdhfa/_5_.jpg"/>
  227.  
  228.  
  229.  
  230. <title>I'm nothing without you.</title>
  231.  
  232. <link rel="shortcut icon" href="http://29.media.tumblr.com/avatar_c85cc10c6fe1_16.png">
  233.  
  234. <link rel="alternate" type="application/rss+xml" href="http://doce-inverno.tumblr.com/rss">
  235.  
  236.  
  237.  
  238. <meta name="description" content="Eu sei que..." />
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248. <style type="text/css">
  249.  
  250.  
  251.  
  252. /* body, italic, bold, blockquote */
  253.  
  254.  
  255.  
  256. body {background-color:#FFFFFF; color:#000000; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size: 11px; text-align: left; line-height:120%; margin:0; padding:0; background-image:url('http://assets.tumblr.com/images/x.gif'); background-attachment: fixed}
  257.  
  258. a, a:link, a:active, a:visited {color:#000000;text-transform: none; text-decoration: none;}
  259.  
  260. a:hover {background-color:#9E9E9E; padding: 1px 0 1px 0; text-decoration: none}
  261.  
  262. img a{border:0px;}
  263.  
  264. img a:hover{border:0px;}
  265.  
  266. b, strong{color:#0E0109}
  267.  
  268. i, em {color:{color:#666};}
  269.  
  270. p{margin-top:5px; margin-bottom:5px}
  271.  
  272.  
  273.  
  274. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid #000000; padding-left: 5px; }
  275.  
  276. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #000000;}
  277.  
  278. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #000000; }
  279.  
  280. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #000000; }
  281.  
  282.  
  283.  
  284. blockquote img{max-width: 470px!important}
  285.  
  286. blockquote blockquote img{max-width: 450px!important}
  287.  
  288. blockquote blockquote blockquote img{max-width: 430px!important}
  289.  
  290. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  291.  
  292.  
  293.  
  294.  
  295.  
  296. /* scrollbar */
  297.  
  298.  
  299.  
  300. ::-webkit-scrollbar{width:5px;height:3px;}
  301.  
  302. ::-webkit-scrollbar-button:start:decrement
  303.  
  304. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  305.  
  306. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  307.  
  308. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  309.  
  310. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#ddd;-webkit-border-radius:px;}
  311.  
  312.  
  313.  
  314.  
  315.  
  316. /* navigation */
  317.  
  318.  
  319.  
  320. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  321.  
  322.  
  323.  
  324. text-align: left; font-size: 75px;}
  325.  
  326. .left{float:left; margin-left: 10px; width: 40px}
  327.  
  328. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  329.  
  330. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  331.  
  332.  
  333.  
  334. /* sidebar */
  335.  
  336.  
  337.  
  338. #sidebar {width: 350px; height: auto; left:8px; padding: 3px; background-color:#FFFFFF; text-align: rigth; margin-top: 15px; position: fixed; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}
  339.  
  340.  
  341.  
  342. /* frases e titulos */
  343.  
  344.  
  345.  
  346. .bltitle {float: center;font-family: 'Rochester', cursive; font-size: 25px; text-align: center; margin-left: 5px; text-transform: none; line-height:23px; padding:5px ; color:#000; background-color: #fff; widht: 400px; height:45px;}
  347.  
  348.  
  349.  
  350. .blsubtitle {margin-left: 5px; font-size: 11px; line-height:12px; text-align: center; text-transform:lowercase; background-color: #f0f0f0;}
  351.  
  352.  
  353.  
  354. .frase1 {width: 393px; margin-top: 0px; padding: 2px; text-align: center; background-color: #000000; letter-spacing: 3px; font-size: 9px; font-family: verdana; color: #FFFFFF; }
  355.  
  356.  
  357.  
  358. .frase2 {width: 393px; padding: 2px; text-align: center; background-color: #C5C5C5; letter-spacing: 3px; font-size: 9px; font-family: verdana; color:#fff;}
  359.  
  360.  
  361.  
  362. #footer {z-index:3; bottom:1; background-color:#fff;
  363.  
  364. color:#000; width:350px; height:55px;}
  365.  
  366.  
  367.  
  368. #frases{background-color: #000000; letter-spacing: 2px; color: #FFFFFF; width:351px; position: fixed; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; font-family: verdana; px; z-index: 2; margin-botom: 2px; margin-top:2px;}
  369.  
  370.  
  371.  
  372.  
  373.  
  374. #frases2{background-color: #C5C5C5; letter-spacing: 2px; color: #FFFFFF; width:351px; position: fixed; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; font-family: verdana;px; z-index: 2;}
  375.  
  376.  
  377.  
  378.  
  379.  
  380. #frases3{background-color: #fff; height: auto; color: #000; width:351px; position: fixed; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; font-family: verdana; px; z-index: 2; margin-botom: 2px; margin-top:2px;}
  381.  
  382. #frases3:hover {background-color: #ffffff; color: transparent;}
  383.  
  384.  
  385.  
  386. .frases2 {text-align: center; font-size: 9px; position: fixed; color: transparent; width: 351px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  387.  
  388. .frases2:hover {background-color: #fff; color: #000000; font-size: 9px; text-align: justify;}
  389.  
  390.  
  391.  
  392. .frases1 {text-align: center; font-size: 10px; position: fixed; color: transparent; width: 351px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  393.  
  394. .frases1:hover {background-color: #fff; color: #000000; font-size: 10px; text-align: justify;}
  395.  
  396.  
  397.  
  398. .title{overflow-y:hidden; height:50px; z-index:3; position:relative;}
  399.  
  400. .titled{ width:330px; float:left; font-size:25px; font-family: 'Rochester', cursive; text-transform:lowercase;
  401.  
  402. line-height:90%; color:; font-weight:300; margin:1px 0px 0px 10px; text-align:center; background-color:#trans; padding:4px 2px 4px 2px; -webkit-transition: 0.7s ease-in;
  403.  
  404. -moz-transition: 0.7s ease-in;
  405.  
  406. transition: 0.6s ease-in; }
  407.  
  408.  
  409.  
  410. .titled:hover{margin-top:-90px;}
  411.  
  412. .describe{margin-top:70px; color:#000; font:25px 'Rochester', cursive; text-transform:none;}
  413.  
  414.  
  415.  
  416. /* imagens da tbar */
  417.  
  418.  
  419.  
  420. #mide {display: block; margin-left: 925px; float: right; top:0px; width: 95px; height: 5000px; background-color: transparent; text-align: center; position: fixed;}
  421.  
  422.  
  423.  
  424. .simage {width: auto}
  425.  
  426. .simage img {width: 115px; height: auto; margin-bottom: 2px;}
  427.  
  428. .simage2 {width: auto}
  429.  
  430. .simage2 img {width: 115px; height: auto; height: 140px;}
  431.  
  432. .sidebarpic img{max-width: 200px; height: 130px; text-align: left; margin-top: 1px}
  433.  
  434.  
  435.  
  436. /* description */
  437.  
  438.  
  439.  
  440. .sidebartext{clear: both; text-align: justify; background-color: #fff; opacity: 1.0; filter:alpha (opacity=95); margin: 0px 0px 0px 0px; padding: 1px; -moz-border-radius: 6px; border-radius: 1px }
  441.  
  442. .sidebartext a{font-size:11px}
  443.  
  444. .sidebartext a:hover{font-size:11px}
  445.  
  446.  
  447.  
  448. .sidebarnavigation {float: right; width: 95px; text-align: rigth; margin: 10px 0 10px 0; }
  449.  
  450. .sidebarnavigation a{width: 95px; font-size: 10px; text-transform: lowercase; display: block;list-style: none; text-decoration: none; color: ; background-color: #FFFFFF; opacity: 1.0; filter:alpha (opacity=80); padding: 3px 0 3px 10px; margin:0 0px 1px 0; }
  451.  
  452. .sidebarnavigation a:hover{width: 70px;font-size: 10px; text-transform: uppercase; display: block;list-style: none; text-decoration: none; color:#000000; background-color: #D4D4D4; padding: 3px 0 3px 15px; margin:0 0 1px 0}
  453.  
  454.  
  455.  
  456. /* créditos */
  457.  
  458.  
  459.  
  460. .credit{font-size: 9px; text-align: center; color:#000000}
  461.  
  462. .credit a{text-decoration: none;color:#000000}
  463.  
  464. .credit a:hover{color:#000000}
  465.  
  466.  
  467.  
  468. /*** Paginação by madlyluv.com ***/
  469.  
  470.  
  471.  
  472. #side {left:0px; bottom: 0px; position:absolute; z-index: 4; width:100%;background-color: #000; height:32px; position: fixed !important;}
  473.  
  474.  
  475.  
  476. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; color:#fff; margin-top: 5px;}
  477.  
  478. #paginacaoml a {background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: #fff; text-decoration: none;}
  479.  
  480. #paginacaoml a:hover {background: #666; border: none;}
  481.  
  482. #paginacaoml span.pagina_atual {background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: #ddd; text-decoration: none;}
  483.  
  484. #paginacaoml span.info {background: #cor_6; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_7; text-decoration: none;}
  485.  
  486. #tumblr_controls{position: fixed!important}
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496. .sdb {float: right; font-size: 10px; text-align: right; margin-left: 25px; text-transform: lowercase; line-height:18px; font-style: italic; padding:5px}
  497.  
  498.  
  499.  
  500. .search {background-color: #FFFFFF; border: 0px dashed #000000; margin: 2px;
  501.  
  502. padding: 2px; width: 235px; font-family: verdana; font-size: 11px}
  503.  
  504. .searchb {background-color:#FFFFFF; border: 0px dashed #000000; margin: 2px;
  505.  
  506.  
  507.  
  508. padding: 1px 7px 1px 7px; width: 50px; font-family: verdana; float: center; font-size: 11px}
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516. /* container */
  517.  
  518. #container {background-color:transparent; width: 500px; position: absolute; top: 0px; left: 380px; padding-bottom: 40px}
  519.  
  520.  
  521.  
  522. #entries {margin: 0px 0 7px 0}
  523.  
  524.  
  525.  
  526. #entry {width: 500px; background-color:#fff; text-align: justify; padding: 20px; margin: 7px 0 1px 0; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}
  527.  
  528.  
  529.  
  530. .image{text-align: center; margin: 0 0 2px 0}
  531.  
  532. .image img{border: 0px; margin: 0; padding: 0}
  533.  
  534.  
  535.  
  536. #ask_form{width: 500px}
  537.  
  538.  
  539.  
  540. .search_result {background-color: #000; border: 0px dashed #000000; margin: 2px;
  541.  
  542. padding: 2px; width: 233px; font-family: georgia; font-size: 11px}
  543.  
  544.  
  545.  
  546. .source{display:none}
  547.  
  548.  
  549.  
  550. /* h1, h2 e qquote */
  551.  
  552.  
  553.  
  554. h1{font-family: gabriola; font-size:28px; letter-spacing: -1px; line-height:26px; text-transform: none; font-weight: normal;
  555.  
  556. margin: 0 0 5px 0; text-align: center}
  557.  
  558. h1 a{font-size:28px; letter-spacing: -1px; line-height: 25px; text-transform: none; font-weight: normal; margin: 0 0 5px 0; text-decoration: none; text-align: center}
  559.  
  560.  
  561.  
  562. .qqmarks{font-size: 80px; font-weight: bold; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20); font-family: georgia}
  563.  
  564. .qquote{font-family: gabriola; font-size: 28px; letter-spacing: -1px; line-height: 25px; text-transform: none; margin-top: -70px; margin-left:
  565.  
  566.  
  567.  
  568. 45px}
  569.  
  570. .qsource{margin: 5px 15px 0 0; text-align: right}
  571.  
  572.  
  573.  
  574.  
  575.  
  576. /* Menu */
  577.  
  578.  
  579.  
  580. .llinks{width: 348px; font-size: 10px;}
  581.  
  582. .llinks a{display: block; text-decoration: none; color: #000000; background-color: #000; padding: 3px 0px 3px 0px; margin: 0 0 0px 0;}
  583.  
  584. .llinks a:hover{background-color:#D4D4D4; color:#000000; text-transform: lowercase; -webkit-box-shadow: 0 0 1em #c9c9c9;}
  585.  
  586.  
  587.  
  588. #ahjussi{margin-right:-3px; text-align:center; display:inline-block; width:86px; color: #000000; background-color: #000;}
  589.  
  590. #ahjussi:hover #ahjumma a:first-child{border-top:0px solid #FFF;}
  591.  
  592. #ahjussi:hover #ahjumma{opacity:1; margin-top:0px; -webkit-transition-duration:.2s; overflow:hidden; background-color:#fff; z-index:10; height:auto;}
  593.  
  594. #ahjumma{position:absolute; margin-top:-5px; opacity:0; margin-left:0px; width:86px; overflow:hidden; height:0px;}
  595.  
  596.  
  597.  
  598. #ahjumma a{color:#000; background-color:#fff; text-align:center; display:block; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; z-index:10; line-height:15px;}
  599.  
  600. #ahjumma a:hover{color:#000000; background-color:#D4D4D4;}
  601.  
  602.  
  603.  
  604.  
  605.  
  606. #sid{position: fixed; margin-left:780px; margin-top:460px; width: 400px; height: 70px; background-color: transparent; padding: 10px; background-attachment: fixed; -webkit-transform: rotate(90deg); line-height:19px;}
  607.  
  608.  
  609.  
  610. /* chat */
  611.  
  612.  
  613.  
  614. .chat{line-height: 12px; list-style: none}
  615.  
  616.  
  617.  
  618. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  619.  
  620.  
  621.  
  622. .person1 {background-color: #000000; color: #FFFFFF}
  623.  
  624. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: }
  625.  
  626. .person2 {background-color: #FFFFFF; color: }
  627.  
  628. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color: }
  629.  
  630. .audioimage{float:left; text-align: center; margin: 0 10px 5px 0; width: 205px; border: 15px solid #FFFFFF;
  631.  
  632.  
  633.  
  634. -moz-border-radius: 6px; border-radius: 6px;}
  635.  
  636. .audioimage img{max-width: 205px; height: auto; margin: 0 0 2px 0}
  637.  
  638. .playcount {font-style: italic}
  639.  
  640.  
  641.  
  642. /* asker */
  643.  
  644.  
  645.  
  646. .bordadif {border-radius:9px 0 9px 0; -webkit-transition-duration: .80s; }
  647.  
  648. .bordadif:hover {opacity: 0.7; border-radius:0 9px 0 9px;webkit-transition-duration: .80s; }
  649.  
  650.  
  651.  
  652. .asker {width: 480px; background-color: #fff; color:#000000;
  653.  
  654.  
  655.  
  656. padding: 10px}
  657.  
  658. .asker img{float: left; margin: 0px 4px 2px 0; border: 3px solid #E7E4E4}
  659.  
  660. .asker a{font-size: 18px; color:#000000; text-transform: none; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  661.  
  662. .asker a:hover{font-size: 17px; background-color:#9E9E9E; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:Segoe Print;}
  663.  
  664. .answer {padding: 5px 0 0 0}
  665.  
  666.  
  667.  
  668. /* notes, tags e etc. */
  669.  
  670.  
  671.  
  672. #cap {padding: 2px 0 0 0; width: 490px; margin: 0 0 0 5px}
  673.  
  674.  
  675.  
  676. .info{width: 490px; margin: 15px auto 0 auto; background-color:#FFFFFF; padding: 5px; opacity: 1;
  677.  
  678. filter:alpha (opacity=70); -moz-border-radius: 6px; border-radius: 6px}
  679.  
  680. .tags{font-size: 9px; display: inline; text-align: right; font-family: verdana}
  681.  
  682. .tags a{font-size: 9px}
  683.  
  684. .origin{font-size: 9px; text-align: left; font-family: verdana}
  685.  
  686. .ibottom{margin: 5px 0 5px 0; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif}
  687.  
  688. .ibottom a:hover{background-color: ; padding: 1px 0 1px 0}
  689.  
  690. .date{float:left; text-transform: lowercase; font-size: 10px; font-family: verdana}
  691.  
  692. .permalink{float:right; text-transform: lowercase; font-size: 10px; font-family: verdana}
  693.  
  694.  
  695.  
  696. #clear{clear: both; width: 50px; height: 0px; background-color: transparent}
  697.  
  698.  
  699.  
  700. #prevnextlinks{text-align: center;width: 500px; background-color:#fff; padding: 7px 20px 7px 20px;
  701.  
  702. margin: 0 0 2px 0; font-size: 10px}
  703.  
  704.  
  705.  
  706.  
  707.  
  708. #notes {width: 500px; margin: 0px; margin-left: 0px; padding: 5px; text-align: left; font-family: verdana}
  709.  
  710. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  711.  
  712. ol.notes li {margin: 0px; padding: 2px;}
  713.  
  714. #notes img{border:0px}
  715.  
  716. #notes a{font-size: 10px}
  717.  
  718.  
  719.  
  720. #tumblr_controls{position: fixed!important}
  721.  
  722.  
  723.  
  724. /* <span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">Start</span> http://www.<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">cursors</span>-4u.com */ <span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">body</span>, a:<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">hover</span> {cursor: <span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">url</span>(http://<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">cur</span>.<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">cursors</span>-4u.<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">net</span>/games/<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">gam</span>-12/gam1191.<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">cur</span>), <span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">progress</span> !<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">important</span>;} a:<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">hover</span> {cursor: <span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">url</span>(http://<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">cur</span>.<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">cursors</span>-4u.<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">net</span>/games/<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">gam</span>-12/gam1191.<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial in <span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">progress</span> !<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">important</span>;} /* <span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">End</span> http://www.<span class="goog-spellcheck-word" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: yellow; background-position: initial initial; background-repeat: initial initial; ">cursors</span>-4u.com */itial; ">cur</span>),.linha {border-bottom: 1px dashed #c9cacb; margin: 7px 0px 7px 0px;}.cort {position: fixed; top: 0; left: 0; width: 100%; height: 50px; background-image: url(http://static.tumblr.com/vevd5vb/pT1lmyt81/topo12.png); z-index: 2;}
  725.  
  726.  
  727.  
  728. </style>
  729.  
  730. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  731.  
  732. <body>
  733.  
  734.  
  735.  
  736. <div id="container">
  737.  
  738.  
  739.  
  740. <div id="entries">
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760. <div id="entry">
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769. <div id="entries">
  770. {block:Posts}
  771. <div id="posts">
  772.  
  773. {block:Title}<i><h1>{Title}&nbsp;</h1></i>{/block:Title}
  774. {block:Text}{Body}{/block:Text}
  775.  
  776. {block:Quote}<i><h1><small>"{Quote}"</small></h1></i> <br><h2><small><small>— {Source}</h2></small></small>{/block:Quote}
  777.  
  778. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  779. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  780.  
  781. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  782. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  783.  
  784. {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}
  785.  
  786. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  787.  
  788. {block:Answer}<div id="questions"><b>{Asker} sussurrou no meu ouvido:</b> "{Question}"</div>
  789. <blockquote>{Answer}</blockquote>{/block:answer}
  790.  
  791. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  792. <center>
  793. <blockquote>
  794. <div id="info"><a href="{Permalink}">{TimeAgo}</a> / {NoteCountWithLabel}{block:RebloggedFrom} / originally from <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom} / <a href="{ReblogURL}" target="_blank">reblog e ganhe um bis</a> {block:HasTags}<br>{block:Tags}<b>insira sua indireta aqui></b><a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></blockquote><BR>
  795. {/block:Posts}</center>
  796. {block:PostNotes}{PostNotes}{/block:PostNotes}
  797. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div></div>
  798. </div>
  799.  
  800.  
  801.  
  802.  
  803. </div></div>
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815. </div>
  816.  
  817. </div>
  818.  
  819.  
  820.  
  821. <div id="side">
  822.  
  823.  
  824.  
  825. <center><div id="paginacaoml"> <font face=verdana>1 de 772
  826.  
  827.  
  828.  
  829.  
  830.  
  831. <span class="pagina_atual">1</span>
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839. <a class="jump_page" href="/page/2">2</a>
  840.  
  841.  
  842.  
  843.  
  844.  
  845. <a class="jump_page" href="/page/3">3</a>
  846.  
  847.  
  848.  
  849.  
  850.  
  851. <a class="jump_page" href="/page/4">4</a>
  852.  
  853.  
  854.  
  855.  
  856.  
  857. <a class="jump_page" href="/page/5">5</a>
  858.  
  859.  
  860.  
  861.  
  862.  
  863. <a class="jump_page" href="/page/6">6</a>
  864.  
  865.  
  866.  
  867.  
  868.  
  869. <a class="jump_page" href="/page/7">7</a>
  870.  
  871.  
  872.  
  873.  
  874.  
  875. <a class="jump_page" href="/page/8">8</a>
  876.  
  877.  
  878.  
  879.  
  880.  
  881. <a class="jump_page" href="/page/9">9</a>
  882.  
  883.  
  884.  
  885.  
  886.  
  887. <a class="jump_page" href="/page/10">10</a>
  888.  
  889.  
  890.  
  891. <a href="/page/2">&raquo;</a></div></div></div>
  892.  
  893.  
  894.  
  895. <div id="sidebar">
  896.  
  897. <div id="frases"><center>I wish you, I want you. </center></div>
  898.  
  899. <br><div style="border: 1px (000, 000, 000); padding: 5px; overflow: auto; color: #000000; width: 340px; text-align: justify; font-family: verdana; height: 100; font-size:10px; line-height: 100%; background-color: #fff">
  900.  
  901. <div class="sidebartext">Olha, eu sei que o barco tá furado e sei que você também sabe, mas queria te dizer pra não parar de remar, porque te ver remando me dá vontade de não querer parar também.Tá me entendendo? Eu sei que sim. Eu entro nesse barco, é só me pedir. Nem precisa de jeito certo, só dizer e eu vou. Faz tempo que quero ingressar nessa viagem, mas pra isso preciso saber se você vai também. Porque sozinha, não vou. Não tem como remar sozinha, eu ficaria girando em torno de mim mesma. Mas olha, eu só entro nesse barco se você prometer remar também! Eu abandono tudo, história, passado, cicatrizes. Mudo o visual, deixo o cabelo crescer, começo a comer direito, vou todo dia pra academia. Mas você tem que prometer que vai remar também, com vontade! Eu começo a ler sobre política, futebol, ficção científica. Aprendo a pescar, se precisar. Mas você tem que remar também. Eu desisto fácil, você sabe. E talvez essa viagem não dure mais do que alguns minutos, mas eu entro nesse barco, é só me pedir. Perco o medo de dirigir só pra atravessar o mundo pra te ver todo dia. Mas você tem que me prometer que vai remar junto comigo. Mesmo se esse barco estiver furado eu vou, basta me pedir. Mas a gente tem que afundar junto e descobrir que é possível nadar junto. Eu te ensino a nadar, juro! Mas você tem que me prometer que vai tentar, que vai se esforçar, que vai remar enquanto for preciso, enquanto tiver forças! Você tem que me prometer que essa viagem não vai ser a toa, que vale a pena. Que por você vale a pena. Que por nós vale a pena.
  902.  
  903. Remar. Re-amar. Amar. <b> Caio Fernando Abreu </b>
  904.  
  905. <!------inicio contador------>
  906.  
  907. Pessoas me amando: <b><script type="text/javascript" src="http://fastonlineusers.com/on3.php?d=doce-inverno.tumblr.com"></script></b></a>
  908.  
  909. <br>
  910.  
  911. <embed src="http://www.youtube-nocookie.com/v/qHm9MG9xw1o?fs=1&amp;color1=0x000000&amp;color2=0xffffffrel=0&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="325" height="25"></div></div>
  912.  
  913. <center><div id="frases2"><center>each and, every day</center></div>
  914.  
  915. <br><br><center><div id="footer">
  916.  
  917. <div class="title"><div class="titled"> <center>And this is the part where</center>
  918.  
  919. <div class="describe"><center>you find out who you are</center></div></div></div></div>
  920.  
  921. <div class="simage2"><img src="http://static.tumblr.com/s4ocb85/UUqlvu7oz/tumblr_lv5zy8ugk31qdpcv4o1_250.gif"/><img src="http://static.tumblr.com/s4ocb85/uqvlvu7p9/tumblr_lv5zy8ugk31qdpcv4o2_250__1_.gif"/><img src="http://static.tumblr.com/s4ocb85/Bkjlvu7pj/tumblr_lv5zy8ugk31qdpcv4o3_250.gif"/></div>
  922.  
  923. <br>
  924.  
  925. <div class="llinks">
  926.  
  927.  
  928.  
  929. <table width="290px"><tbody>
  930.  
  931.  
  932.  
  933. <center>
  934.  
  935. <div id="ahjussi"><a href="/"><font color="#fff">1st page</font></a></div>
  936.  
  937.  
  938.  
  939. <div id="ahjussi"><a href="#"><font color="#fff">mine</font></a>
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947. <div id="ahjumma">
  948.  
  949.  
  950.  
  951. <font color="#fff"><a href="/textos">textos</font></a> </font>
  952.  
  953. <font color="#fff"><a href="/ask">ask</font></a>
  954.  
  955. </div></div>
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963. <div id="ahjussi"><a href="#"><font color="#fff">stuff</font></a>
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971. <div id="ahjumma">
  972.  
  973.  
  974.  
  975. <font color="#fff"><a href="/besteiras">100coisas</font></a>
  976.  
  977. <font color="#fff"><a href="/faq">faq</font></a>
  978.  
  979. <font color="#fff"><a href="/recomendo">recomendo</font></a>
  980.  
  981. </div></div>
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989. <div id="ahjussi"><a href="#"><font color="#fff">more</font></a>
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997. <div id="ahjumma">
  998.  
  999. <font color="#fff"><a href="http://keepcal-m.tumblr.com/">princess</font></a>
  1000.  
  1001. <font color="#fff"><a href="http://rainhadasindiretas.tumblr.com/">angel</font></a>
  1002.  
  1003. <font color="#fff"><a href="http://b-illionaire.tumblr.com/">motherfucker</font></a>
  1004.  
  1005. <font color="#fff"><a href="http://desesperancoso.tumblr.com/">mine</font></a> </div></div>
  1006.  
  1007.  
  1008.  
  1009. </tbody></table></center>
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015. <div id="mide">
  1016.  
  1017. <br>
  1018.  
  1019.  
  1020.  
  1021. <center><pre><div style="border: 1px solid rgb(230, 230, 250); overflow: auto; color: #000000; background-color: #fff; width: 110px; text-align: justify; font-family: verdana; height: 10px; padding: 5px 5px 5px 5px; font-size:10px; line-height: 100%">theme by <b><a href="http://www.the-dreamgirl.tumblr.com">the-dreamgirl</a></b>. base por: <b><a href="http://amar-gura.tumblr.com/">amar-gura</a></b>; não copie. nem remova os creditos. grata (:</a/></div></pre></center>
  1022.  
  1023. <center><div id="pagination"><big><big><big><big>&nbsp;<a href="/page/2">»</a></div></big></big></big></big></div></div></center>
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033. <!-- BEGIN TUMBLR CODE --><iframe src="http://assets.tumblr.com/iframe.html?10&src=http%3A%2F%2Fdoce-inverno.tumblr.com%2F&amp;lang=en_US&amp;name=doce-inverno" scrolling="no" width="330" height="25" frameborder="0" style="position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden;" id="tumblr_controls"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><script type="text/javascript">_qoptions={qacct:"p-19UtqE8ngoZbM"};</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script><noscript><img src="http://pixel.quantserve.com/pixel/p-19UtqE8ngoZbM.gif" style="display:none; border-width:0px; height:1px; width:1px;" alt=""/></noscript><!-- END TUMBLR CODE --></body>
  1034.  
  1035. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement