htmlparavoces

Theme Taylor Momsen

Aug 18th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 23.18 KB | None | 0 0
  1.     <html>
  2. <head>
  3.  
  4. <title>{title}</title>
  5.  
  6.                 <!----------------------------------------*
  7.                * THEME DESENVOLVIDO POR FERNANDA MEOTTI  *
  8.                * (http://fe-meotti.tumblr.com/)          *
  9.                * USE, SE INSPIRE, APRENDA, COPIE...      *
  10.                * PORÉM NÃO ESQUEÇA DE COLOCAR OS DEVIDOS *
  11.                * CRÉDITOS! OBRIGADA!!!!                  *    
  12.                *----------------------------------------->
  13. <script type="text/javascript">
  14.  
  15. /***********************************************
  16. * Switch Menu script- by Martial B of http://getElementById.com/
  17. * Modified by Dynamic Drive for format & NS4/IE4 compatibility
  18. * Visit http://www.dynamicdrive.com/ for full source code
  19. ***********************************************/
  20.  
  21. var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
  22.  
  23. var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only
  24.  
  25. if (document.getElementById){ //DynamicDrive.com change
  26. document.write('<style type="text/css">
  27. ')
  28. document.write('.submenu{display: none;}
  29. ')
  30. document.write('</style>
  31. ')
  32. }
  33.  
  34. function SwitchMenu(obj){
  35.     if(document.getElementById){
  36.     var el = document.getElementById(obj);
  37.     var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
  38.         if(el.style.display != "block"){ //DynamicDrive.com change
  39.             for (var i=0; i<ar.length; i++){
  40.                 if (ar[i].className=="submenu") //DynamicDrive.com change
  41.                 ar[i].style.display = "none";
  42.             }
  43.             el.style.display = "block";
  44.         }else{
  45.             el.style.display = "none";
  46.         }
  47.     }
  48. }
  49.  
  50. function get_cookie(Name) {
  51. var search = Name + "="
  52. var returnvalue = "";
  53. if (document.cookie.length > 0) {
  54. offset = document.cookie.indexOf(search)
  55. if (offset != -1) {
  56. offset += search.length
  57. end = document.cookie.indexOf(";", offset);
  58. if (end == -1) end = document.cookie.length;
  59. returnvalue=unescape(document.cookie.substring(offset, end))
  60. }
  61. }
  62. return returnvalue;
  63. }
  64.  
  65. function onloadfunction(){
  66. if (persistmenu=="yes"){
  67. var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
  68. var cookievalue=get_cookie(cookiename)
  69. if (cookievalue!="")
  70. document.getElementById(cookievalue).style.display="block"
  71. }
  72. }
  73.  
  74. function savemenustate(){
  75. var inc=1, blockid=""
  76. while (document.getElementById("sub"+inc)){
  77. if (document.getElementById("sub"+inc).style.display=="block"){
  78. blockid="sub"+inc
  79. break
  80. }
  81. inc++
  82. }
  83. var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
  84. var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
  85. document.cookie=cookiename+"="+cookievalue
  86. }
  87.  
  88. if (window.addEventListener)
  89. window.addEventListener("load", onloadfunction, false)
  90. else if (window.attachEvent)
  91. window.attachEvent("onload", onloadfunction)
  92. else if (document.getElementById)
  93. window.onload=onloadfunction
  94.  
  95. if (persistmenu=="yes" && document.getElementById)
  96. window.onunload=savemenustate
  97.  
  98.  
  99. </script>
  100.  
  101. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
  102.  
  103.  
  104.  
  105.  
  106. <style type="text/css">
  107.  
  108. #navbar-iframe { display: none; }
  109.  
  110. body { background-attachment: fixed; background-color: #FFF;}
  111.  
  112. a { font:9px verdana; color: #aaa; text-decoration: none; -webkit-transition-duration: .50s; }
  113. a:hover { color: #c3507c; }
  114.  
  115.  
  116. b, strong { color: #b46885;}
  117. i, em { color: #999; }
  118. u, underline { color: #95BBBD; border-bottom: 1px solid #D5EAEB; }
  119. s, strike { color: #BB93AB; }
  120.  
  121. td { font: 8pt arial; color: #777; }
  122.  
  123. .top {
  124. left:0px; top:15px;
  125. position:absolute;
  126. width:100%;
  127. height: 46px;
  128. background-image:url(http://t0.gstatic.com/images?q=tbn:ANd9GcSFunu8wNcYa4JtIZeqHlxJ5D7FmpQQguNNUNx41mkU1ZqOgoPm8pieiw);
  129. position: fixed !important;
  130. z-index: 999;
  131. padding-top:6px;
  132. }
  133.  
  134. .nametitle { color: #000000; font-family: 'Yanone Kaffeesatz', georgia;  font-size:32px; line-height:25px; font-weight:normal; text-transform: lowercase; text-align: right; }
  135.  
  136. .colun { width: 200px; margin-left: 0px; margin-top: 55px; position: fixed; }
  137.  
  138. .boxdescri { overflow:hidden; text-align: justify; color: #CCC; font: 9px verdana; line-height: 17px; background-color: #4b4b4b; padding:6px; border-radius: 3x; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
  139.  
  140. .icon { margin:7px; transform: rotate(6deg); -moz-transform: rotate(6deg); -webkit-transform: rotate(6deg); -o-transform: rotate(6deg); }
  141.  
  142.  
  143. /******** Menu ********/
  144.  
  145. #dhtmltooltip{
  146. position: absolute;
  147. padding: 3px;
  148. background-color: rgba(254,0,96,0.4);
  149. color: #FFFFFF;
  150. left: -100px;
  151. font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  152. font-size: 11px;
  153. width: 50px;
  154. visibility: hidden;
  155. z-index: 100;
  156. cursor:help;
  157. /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  158. filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
  159. }
  160.  
  161. #dhtmlpointer{
  162. position:absolute;
  163. left: -100px;
  164. z-index: 101;
  165. visibility: hidden;
  166. }
  167.  
  168.  
  169.  
  170. .post { width: 550px; margin-left: 200px; margin-top: 55px; }
  171.  
  172. .box {overflow:hidden; text-align: justify; color: #CCC; font: 11px verdana; line-height: 17px; background-color: #4b4b4b; padding:6px; margin-bottom:18px; border-radius: 3x; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
  173.  
  174. .title { color: #CCC; font-family: 'Yanone Kaffeesatz', georgia;  font-size:24px; line-height:25px; font-weight:normal; text-align: justify; }
  175.  
  176. h1 { color: #CCC; font-family: 'Yanone Kaffeesatz', georgia;  font-size:24px; line-height:25px; font-weight:normal; text-transform: lowercase; text-align: justify; }
  177.  
  178. blockquote {border-left: 3px solid #292929; padding: 2px  2px 2px 8px; margin: 4px; line-height: 14px; }
  179.  
  180.  
  181. .bubble {align:right;background: #3f3f3f; margin:1px 0px 3px 63px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  182. .bubble p {margin:1px 0px;}
  183. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #3f3f3f;}
  184.  
  185. .chat {padding:4px; background-color:#505050; margin-top:2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
  186. .chat_box {list-style:none; padding:0px; margin-top:5px; margin-bottom:10px; text-align: left;}
  187.  
  188.  
  189. .barra1 {border-bottom: 2px dashed #E4E4E4; margin-bottom: 4px; padding:2px}
  190. .barra2 {border-bottom: 1px solid #292929; margin: 2px; }
  191. .barra3 {border-bottom: 1px solid #fff; margin: 2px; }
  192.  
  193. .date {font-family: verdana; font-size:7pt; text-align:left; color:#888}
  194.  
  195. a.tag{font-family: verdana; font-size: 7pt; color:#8d85b5; letter-sapacing:1px; padding:2px;}
  196.  
  197.  
  198.  
  199. .lehover{
  200. float: right;
  201. width:70px; height:50px;
  202. text-align: center;
  203. padding: 5px;
  204. background : url('http://static.tumblr.com/pnzfkpk/WXGm2uzld/reblogue.png');
  205. background-repeat : no-repeat;
  206. margin: 450px; margin-top: 8px;
  207. position: absolute;
  208. opacity:0;
  209. filter: alpha(opacity = 0);
  210. -webkit-transition: 0.3s ease-in;
  211. z-index: 999;
  212. }
  213.  
  214. .lehover a{color: #b46885; font-family: 'Yanone Kaffeesatz', georgia;  font-size:20px; line-height:18px; font-weight:normal; text-align:center; }
  215.  
  216. .box:hover .lehover{
  217. margin: 450px; margin-top: 8px;
  218. opacity:0.95;
  219. filter: alpha(opacity = 95);
  220. -webkit-transition: 0.6s ease-in-out;
  221. -moz-transition: 0.6s ease-in-out;
  222. -o-transition: 0.6s ease-in-out;
  223. z-index:1;
  224. }
  225.  
  226. /*** Paginação by madlyluv.com ***/
  227. #paginacaoml {font-size: 12px; font-weight: bold; line-height: 21px;  padding: 12px; }
  228. #paginacaoml a {background: #4b4b4b; margin: 0 1px 0 0; padding: 2px 4px; color: #ccc; text-decoration: none; }
  229. #paginacaoml a:hover {background: #4b4b4b; border: none; color:#ccc;}
  230. #paginacaoml span.pagina_atual {background: #4b4b4b; margin: 0 1px 0 0; padding: 2px 4px; color: #666; text-decoration: none; border: 1px solid #313131; }
  231. #paginacaoml span.info {background: #4b4b4b; margin: 0 1px 0 0; padding: 2px 4px; color: #ccc; text-decoration: none;}
  232.  
  233. /* * * IMAGENS * * */
  234.  
  235. .imageside {width: 100%; border: 1px solid #bebebe; }
  236.  
  237. .imageside:hover {-moz-opacity: 0.44; -khtml-opacity: 0.44; opacity: 0.44; -ms-filter:”progid:DXImageTransform.Microsoft.Alpha”(Opacity=44); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=44); filter:alpha(opacity=44);
  238.  
  239. -webkit-transition-duration: .40s;
  240.  
  241. -webkit-transform: rotate(360deg) scale(1) skew(10deg) translate(100px);
  242.  
  243. -moz-transform: rotate(360deg) scale(1) skew(10deg) translate(100px);
  244.  
  245. -o-transform: rotate(180deg) scale(19) skew(10deg) translate(100px); }}}
  246.  
  247.    
  248.     .boxmenu {  width:100%; margin-left:20px; margin-right:20px; background-image: url('http://static.tumblr.com/pnzfkpk/mlNlns190/menu.png'); background-repeat: no-repeat; padding-left:80px;}
  249.  
  250. #buttonmenu {
  251. width:185px;
  252. float:center;
  253. height:auto;
  254. margin-left:2px;
  255. margin-right:2px;
  256. margin-bottom:4px;
  257. padding-top:4px;
  258. padding-bottom:4px;
  259. background-color:#000000;
  260. border:1px solid #EBEBEB;
  261. display:inline-block;
  262. color: #C0C0C0;
  263. font: italic 11px georgia, verdana, Tahoma;
  264. letter-spacing:1px;
  265. text-align:center;
  266. cursor: crosshair;
  267. -webkit-transition-duration: .20s;
  268. text-shadow: 0 1px 1px #fff;
  269. }
  270.  
  271. #buttonmenu:hover {
  272. background-image: url('http://janusaureus.files.wordpress.com/2012/05/fundo-azul-para-fotos-10.jpg');
  273. color: #8A8A8A;
  274. border:1px solid #D6E5E2;
  275. -webkit-transition-duration: .20s;
  276. }
  277.  
  278. </style>
  279.  
  280. <script>function changeNavigation(id)
  281. {document.getElementById('main').innerHTML=document.getElementById(id).innerHTML}</script>
  282.  
  283. </head>
  284.  
  285. <body>
  286.  
  287. <script type="text/javascript">
  288.  
  289. /***********************************************
  290. * Cool DHTML tooltip script II- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
  291. * This notice MUST stay intact for legal use
  292. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  293. ***********************************************/
  294.  
  295. var offsetfromcursorX=12 //Customize x offset of tooltip
  296. var offsetfromcursorY=10 //Customize y offset of tooltip
  297.  
  298. var offsetdivfrompointerX=10 //Customize x offset of tooltip DIV relative to pointer image
  299. var offsetdivfrompointerY=14 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1).
  300.  
  301. document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV
  302. document.write('<img id="dhtmlpointer">') //write out pointer image
  303.  
  304. var ie=document.all
  305. var ns6=document.getElementById && !document.all
  306. var enabletip=false
  307. if (ie||ns6)
  308. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  309.  
  310. var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""
  311.  
  312. function ietruebody(){
  313. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  314. }
  315.  
  316. function ddrivetip(thetext, thewidth, thecolor){
  317. if (ns6||ie){
  318. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  319. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  320. tipobj.innerHTML=thetext
  321. enabletip=true
  322. return false
  323. }
  324. }
  325.  
  326. function positiontip(e){
  327. if (enabletip){
  328. var nondefaultpos=false
  329. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  330. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  331. //Find out how close the mouse is to the corner of the window
  332. var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
  333. var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20
  334.  
  335. var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
  336. var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY
  337.  
  338. var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-1) : -1000
  339.  
  340.  
  341. //if the horizontal distance isn't enough to accomodate the width of the context menu
  342. if (rightedge<tipobj.offsetWidth){
  343. //move the horizontal position of the menu to the left by it's width
  344. tipobj.style.left=curX-tipobj.offsetWidth+"px"
  345. nondefaultpos=true
  346. }
  347. else if (curX<leftedge)
  348. tipobj.style.left="5px"
  349. else{
  350. //position the horizontal position of the menu where the mouse is positioned
  351. tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px"
  352. pointerobj.style.left=curX+offsetfromcursorX+"px"
  353. }
  354.  
  355. //same concept with the vertical position
  356. if (bottomedge<tipobj.offsetHeight){
  357. tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
  358. nondefaultpos=true
  359. }
  360. else{
  361. tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
  362. pointerobj.style.top=curY+offsetfromcursorY+"px"
  363. }
  364. tipobj.style.visibility="visible"
  365. if (!nondefaultpos)
  366. pointerobj.style.visibility="visible"
  367. else
  368. pointerobj.style.visibility="hidden"
  369. }
  370. }
  371.  
  372. function hideddrivetip(){
  373. if (ns6||ie){
  374. enabletip=false
  375. tipobj.style.visibility="hidden"
  376. pointerobj.style.visibility="hidden"
  377. tipobj.style.left="-1000px"
  378. tipobj.style.backgroundColor=''
  379. tipobj.style.width=''
  380. }
  381. }
  382.  
  383. document.onmousemove=positiontip
  384.  
  385. </script>
  386.  
  387.  
  388.  
  389. <div class="top2">
  390.  
  391. <div class="top">
  392.  
  393. <table width="800px" border="0" align="center">
  394.  <tr>    
  395.    <th align="right" scope="col"> <div class="nametitle">Wellcome</div></th>
  396.    
  397.  </tr>
  398. </table>
  399.  
  400. </div>
  401.  
  402. </div>
  403.  
  404. <table cellpadding="10" cellspacing="10" align="center">
  405. <tr>
  406. <td valign="top">
  407.  
  408. <div class="colun">
  409.  
  410. <div class="boxdescri" >
  411.  
  412. <img src="http://images2.fanpop.com/images/photos/2700000/Taylor-Momsen-taylor-momsen-2789183-1724-2500.jpg" class="imageside">
  413.  
  414. </i>
  415.  
  416. </div><br>
  417.  
  418. <div class="boxmenu" >
  419.  
  420. <a  target="_top" href="/" div id="buttonmenu" style="cursor: pointer;" >home</a>
  421. <div id="buttonmenu" href="#top" onClick="changeNavigation('me');">about</div>
  422. <a  target="_top" href="/ask" div id="buttonmenu" style="cursor: pointer;" >ask</a>
  423. <div id="buttonmenu" href="#top" onClick="changeNavigation('following');">following</div>
  424. <table width="200px" border="0" align="center" style="margin-left:-5px;">
  425.   <tr style="margin-bottom:-5px; ">
  426.     <th scope="col">
  427.  
  428.  
  429.     </th>
  430.     <th scope="col">
  431.  
  432.     </th>
  433.     <th scope="col">
  434.    
  435.  
  436.    </th>
  437.     <th scope="col">
  438.  
  439.     </th>    
  440.  
  441.   </tr>
  442. </table>
  443.  
  444.  
  445.  
  446. </div>
  447. </td>
  448.  
  449. <td id="main" valign="top">
  450. <div class="post" >
  451.  
  452. <Blogger>
  453.  
  454. {block:Posts}
  455.  
  456. <div class="box">
  457.  
  458. <div class="lehover"> <a href="{ReblogURL}" target="_blank" title="Reblog">Reblog<br>This</a> </div>
  459.  
  460.  
  461.     {block:Text}
  462.         {block:Title}<div class="title">{Title}</div>{/block:Title}
  463.         <div align="justify">{Body}</div>
  464.     {/block:Text}
  465.        
  466.  
  467.     {block:Link}
  468.         <a href="{URL}" class="title" style="border-bottom: 0px solid;">{Name}</a>
  469.         {block:Description}<div align="left">{Description}</div>{/block:Description}
  470.     {/block:Link}
  471.  
  472.    
  473.     {block:Photo}
  474.         {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"></center>{LinkCloseTag}
  475.         {block:Caption}<div align="justify">{Caption}</div>{/block:Caption}
  476.  
  477.     {/block:Photo}
  478.  
  479.  
  480.     {block:Answer}
  481.    
  482.     <img src="{AskerPortraitURL-48}" border="0" width="48" height="48" align="left" style="margin:3px; -moz-border-radius: 7px; -webkit-border-radius: 7px;" /> <div class="bubble"><span></span> {asker}: {Question} </div><br> {Answer}
  483.  
  484.     {/block:Answer}
  485.    
  486.  
  487.     {block:quote}
  488.         <div class="title">"{quote}"</div><br>
  489.         <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
  490.     {/block:quote}
  491.  
  492.    
  493.  
  494.     {block:Chat}
  495.  
  496.         {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  497.         <div class="chat_box">
  498.         {block:Lines}<div class="chat">
  499.         {block:Label}<b>{Label}</b>{block:Label}
  500.         {Line}
  501.         </div>{/block:Lines}
  502.         </div>
  503.        
  504.     {/block:Chat}
  505.    
  506.  
  507.  
  508.     {block:Audio}
  509.                 {block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="50px" height="50px" />{/block:AlbumArt}
  510.         {AudioPlayerGrey}
  511.         {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  512.     {/block:Audio}
  513.  
  514.  
  515.    
  516.     {block:Video}
  517.         <center>{Video-500}</center><BR>
  518.         {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  519.     {/block:Video}
  520.  
  521.  
  522. <span class="permalink" >
  523. {block:PostNotes}<div align="left" >{PostNotes}</div> {/block:PostNotes}</span>
  524.  
  525. <div class="date" >
  526.  <div class="barra2"></div> {block:Date} <a href="{Permalink}">Postado em</a> <b>{DayOfMonth}/</b><b>{MonthNumber}/</b><b>{Year}</b>  às {24Hour}:{Minutes} {/block:Date}  {block:NoteCount}| <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  527.  {block:RebloggedFrom} | <a class="via" href="{ReblogParentURL}" target="_blank" >via</a>{/block:RebloggedFrom} {block:ContentSource} ♦ <a class="source" href="{SourceURL}" target="_blank">source</a>{/block:ContentSource}
  528. </div>
  529.  
  530. </div>
  531.  
  532.         {/block:Posts}
  533.  
  534.  
  535. </Blogger>
  536.  
  537. <center>
  538. <div id="paginacaoml">
  539. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  540. {block:JumpPagination length="10"}
  541. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  542. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  543. {/block:JumpPagination}
  544. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  545. </div>
  546. </center>
  547.  
  548.  
  549. </div>
  550. </td>
  551.  
  552. <td id="rec" valign="top" style="display: none;">
  553. <div class="post">
  554.  
  555. <Blogger>
  556.  
  557. {block:Posts}
  558.  
  559. <div class="box">
  560.  
  561. <div class="lehover"> <a href="{ReblogURL}" target="_blank" title="Reblog">Reblog<br>This</a> </div>
  562.  
  563.  
  564.     {block:Text}
  565.         {block:Title}<div class="title">{Title}</div>{/block:Title}
  566.         <div align="justify">{Body}</div>
  567.     {/block:Text}
  568.        
  569.  
  570.     {block:Link}
  571.         <a href="{URL}" class="title" style="border-bottom: 0px solid;">{Name}</a>
  572.         {block:Description}<div align="left">{Description}</div>{/block:Description}
  573.     {/block:Link}
  574.  
  575.    
  576.     {block:Photo}
  577.         {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"></center>{LinkCloseTag}
  578.         {block:Caption}<div align="justify">{Caption}</div>{/block:Caption}
  579.  
  580.     {/block:Photo}
  581.  
  582.  
  583.     {block:Answer}
  584.    
  585.     <img src="{AskerPortraitURL-48}" border="0" width="48" height="48" align="left" style="margin:3px; -moz-border-radius: 7px; -webkit-border-radius: 7px;" /> <div class="bubble"><span></span> {asker}: {Question} </div><br> {Answer}
  586.  
  587.     {/block:Answer}
  588.    
  589.  
  590.     {block:quote}
  591.         <div class="title">"{quote}"</div><br>
  592.         <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
  593.     {/block:quote}
  594.  
  595.    
  596.  
  597.     {block:Chat}
  598.  
  599.         {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  600.         <div class="chat_box">
  601.         {block:Lines}<div class="chat">
  602.         {block:Label}<b>{Label}</b>{block:Label}
  603.         {Line}
  604.         </div>{/block:Lines}
  605.         </div>
  606.        
  607.     {/block:Chat}
  608.    
  609.  
  610.  
  611.     {block:Audio}
  612.                 {block:AlbumArt}<img src="{AlbumArtURL}" align="left" width="50px" height="50px" />{/block:AlbumArt}
  613.         {AudioPlayerGrey}
  614.         {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  615.     {/block:Audio}
  616.  
  617.  
  618.    
  619.     {block:Video}
  620.         <center>{Video-500}</center><BR>
  621.         {block:Caption}<div align="left">{Caption}</div>{/block:Caption}
  622.     {/block:Video}
  623.  
  624.  
  625. <span class="permalink" >
  626. {block:PostNotes}<div align="left" >{PostNotes}</div> {/block:PostNotes}</span>
  627.  
  628. <div class="date" >
  629.  <div class="barra2"></div> {block:Date} <a href="{Permalink}">Postado em</a> <b>{DayOfMonth}/</b><b>{MonthNumber}/</b><b>{Year}</b>  às {24Hour}:{Minutes} {/block:Date}  {block:NoteCount}| <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  630.  {block:RebloggedFrom} | <a class="via" href="{ReblogParentURL}" target="_blank" >via</a>{/block:RebloggedFrom} {block:ContentSource} ♦ <a class="source" href="{SourceURL}" target="_blank">source</a>{/block:ContentSource}
  631. </div>
  632.  
  633. </div>
  634.  
  635.         {/block:Posts}
  636.  
  637.  
  638. </Blogger>
  639.  
  640. <center>
  641. <div id="paginacaoml">
  642. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  643. {block:JumpPagination length="10"}
  644. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  645. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  646. {/block:JumpPagination}
  647. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  648. </div>
  649. </center>
  650.  
  651. </div>
  652. </td>
  653.  
  654.  
  655. <td id="me" valign="top" style="display: none;">
  656. <div class="post">
  657.  
  658. <div class="box"> <div class="title">About</div> <br>
  659.  
  660. <img src="http://images4.fanpop.com/image/photos/19500000/Taylor-Momsen-taylor-momsen-19524747-1920-1080.jpg" border="0" width="100%" > <br>
  661.  
  662. Ela não é do tipo de mulher que se entrega na primeira
  663. Mas melhora na segunda e o paraíso é na terceira
  664. Ela tem força, ela tem sensibilidade, ela é guerreira
  665. Ela é uma deusa, ela é mulher de verdade
  666. Ela é daquelas que tu gosta na primeira
  667. Se apaixona na segunda e perde a linha na terceira
  668. Ela é discreta e cultua bons livros
  669. E ama os animais, tá ligado eu sou o bicho
  670. Minha mente nem sempre tão lúcida é fértil e me deu a voz
  671. Minha mente nem sempre tão lúcida fez ela se afastar
  672.  
  673. </div>
  674.  
  675. <div class="box"> <div class="title">Créditos </div> <br>
  676. Theme  por: <a href="http://htmlpravoces.tumblr.com/" class="nav" target="_blank">thucca</a> <br>
  677.  
  678. Theme base por: <a href="http://fe-meotti.tumblr.com/" class="nav" target="_blank">Just one Moment</a> <br>
  679. Icon: <a href="http://thefadingnight.blogspot.com.br/">The Fading Night</a><br>
  680. Fonte Personalizada: <a target="blank" href="http://www.google.com/webfonts#HomePlace:home">Google Web Fonts</a><br>
  681.  
  682. </div>
  683.  
  684. </div>
  685. </td>
  686.  
  687. <td id="here" valign="top" style="display: none;">
  688. <div class="post">
  689.  
  690.  
  691. <div class="box"> <div class="title">Recomendo </div> <br>
  692. <center>
  693.  
  694. <a href="COLOQUE-AQUI-LINK-DO-TUMBR-QUE-RECOMENDA" target="_blank"><img src="http://assets.tumblr.com/images/anonymous_avatar_64.gif" width="60px" style="margin: 3px;"  title="Coloque aqui o nome do tumblr!"> </a>
  695.  
  696. <a href="COLOQUE-AQUI-LINK-DO-TUMBR-QUE-RECOMENDA" target="_blank"><img src="http://assets.tumblr.com/images/anonymous_avatar_64.gif" width="60px" style="margin: 3px;"  title="Coloque aqui o nome do tumblr!"> </a>
  697.  
  698. <a href="COLOQUE-AQUI-LINK-DO-TUMBR-QUE-RECOMENDA" target="_blank"><img src="http://assets.tumblr.com/images/anonymous_avatar_64.gif" width="60px" style="margin: 3px;"  title="Coloque aqui o nome do tumblr!"> </a>
  699.  
  700. <a href="COLOQUE-AQUI-LINK-DO-TUMBR-QUE-RECOMENDA" target="_blank"><img src="http://assets.tumblr.com/images/anonymous_avatar_64.gif" width="60px" style=" margin: 3px;"  title="Coloque aqui o nome do tumblr!"> </a>
  701.  
  702. <a href="COLOQUE-AQUI-LINK-DO-TUMBR-QUE-RECOMENDA" target="_blank"><img src="http://assets.tumblr.com/images/anonymous_avatar_64.gif" width="60px" style=" margin: 3px;"  title="Coloque aqui o nome do tumblr!"> </a>
  703.  
  704. <a href="COLOQUE-AQUI-LINK-DO-TUMBR-QUE-RECOMENDA" target="_blank"><img src="http://assets.tumblr.com/images/anonymous_avatar_64.gif" width="60px" style=" margin: 3px;"  title="Coloque aqui o nome do tumblr!"> </a>
  705.  
  706. </center>
  707. </div>
  708.  
  709.  
  710. </div>
  711. </td>
  712.  
  713.  
  714. </table>
  715.  
  716.  
  717. </body>
  718. </html>
Advertisement
Add Comment
Please, Sign In to add comment