Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 25th, 2012  |  syntax: None  |  size: 15.56 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!-- (c) tumblr theme #6 by THEMESBYNOTHINGBUTTHERAIN.tumblr.com -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <!-- DEFAULT VARIABLES -->
  12. <meta name="font:body" content="georgia" />
  13. <meta name="font:title" content="georgia" />
  14. <meta name="color:background" content="#ffffff" />
  15. <meta name="color:info" content="#ffffff" />
  16. <meta name="color:top" content="#000" />
  17. <meta name="color:toptext" content="#F7F7F5" />
  18. <meta name="color:text" content="#3d3d3d" />
  19. <meta name="color:entry" content="#F7F7F5" />
  20. <meta name="color:linkbackground" content="#EBE6E6" />
  21. <meta name="color:link" content="#470E1A" />
  22. <meta name="if:Show tags" content="1"/>
  23. <meta name="if:Show search" content="1"/>
  24. <meta name="if:Show sidebar image" content="1"/>
  25. <meta name="if:Show people I follow" content="0"/>
  26. <meta name="if:Enable endless scrolling" content="0"/>
  27. <meta name="image:topbar" content=""/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:background" content=""/>
  30. <meta name="text:Link1" content="" />
  31. <meta name="text:Link1 Title" content="" />
  32. <meta name="text:Link2" content="" />
  33. <meta name="text:Link2 Title" content="" />
  34. <meta name="text:Link3" content="" />
  35. <meta name="text:Link3 Title" content="" />
  36. <meta name="text:Link4" content="" />
  37. <meta name="text:Link4 Title" content="" />
  38. <meta name="text:Link5" content="" />
  39. <meta name="text:Link5 Title" content="" />
  40. <meta name="text:Link6 Title" content="" />
  41. <meta name="text:Link7" content="" />
  42. <meta name="text:Link7 Title" content="" />
  43. <meta name="text:Link8" content="" />
  44.  
  45.         <title>{Title}</title>
  46.         <link rel="shortcut icon" href="{Favicon}">
  47.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48.         {block:Description}
  49.             <meta name="description" content="{MetaDescription}" />
  50.         {/block:Description}
  51.  
  52.  
  53.  
  54.    
  55.     <style type="text/css">
  56. body {background-color:{color:background}; color:{color:text};
  57.  
  58.  font-family: {font:body}, Geneva, Tahoma, sans-serif; font-size:11px; line-height:110%;
  59.  
  60.   margin:0 auto 0 auto; text-align:center; background-image:url('{image:background}'); background-attachment:
  61.  
  62.  
  63.  
  64. fixed; }
  65.  
  66.  
  67.  
  68. a {color:#B8B8B8; text-decoration: none; font-size: 11px; text-transform: none}
  69.  
  70. a:hover {color:#F7F7F7; background-color:{color:linkhover}; text-decoration: none;}
  71.  
  72. p{margin-top: 1px}
  73.  
  74. blockquote{margin: 2px 5px 2px 5px; #FFFFFF; background-color:#FCFCFC; padding:2px; padding-left:5px; margin-top: 4px;}
  75.  
  76. blockquote blockquote{margin: 2px 5px 2px 5px; border-left: 0px solid #FFFFFF; background-color:#F7F7F7; padding:2px; padding-left:5px; margin-top: 4px;}
  77.  
  78. blockquote blockquote blockquote{margin: 2px 5px 2px 5px; border-left: 0px solid #FFFFFF; background-color:#FCFCFC; padding:2px; padding-left:5px; margin-top: 4px;}
  79.  
  80. blockquote blockquote blockquote blockquote{margin: 2px 5px 2px 5px; border-left: 0px solid #FFFFFF; background-color:#F7F7F7; padding:2px; padding-left:5px; margin-top: 4px;}
  81.  
  82.  
  83.  
  84. blockquote img{max-width: 470px!important}
  85.  
  86.  
  87.  
  88. blockquote blockquote img{max-width: 450px!important}
  89.  
  90.  
  91.  
  92. blockquote blockquote blockquote img{max-width: 430px!important}
  93.  
  94.  
  95.  
  96. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  97.  
  98.  
  99.  
  100. /* navigation */
  101.  
  102.  
  103.  
  104. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  105.  
  106.  
  107.  
  108. text-align: center; font-size: 75px;}
  109.  
  110. .left{float:left; margin-left: 30px; width: 40px}
  111.  
  112. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  113.  
  114. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  115.  
  116. .right{float:right; margin-right: 30px; width: 40px}
  117.  
  118. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  119.  
  120. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  121.  
  122.  
  123.  
  124. #content{width: 860px; text-align: center;  margin: 20px auto 30px auto; padding-bottom: 150px; background-color:
  125.  
  126. transparent; color:#000000; padding: 10px;}
  127.  
  128.  
  129.  
  130.  
  131.  
  132. #entries{float: right; background-color: transparent; text-align: center}
  133.  
  134. .post{width: 500px; padding: 2px; text-align: justify; background-color:#F7F7F7; margin-bottom:10px}
  135.  
  136. .post img{margin: 2px 0 2px 0}
  137.  
  138.  
  139.  
  140. h1{font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; text-align: center; font-size: 25px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal; margin: 5px 0 5px 0;}
  141.  
  142. h1 a{font-size: 25px; color: #000000; text-decoration: none; text-transform: none;}
  143.  
  144.  
  145.  
  146. .image{text-align: center; height: auto; margin-bottom: 3px; border: 0px}
  147.  
  148.  
  149.  
  150. .qqmarks{font-size: 120px; color:#FFFFFF; line-height: 120px; margin-left: 20px;}
  151.  
  152.  
  153.  
  154. .qquote{font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size: 25px; line-height: 25px;  margin-top: -120px; margin-left: 80px; padding: 10px;}
  155.  
  156.  
  157.  
  158. .qsource{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  159.  
  160. .qsourde a{text-transform: none;}
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168. .chat{line-height: 12px; list-style: none }
  169.  
  170. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  171.  
  172. .person1 {color: #000000; background-color:#FCFCFC; }
  173.  
  174. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color:   }
  175.  
  176. .person2 {color: #000000 }
  177.  
  178. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color:   }
  179.  
  180.  
  181.  
  182. .iaudio{text-align: center; margin-bottom: 2px; width: 100%; background-color: #FFFFFF}
  183.  
  184. .iaudio img{max-width: 180px; height: auto; padding: 20px 0 20px 0}
  185.  
  186. .icap{margin-top: 1px}
  187.  
  188. .source{display:none}
  189.  
  190.  
  191.  
  192.  
  193.  
  194. .asker {width: 480px; background-color: #FCFCFC; color:#000000; padding: 10px}
  195.  
  196. .asker img{float: left; margin: 0px 5px 5px 0px}
  197.  
  198. .asker a{font-size: 20px; color:#B8B8B8; text-transform: uppercase; line-height: 27px; padding: 0; margin: 0}
  199.  
  200. .asker a:hover{font-size: 20px; color:#F7F7F7; text-transform: uppercase; line-height:27px; padding: 0; margin: 0}
  201.  
  202. .answer {padding: 15px}
  203.  
  204.  
  205.  
  206. #cap {padding: 2px 0 0 0; width: 490px; margin: 0 0 0 5px}
  207.  
  208.  
  209.  
  210. #info {margin: 0px; font-size:9px; text-align: center; color: #000000; padding: 0px; font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; letter-spacing:2px; background-color: #FFFFFF; padding: 5px;}
  211.  
  212. .info a{text-transform: uppercase; }
  213.  
  214. .date{text-transform: uppercase; font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size:9px; letter-spacing:2px;}
  215.  
  216. .tags {color: #B8B8B8;  font-size: 9px;  display: inline; list-style: none; text-transform: lowercase;}
  217.  
  218. .tags a, .tags a:hover {font-size: 9px; color: #B8B8B8; background-color: #FFFFFF; display: inline; list-style: none;text-transform: lowercase;}
  219.  
  220.  
  221.  
  222. #notes {width: 500px; padding: 5px; margin: 0px; font-size: 9px; text-align: left}
  223.  
  224. ol.notes {list-style: none; margin: 0 20px 0 0; padding: 0px}
  225.  
  226. ol.notes li {margin: 0px; padding: 2px;}
  227.  
  228. #notes img{border:0px}
  229.  
  230.  
  231.  
  232. #sidebar{margin-right: 0px; margin-bottom: 10px; width: 350px; height: auto; float: left; background-color: #F7F7F7; background-image: url('1'); padding: 0px; position:fixed;}
  233.  
  234. .sidebardescr{background-color: #FFFFFF; color: #F7F7F7; margin: 5px 5px 2px 5px; padding:5px; text-align: justify;}
  235.  
  236. .sidebarimg {margin-right: 2px; padding: 5px}
  237.  
  238. .sidebarimg img{float: left; max-width: 200px; height: auto; text-align:center}
  239.  
  240. .sidebarlinks {margin-left: 205px; padding: 0px; text-align: center; line-height: 20px;}
  241.  
  242. .sidebarlinks a{display: block; font-size: 10px; color:#000000; background-color: #FFFFFF; text-align: center; width: 135px; line-height: 21px; margin-bottom: 1px; text-transform: lowercase; text-decoration: none}
  243.  
  244. .sidebarlinks a:hover{font-size: 10px; background-color: #FFFFFF; color:#F7F7F7;}
  245.  
  246.  
  247.  
  248. .search{border-top: 10px solid #FCFCFC; margin: 7px 0 7px 0; padding: 5px;}
  249.  
  250. .searcha {background-color: #FCFCFC; margin: 2px; padding: 5px; width: 275px; font-family: Verdana, Geneva, Tahoma, sans-serif; border: 0px; font-size: 11px; background-image: url('http://static.tumblr.com/wmub1ou/U8elgx98n/search.png'); background-repeat: no-repeat; background-position: 98% 50%}
  251.  
  252.  
  253.  
  254. .scredit{ margin:7px 0px 7px 0px; font-size: 10px; text-align: center}
  255.  
  256. .scredit a{font-size: 10px; text-transform: lowercase;}
  257.  
  258.  
  259.  
  260. .pages {margin: 0px 0 10px 0; text-align: center; line-height: 20px}
  261.  
  262. .pages a {text-decoration: none; background-color:#FCFCFC;
  263.  
  264. padding: 2px 4px 2px 4px; color:#000000}
  265.  
  266. #clear{width: 500px; height: 30px}
  267.  
  268.  
  269.  
  270. #tumblr_controls{position: fixed!important}
  271.  
  272.  
  273. /*** Paginação by madlyluv.com ***/
  274. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;}
  275. #paginacaoml a {background: #f8f8f8; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  276. #paginacaoml a:hover {background: #f8f8f8; border: none;}
  277. #paginacaoml span.pagina_atual {background: #f8f8f8; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  278. #paginacaoml span.info {background: #f8f8f8; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  279.  
  280.  
  281.     </style>
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.     </head>
  293.  
  294.     <body>
  295. <!--SCM Music Player by Adrian C Shum - http://scmplayer.net-->
  296. <script type="text/javascript" src="http://scmplayer.net/script.js" ></script>
  297. <script type="text/javascript">
  298. SCMMusicPlayer.init("{'skin':'skins/tunes/skin.css','playback':{'autostart':'true','shuffle':'false','volume':'70'},'playlist':[{'title':'Someone like you','url':'http://www.youtube.com/watch?v=hLQl3WQQoQ0&ob=av2e'},{'title':'Fireflies','url':'http://www.youtube.com/watch?v=psuRGfAaju4&ob=av2e'},{'title':'Where is the love?','url':'http://www.youtube.com/watch?v=WpYeekQkAdc&ob=av3e'},{'title':'Rumor has it / Someone like you','url':'http://www.youtube.com/watch?v=RI39eVf9S_k'},{'title':'Paradise','url':'http://www.youtube.com/watch?v=1G4isv_Fylg&ob=av2e'},{'title':'Marry the night','url':'http://www.youtube.com/watch?v=O4IgYxHEAuk'}],'placement':'bottom','showplaylist':'false'}");
  299. </script>
  300. <!--End of SCM Music Player script-->
  301.  
  302. <div id="top">
  303. <div class="topa"> <div class=”pages”> </div><!--[if IE]><span style="line-height: 20px"><![endif]-->
  304. <span class="navigation">
  305.  
  306.  
  307.  
  308.  
  309. </div></span><!--[if IE]></span><![endif]-->
  310. <div class="title"><a href="/">{Title}</a></div>
  311. </div>
  312.  
  313. <div id="content">
  314.  
  315. <div id="entries">  
  316. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  317. <script type="text/javascript"
  318.  
  319. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  320.  
  321.  
  322.  {block:Posts}
  323.  
  324.  
  325.  
  326. <div class="post">
  327.  
  328. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  329.  
  330. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  331.  
  332. {block:Photoset}{Photoset-500}{/block:Photoset}
  333.  
  334. {block:Quote}
  335. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  336. {block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  337. {/block:Quote}
  338.  
  339. {block:Link}
  340. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  341. {block:Description}{Description}{/block:Description}
  342. {/block:Link}
  343.  
  344. {block:Chat}
  345. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  346. <div class="chat"><ul>{block:Lines}
  347. <li class="person{UserNumber}">{block:Label}
  348. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  349. {/block:Chat}
  350.  
  351. {block:Audio}
  352. <div class="iaudio"></div>
  353. {AudioPlayerGrey}
  354. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  355. {/block:Audio}
  356.  
  357. {block:Video}{Video-500}{/block:Video}
  358.  
  359. {block:Answer}
  360. <div class="asker"><img src="{AskerPortraitURL-24}"> {Asker}</div>
  361. <div class="q">{Question}</div>
  362. <div class="a">{Answer}</div>
  363. {/block:Answer}
  364.  
  365.  
  366. <div class="cap">
  367. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  368. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  369. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  370.  
  371. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  372.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  373.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  374. {/block:ContentSource}</div></div>
  375.  
  376.  
  377. <div id="info">
  378. {block:Date}<span class="date"><a href="{Permalink}" title="permalink to this post">{TimeAgo}</a> on {DayOfMonth} {Month} {Year} @ {12Hour}:{Minutes}{AmPm}</span>{/block:Date} {block:NoteCount} + <a href="{Permalink}" title="permalink to this post">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}<br>via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom} {block:IfShowTags}{block:HasTags}<br>{block:Tags}<div class="tags"># <a href="{TagURL}">{Tag}</a></div>{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  379.          </div>
  380.  
  381.  
  382.  
  383.  
  384.  
  385. </div>
  386.  
  387.  {/block:Posts}
  388. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  389. {block:PostNotes}
  390. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  391. {/block:PostNotes}
  392.  
  393. </div>
  394.  
  395.  
  396. <title>{Title}</title>
  397. <div id="sidebar">
  398.  
  399.  
  400.  
  401.  
  402.  
  403. <div id="sidebar">
  404.  
  405. <div class="sidebardescr"><h1><font color=”000000”>{Title}</h1></font>
  406.  
  407. <center><font color=”000000”>Aconteceram coisas inacreditáveis.</font> </center></div>
  408.  
  409.  <div class="sidebarimg"><img src="{image:sidebar}"/>
  410.  
  411.  
  412.  
  413. <div class="sidebarlinks">
  414. {block:SubmissionsEnabled} <a href="/submit">{SubmitLabel}</a>
  415.  
  416. {/block:SubmissionsEnabled} {block:HasPages}{block:Pages}<a
  417.  
  418. href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}<a href="/">home</a> <a href="/ask">pergunta?</a>
  419.  
  420. <a href="http://foreveraione.tumblr.com/meusposts">Meus posts</a>
  421.  
  422. </div></div>
  423.  
  424. <div class="sidebardescr"><font color=”000000”>{/block:IfShowUserpic}{block:Description}{Description}{/block:Description} </div>
  425.  
  426.  
  427.  
  428. <br>
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436. <font size="1">Adaptado por: <font size="1">Ela so <a href="http://elasocurtejackdaniels.tumblr.com/"><font size="1">❥</font></a> Jack daniel's ©</font></font> </font>
  437.  
  438. <center><br>
  439.  
  440. <font size="1"><div id="paginacaoml"><span class="info" style="font-weight: normal;"><b>{CurrentPage}</b> de <b>{TotalPages}</b></span> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  441. {block:JumpPagination length="10"}
  442. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  443. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  444. {/block:JumpPagination}
  445. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  446. </div></div>
  447.  
  448. <script src="http://www.duckmylife.com/javascript" type="text/javascript"></script>
  449.  
  450. <script>var _wau = _wau || []; _wau.push(["tab", "7fviozimalm6", "8b0", "right-middle"]);(function() { var s=document.createElement("script"); s.async=true; s.src="http://widgets.amung.us/tab.js";document.getElementsByTagName("head")[0].appendChild(s);})();</script>