biahygino

Theme 04 - HTML

Jan 27th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.38 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <!------------------- THEME FEITO POR BEATRIZ HYGINO (http://s-smiling.tumblr.com) COM BASE DE SIMONE ( cerejadosundue.tumblr.com ) -------------------!>
  3. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  4. <head profile="http://gmpg.org/xfn/11">
  5.  
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  10.  
  11. <title>{title}</title>
  12. <link rel="shortcut icon" href="http://i205.photobucket.com/albums/bb186/mhilkas/favoicons/whalefav.gif" />
  13.  
  14. <style>
  15.  
  16. /*** Background ***/
  17. body{background: #fff Url('http://media.tumblr.com/tumblr_lygsoayEam1qfjy56.png'); color: #949494; font-family: Verdana; font-size: 11px;  background-attachment:fixed; background-repeat:repeat; }
  18.  
  19.  
  20. /*** Pagina ***/
  21. #pagina {font: normal 12px arial; color: #fff; width: 350px; padding: 2px, text-align: center;}
  22.  
  23. /*** Conteudo ***/
  24. #conteudo {margin-left:400px; margin-top:2px; width: 350px; padding: 5px; }
  25. #conteudo .post {margin-bottom:20px;}
  26.  
  27. .borda {
  28. padding : 4px;border-radius: 01px;
  29. background : #000 url('http://colourlovers.com.s3.amazonaws.com/images/patterns/2149/2149481.png');
  30. }
  31.  
  32.  
  33.  
  34.  
  35.  
  36. .box {background: #fff; margin-bottom: 10px;  padding: 4px;  text-align: justify; border: 1px solid #BABABA;border-radius: 01px;  -moz-box-shadow: 0 0 0em #fff; -webkit-box-shadow: 0 0 0em #fff;  box-shadow: 0 0 1em #757575;border-radius: 00px;border-bottom-left-radius: 0em;
  37.  
  38. border-bottom-right-radius:0em;
  39.  
  40. border-top-left-radius: 0em;
  41.  
  42. border-top-right-radius: 0em }
  43.  
  44. /********* tracejados */
  45.  
  46. .divdate {border-bottom: 2px dashed #7EACAF; margin-bottom: 2px; padding:2px}
  47.  
  48. .divtraso {border-bottom: 1px solid #000; margin-bottom: 0px; padding:2px;}
  49.  
  50.  
  51. .titulos {color:#272626!important;font-family: 'Andika', sans-serif;font-size:25px;line-height:25px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;}
  52.  
  53. .boxall{
  54. background:#fff;
  55. background-repeat: no-repeat;
  56. padding: 5px; border: 1px solid #BABABA;
  57. margin-bottom: 15px;
  58. -moz-box-shadow: 0 0 0em #ddd; -webkit-box-shadow: 0 0 1em #ddd; box-shadow: 0 0 1em #757575;
  59. border-radius: 0px;border-bottom-left-radius: 0em;
  60.  
  61. border-bottom-right-radius: 0em;
  62.  
  63. border-top-left-radius: 0em;
  64.  
  65. border-top-right-radius: 0em
  66. }
  67.  
  68.  
  69. .caixinha{font-size: 13px; font-family: verdana ; color: #000; background: #E2DAD8; text-align: left; font-weight:bold; text-shadow: 0 0px 0px #fff; letter-spacing:0px; padding:1px; margin-bottom:4px; }
  70.  
  71. /*** Nav ***/
  72. .nav {background-color: #000; display: inline-block; padding: 2px; text-align: center; line-height:13px; color:#000; width: 15px; float: center; margin:2px 2px 2px 2px; font: normal 10px; font-family:'Rochester', cursive;   border: 0px solid #fff;   border-bottom: 0px solid #eee;
  73. -webkit-border-top-left-radius: 1px;text-transform: uppercase;height:15px; }
  74.  
  75.  
  76. h1{color:#7EACAF!important;font-family: 'Cookie', cursive; font-size:25px;line-height:25px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;}
  77. blockquote {background: #fff;
  78. border-left: 7px solid #ddd;
  79. padding: 5px;}
  80. h2{color:#000!important;font-family:'Cookie', cursive;  font-size:15px;line-height:25px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;}
  81. blockquote {background: #fff;
  82. border-left: 7px solid #ddd;
  83. padding: 5px;}
  84.  
  85. a:link, a:visited, a:active {color: #000; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  86. a:hover {color: #7EACAF; -webkit-transition-duration: .99s;}
  87.  
  88. /*** Seleção colorida Sm ***/
  89. ::-moz-selection
  90. {
  91. background: #28B5BF;
  92. color: #f3f3f3;
  93. }
  94. ::selection
  95. {
  96. background: #28B5BF;
  97. color:#fff;
  98. }
  99.  
  100. b, strong, bold {color: #9D9D9D;}
  101. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dashed #000;}
  102. i, em{color: #000;}
  103. s {color: #9D9D9D;}
  104.  
  105. /** Menu SM**/
  106. .nav {background: #000;  display: inline-block; padding: 3px; text-align: center;  line-height:16px; color:#fff; text-transform: uppercase; width:29%; float: center; margin:1px 1px 1px 2px; font-family: verdana; font-size:8px; !important;text-decoration: none; letter-spacing: 0.10em;   box-shadow:0px 0px 0px #eee; -webkit-transition-duration: .90s;text-transform:uppercase;-webkit-transition-duration: .80s; border-radius: 01px;}
  107.  
  108. .nav:hover {background:#7EACAF; ;display: inline-block; text-align: center; color:#fff; float: center; border: 0px solid #fff; border-right: 0px solid #eee;  box-shadow:0px 0px 0px #eee;
  109. }
  110.  
  111. /*** Formatação da Paginação ***/
  112.  
  113. #paginacaoml {font-family: verdana;font-size: 11px; font-weight: bold;}
  114. #paginacaoml a {background: #7EACAF;margin: 1px; padding: 2px 3px; color: #fff; -moz-border-radius: 1px; -webkit-border-radius:1px;text-decoration: none;}
  115. #paginacaoml a:hover {background: #000; border: none;color:#fff;text-decoration: none;}
  116. #paginacaoml span.pagina_atual {background: #000;margin: 1px; padding: 2px 5px; color: #fff; text-decoration: none;  -moz-border-radius: 1px; -webkit-border-radius:1px; }
  117. #paginacaoml span.info { margin: 1px; padding: 2px 4px; color: #666; text-decoration: none;}
  118.  
  119. .tags {width: 99%;  font-weight:normal;  letter-spacing:1px; padding:3px; margin-bottom: 1px; text-align:right;background: #fff;text-shadow:0 0px 0px #000; font-size: 7pt;border-radius: 02px;}
  120. .tag {width: 99%;  font-weight:normal;  letter-spacing:1px; padding:3px; margin-bottom: 1px; text-align:right;background: #fff;text-shadow:0 0px 0px #000; font-size: 7pt;border-radius: 02px;}
  121.  
  122. .ask {width: 99%; background: #fff; font-weight:normal; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-shadow:0 0px 0px #fff; font-size: 7pt; }
  123.  
  124. .creditos{
  125. background: #ddd;
  126. background-repeat: no-repeat;
  127. padding: 5px;
  128. margin-bottom: 0px;
  129. border-radius:50px;
  130. height:16px;
  131. font-family:Century Gothic;
  132. font-size:13;
  133. color:#aaa;
  134. }
  135.  
  136. .notepost{width: 99%; background: #fff; font-weight:italic; text-align:right; letter-spacing:1px; text-shadow:0 1px 1px #fff; font-size: 7pt; margin-bottom: 1px; padding: 3px; border-radius: 3px; }
  137. /*** BlockQuote ***/
  138. blockquote {
  139. margin: 5px;
  140. padding: 3px;
  141. border-left: 5px ridge #fff;}
  142.  
  143.  
  144. /*** Seleção Colorida - By; MADLYLUV.com ***/
  145.  ::-moz-selection
  146.   {color: #000;
  147.   background: #eee;}
  148.  
  149.  ::selection
  150.   {color: #000;
  151.   background: #eee;}
  152.  
  153.  
  154.  
  155.  
  156.  
  157. /*** Titulo pra pagina ***/
  158.  
  159.  
  160. img{
  161. border: none;
  162. filter: alpha(opacity=85);
  163. margin: 1px;
  164. opacity: .90;
  165. moz-opacity: .60;
  166. }
  167.  
  168. img:hover {
  169. border: none;
  170. filter: alpha(opacity=100);
  171. margin: 1px;
  172. opacity: 1.0;
  173. moz-opacity: 1.0;
  174. }
  175.  
  176.  
  177. </style>
  178.  
  179.  
  180. </head>
  181.  
  182. <body><div style=" background-image: url('http://media.tumblr.com/tumblr_lydd1hvTeJ1r6stmh.png'); top: 0px; left: 0px; width: 100%; height: 30px; z-index: 100; position: fixed;"></div><div style="top: 0px; height: 100%; width: 50px; z-index: 4; background: url(''); position: fixed; right: 0px;"> </div>
  183. <div style="width: 100%;  position: fixed; top: 0px; z-index: 4; height:50px;  background-image: url('');"></div>
  184.  
  185. </div>
  186.  
  187.  
  188. <center>
  189.  
  190.  
  191.  
  192. </div>
  193.  
  194.  
  195. </center>
  196. <div id='menu'>
  197.            
  198.  
  199. </div>
  200.  
  201.  
  202. <!-- DESCRICAO -->
  203.  
  204. <div style="position:absolute; width: 260px; left:40px; top:50px; position: fixed; text-align: right;" ><center>
  205.  
  206. <div class="box">
  207. <div class="caixinha">começe aqui
  208. </div>
  209. <img src="http://29.media.tumblr.com/tumblr_lv2ktkGSGl1qk0cjlo1_500.gif" class=" " width="250px" title="">
  210. <center>
  211.  
  212.  
  213. {Description}
  214. <div class="caixinha">termina aqui </div></div>
  215.  
  216. <a href="/" class="nav" style="color:#fff;" title="Inicio dos posts">Home</a>
  217. <a href="/ask" class="nav" style="color:#fff;" title="Me pergunte">ask</a>
  218.  
  219. <span onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('iluc').innerHTML=document.getElementById('extras').innerHTML"><div class="nav"title="Sobre mim">About</div></span><center>
  220. <span onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('iluc').innerHTML=document.getElementById('creditos').innerHTML"><div class="nav"title="Quem fez">Créditos</div></span>
  221. <a href="Link" class="nav" style="color:#fff;" title="Nome do link">n do link</a>
  222. <a href="Link" class="nav" style="color:#fff;" title="Nome do link">n do link</a></center><br>
  223.  
  224. <center>
  225. </div>
  226.  
  227. </center>
  228.  
  229. <br>
  230.  
  231.  
  232. </div></div>
  233.  
  234. <!-- TAGS PRINCIPAIS DO POST -->
  235. <div style="position:absolute; width:550px; left: 350px; top:90px; padding-top:0px; z-index:2;">
  236. <center>
  237.  
  238. <div id="iluc">
  239. {block:Posts}
  240.  
  241.  
  242. {block:Regular}<div class="post"><div class="box">
  243. {block:Title}<h1>{Title}</h1>{/block:Title}
  244. <div class="entry">{Body}</div>
  245.  
  246. <div class="divdate"></div>
  247.  
  248.  
  249. <div class="tag"><a class="notes" href="{Permalink}">Texto</a> postado em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | (<a href="{ReblogURL}" target="_blank">reblogue this!</a>)</div>
  250.  
  251. <div class="tags">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  252.  
  253.  
  254. </div></div>
  255. {/block:Regular}
  256.  
  257.  
  258.  
  259.  
  260. {block:Photo}
  261. <div class="post"><div class="box">
  262. <center>
  263. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" margin-left=05px; width=520px class="borda">{LinkCloseTag}</center>
  264. {block:Caption}          
  265. <br>
  266. <div class="caption">{Caption}</div>
  267. {/block:Caption}
  268. <div style="clear:both;"></div>
  269. <BR>
  270.  
  271. <div class="divdate"></div>
  272.  
  273.  
  274.  
  275. <div class="tag"><a class="notes" href="{Permalink}">Texto</a> postado em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | (<a href="{ReblogURL}" target="_blank">reblogue this!</a>)</div>
  276.  
  277. <div class="tags">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  278.  
  279. </div></div>
  280. {/block:Photo}
  281.  
  282.  
  283. <div style="clear:both;"></div>
  284.  
  285.  
  286. {block:Answer}
  287. <div class="post"><DIV CLASS="BOX">
  288. <img src="{AskerPortraitURL-48}"align="left" class="bordasm"/>
  289. <div class="ask"><b>{Asker}</b>:
  290. <br>{Question}<br></div>
  291. {Answer}
  292.  
  293. <div style="clear:both;"></div>
  294.  
  295. <BR>
  296.  
  297. <div class="divdate"></div>
  298.  
  299.  
  300. <div class="tag"><a class="notes" href="{Permalink}">Texto</a> postado em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | (<a href="{ReblogURL}" target="_blank">reblogue this!</a>)</div>
  301.  
  302. </div></div>
  303. {block:Answer}
  304.  
  305. <div style="clear:both;"></div>
  306.  
  307.  
  308.  
  309.  
  310. {block:Quote}
  311. <div class="post"><div class="box">
  312. <h1>{Quote}</h1>
  313. </span>
  314. {block:Source}<div class="source">&mdash; {Source}</div>{/block:Source}
  315.  
  316. <BR>
  317. <div class="divdate"></div>
  318.  
  319.  
  320.  
  321. <div class="tag"><a class="notes" href="{Permalink}">Texto</a> postado em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | (<a href="{ReblogURL}" target="_blank">reblogue this!</a>)</div>
  322.  
  323. <div class="tags">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  324.  
  325.  
  326. </div></div>
  327. {/block:Quote}
  328.  
  329.  
  330. <div style="clear:both;"></div>
  331.  
  332.  
  333.  
  334.  
  335. {block:Link}
  336. <div class="post"><div class="box"><a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  337. {block:Description}
  338. <div class="description">{Description}</div>
  339. {/block:Description}
  340.  
  341. <BR>
  342. <div class="divdate"></div>
  343.  
  344. <div class="tag"><a class="notes" href="{Permalink}">Texto</a> postado em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | (<a href="{ReblogURL}" target="_blank">reblogue this!</a>)</div>
  345.  
  346. <div class="tags">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  347.  
  348. </div></div>
  349. {/block:Link}
  350.  
  351. <div style="clear:both;"></div>
  352.  
  353.  
  354. {block:Chat}
  355. <div class="post"><div class="box">
  356. {block:Title}<div class="titulo"><a href="{Permalink}">{Title}</a></div>
  357. {/block:Title}
  358. <div class="chat">
  359. {block:Lines}
  360. <div class="{Alt} user_{UserNumber}">
  361. {block:Label}
  362.  <span class="label">{Label}</span>
  363. {/block:Label}
  364. {Line}
  365. </div>
  366. {/block:Lines}
  367. </div>
  368. <BR>
  369. <div class="divdate"></div>
  370.  
  371.  
  372.  
  373. <div class="tag"><a class="notes" href="{Permalink}">Texto</a> postado em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | (<a href="{ReblogURL}" target="_blank">reblogue this!</a>)</div>
  374. <div class="tags">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  375.  
  376. </div></div>
  377. {/block:Chat}
  378.  
  379.  
  380. <div style="clear:both;"></div>
  381.  
  382.  
  383. {block:Audio}
  384. <div class="post"><div class="box">
  385. {AudioPlayerWhite}
  386. {block:Caption}
  387. <div class="caption">{Caption}</div>
  388. <div style="float:right; margin-top: -50px;"><h>Música ouvida {PlayCount} vezes</h> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  389. {/block:Caption}
  390.  
  391.  
  392. <div class="divdate"></div>
  393. <div class="tag"><a class="notes" href="{Permalink}">Texto</a> postado em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | (<a href="{ReblogURL}" target="_blank">reblogue this!</a>)</div>
  394. <div class="tags">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  395.  
  396.  
  397. </div></div>
  398. {/block:Audio}
  399.  
  400. <div style="clear:both;"></div>
  401.  
  402.  
  403. {block:Video}
  404. <div class="post">
  405. <div class="box">
  406. {Video-500}
  407. <br>
  408. {block:Caption}
  409. <div class="caption">{Caption}</div>
  410. {/block:Caption}
  411.  
  412. <BR>
  413. <div class="divdate"></div>
  414.  
  415.  
  416.  
  417. <div class="tag"><a class="notes" href="{Permalink}">Texto</a> postado em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} | <a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> | (<a href="{ReblogURL}" target="_blank">reblogue this!</a>)</div>
  418.  
  419. <div class="tags">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  420.  
  421. </div></div>
  422. {/block:Video}
  423.  
  424. <div style="clear:both;"></div>
  425.  
  426.  
  427. {block:PostNotes}<div class="box">
  428. <div class="notes-bottom">
  429. {PostNotes}
  430. </div></div>
  431. {/block:PostNotes}
  432.  
  433.  
  434. <!---------------- FIM DAS NOTAS DOS POSTS ------------->
  435. {/block:Posts}
  436.  
  437.  
  438.  
  439.  
  440. <center><div id="paginacaoml"><span class="info" style="font-weight: normal;">Page <b>{CurrentPage}</b> of <b>{TotalPages}</b></span> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
  441. {block:JumpPagination length="6"}
  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}">»</a>{/block:NextPage}{/block:Pagination}</div><BR>
  446. </center>
  447. </blogger>
  448.  
  449. </center></center></div></div></div></div></div></div><br></div>
  450. </div>
  451.  
  452. <!---------------- FINAL DE TAGS DO POST ------------->
  453.  
  454.  
  455.  
  456.  
  457.  
  458. <!-- NÃO APAGUE ESTA PARTE SM -->
  459. <div id="creditos" style="display:none">
  460.  
  461. <div class="box"><div class="divtraso">
  462. <h1>Quem Fez</h1><br>
  463. Theme modificado, editado e customizado por: <a href="http://s-smiling.tumblr.com">Beatriz Hygino</a><br>
  464. Theme base feito por: <a href="http://cerejadosundae.tumblr.com/">Simone Montilares</a><br>
  465. Paginação: <a href="http://madlyluv.com/">Ana Flávia</a><br>
  466. Inúmeras ajudas:  <a href="http://rhthemes.tumblr.com/">Rh Themes</a><br>
  467. Inúmeras ajudas:  <a href="http://tsithemes.tumblr.com/">Tsi Themes</a><br>
  468.  
  469.  
  470. </div></div></div></div></div></div>
  471.  
  472. <div id="extras" style="display:none">
  473.  
  474. <div class="box"><div class="divtraso">
  475. <h1>Sobre Mim</h1><br>
  476. <img src="{PortraitURL-96}" align="right" width="85px" height="82px" align="left" class="borda"  style=" margin-bottom:1px; -webkit-border-radius: 50px; -moz-border-radius: 10px; border-radius: 10px; ">
  477. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI. SOBRE VOCÊ AQUI.
  478. <br><br><div class="divtraso">
  479. <h1>Whis List</h1> </div>
  480. <img src="http://stephanielouie.comule.com/material/check12.gif">  consegui <br>
  481. <img src="http://stephanielouie.comule.com/material/check12.gif"> consegui<br>
  482. <img src="http://stephanielouie.comule.com/material/check11.gif">não consegui <br>
  483. <img src="http://stephanielouie.comule.com/material/check12.gif"> consegui<br>
  484. <img src="http://stephanielouie.comule.com/material/check11.gif">não consegui<br>
  485. <img src="http://stephanielouie.comule.com/material/check12.gif">consegui<br>
  486. <img src="http://stephanielouie.comule.com/material/check11.gif"> não consegui<br>
  487. <img src="http://stephanielouie.comule.com/material/check12.gif"> consegui<br></div>
  488. <br><br><div class="divtraso">
  489. <h1>F. Asked</h1> </div>
  490. <b>Pergunta </b> : <i>Resposta</i>
  491. <br>
  492. <b>Pergunta </b> : <i>Resposta</i>
  493. <br>
  494. <b>Pergunta </b> : <i>Resposta</i>
  495. <br>
  496. <b>Pergunta </b> : <i>Resposta</i>
  497. <br>
  498. <b>Pergunta </b> : <i>Resposta</i>
  499. <br>
  500. <b>Pergunta </b> : <i>Resposta</i>
  501. <br>
  502. <b>Pergunta </b> : <i>Resposta</i>
  503. <br>
  504. <b>Pergunta </b> : <i>Resposta</i>
  505. <br>
  506. <b>Pergunta </b> : <i>Resposta</i>
  507.     </div>
  508.  
  509.  
  510.  
  511. </div></div></div></div></div></div>
  512.  </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  513.  </div></div></div></div></div></div></div></div></div></div></div></div>
  514.  
  515.  
  516.  
  517. </body>
  518.  
  519. </head>
  520. </html>
  521. </html>
Advertisement
Add Comment
Please, Sign In to add comment