├── franquia.asp ├── sites ├── apple │ ├── original │ │ ├── arrowa1a.gif │ │ ├── arrowpro.gif │ │ ├── dot20000.gif │ │ ├── 10000000.gif │ │ ├── 10000001.gif │ │ ├── 10000002.gif │ │ ├── 10000003.gif │ │ ├── 10000004.gif │ │ ├── 10000005.gif │ │ ├── 10000006.gif │ │ ├── 10000007.gif │ │ ├── 10000008.gif │ │ ├── 10000009.gif │ │ ├── 1000000a.gif │ │ ├── 1000000b.gif │ │ ├── 1000000c.gif │ │ ├── 1bg00000.gif │ │ ├── 20000000.gif │ │ ├── 30000000.gif │ │ ├── 40000000.gif │ │ ├── 50000000.gif │ │ ├── 60000000.gif │ │ ├── 70000000.gif │ │ ├── airporte.gif │ │ ├── hotnews2.gif │ │ ├── imacg5im.gif │ │ ├── imacg5in.gif │ │ ├── imacg5ip.gif │ │ ├── imacg5ta.gif │ │ ├── imacg5ti.gif │ │ ├── ipodremi.gif │ │ ├── poweredb.gif │ │ ├── producti.gif │ │ ├── search07.gif │ │ ├── singlepi.gif │ │ ├── spticker.gif │ │ └── fonts000.css │ └── tableless │ │ ├── imagens │ │ ├── arrowa1a.gif │ │ ├── arrowpro.gif │ │ ├── dot20000.gif │ │ ├── 10000000.gif │ │ ├── 10000001.gif │ │ ├── 10000002.gif │ │ ├── 10000003.gif │ │ ├── 10000004.gif │ │ ├── 10000005.gif │ │ ├── 10000006.gif │ │ ├── 10000007.gif │ │ ├── 10000008.gif │ │ ├── 10000009.gif │ │ ├── 1000000a.gif │ │ ├── 1000000b.gif │ │ ├── 1000000c.gif │ │ ├── 1bg00000.gif │ │ ├── 20000000.gif │ │ ├── 30000000.gif │ │ ├── 40000000.gif │ │ ├── 50000000.gif │ │ ├── 60000000.gif │ │ ├── 70000000.gif │ │ ├── airporte.gif │ │ ├── hotnews2.gif │ │ ├── imacg5im.gif │ │ ├── imacg5in.gif │ │ ├── imacg5ip.gif │ │ ├── imacg5ta.gif │ │ ├── imacg5ti.gif │ │ ├── ipodremi.gif │ │ ├── poweredb.gif │ │ ├── producti.gif │ │ ├── search07.gif │ │ ├── singlepi.gif │ │ └── spticker.gif │ │ ├── estilo.css │ │ └── index.html ├── cade │ ├── novos.css │ ├── index.html │ ├── imagens │ │ ├── cade.gif │ │ └── novo.gif │ └── velhos.css ├── ibm.zip ├── adobe.zip ├── apple.zip ├── cade.zip ├── hpbr.zip ├── jacob.zip ├── kick.zip ├── vivo.zip ├── appleold.zip ├── default.asp ├── google.zip ├── samsung.zip ├── ibm │ ├── index.html │ ├── imagens │ │ ├── fw.gif │ │ ├── fw2.gif │ │ ├── fw3.gif │ │ ├── go.gif │ │ ├── ibm.gif │ │ ├── search.gif │ │ ├── navcode.gif │ │ ├── setinhab.gif │ │ ├── setinhak.gif │ │ ├── fundotopo.gif │ │ ├── module_p650.gif │ │ ├── module_business.gif │ │ └── module_igs_deeper.gif │ ├── novos.css │ └── velhos.css ├── microsoft.zip ├── adobe │ ├── index.html │ ├── novos.css │ ├── velhos.css │ └── imagens │ │ ├── 1dot.gif │ │ ├── pontos.gif │ │ ├── adobelogo.gif │ │ ├── getacro.gif │ │ ├── homenav.gif │ │ ├── redarrow2.gif │ │ ├── fundoponto.gif │ │ ├── getereader.gif │ │ ├── redbullet2.gif │ │ ├── mainbg_server.jpg │ │ ├── mainbg_server1.jpg │ │ ├── mainhd_server.gif │ │ ├── redbar_support.gif │ │ ├── redbar_products.gif │ │ ├── redbar_purchase.gif │ │ └── redbar_resources.gif ├── google │ ├── index.html │ ├── bkp │ │ ├── index.html │ │ ├── velhos.css │ │ └── novos.css │ ├── imagens │ │ ├── newyear03.gif │ │ └── michelangelo.gif │ ├── velhos.css │ └── novos.css ├── hpbr │ ├── index.html │ ├── imagens │ │ ├── brasil.gif │ │ ├── hplogo.gif │ │ ├── feature_b_v2.jpg │ │ ├── welcome_buy.gif │ │ ├── welcome_drivers.gif │ │ ├── welcome_support.gif │ │ ├── welcome_prodserv.gif │ │ ├── hpc60_arrow_submit.gif │ │ └── welcome_solutions_for.gif │ └── css.css ├── jacob │ ├── novos.css │ ├── velhos.css │ ├── images │ │ └── new.gif │ ├── original │ │ ├── images │ │ │ └── new.gif │ │ └── useit_style.css │ └── index.html ├── kick │ ├── index.html │ ├── imagens │ │ ├── logo.gif │ │ ├── tit1.gif │ │ ├── tit2.gif │ │ ├── tit3.gif │ │ ├── tit4.gif │ │ ├── titg1.gif │ │ ├── titg2.gif │ │ ├── top.gif │ │ ├── banner.gif │ │ ├── banner1.gif │ │ ├── bullet1.gif │ │ ├── bullet2.gif │ │ ├── bullet3.gif │ │ ├── corner.gif │ │ ├── tenis1.jpg │ │ ├── tenis2.jpg │ │ ├── tenis3.jpg │ │ ├── tenis4.jpg │ │ └── fundolinha.gif │ ├── novos.css │ └── velhos.css ├── samsung │ ├── novos.css │ ├── index.html │ ├── velhos.css │ ├── imagens │ │ ├── ban1.gif │ │ ├── ban2.gif │ │ ├── ban3.gif │ │ ├── ban4.gif │ │ ├── ban5.gif │ │ ├── cel1.gif │ │ ├── cel2.gif │ │ ├── cel3.gif │ │ ├── cel4.gif │ │ ├── cel5.gif │ │ ├── cel6.gif │ │ ├── top.jpg │ │ ├── busca.gif │ │ ├── enviar.gif │ │ ├── falecon.gif │ │ ├── menu1.gif │ │ ├── menu2.gif │ │ ├── menu3.gif │ │ ├── menu4.gif │ │ ├── menu5.gif │ │ ├── menubar.gif │ │ ├── linhaofertas.gif │ │ └── samsung_digital.gif │ └── map.txt ├── appleold │ ├── index.html │ ├── novos.css │ ├── velhos.css │ └── imagens │ │ ├── dest1.jpg │ │ ├── dest2.jpg │ │ ├── dest3.gif │ │ ├── dest4.jpg │ │ ├── ibook.gif │ │ ├── menu │ │ ├── m1.gif │ │ ├── m2.gif │ │ ├── m3.gif │ │ ├── m4.gif │ │ ├── m5.gif │ │ ├── m6.gif │ │ ├── m7.gif │ │ ├── m8.gif │ │ └── 1bg_11112002.gif │ │ ├── noticias.gif │ │ ├── abas │ │ ├── aba1.gif │ │ ├── aba2.gif │ │ ├── aba3.gif │ │ ├── aba4.gif │ │ ├── aba5.gif │ │ ├── aba6.gif │ │ └── maca.gif │ │ ├── fundomenu.gif │ │ ├── pontaazul.gif │ │ ├── fundochamada.gif │ │ ├── fundodestazul.gif │ │ ├── fundomenuabas.gif │ │ └── fundodestcinza.gif ├── microsoft │ ├── index.htm │ ├── bk_count.jpg │ ├── bk_foote.jpg │ ├── bk_ms_ba.jpg │ ├── brasil00.gif │ ├── dest_bus.gif │ ├── dest_hom.gif │ ├── dest_tec.gif │ ├── logo_msn.gif │ ├── logo_msw.gif │ ├── logo_off.jpg │ ├── ms_masth.gif │ └── proteja0.jpg ├── adobelite │ ├── i │ │ ├── 1dot.gif │ │ ├── pontos.gif │ │ ├── getacro.gif │ │ ├── homenav.gif │ │ ├── adobelogo.gif │ │ ├── fundoponto.gif │ │ ├── getereader.gif │ │ ├── redarrow2.gif │ │ ├── redbullet2.gif │ │ ├── mainbg_server.jpg │ │ ├── mainhd_server.gif │ │ ├── mainbg_server1.jpg │ │ ├── redbar_products.gif │ │ ├── redbar_purchase.gif │ │ ├── redbar_resources.gif │ │ └── redbar_support.gif │ ├── index.html │ └── novos.css ├── microsoftnew │ ├── est.css │ ├── vis.css │ ├── index.html │ ├── imagens │ │ ├── geral.gif │ │ ├── ponto.gif │ │ ├── support.gif │ │ ├── fadeaatop.gif │ │ ├── fadeabtop.gif │ │ ├── fademenu.gif │ │ ├── faderoda.gif │ │ ├── company_info.gif │ │ ├── for_itpros.gif │ │ ├── for_your_job.gif │ │ ├── for_developers.gif │ │ ├── for_your_home.gif │ │ ├── ms_masthead_ltr.gif │ │ ├── popular_downloads.gif │ │ ├── popular_searches.gif │ │ ├── promo_officesp1.gif │ │ ├── for_your_organization.gif │ │ └── popular_destinations.gif │ └── original │ │ ├── microsoft corporation_arquivos │ │ ├── support.gif │ │ ├── for_itpros.gif │ │ ├── company_info.gif │ │ ├── for_your_job.gif │ │ ├── for_developers.gif │ │ ├── for_your_home.gif │ │ ├── ms_masthead_ltr.gif │ │ ├── promo_officesp1.gif │ │ ├── popular_downloads.gif │ │ ├── popular_searches.gif │ │ ├── popular_destinations.gif │ │ ├── for_your_organization.gif │ │ └── mshome_popup_q4.js │ │ └── hp.css ├── webinsider │ ├── index.html │ ├── novos.css │ ├── velhos.css │ └── imagens │ │ ├── logo.gif │ │ ├── banner.gif │ │ ├── busca1.gif │ │ ├── editor.gif │ │ ├── isdbx.gif │ │ ├── preto.gif │ │ ├── receba.gif │ │ ├── colunas.gif │ │ ├── conteudo.gif │ │ ├── doeditor.gif │ │ ├── marketing.gif │ │ ├── negocios.gif │ │ ├── negocios2.gif │ │ ├── pagina3.gif │ │ ├── seta_dir.gif │ │ ├── webavista.gif │ │ ├── 10min_logo.gif │ │ ├── click_jobs.gif │ │ ├── colunista1.gif │ │ ├── colunista2.gif │ │ ├── colunista3.gif │ │ ├── colunista4.gif │ │ ├── fnazca_logo.gif │ │ ├── marketing2.gif │ │ ├── tecnologia.gif │ │ ├── tecnologia2.gif │ │ └── outros_temas.gif └── vivo │ ├── imagens │ ├── banner1.gif │ ├── banner3.gif │ ├── flecha.gif │ ├── flecha2.gif │ ├── pontape.gif │ ├── ico_img1.gif │ ├── ico_img2.gif │ ├── ico_img3.gif │ ├── ico_img4.gif │ ├── ico_img5.gif │ ├── linhapont.gif │ ├── logo_vivo.gif │ ├── mn_avivo.gif │ ├── sep_menu.gif │ ├── texteira.gif │ ├── banner_vivo.swf │ ├── bt_nomesvivo.gif │ ├── depara_home.swf │ ├── linha_pont_h.gif │ ├── mn_comunidade.gif │ ├── mn_faleconosco.gif │ ├── mn_lojavirtual.gif │ ├── mn_salaimprensa.gif │ ├── mn_servicodados.gif │ ├── t_comunidades.gif │ ├── t_lojavirtual.gif │ ├── t_outrosestados.gif │ ├── t_servicodados.gif │ └── banner_prateleira.gif │ ├── velhos.css │ ├── novos.css │ └── index.html ├── 404.asp ├── blog.xml ├── blog.xsl ├── cab.asp ├── menu.asp ├── skin.asp ├── banners.js ├── curso.asp ├── estudo.asp ├── estudo ├── default.asp ├── mh │ ├── default.asp │ ├── passo1.html │ ├── passo2.html │ ├── passo3.html │ ├── passo4.html │ └── passo5.html ├── zoom │ ├── default.asp │ ├── passo1.html │ ├── passo2.html │ ├── passo3.html │ ├── passo4.html │ ├── passo5.html │ ├── passo6.html │ └── passo7.html ├── 3colunas │ ├── default.asp │ ├── final.html │ ├── passo1.html │ ├── passo2.html │ ├── passo3.html │ └── passo4.html ├── linkperson │ ├── link.gif │ ├── link2.gif │ ├── link3.gif │ ├── default.asp │ ├── passo1.html │ ├── passo2.html │ └── passo3.html └── divcentrotela │ ├── logo.gif │ ├── default.asp │ ├── passo1.html │ ├── passo2.html │ ├── passo3.html │ └── passo4.html ├── links.asp ├── rodape.asp ├── sobre.asp ├── sugira.asp ├── artigos.asp ├── contato.asp ├── default.asp ├── diretoriotableless.asp ├── enviado.asp ├── enviado2.asp ├── linksart.asp ├── linksdir.asp ├── linksest.asp ├── mensagem.asp ├── recomendados.js ├── artigos ├── xhtml.asp ├── caminho.asp ├── diegoass.asp ├── emailtxt.asp ├── infoform.asp ├── switcher.asp ├── filtrocss.asp ├── switcher2.asp ├── tablelessdw.asp ├── tendencias.asp ├── bloqueadores.asp ├── acessibilidade.asp ├── filtrocssimg │ ├── fig_3.gif │ └── alpha_branca.gif ├── tablelessnaomorde.asp ├── tablelessdw │ ├── screeshot_tutorial_dw.gif │ ├── screeshot_tutorial_dw10.gif │ ├── screeshot_tutorial_dw2.gif │ ├── screeshot_tutorial_dw3.gif │ ├── screeshot_tutorial_dw4.gif │ ├── screeshot_tutorial_dw5.gif │ ├── screeshot_tutorial_dw6.gif │ ├── screeshot_tutorial_dw7.gif │ ├── screeshot_tutorial_dw8.gif │ └── screeshot_tutorial_dw9.gif └── switchstyle.js ├── imagens ├── mobile.gif ├── selo.gif ├── selo_css.gif ├── selo_xhtml1.gif ├── soutableless.gif ├── soutableless1.gif ├── soutableless2.gif ├── soutableless3.gif ├── soutableless4.gif ├── gamix_screenshot.png └── selo_standards.gif ├── funcoesconteudo.asp ├── skins ├── padrao │ ├── cor.css │ └── imagens │ │ ├── 404.gif │ │ ├── seta.gif │ │ ├── atipico.gif │ │ ├── enviar.gif │ │ ├── selo_css.gif │ │ ├── fundobody.gif │ │ ├── fundobody.old │ │ ├── lerartigo.gif │ │ ├── csstableless.gif │ │ ├── iphotelselo.gif │ │ ├── logovermelho.gif │ │ ├── logovermelho.png │ │ ├── selo_xhtml1.gif │ │ ├── soutableless.gif │ │ ├── soutableless1.gif │ │ ├── soutableless2.gif │ │ ├── soutableless3.gif │ │ ├── soutableless4.gif │ │ ├── selo_standards.gif │ │ └── tablelessvermelho.gif ├── print.css ├── mods.css └── est.css ├── arquivo.asp ├── recomendado.asp ├── buscador.asp ├── banner.asp ├── conteudo.asp ├── recomendados.asp ├── busca.asp ├── feeds.xml └── sites.asp /franquia.asp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/apple/original/arrowa1a.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/apple/original/arrowpro.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/apple/original/dot20000.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/arrowa1a.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/arrowpro.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/dot20000.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sites/cade/novos.css: -------------------------------------------------------------------------------- 1 | body { 2 | 3 | } -------------------------------------------------------------------------------- /404.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/404.asp -------------------------------------------------------------------------------- /blog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/blog.xml -------------------------------------------------------------------------------- /blog.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/blog.xsl -------------------------------------------------------------------------------- /cab.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/cab.asp -------------------------------------------------------------------------------- /menu.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/menu.asp -------------------------------------------------------------------------------- /skin.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skin.asp -------------------------------------------------------------------------------- /banners.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/banners.js -------------------------------------------------------------------------------- /curso.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/curso.asp -------------------------------------------------------------------------------- /estudo.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo.asp -------------------------------------------------------------------------------- /estudo/default.asp: -------------------------------------------------------------------------------- 1 | <%response.redirect "http://www.tableless.com.br/estudo.asp"%> -------------------------------------------------------------------------------- /links.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/links.asp -------------------------------------------------------------------------------- /rodape.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/rodape.asp -------------------------------------------------------------------------------- /sobre.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sobre.asp -------------------------------------------------------------------------------- /sugira.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sugira.asp -------------------------------------------------------------------------------- /artigos.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos.asp -------------------------------------------------------------------------------- /contato.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/contato.asp -------------------------------------------------------------------------------- /default.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/default.asp -------------------------------------------------------------------------------- /diretoriotableless.asp: -------------------------------------------------------------------------------- 1 | <%response.redirect "http://www.tableless.com.br/linksdir.asp" %> -------------------------------------------------------------------------------- /enviado.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/enviado.asp -------------------------------------------------------------------------------- /enviado2.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/enviado2.asp -------------------------------------------------------------------------------- /linksart.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/linksart.asp -------------------------------------------------------------------------------- /linksdir.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/linksdir.asp -------------------------------------------------------------------------------- /linksest.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/linksest.asp -------------------------------------------------------------------------------- /mensagem.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/mensagem.asp -------------------------------------------------------------------------------- /sites/ibm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm.zip -------------------------------------------------------------------------------- /recomendados.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/recomendados.js -------------------------------------------------------------------------------- /sites/adobe.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe.zip -------------------------------------------------------------------------------- /sites/apple.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple.zip -------------------------------------------------------------------------------- /sites/cade.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/cade.zip -------------------------------------------------------------------------------- /sites/hpbr.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/hpbr.zip -------------------------------------------------------------------------------- /sites/jacob.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/jacob.zip -------------------------------------------------------------------------------- /sites/kick.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick.zip -------------------------------------------------------------------------------- /sites/vivo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo.zip -------------------------------------------------------------------------------- /artigos/xhtml.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/xhtml.asp -------------------------------------------------------------------------------- /imagens/mobile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/imagens/mobile.gif -------------------------------------------------------------------------------- /imagens/selo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/imagens/selo.gif -------------------------------------------------------------------------------- /sites/appleold.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold.zip -------------------------------------------------------------------------------- /sites/default.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/default.asp -------------------------------------------------------------------------------- /sites/google.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/google.zip -------------------------------------------------------------------------------- /sites/samsung.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung.zip -------------------------------------------------------------------------------- /artigos/caminho.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/caminho.asp -------------------------------------------------------------------------------- /artigos/diegoass.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/diegoass.asp -------------------------------------------------------------------------------- /artigos/emailtxt.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/emailtxt.asp -------------------------------------------------------------------------------- /artigos/infoform.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/infoform.asp -------------------------------------------------------------------------------- /artigos/switcher.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/switcher.asp -------------------------------------------------------------------------------- /funcoesconteudo.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/funcoesconteudo.asp -------------------------------------------------------------------------------- /imagens/selo_css.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/imagens/selo_css.gif -------------------------------------------------------------------------------- /sites/ibm/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/index.html -------------------------------------------------------------------------------- /sites/microsoft.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft.zip -------------------------------------------------------------------------------- /skins/padrao/cor.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/cor.css -------------------------------------------------------------------------------- /artigos/filtrocss.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/filtrocss.asp -------------------------------------------------------------------------------- /artigos/switcher2.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/switcher2.asp -------------------------------------------------------------------------------- /artigos/tablelessdw.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/tablelessdw.asp -------------------------------------------------------------------------------- /artigos/tendencias.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/tendencias.asp -------------------------------------------------------------------------------- /estudo/mh/default.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/mh/default.asp -------------------------------------------------------------------------------- /estudo/mh/passo1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/mh/passo1.html -------------------------------------------------------------------------------- /estudo/mh/passo2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/mh/passo2.html -------------------------------------------------------------------------------- /estudo/mh/passo3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/mh/passo3.html -------------------------------------------------------------------------------- /estudo/mh/passo4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/mh/passo4.html -------------------------------------------------------------------------------- /estudo/mh/passo5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/mh/passo5.html -------------------------------------------------------------------------------- /estudo/zoom/default.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/zoom/default.asp -------------------------------------------------------------------------------- /imagens/selo_xhtml1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/imagens/selo_xhtml1.gif -------------------------------------------------------------------------------- /sites/adobe/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/index.html -------------------------------------------------------------------------------- /sites/adobe/novos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/novos.css -------------------------------------------------------------------------------- /sites/adobe/velhos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/velhos.css -------------------------------------------------------------------------------- /sites/cade/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/cade/index.html -------------------------------------------------------------------------------- /sites/google/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/google/index.html -------------------------------------------------------------------------------- /sites/hpbr/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/hpbr/index.html -------------------------------------------------------------------------------- /sites/jacob/novos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/jacob/novos.css -------------------------------------------------------------------------------- /sites/jacob/velhos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/jacob/velhos.css -------------------------------------------------------------------------------- /sites/kick/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/index.html -------------------------------------------------------------------------------- /sites/samsung/novos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/novos.css -------------------------------------------------------------------------------- /artigos/bloqueadores.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/bloqueadores.asp -------------------------------------------------------------------------------- /imagens/soutableless.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/imagens/soutableless.gif -------------------------------------------------------------------------------- /imagens/soutableless1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/imagens/soutableless1.gif -------------------------------------------------------------------------------- /imagens/soutableless2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/imagens/soutableless2.gif -------------------------------------------------------------------------------- /imagens/soutableless3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/imagens/soutableless3.gif -------------------------------------------------------------------------------- /imagens/soutableless4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/imagens/soutableless4.gif -------------------------------------------------------------------------------- /sites/appleold/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/index.html -------------------------------------------------------------------------------- /sites/appleold/novos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/novos.css -------------------------------------------------------------------------------- /sites/appleold/velhos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/velhos.css -------------------------------------------------------------------------------- /sites/ibm/imagens/fw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/imagens/fw.gif -------------------------------------------------------------------------------- /sites/ibm/imagens/fw2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/imagens/fw2.gif -------------------------------------------------------------------------------- /sites/ibm/imagens/fw3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/imagens/fw3.gif -------------------------------------------------------------------------------- /sites/ibm/imagens/go.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/imagens/go.gif -------------------------------------------------------------------------------- /sites/ibm/imagens/ibm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/imagens/ibm.gif -------------------------------------------------------------------------------- /sites/microsoft/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft/index.htm -------------------------------------------------------------------------------- /sites/samsung/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/index.html -------------------------------------------------------------------------------- /sites/samsung/velhos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/velhos.css -------------------------------------------------------------------------------- /artigos/acessibilidade.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/acessibilidade.asp -------------------------------------------------------------------------------- /estudo/3colunas/default.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/3colunas/default.asp -------------------------------------------------------------------------------- /estudo/3colunas/final.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/3colunas/final.html -------------------------------------------------------------------------------- /estudo/3colunas/passo1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/3colunas/passo1.html -------------------------------------------------------------------------------- /estudo/3colunas/passo2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/3colunas/passo2.html -------------------------------------------------------------------------------- /estudo/3colunas/passo3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/3colunas/passo3.html -------------------------------------------------------------------------------- /estudo/3colunas/passo4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/3colunas/passo4.html -------------------------------------------------------------------------------- /estudo/linkperson/link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/linkperson/link.gif -------------------------------------------------------------------------------- /estudo/linkperson/link2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/linkperson/link2.gif -------------------------------------------------------------------------------- /estudo/linkperson/link3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/linkperson/link3.gif -------------------------------------------------------------------------------- /imagens/gamix_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/imagens/gamix_screenshot.png -------------------------------------------------------------------------------- /imagens/selo_standards.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/imagens/selo_standards.gif -------------------------------------------------------------------------------- /sites/adobe/imagens/1dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/1dot.gif -------------------------------------------------------------------------------- /sites/adobelite/i/1dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/1dot.gif -------------------------------------------------------------------------------- /sites/adobelite/i/pontos.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/pontos.gif -------------------------------------------------------------------------------- /sites/adobelite/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/index.html -------------------------------------------------------------------------------- /sites/cade/imagens/cade.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/cade/imagens/cade.gif -------------------------------------------------------------------------------- /sites/cade/imagens/novo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/cade/imagens/novo.gif -------------------------------------------------------------------------------- /sites/google/bkp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/google/bkp/index.html -------------------------------------------------------------------------------- /sites/ibm/imagens/search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/imagens/search.gif -------------------------------------------------------------------------------- /sites/jacob/images/new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/jacob/images/new.gif -------------------------------------------------------------------------------- /sites/kick/imagens/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/logo.gif -------------------------------------------------------------------------------- /sites/kick/imagens/tit1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/tit1.gif -------------------------------------------------------------------------------- /sites/kick/imagens/tit2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/tit2.gif -------------------------------------------------------------------------------- /sites/kick/imagens/tit3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/tit3.gif -------------------------------------------------------------------------------- /sites/kick/imagens/tit4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/tit4.gif -------------------------------------------------------------------------------- /sites/kick/imagens/titg1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/titg1.gif -------------------------------------------------------------------------------- /sites/kick/imagens/titg2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/titg2.gif -------------------------------------------------------------------------------- /sites/kick/imagens/top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/top.gif -------------------------------------------------------------------------------- /sites/microsoft/bk_count.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft/bk_count.jpg -------------------------------------------------------------------------------- /sites/microsoft/bk_foote.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft/bk_foote.jpg -------------------------------------------------------------------------------- /sites/microsoft/bk_ms_ba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft/bk_ms_ba.jpg -------------------------------------------------------------------------------- /sites/microsoft/brasil00.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft/brasil00.gif -------------------------------------------------------------------------------- /sites/microsoft/dest_bus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft/dest_bus.gif -------------------------------------------------------------------------------- /sites/microsoft/dest_hom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft/dest_hom.gif -------------------------------------------------------------------------------- /sites/microsoft/dest_tec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft/dest_tec.gif -------------------------------------------------------------------------------- /sites/microsoft/logo_msn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft/logo_msn.gif -------------------------------------------------------------------------------- /sites/microsoft/logo_msw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft/logo_msw.gif -------------------------------------------------------------------------------- /sites/microsoft/logo_off.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft/logo_off.jpg -------------------------------------------------------------------------------- /sites/microsoft/ms_masth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft/ms_masth.gif -------------------------------------------------------------------------------- /sites/microsoft/proteja0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoft/proteja0.jpg -------------------------------------------------------------------------------- /sites/microsoftnew/est.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/est.css -------------------------------------------------------------------------------- /sites/microsoftnew/vis.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/vis.css -------------------------------------------------------------------------------- /sites/webinsider/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/index.html -------------------------------------------------------------------------------- /sites/webinsider/novos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/novos.css -------------------------------------------------------------------------------- /sites/webinsider/velhos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/velhos.css -------------------------------------------------------------------------------- /skins/padrao/imagens/404.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/404.gif -------------------------------------------------------------------------------- /artigos/filtrocssimg/fig_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/filtrocssimg/fig_3.gif -------------------------------------------------------------------------------- /artigos/tablelessnaomorde.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/tablelessnaomorde.asp -------------------------------------------------------------------------------- /estudo/divcentrotela/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/divcentrotela/logo.gif -------------------------------------------------------------------------------- /estudo/linkperson/default.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/linkperson/default.asp -------------------------------------------------------------------------------- /sites/adobe/imagens/pontos.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/pontos.gif -------------------------------------------------------------------------------- /sites/adobelite/i/getacro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/getacro.gif -------------------------------------------------------------------------------- /sites/adobelite/i/homenav.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/homenav.gif -------------------------------------------------------------------------------- /sites/hpbr/imagens/brasil.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/hpbr/imagens/brasil.gif -------------------------------------------------------------------------------- /sites/hpbr/imagens/hplogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/hpbr/imagens/hplogo.gif -------------------------------------------------------------------------------- /sites/ibm/imagens/navcode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/imagens/navcode.gif -------------------------------------------------------------------------------- /sites/ibm/imagens/setinhab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/imagens/setinhab.gif -------------------------------------------------------------------------------- /sites/ibm/imagens/setinhak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/imagens/setinhak.gif -------------------------------------------------------------------------------- /sites/kick/imagens/banner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/banner.gif -------------------------------------------------------------------------------- /sites/kick/imagens/banner1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/banner1.gif -------------------------------------------------------------------------------- /sites/kick/imagens/bullet1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/bullet1.gif -------------------------------------------------------------------------------- /sites/kick/imagens/bullet2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/bullet2.gif -------------------------------------------------------------------------------- /sites/kick/imagens/bullet3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/bullet3.gif -------------------------------------------------------------------------------- /sites/kick/imagens/corner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/corner.gif -------------------------------------------------------------------------------- /sites/kick/imagens/tenis1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/tenis1.jpg -------------------------------------------------------------------------------- /sites/kick/imagens/tenis2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/tenis2.jpg -------------------------------------------------------------------------------- /sites/kick/imagens/tenis3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/tenis3.jpg -------------------------------------------------------------------------------- /sites/kick/imagens/tenis4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/tenis4.jpg -------------------------------------------------------------------------------- /sites/microsoftnew/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/index.html -------------------------------------------------------------------------------- /sites/samsung/imagens/ban1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/ban1.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/ban2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/ban2.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/ban3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/ban3.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/ban4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/ban4.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/ban5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/ban5.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/cel1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/cel1.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/cel2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/cel2.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/cel3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/cel3.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/cel4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/cel4.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/cel5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/cel5.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/cel6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/cel6.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/top.jpg -------------------------------------------------------------------------------- /sites/vivo/imagens/banner1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/banner1.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/banner3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/banner3.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/flecha.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/flecha.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/flecha2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/flecha2.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/pontape.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/pontape.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/seta.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/seta.gif -------------------------------------------------------------------------------- /estudo/divcentrotela/default.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/estudo/divcentrotela/default.asp -------------------------------------------------------------------------------- /sites/adobe/imagens/adobelogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/adobelogo.gif -------------------------------------------------------------------------------- /sites/adobe/imagens/getacro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/getacro.gif -------------------------------------------------------------------------------- /sites/adobe/imagens/homenav.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/homenav.gif -------------------------------------------------------------------------------- /sites/adobe/imagens/redarrow2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/redarrow2.gif -------------------------------------------------------------------------------- /sites/adobelite/i/adobelogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/adobelogo.gif -------------------------------------------------------------------------------- /sites/adobelite/i/fundoponto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/fundoponto.gif -------------------------------------------------------------------------------- /sites/adobelite/i/getereader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/getereader.gif -------------------------------------------------------------------------------- /sites/adobelite/i/redarrow2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/redarrow2.gif -------------------------------------------------------------------------------- /sites/adobelite/i/redbullet2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/redbullet2.gif -------------------------------------------------------------------------------- /sites/apple/original/10000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/10000000.gif -------------------------------------------------------------------------------- /sites/apple/original/10000001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/10000001.gif -------------------------------------------------------------------------------- /sites/apple/original/10000002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/10000002.gif -------------------------------------------------------------------------------- /sites/apple/original/10000003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/10000003.gif -------------------------------------------------------------------------------- /sites/apple/original/10000004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/10000004.gif -------------------------------------------------------------------------------- /sites/apple/original/10000005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/10000005.gif -------------------------------------------------------------------------------- /sites/apple/original/10000006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/10000006.gif -------------------------------------------------------------------------------- /sites/apple/original/10000007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/10000007.gif -------------------------------------------------------------------------------- /sites/apple/original/10000008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/10000008.gif -------------------------------------------------------------------------------- /sites/apple/original/10000009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/10000009.gif -------------------------------------------------------------------------------- /sites/apple/original/1000000a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/1000000a.gif -------------------------------------------------------------------------------- /sites/apple/original/1000000b.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/1000000b.gif -------------------------------------------------------------------------------- /sites/apple/original/1000000c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/1000000c.gif -------------------------------------------------------------------------------- /sites/apple/original/1bg00000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/1bg00000.gif -------------------------------------------------------------------------------- /sites/apple/original/20000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/20000000.gif -------------------------------------------------------------------------------- /sites/apple/original/30000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/30000000.gif -------------------------------------------------------------------------------- /sites/apple/original/40000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/40000000.gif -------------------------------------------------------------------------------- /sites/apple/original/50000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/50000000.gif -------------------------------------------------------------------------------- /sites/apple/original/60000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/60000000.gif -------------------------------------------------------------------------------- /sites/apple/original/70000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/70000000.gif -------------------------------------------------------------------------------- /sites/apple/original/airporte.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/airporte.gif -------------------------------------------------------------------------------- /sites/apple/original/hotnews2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/hotnews2.gif -------------------------------------------------------------------------------- /sites/apple/original/imacg5im.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/imacg5im.gif -------------------------------------------------------------------------------- /sites/apple/original/imacg5in.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/imacg5in.gif -------------------------------------------------------------------------------- /sites/apple/original/imacg5ip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/imacg5ip.gif -------------------------------------------------------------------------------- /sites/apple/original/imacg5ta.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/imacg5ta.gif -------------------------------------------------------------------------------- /sites/apple/original/imacg5ti.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/imacg5ti.gif -------------------------------------------------------------------------------- /sites/apple/original/ipodremi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/ipodremi.gif -------------------------------------------------------------------------------- /sites/apple/original/poweredb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/poweredb.gif -------------------------------------------------------------------------------- /sites/apple/original/producti.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/producti.gif -------------------------------------------------------------------------------- /sites/apple/original/search07.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/search07.gif -------------------------------------------------------------------------------- /sites/apple/original/singlepi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/singlepi.gif -------------------------------------------------------------------------------- /sites/apple/original/spticker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/original/spticker.gif -------------------------------------------------------------------------------- /sites/apple/tableless/estilo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/estilo.css -------------------------------------------------------------------------------- /sites/appleold/imagens/dest1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/dest1.jpg -------------------------------------------------------------------------------- /sites/appleold/imagens/dest2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/dest2.jpg -------------------------------------------------------------------------------- /sites/appleold/imagens/dest3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/dest3.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/dest4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/dest4.jpg -------------------------------------------------------------------------------- /sites/appleold/imagens/ibook.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/ibook.gif -------------------------------------------------------------------------------- /sites/ibm/imagens/fundotopo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/imagens/fundotopo.gif -------------------------------------------------------------------------------- /sites/ibm/imagens/module_p650.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/imagens/module_p650.gif -------------------------------------------------------------------------------- /sites/kick/imagens/fundolinha.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/kick/imagens/fundolinha.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/busca.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/busca.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/enviar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/enviar.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/falecon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/falecon.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/menu1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/menu1.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/menu2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/menu2.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/menu3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/menu3.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/menu4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/menu4.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/menu5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/menu5.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/menubar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/menubar.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/ico_img1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/ico_img1.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/ico_img2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/ico_img2.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/ico_img3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/ico_img3.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/ico_img4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/ico_img4.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/ico_img5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/ico_img5.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/linhapont.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/linhapont.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/logo_vivo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/logo_vivo.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/mn_avivo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/mn_avivo.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/sep_menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/sep_menu.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/texteira.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/texteira.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/logo.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/atipico.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/atipico.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/enviar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/enviar.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/selo_css.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/selo_css.gif -------------------------------------------------------------------------------- /sites/adobe/imagens/fundoponto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/fundoponto.gif -------------------------------------------------------------------------------- /sites/adobe/imagens/getereader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/getereader.gif -------------------------------------------------------------------------------- /sites/adobe/imagens/redbullet2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/redbullet2.gif -------------------------------------------------------------------------------- /sites/adobelite/i/mainbg_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/mainbg_server.jpg -------------------------------------------------------------------------------- /sites/adobelite/i/mainhd_server.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/mainhd_server.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/menu/m1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/menu/m1.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/menu/m2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/menu/m2.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/menu/m3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/menu/m3.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/menu/m4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/menu/m4.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/menu/m5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/menu/m5.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/menu/m6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/menu/m6.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/menu/m7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/menu/m7.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/menu/m8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/menu/m8.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/noticias.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/noticias.gif -------------------------------------------------------------------------------- /sites/google/imagens/newyear03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/google/imagens/newyear03.gif -------------------------------------------------------------------------------- /sites/hpbr/imagens/feature_b_v2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/hpbr/imagens/feature_b_v2.jpg -------------------------------------------------------------------------------- /sites/hpbr/imagens/welcome_buy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/hpbr/imagens/welcome_buy.gif -------------------------------------------------------------------------------- /sites/jacob/original/images/new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/jacob/original/images/new.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/banner_vivo.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/banner_vivo.swf -------------------------------------------------------------------------------- /sites/vivo/imagens/bt_nomesvivo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/bt_nomesvivo.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/depara_home.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/depara_home.swf -------------------------------------------------------------------------------- /sites/vivo/imagens/linha_pont_h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/linha_pont_h.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/banner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/banner.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/busca1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/busca1.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/editor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/editor.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/isdbx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/isdbx.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/preto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/preto.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/receba.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/receba.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/fundobody.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/fundobody.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/fundobody.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/fundobody.old -------------------------------------------------------------------------------- /skins/padrao/imagens/lerartigo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/lerartigo.gif -------------------------------------------------------------------------------- /artigos/filtrocssimg/alpha_branca.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/filtrocssimg/alpha_branca.gif -------------------------------------------------------------------------------- /sites/adobe/imagens/mainbg_server.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/mainbg_server.jpg -------------------------------------------------------------------------------- /sites/adobe/imagens/mainbg_server1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/mainbg_server1.jpg -------------------------------------------------------------------------------- /sites/adobe/imagens/mainhd_server.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/mainhd_server.gif -------------------------------------------------------------------------------- /sites/adobe/imagens/redbar_support.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/redbar_support.gif -------------------------------------------------------------------------------- /sites/adobelite/i/mainbg_server1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/mainbg_server1.jpg -------------------------------------------------------------------------------- /sites/adobelite/i/redbar_products.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/redbar_products.gif -------------------------------------------------------------------------------- /sites/adobelite/i/redbar_purchase.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/redbar_purchase.gif -------------------------------------------------------------------------------- /sites/adobelite/i/redbar_resources.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/redbar_resources.gif -------------------------------------------------------------------------------- /sites/adobelite/i/redbar_support.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobelite/i/redbar_support.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/abas/aba1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/abas/aba1.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/abas/aba2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/abas/aba2.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/abas/aba3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/abas/aba3.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/abas/aba4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/abas/aba4.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/abas/aba5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/abas/aba5.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/abas/aba6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/abas/aba6.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/abas/maca.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/abas/maca.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/fundomenu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/fundomenu.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/pontaazul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/pontaazul.gif -------------------------------------------------------------------------------- /sites/google/imagens/michelangelo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/google/imagens/michelangelo.gif -------------------------------------------------------------------------------- /sites/hpbr/imagens/welcome_drivers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/hpbr/imagens/welcome_drivers.gif -------------------------------------------------------------------------------- /sites/hpbr/imagens/welcome_support.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/hpbr/imagens/welcome_support.gif -------------------------------------------------------------------------------- /sites/ibm/imagens/module_business.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/imagens/module_business.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/geral.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/geral.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/ponto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/ponto.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/support.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/support.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/linhaofertas.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/linhaofertas.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/mn_comunidade.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/mn_comunidade.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/mn_faleconosco.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/mn_faleconosco.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/mn_lojavirtual.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/mn_lojavirtual.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/mn_salaimprensa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/mn_salaimprensa.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/mn_servicodados.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/mn_servicodados.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/t_comunidades.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/t_comunidades.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/t_lojavirtual.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/t_lojavirtual.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/t_outrosestados.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/t_outrosestados.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/t_servicodados.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/t_servicodados.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/colunas.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/colunas.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/conteudo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/conteudo.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/doeditor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/doeditor.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/marketing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/marketing.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/negocios.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/negocios.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/negocios2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/negocios2.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/pagina3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/pagina3.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/seta_dir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/seta_dir.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/webavista.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/webavista.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/csstableless.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/csstableless.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/iphotelselo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/iphotelselo.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/logovermelho.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/logovermelho.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/logovermelho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/logovermelho.png -------------------------------------------------------------------------------- /skins/padrao/imagens/selo_xhtml1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/selo_xhtml1.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/soutableless.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/soutableless.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/soutableless1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/soutableless1.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/soutableless2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/soutableless2.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/soutableless3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/soutableless3.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/soutableless4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/soutableless4.gif -------------------------------------------------------------------------------- /sites/adobe/imagens/redbar_products.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/redbar_products.gif -------------------------------------------------------------------------------- /sites/adobe/imagens/redbar_purchase.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/redbar_purchase.gif -------------------------------------------------------------------------------- /sites/adobe/imagens/redbar_resources.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/adobe/imagens/redbar_resources.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/fundochamada.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/fundochamada.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/fundodestazul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/fundodestazul.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/fundomenuabas.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/fundomenuabas.gif -------------------------------------------------------------------------------- /sites/hpbr/imagens/welcome_prodserv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/hpbr/imagens/welcome_prodserv.gif -------------------------------------------------------------------------------- /sites/ibm/imagens/module_igs_deeper.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/ibm/imagens/module_igs_deeper.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/fadeaatop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/fadeaatop.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/fadeabtop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/fadeabtop.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/fademenu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/fademenu.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/faderoda.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/faderoda.gif -------------------------------------------------------------------------------- /sites/vivo/imagens/banner_prateleira.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/vivo/imagens/banner_prateleira.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/10min_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/10min_logo.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/click_jobs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/click_jobs.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/colunista1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/colunista1.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/colunista2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/colunista2.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/colunista3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/colunista3.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/colunista4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/colunista4.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/fnazca_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/fnazca_logo.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/marketing2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/marketing2.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/tecnologia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/tecnologia.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/tecnologia2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/tecnologia2.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/selo_standards.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/selo_standards.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/10000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/10000000.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/10000001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/10000001.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/10000002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/10000002.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/10000003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/10000003.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/10000004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/10000004.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/10000005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/10000005.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/10000006.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/10000006.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/10000007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/10000007.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/10000008.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/10000008.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/10000009.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/10000009.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/1000000a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/1000000a.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/1000000b.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/1000000b.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/1000000c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/1000000c.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/1bg00000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/1bg00000.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/20000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/20000000.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/30000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/30000000.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/40000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/40000000.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/50000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/50000000.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/60000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/60000000.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/70000000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/70000000.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/airporte.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/airporte.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/hotnews2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/hotnews2.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/imacg5im.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/imacg5im.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/imacg5in.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/imacg5in.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/imacg5ip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/imacg5ip.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/imacg5ta.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/imacg5ta.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/imacg5ti.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/imacg5ti.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/ipodremi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/ipodremi.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/poweredb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/poweredb.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/producti.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/producti.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/search07.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/search07.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/singlepi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/singlepi.gif -------------------------------------------------------------------------------- /sites/apple/tableless/imagens/spticker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/apple/tableless/imagens/spticker.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/fundodestcinza.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/fundodestcinza.gif -------------------------------------------------------------------------------- /sites/hpbr/imagens/hpc60_arrow_submit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/hpbr/imagens/hpc60_arrow_submit.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/company_info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/company_info.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/for_itpros.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/for_itpros.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/for_your_job.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/for_your_job.gif -------------------------------------------------------------------------------- /sites/samsung/imagens/samsung_digital.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/samsung/imagens/samsung_digital.gif -------------------------------------------------------------------------------- /sites/webinsider/imagens/outros_temas.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/webinsider/imagens/outros_temas.gif -------------------------------------------------------------------------------- /skins/padrao/imagens/tablelessvermelho.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/skins/padrao/imagens/tablelessvermelho.gif -------------------------------------------------------------------------------- /artigos/tablelessdw/screeshot_tutorial_dw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/tablelessdw/screeshot_tutorial_dw.gif -------------------------------------------------------------------------------- /sites/appleold/imagens/menu/1bg_11112002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/appleold/imagens/menu/1bg_11112002.gif -------------------------------------------------------------------------------- /sites/hpbr/imagens/welcome_solutions_for.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/hpbr/imagens/welcome_solutions_for.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/for_developers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/for_developers.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/for_your_home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/for_your_home.gif -------------------------------------------------------------------------------- /artigos/tablelessdw/screeshot_tutorial_dw10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/tablelessdw/screeshot_tutorial_dw10.gif -------------------------------------------------------------------------------- /artigos/tablelessdw/screeshot_tutorial_dw2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/tablelessdw/screeshot_tutorial_dw2.gif -------------------------------------------------------------------------------- /artigos/tablelessdw/screeshot_tutorial_dw3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/tablelessdw/screeshot_tutorial_dw3.gif -------------------------------------------------------------------------------- /artigos/tablelessdw/screeshot_tutorial_dw4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/tablelessdw/screeshot_tutorial_dw4.gif -------------------------------------------------------------------------------- /artigos/tablelessdw/screeshot_tutorial_dw5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/tablelessdw/screeshot_tutorial_dw5.gif -------------------------------------------------------------------------------- /artigos/tablelessdw/screeshot_tutorial_dw6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/tablelessdw/screeshot_tutorial_dw6.gif -------------------------------------------------------------------------------- /artigos/tablelessdw/screeshot_tutorial_dw7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/tablelessdw/screeshot_tutorial_dw7.gif -------------------------------------------------------------------------------- /artigos/tablelessdw/screeshot_tutorial_dw8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/tablelessdw/screeshot_tutorial_dw8.gif -------------------------------------------------------------------------------- /artigos/tablelessdw/screeshot_tutorial_dw9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/artigos/tablelessdw/screeshot_tutorial_dw9.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/ms_masthead_ltr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/ms_masthead_ltr.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/popular_downloads.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/popular_downloads.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/popular_searches.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/popular_searches.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/promo_officesp1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/promo_officesp1.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/for_your_organization.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/for_your_organization.gif -------------------------------------------------------------------------------- /sites/microsoftnew/imagens/popular_destinations.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/imagens/popular_destinations.gif -------------------------------------------------------------------------------- /arquivo.asp: -------------------------------------------------------------------------------- 1 | 2 |
3 |

Arquivo:

4 | 5 | 8 |
9 | 10 |
-------------------------------------------------------------------------------- /sites/microsoftnew/original/microsoft corporation_arquivos/support.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/original/microsoft corporation_arquivos/support.gif -------------------------------------------------------------------------------- /sites/microsoftnew/original/microsoft corporation_arquivos/for_itpros.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/original/microsoft corporation_arquivos/for_itpros.gif -------------------------------------------------------------------------------- /sites/microsoftnew/original/microsoft corporation_arquivos/company_info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/original/microsoft corporation_arquivos/company_info.gif -------------------------------------------------------------------------------- /sites/microsoftnew/original/microsoft corporation_arquivos/for_your_job.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/original/microsoft corporation_arquivos/for_your_job.gif -------------------------------------------------------------------------------- /recomendado.asp: -------------------------------------------------------------------------------- 1 | 2 |
3 |

Site recomendado:

4 |

5 | 6 | 7 |

8 |
9 | 10 |
-------------------------------------------------------------------------------- /sites/microsoftnew/original/microsoft corporation_arquivos/for_developers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/original/microsoft corporation_arquivos/for_developers.gif -------------------------------------------------------------------------------- /sites/microsoftnew/original/microsoft corporation_arquivos/for_your_home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/original/microsoft corporation_arquivos/for_your_home.gif -------------------------------------------------------------------------------- /sites/microsoftnew/original/microsoft corporation_arquivos/ms_masthead_ltr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/original/microsoft corporation_arquivos/ms_masthead_ltr.gif -------------------------------------------------------------------------------- /sites/microsoftnew/original/microsoft corporation_arquivos/promo_officesp1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/original/microsoft corporation_arquivos/promo_officesp1.gif -------------------------------------------------------------------------------- /sites/microsoftnew/original/microsoft corporation_arquivos/popular_downloads.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/original/microsoft corporation_arquivos/popular_downloads.gif -------------------------------------------------------------------------------- /sites/microsoftnew/original/microsoft corporation_arquivos/popular_searches.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/original/microsoft corporation_arquivos/popular_searches.gif -------------------------------------------------------------------------------- /sites/microsoftnew/original/microsoft corporation_arquivos/popular_destinations.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/original/microsoft corporation_arquivos/popular_destinations.gif -------------------------------------------------------------------------------- /sites/microsoftnew/original/microsoft corporation_arquivos/for_your_organization.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tableless/tableless-2004/master/sites/microsoftnew/original/microsoft corporation_arquivos/for_your_organization.gif -------------------------------------------------------------------------------- /sites/samsung/map.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /sites/vivo/velhos.css: -------------------------------------------------------------------------------- 1 | body { 2 | background:white; 3 | } 4 | 5 | /* Classes do Topo */ 6 | #logo { 7 | float:left; 8 | } 9 | 10 | #texteira { 11 | padding-top:30px; 12 | padding-bottom:9px; 13 | border-bottom:6px solid #C6DB00; 14 | } 15 | 16 | /* Menu */ 17 | #menu { 18 | margin:1px 0px 0px 0px; 19 | } 20 | -------------------------------------------------------------------------------- /skins/print.css: -------------------------------------------------------------------------------- 1 | #menu, .box, #rodape, #banner { 2 | display:none; 3 | } 4 | 5 | html>body #txtcont { 6 | width:600px; 7 | margin:20px; 8 | } 9 | 10 | h1 { 11 | text-indent:0px; 12 | font:170% Georgia, 'Serif'; 13 | margin:0px 20px; 14 | } 15 | 16 | a { 17 | text-decoration:none; 18 | color:black; 19 | } 20 | 21 | h1 small { 22 | font:60% verdana; 23 | display:block; 24 | } -------------------------------------------------------------------------------- /skins/mods.css: -------------------------------------------------------------------------------- 1 | /*************** 2 | Div dos banners 3 | ***************/ 4 | #banner { 5 | display:block; 6 | } 7 | 8 | #banner p, #banner h1 { 9 | display:none; 10 | } 11 | 12 | /*************** 13 | Titulos 14 | ***************/ 15 | h1 { 16 | text-indent:-5000px; 17 | cursor:hand; 18 | } 19 | 20 | #sites ul li.outrolic { 21 | font:60% Verdana, arial, tahoma, sans-serif; 22 | } -------------------------------------------------------------------------------- /buscador.asp: -------------------------------------------------------------------------------- 1 | 2 |
3 |

Busca

4 | 5 |
" class="inputext" />
8 | 9 | 11 |
12 | 13 |
-------------------------------------------------------------------------------- /banner.asp: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | 7 |
8 | 9 |
10 | 11 |

Anuncie no Tableless

12 | 13 |

Anuncie

14 |

Mande um email para anuncie@tableless.com.br

15 |
16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /conteudo.asp: -------------------------------------------------------------------------------- 1 | <%response.redirect "default.asp" '?p=" & request("p")%> 2 | 3 | 4 |
5 | 6 |
7 | 8 |
9 | 10 |
11 | 12 |
13 | 14 |
15 | <%'=geraBlog()%> 16 | 17 | <%'=paginacao%> 18 | 19 |
20 |
21 | 22 | 23 | -------------------------------------------------------------------------------- /estudo/zoom/passo1.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 14 | 15 | 16 | 17 | 18 | Ver a foto ampliada 19 | 20 | 21 | -------------------------------------------------------------------------------- /recomendados.asp: -------------------------------------------------------------------------------- 1 | 11 | 13 | <%=siterecomendado()%> 14 | -------------------------------------------------------------------------------- /sites/google/velhos.css: -------------------------------------------------------------------------------- 1 | body { 2 | text-align:center; 3 | background:white; 4 | } 5 | 6 | a { 7 | color:#0000CC; 8 | } 9 | 10 | i { 11 | font:normal 80% Arial, Verdana, Helvetica, Sans-Serif; 12 | } 13 | 14 | 15 | #tudo2 { 16 | font:80% Arial, Verdana, Helvetica, Sans-Serif; 17 | margin:51px 0px 0px 0px; 18 | } 19 | 20 | /********************************************* 21 | Rodape 22 | *********************************************/ 23 | #rodape { 24 | font:75% Arial, Verdana, Helvetica, Sans-Serif; 25 | margin:21px 0px 0px 0px; 26 | } -------------------------------------------------------------------------------- /estudo/zoom/passo2.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 20 | 21 | 22 | 23 | 24 | Ver a foto ampliada 25 | 26 | 27 | -------------------------------------------------------------------------------- /estudo/linkperson/passo1.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 15 | 16 | 17 | 18 | 19 | 20 | Aqui vai um link com um underline personalizado. 21 | 22 | 23 | -------------------------------------------------------------------------------- /estudo/divcentrotela/passo1.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | Objeto no centro da tela - Passo 1 9 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /estudo/linkperson/passo2.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 18 | 19 | 20 | 21 | 22 | 23 | Aqui vai um link com um underline personalizado. 24 | 25 | 26 | -------------------------------------------------------------------------------- /estudo/divcentrotela/passo2.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | Objeto no centro da tela - Passo 2 9 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /estudo/zoom/passo3.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 24 | 25 | 26 | 27 | 28 | Ver a foto ampliada 29 | 30 | 31 | -------------------------------------------------------------------------------- /estudo/zoom/passo4.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 27 | 28 | 29 | 30 | 31 | Ver a foto ampliada 32 | 33 | 34 | -------------------------------------------------------------------------------- /estudo/divcentrotela/passo3.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | Objeto no centro da tela - Passo 3 9 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /estudo/zoom/passo5.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 28 | 29 | 30 | 31 | 32 | Ver a foto ampliada 33 | 34 | 35 | -------------------------------------------------------------------------------- /estudo/divcentrotela/passo4.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | Objeto no centro da tela - Passo 4 9 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /estudo/linkperson/passo3.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 24 | 25 | 26 | 27 | 28 | 29 | Aqui vai um link com um underline personalizado. 30 | 31 | 32 | -------------------------------------------------------------------------------- /estudo/zoom/passo6.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 31 | 32 | 33 | 34 | 35 | Ver a foto ampliada 36 | 37 | 38 | -------------------------------------------------------------------------------- /estudo/zoom/passo7.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 32 | 33 | 34 | 35 | 36 | Ver a foto ampliada 37 | 38 | 39 | -------------------------------------------------------------------------------- /sites/google/bkp/velhos.css: -------------------------------------------------------------------------------- 1 | body { 2 | text-align:center; 3 | background:white; 4 | } 5 | 6 | a { 7 | color:#0000CC; 8 | } 9 | 10 | i { 11 | font:normal 80% Arial, Verdana, Helvetica, Sans-Serif; 12 | } 13 | 14 | 15 | #tudo2 { 16 | font:80% Arial, Verdana, Helvetica, Sans-Serif; 17 | margin:51px 0px 0px 0px; 18 | } 19 | 20 | /********************************************* 21 | Menu 22 | *********************************************/ 23 | #menu li { 24 | list-style-type:none; 25 | background:#EFEFEF; 26 | display:inline; 27 | } 28 | /********************************************* 29 | Cont 30 | *********************************************/ 31 | #cont { 32 | padding:20px 0px 0px 0px; 33 | } 34 | 35 | 36 | #opc { 37 | margin:0px 108px 0px 0px; 38 | font:80% Arial, Verdana, Helvetica, Sans-Serif; 39 | } 40 | 41 | /********************************************* 42 | Rodape 43 | *********************************************/ 44 | #rodape { 45 | font:75% Arial, Verdana, Helvetica, Sans-Serif; 46 | margin:21px 0px 0px 0px; 47 | } -------------------------------------------------------------------------------- /busca.asp: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 |

Busca

9 | 10 |
" class="inputext" />
13 |
14 | 16 |
17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 |
25 | <% if false then %>
" size="40" />
<% end if %> 28 | <%fazBusca(request("q"))%> 29 |
30 | 31 | -------------------------------------------------------------------------------- /sites/google/bkp/novos.css: -------------------------------------------------------------------------------- 1 | hr { 2 | display:none; 3 | } 4 | 5 | #tudo1 { 6 | margin:auto; 7 | width:560px; 8 | } 9 | 10 | 11 | /********************************************* 12 | Menu 13 | *********************************************/ 14 | #menu { 15 | border-bottom:1px solid #3366CC; 16 | margin:13px 0px 0px 0px; 17 | padding:0px 0px; 18 | width:560px; 19 | font:80% Arial, Verdana, Helvetica, Sans-Serif; 20 | } 21 | 22 | #menu li { 23 | padding:2px 30px 0px; 24 | height:0px; 25 | margin:0px 9px; 26 | width:120px; 27 | } 28 | 29 | #menu ul { 30 | margin:0px; 31 | } 32 | 33 | #menu #selec { 34 | background:#3366CC; 35 | font:bold; 36 | color:white; 37 | } 38 | 39 | #menu a, #menu a:visited { 40 | text-decoration:none; 41 | cursor:hand; 42 | color:#0000CC; 43 | } 44 | 45 | /********************************************* 46 | Cont 47 | *********************************************/ 48 | #cont { 49 | width:560px; 50 | text-align:right; 51 | } 52 | 53 | 54 | #cont #listapq { 55 | background:white; 56 | float:right; 57 | font:65% Arial, Verdana, Helvetica, Sans-Serif; 58 | text-align:left; 59 | } 60 | 61 | 62 | #cont .inputs { 63 | width:355px; 64 | margin:0px 0px 0px 0px; 65 | } 66 | 67 | html>body #cont .inputs { 68 | margin:0px 3px 0px 0px; 69 | } 70 | 71 | .botaodireito { 72 | margin:0px 40px 0px 0px; 73 | } -------------------------------------------------------------------------------- /sites/cade/velhos.css: -------------------------------------------------------------------------------- 1 | body { 2 | background:white; 3 | text-align:center; 4 | } 5 | 6 | img { 7 | border:0px; 8 | 9 | } 10 | 11 | form { 12 | margin:0px; 13 | padding:0px; 14 | } 15 | 16 | /***************************** 17 | Menu 18 | *****************************/ 19 | #menu { 20 | width:430px; 21 | margin:17px auto 0px; 22 | padding:; 23 | font:75% Arial, Verdana, Tahoma, Helvetica, Sans-Serif; 24 | position:relative; 25 | } 26 | 27 | ul, li { 28 | margin:0px 6px 0px 0px; 29 | padding:0px; 30 | list-style-type:none; 31 | text-align:center; 32 | } 33 | 34 | li { 35 | float:left; 36 | padding:1px 6px 3px; 37 | font-weight:bold; 38 | } 39 | 40 | .selec { 41 | background:#EEEEEE; 42 | border-top:1px solid #999999; 43 | border-left:1px solid #999999; 44 | border-right:1px solid #999999; 45 | font-weight:bold; 46 | } 47 | 48 | /***************************** 49 | Busca 50 | *****************************/ 51 | #busca { 52 | z-index:0; 53 | width:438px; 54 | background:#EEEEEE; 55 | border:1px solid #999999; 56 | margin:0px auto; 57 | text-align:left; 58 | padding:5px; 59 | margin:-1px auto 0px; 60 | font:60% Verdana, Arial, Helvetica, Sans-Serif; 61 | } 62 | 63 | #busca input { 64 | width:301px; 65 | margin:0px 11px 0px 0px; 66 | vertical-align:middle; 67 | } 68 | 69 | .buscar { 70 | margin:13px 0px 17px; 71 | } 72 | 73 | .buscaropc { 74 | text-align:left; 75 | width:270px; 76 | padding:0px 0px 0px 80px; 77 | margin:0px auto; 78 | font:70% Verdana, Arial, Helvetica, Sans-Serif; 79 | background:pink; 80 | } -------------------------------------------------------------------------------- /sites/google/novos.css: -------------------------------------------------------------------------------- 1 | hr { 2 | display:none; 3 | } 4 | 5 | #tudo1 { 6 | margin:auto; 7 | width:560px; 8 | } 9 | 10 | form { 11 | margin:0px; 12 | } 13 | 14 | /********************************************* 15 | Menu 16 | *********************************************/ 17 | #menu { 18 | border-bottom:1px solid #3366CC; 19 | margin:13px 0px 0px 0px; 20 | font:80% Arial, Verdana, Helvetica, Sans-Serif; 21 | } 22 | 23 | #menu li { 24 | width:120px; 25 | height:20px; 26 | margin:0px 0px 0px 15px; 27 | list-style-type:none; 28 | background:#EFEFEF; 29 | float:left; 30 | } 31 | 32 | #menu ul { 33 | height:20px; 34 | margin:0px; 35 | padding:0px 0px 0px 15px; 36 | } 37 | 38 | #menu #selec { 39 | background:#3366CC; 40 | font:bold; 41 | color:white; 42 | margin: 0px 0px 0px 0px; 43 | } 44 | 45 | #menu a, #menu a:visited { 46 | display: block; 47 | width: 100%; 48 | height:17px; 49 | padding-top:2px; 50 | text-decoration:none; 51 | color:#0000CC; 52 | } 53 | 54 | /********************************************* 55 | Busca 56 | *********************************************/ 57 | #busca { 58 | margin:20px 0px 0px 85px; 59 | font:80% arial, verdana, helvetica, sans-serif; 60 | } 61 | 62 | #pesquisa { 63 | text-align:left; 64 | margin:0px; 65 | font:80% arial, verdana, helvetica, sans-serif; 66 | padding:0px 0px 0px 110px; 67 | } 68 | 69 | .inputtexto { 70 | width:352px; 71 | } 72 | 73 | #listpq { 74 | background:white; 75 | float:right; 76 | margin:20px 0px 0px 0px; 77 | font:65% Arial, Verdana, Helvetica, Sans-Serif; 78 | text-align:left; 79 | } -------------------------------------------------------------------------------- /artigos/switchstyle.js: -------------------------------------------------------------------------------- 1 | function setActiveStyleSheet(title) { var i, a, main; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) { a.disabled = true; if(a.getAttribute("title") == title) a.disabled = false; } } } function getActiveStyleSheet() { var i, a; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title") && !a.disabled) return a.getAttribute("title"); } return null; } function getPreferredStyleSheet() { var i, a; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("rel").indexOf("alt") == -1 && a.getAttribute("title") ) return a.getAttribute("title"); } return null; } function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else expires = ""; document.cookie = name+"="+value+expires+"; path=/"; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } window.onload = function(e) { var cookie = readCookie("style"); var title = cookie ? cookie : getPreferredStyleSheet(); setActiveStyleSheet(title); } window.onunload = function(e) { var title = getActiveStyleSheet(); createCookie("style", title, 365); } var cookie = readCookie("style"); var title = cookie ? cookie : getPreferredStyleSheet(); setActiveStyleSheet(title); -------------------------------------------------------------------------------- /feeds.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | Tableless 7 | http://www.tableless.com.br/ 8 | Tableless [HTML XHTML CSS TABLELESS] 9 | 10 | 11 | Tableless [HTML XHTML CSS TABLELESS] 12 | http://www.tableless.com.br/imagens/loguinho.gif 13 | http://www.tableless.com.br/ 14 | 15 |
16 | 17 | 18 | [^<]*)

([^\|]*)

[^\|]+\|[^\|]+\|[^<]*]]> 19 | 20 |
21 |
22 | 23 |
24 | Blog dos Poetas 25 | http://www.tableless.com.br/poetas/ 26 | Ederson Peka 27 | pt 28 | Blog dos Poetas: poetas.blogspot.com - Blog de poesias de escritores famosos e consagrados... 29 | 30 | Blog dos Poetas 31 | http://www.tableless.com.br/poetas/banner.gif 32 | http://www.tableless.com.br/poetas/ 33 | 34 |
35 | 36 | 37 |

\s*
\s*.: (.*),(.*)
\s* 
\s*

([^<]*)

\r?\n?((\r\n.+)*)\r\n\r\n]]> 38 | 39 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /sites/jacob/original/useit_style.css: -------------------------------------------------------------------------------- 1 | BODY {font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ; background: white; color: black; } 2 | CODE {font-family: "Courier New", Courier, Monaco, monospace ; } 3 | PRE {font-family: "Courier New", Courier, Monaco, monospace ; } 4 | HR {color: gray ; } 5 | .navbar {font-size: 100%; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; background: #FFFF66 ; border-style: none none solid none; border-width: thin; padding: 2px;} 6 | .navarea { background: #FFFF66 ; } 7 | .notrecommended {color: #666666 ; } 8 | .deemphasized {color: #666666 ; } 9 | TABLE.densetable {font-size: 80% ; } 10 | TR.summaryrow { font-size: 90%; background: #00FFFF ; } 11 | CAPTION {font-size: 100% ; } 12 | .embeddedfloat {float: right; margin-left: 3em} 13 | H1, H2, H3, H4, H5, H6 {font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ; } 14 | H4 {margin-bottom: 0.5em } 15 | H5, H6 {margin-bottom: 0.2em } 16 | UL.referencelist, .footnote {margin-left: 4em; text-indent: -4em ; font-size: 83%; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; list-style: none ; } 17 | A:link, .simulatedlink {color: blue ; } 18 | A.old:link {color: #2222FF ; } 19 | A.new:link {color: #0000FF ; } 20 | A:visited {color: purple ; } 21 | A:active {color: red ; } 22 | A.notrecommended:link {color: #6666FF ; } 23 | A.notrecommended:visited {color: #CC66CC ; } 24 | A.deemphasized:link {color: #6666FF ; } 25 | A.deemphasized:visited {color: #CC66CC ; } 26 | .overline {font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin-bottom: -2ex ; } 27 | .updatecomment {font-size: 100%; background: #00FFFF ; } 28 | .outsidecomment {font-size: 100%; background: #E9E9E9 ; } 29 | .microtext {font-size: 10% ; } 30 | .useem {color: #CC0000 ;} 31 | .cssSmallGray { font-size: xx-small; color: #999999; } 32 | 33 | -------------------------------------------------------------------------------- /sites/kick/novos.css: -------------------------------------------------------------------------------- 1 | body { 2 | background:white; 3 | margin:9px; 4 | } 5 | 6 | /********************************************* 7 | Cabecalho 8 | *********************************************/ 9 | #cabecalho span { 10 | margin:48px 0px 0px 0px; 11 | } 12 | 13 | #tudo { 14 | width:705px; 15 | background:white; 16 | } 17 | 18 | /********************************************* 19 | Esquerda 20 | *********************************************/ 21 | #esquerda { 22 | background:white; 23 | width:222px; 24 | float:left; 25 | margin:6px 0px 0px 0px; 26 | } 27 | 28 | hr { 29 | display:none; 30 | } 31 | 32 | h5 { 33 | margin:0px; 34 | } 35 | 36 | /********************************************* 37 | Direita 38 | *********************************************/ 39 | #direita { 40 | background:white; 41 | width:476px; 42 | margin:-5px 0px 0px 0px; 43 | float:right; 44 | } 45 | 46 | /********************************************* 47 | Divs do lado esquerda 48 | *********************************************/ 49 | #q1 ul { 50 | list-style-image:url(imagens/bullet1.gif); 51 | margin:0px 0px 0px 20px; 52 | padding:0px; 53 | } 54 | 55 | #q1 li { 56 | margin:6px 0px 0px 0px; 57 | } 58 | 59 | #q1 a:hover, #q1 a:active, #q2 a:hover, #q2 a:active, #q3 a:hover, #q3 a:active { 60 | color:#333333; 61 | text-decoration:underline; 62 | } 63 | 64 | #q2 ul { 65 | list-style-image:url(imagens/bullet3.gif); 66 | margin:-7px 0px 0px 20px; 67 | padding:0px; 68 | } 69 | 70 | #q2 li { 71 | margin:6px 0px 0px 0px; 72 | } 73 | 74 | #q2 .selec { 75 | list-style-image:url(imagens/bullet2.gif); 76 | font:bold 90% Trebuchet Ms, Verdana, Arial, Helvetica, Sans-Serif; 77 | text-decoration:none; 78 | } 79 | 80 | /********************************************* 81 | Divs do lado Direito 82 | *********************************************/ 83 | #direita p a:hover, #direita p a:active,.opc a:hover, .opc a:active { 84 | color:#CC0000; 85 | } 86 | 87 | /********************************************* 88 | Rodape 89 | *********************************************/ 90 | #rodape a:hover, #rodape a:active { 91 | color:#333333; 92 | } 93 | 94 | -------------------------------------------------------------------------------- /sites/adobelite/novos.css: -------------------------------------------------------------------------------- 1 | #cb{background:black;height:85px} 2 | #di{width:380px;margin:0px 0px 0px 260px } 3 | #es{float:left;width:260px;text-align:right} 4 | #ls a, #ls a:visited{color:#9C9A9C;text-decoration:none} 5 | #ls a:hover, #ls a:active{color:black;text-decoration:underline} 6 | #ls{width:750px} 7 | #logo{float:left} 8 | #mnnav{margin:0px 0px 7px 0px} 9 | #mnrp a, #mnrp a:visited{text-decoration: none;color: #999999} 10 | #mnrp a:hover, #mnrp a:active{color: black;text-decoration:underline} 11 | #mnrp div{float:left;margin:0px 20px 0px 0px} 12 | #mnrp{font:bold 65% Verdana,Arial,sans-serif;margin:0px 0px 0px 20px;background:url(i/pontos.gif) no-repeat left white;padding:20px 0px 0px 0px} 13 | #navbar{margin:0px 267px 0px 0px;text-align:right} 14 | #prlista{background:url("i/pontos.gif") no-repeat bottom center;padding:0px 0px 15px 0px ;margin:0px 0px 15px 0px} 15 | #rp .lsrodault{float:left;line-height: 135%; margin:0px 10px 0px 0px;padding:0px 10px 0px 0px;text-decoration: none} 16 | #rp .lsroda{float:left;background:url(i/1dot.gif) repeat-Y right white;line-height: 135%; text-decoration: none;margin:0px 10px 0px 0px;padding:0px 10px 0px 0px} 17 | #rp a, #rp a:visited{color:#CC0000;font:Verdana, Arial,sans-serif;text-decoration:none} 18 | #rp a:hover, #rp a:active{color:black;font:Verdana, Arial,sans-serif;text-decoration:underline} 19 | #rp{color: #999999;margin:20px 0px 0px 15px;font: 65% Verdana,Arial,sans-serif} 20 | #selo1{margin:0px 0px 10px 0px} 21 | #selos{background:url(i/1dot.gif) repeat-Y right white;padding:0px 10px 0px 0px} 22 | #ticont{margin:15px 0px 0px 210px} 23 | #tisls{background:#CE0000} 24 | .cxls div, .cxlspr div{background:url("i/redbullet2.gif") no-repeat top left;padding:0px 0px 0px 7px;margin:0px 0px 5px 25px} 25 | .cxls, .cxlspr{float:left;width:185px;font:bold 60% Verdana, Arial, sans-serif;background:url("i/fundoponto.gif") repeat-Y left;padding:6px 0px 0px 0px ;height:149px;border-bottom:5px solid #CECFCE} 26 | .cxlspr{width:189px} 27 | .listas div a, .listas div a:visited{color:#CE0000;font-weight:bold;text-decoration:none} 28 | .listas div a:hover, listas div a:active{color:black;text-decoration:underline} 29 | .listas div, #prlista div{font:70% Verdana, Arial, sans-serif;background:url("i/redarrow2.gif") no-repeat top left;padding:0px 0px 0px 15px;margin:0px 0px 5px 20px} 30 | body{margin:0px;padding:0px;background:white} 31 | img{border:0px;vertical-align:middle} -------------------------------------------------------------------------------- /sites/vivo/novos.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin: 0px; 3 | padding: 0px; 4 | } 5 | 6 | img { 7 | border: 0px; 8 | } 9 | 10 | /* Classes do Topo */ 11 | #texteira { 12 | padding-left: 357px; 13 | } 14 | 15 | /* Menu */ 16 | #menu { 17 | padding:0px 0px 0px 21px; 18 | background: #CCCCCC; 19 | } 20 | 21 | #menu a img { 22 | margin:0px 7px; 23 | } 24 | 25 | #menu #pontape { 26 | display: block; 27 | margin:0px 0px 0px 214px; 28 | } 29 | 30 | #menu .nomesvivos { 31 | margin:0px 0px 5px 197px; 32 | } 33 | 34 | #menu img { 35 | vertical-align:middle; 36 | } 37 | 38 | /* Esquerda */ 39 | #esquerda { 40 | float:left; 41 | width:435px; 42 | margin:0px 5px 0px 0px; 43 | } 44 | 45 | #flash { 46 | margin: 0px 0px 6px 0px; 47 | } 48 | #servicodados { 49 | width: 195px; 50 | float:left; 51 | margin:0px 0px 0px 3px; 52 | } 53 | 54 | #servicodados a, #servicodados a:visited { 55 | color: black; 56 | text-decoration:none; 57 | font:bold 60% Verdana, Arial, Tahoma, Sans-Serif; 58 | } 59 | 60 | #lojavirtual { 61 | width:200px; 62 | padding:0px 7px; 63 | margin:0px 0px 0px 204px; 64 | background:url("imagens/linhapont.gif") repeat-Y left ; 65 | } 66 | 67 | #lojavirtual #compre { 68 | margin:5px 0px 0px 0px; 69 | } 70 | 71 | /* Direita */ 72 | #direita { 73 | margin:0px 0px 0px 440px; 74 | width:336px; 75 | } 76 | 77 | #comunidadestit { 78 | font:70% Verdana, Arial, Tahoma, Sans-Serif; 79 | color:#333333; 80 | margin:6px 0px 0px 0px; 81 | } 82 | 83 | #comunidadestit img { 84 | margin:0px 100px 0px 0px; 85 | } 86 | 87 | #listacomunidades { 88 | padding:2px; 89 | background:url("imagens/linha_pont_h.gif") repeat-X top; 90 | } 91 | 92 | #listacomunidades p img { 93 | float:left; 94 | } 95 | 96 | .flecha { 97 | margin:13px 0px 0px 0px; 98 | } 99 | 100 | .pont { 101 | background:url("imagens/linha_pont_h.gif") repeat-X; 102 | font:1px verdana; 103 | height:1px; 104 | margin:0px 0px 0px 13px; 105 | } 106 | 107 | #listacomunidades p{ 108 | font:70% Verdana, Arial, Tahoma, Sans-Serif; 109 | color:#666666; 110 | background-position: 60px 0px 50px 50px ; 111 | margin:2px; 112 | height:40px; 113 | } 114 | 115 | #listacomunidades p a { 116 | color:black; 117 | font-weight: bold; 118 | text-decoration:none; 119 | } 120 | 121 | #outrosestados { 122 | background:url("imagens/linha_pont_h.gif") repeat-X; 123 | font:9px Verdana, Arial, Tahoma, Sans-Serif; 124 | padding:5px 0px 0px 0px; 125 | color:#666666; 126 | } 127 | 128 | #outrosestados a { 129 | color:#666666; 130 | text-decoration:none; 131 | } 132 | 133 | #outrosestados img { 134 | float:left; 135 | } 136 | 137 | #rodape { 138 | margin:5px 0px 0px 0px; 139 | } 140 | 141 | #rodape img { 142 | margin:0px 5px; 143 | } -------------------------------------------------------------------------------- /sites/ibm/novos.css: -------------------------------------------------------------------------------- 1 | h4 { 2 | margin:0px 0px 0px 43px; 3 | } 4 | 5 | h4 a:hover, h4 a:active { 6 | color:black; 7 | text-decoration:underline; 8 | } 9 | 10 | hr { 11 | display:none; 12 | } 13 | 14 | /********************************************* 15 | geral 16 | *********************************************/ 17 | #geral { 18 | margin:2px; 19 | } 20 | 21 | /********************************************* 22 | Cabecalhos 23 | *********************************************/ 24 | .topo { 25 | background:url("imagens/fundotopo.gif") repeat-Y #006699; 26 | height:68px; 27 | } 28 | 29 | .menutopo a:hover, #menutopo a:active, .menutopo1 a:hover, #menutopo1 a:active, .menutopo2 a:hover, #menutopo2 a:active, #rlinks a:hover, #rlinks a:active, #rlinks2 a:hover, #rlinks2 a:active, { 30 | text-decoration:underline; 31 | } 32 | 33 | #search { 34 | float:right; 35 | width:270px; 36 | margin:13px 0px 0px 0px; 37 | } 38 | 39 | #search input { 40 | font:70% Verdana, Arial, Helvetica, Sans-Serif; 41 | } 42 | 43 | #brasil { 44 | font:65% Verdana, Arial, Helvetica, Sans-serif; 45 | color:#99CCFF; 46 | padding:20px 0px 0px 0px; 47 | } 48 | 49 | /********************************************* 50 | Esquerda 51 | *********************************************/ 52 | #conteudoesquerda { 53 | background:white; 54 | float:left; 55 | border:1px solid white; 56 | } 57 | 58 | #linksdest { 59 | width:404px; 60 | margin:5px 0px 0px 0px; 61 | border-top:9px solid black; 62 | } 63 | 64 | #linksdestin { 65 | margin:9px 0px 0px 11px; 66 | } 67 | 68 | #linkdestin img { 69 | vertical-align:bottom; 70 | } 71 | 72 | /********************************************* 73 | Direita 74 | *********************************************/ 75 | .opc { 76 | margin:7px 0px 0px 0px; 77 | border-bottom:1px solid #CCCCCC; 78 | padding:0px 0px 7px 0px; 79 | } 80 | 81 | .opcult { 82 | margin:8px 0px 0px 0px; 83 | border-bottom:9px solid #006699; 84 | padding:0px 0px 3px 0px; 85 | } 86 | 87 | .opcult2 { 88 | margin:8px 0px 18px 0px; 89 | padding:0px 0px 3px 0px; 90 | } 91 | 92 | .opcult2 b { 93 | font:bold 115% Arial, Verdana, Helvetica, Sans-Serif; 94 | } 95 | 96 | .dentroopc2 { 97 | margin:0px 0px 0px 14px; 98 | } 99 | 100 | .dentroopc2 .texti { 101 | background:#CCCC99; 102 | width:125px; 103 | font: 125% Arial, Verdana, Helvetica, Sans-Serif; 104 | float:left; 105 | 106 | } 107 | 108 | .dentroopc2 input { 109 | margin:7px 0px 0px 0px; 110 | } 111 | 112 | .dentroopc2 a, .dentroopc2 a:visited { 113 | color:#006699; 114 | font:bold 100% Arial, Verdana, Helvetica, Sans-Serif; 115 | } 116 | 117 | .linkopc { 118 | 119 | margin:0px 0px 0px 42px; 120 | } 121 | 122 | #conteudodireita { 123 | float:right; 124 | width:197px; 125 | } 126 | 127 | #conteudodireita img { 128 | float:left; 129 | } -------------------------------------------------------------------------------- /sites/kick/velhos.css: -------------------------------------------------------------------------------- 1 | h5 { 2 | font:bold 135% Trebuchet Ms, Verdana, Arial, Helvetica, Sans-Serif; 3 | color:#333333; 4 | } 5 | 6 | /********************************************* 7 | Cabecalho 8 | *********************************************/ 9 | #cabecalho { 10 | font:normal 75% Trebuchet Ms, Verdana, Arial, Helvetica, Sans-Serif; 11 | color:#666666; 12 | width:704px; 13 | } 14 | 15 | #cabecalho span { 16 | float:right; 17 | } 18 | 19 | /********************************************* 20 | Divs do lado esquerda 21 | *********************************************/ 22 | #q1 { 23 | background:#99CCFF; 24 | border:1px solid black; 25 | padding:14px 14px 27px 14px; 26 | margin:0px 0px 6px 0px; 27 | } 28 | 29 | #q1 select { 30 | font:70% Trebuchet Ms, Verdana, Arial, Helvetica, Sans-Serif; 31 | background:#FFFFCC; 32 | margin:-2px 0px 0px -1px; 33 | } 34 | 35 | #q1 a, #q1 a:visited, #q2 a, #q2 a:visited { 36 | font:90% Trebuchet Ms, Verdana, Arial, Helvetica, Sans-Serif; 37 | color:#336699; 38 | } 39 | 40 | #q2 a .selec, #q2 a:visited .selec { 41 | color:black; 42 | text-decoration:none; 43 | } 44 | 45 | #q2 { 46 | background:#E5F2FE; 47 | border:1px solid #999999; 48 | padding:14px 14px 13px 14px; 49 | margin:0px 0px 6px 0px; 50 | } 51 | 52 | #q3 { 53 | background:white; 54 | border:1px solid #C6C3C3; 55 | padding:14px 14px 27px 14px; 56 | margin:0px 0px 6px 0px; 57 | font:75% Trebuchet Ms, Verdana, Arial, Helvetica, Sans-Serif; 58 | color:#333333; 59 | line-height:20px; 60 | } 61 | 62 | #q3 a, #q3 a:visited { 63 | color:#336699; 64 | } 65 | 66 | #q3 #banner { 67 | margin:16px 0px 24px 47px; 68 | } 69 | 70 | /********************************************* 71 | Divs do lado Direito 72 | *********************************************/ 73 | #direita #contdireita { 74 | margin:-20px 0px 0px 13px; 75 | } 76 | 77 | #direita i { 78 | color:#666666; 79 | } 80 | 81 | #direita p { 82 | font:85% Trebuchet Ms, Verdana, Arial, Helvetica, Sans-Serif; 83 | color:#333333; 84 | line-height:24px; 85 | } 86 | 87 | #direita p a, #direita p a:visited, .opc a, .opc a:visited { 88 | color:#FF6600; 89 | } 90 | 91 | .opc { 92 | font:75% Trebuchet Ms, Verdana, Arial, Helvetica, Sans-Serif; 93 | color:#333333; 94 | line-height:20px; 95 | } 96 | 97 | .opc img { 98 | float:left; 99 | } 100 | 101 | #titg2 { 102 | margin:20px 0px 0px 0px; 103 | } 104 | 105 | /********************************************* 106 | Rodape 107 | *********************************************/ 108 | #rodape { 109 | width:704px; 110 | color:#999999; 111 | font:75% Trebuchet Ms, Verdana, Arial, Helvetica, Sans-Serif; 112 | } 113 | 114 | #rodape a, #rodape a:visited { 115 | color:#336699; 116 | } 117 | 118 | .linha { 119 | margin:0px 0px 0px 0px; 120 | font:1% verdana; 121 | border:1px solid #DEDEDE; 122 | height:5px; 123 | } 124 | 125 | html>body .linha { 126 | height:3px; 127 | } 128 | 129 | #top { 130 | float:right; 131 | margin:0px -3px 0px 0px; 132 | } 133 | 134 | html>body #top { 135 | margin:0px 0px 0px 0px; 136 | } -------------------------------------------------------------------------------- /sites.asp: -------------------------------------------------------------------------------- 1 |
2 |

Microsoft NEW

3 | 7 |
8 |

Microsoft old

9 | 14 |
15 |

Hp Brasil

16 | 20 |
21 |

Samsung Brasil

22 | 26 |
27 |

IBM Brasil

28 | 32 |
33 |

Apple Brasil

34 | 38 |
39 |

Google

40 | 44 |
45 |

Kicksology.net

46 | 50 |
51 |

Adobe Brasil (Antigo)

52 | 56 |
57 |

Jakob Nielsen

58 | 62 | 63 |
64 | 65 |
66 | -------------------------------------------------------------------------------- /sites/ibm/velhos.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin:0px; 3 | padding:0px; 4 | background:white; 5 | } 6 | 7 | img { 8 | border:0px; 9 | } 10 | 11 | form { 12 | margin:0px; 13 | } 14 | 15 | h4 { 16 | font:bold 120% Arial, Verdana, Helvetica, Sans-Serif; 17 | color:black; 18 | } 19 | 20 | h4 a, h4 a:visited { 21 | color:black; 22 | text-decoration:none; 23 | } 24 | 25 | /********************************************* 26 | geral 27 | *********************************************/ 28 | #geral { 29 | background:#6699CC; 30 | width:760px; 31 | } 32 | 33 | 34 | /********************************************* 35 | Cabecalhos 36 | *********************************************/ 37 | .menutopo { 38 | background:black; 39 | height:22px; 40 | } 41 | 42 | .menutopo1 { 43 | background:black; 44 | height:22px; 45 | margin:14px 0px 0px 0px; 46 | color:#999999; 47 | float:inherit; 48 | } 49 | 50 | .menutopo2 { 51 | background:black; 52 | height:22px; 53 | color:#999999; 54 | float:inherit; 55 | border-top:1px solid white; 56 | } 57 | 58 | .menutopo2 span { 59 | float:right; 60 | } 61 | 62 | .menutopo2 span a, .menutopo2 span a:visited { 63 | font:bold 60% Verdana, Arial, Helvetica, Sans-Serif; 64 | color:#FFCC00; 65 | text-decoration:none; 66 | } 67 | 68 | .menutopo2 span a:hover, .menutopo2 span a:active { 69 | text-decoration:underline; 70 | } 71 | 72 | .menutopo a, #menutopo a:visited, .menutopo1 a, #menutopo1 a:visited, .menutopo2 a, #menutopo2 a:visited { 73 | font:bold 60% Verdana, Arial, Helvetica, Sans-Serif; 74 | color:white; 75 | text-decoration:none; 76 | } 77 | 78 | .proc { 79 | vertical-align:top; 80 | } 81 | 82 | /********************************************* 83 | Esquerda 84 | *********************************************/ 85 | #esquerda { 86 | width:150px; 87 | float:left; 88 | background:#6699CC; 89 | } 90 | 91 | #links { 92 | margin:24px 0px 0px 11px; 93 | } 94 | 95 | .rlinks { 96 | margin:0px 0px 5px 0px; 97 | } 98 | 99 | .rlinks2 { 100 | margin:5px 0px 0px 8px; 101 | } 102 | 103 | .rlinks3 { 104 | margin:5px 0px 0px 0px; 105 | } 106 | 107 | .rlinks3b a, .rlinks3b a:visited { 108 | font:bold 80% Verdana; 109 | text-decoration:none; 110 | } 111 | 112 | .rlinks a, .rlinks a:visited { 113 | font:bold 75% Arial, Verdana, Helvetica, Sans-Serif; 114 | color:white; 115 | text-decoration:none; 116 | } 117 | 118 | .rlinks2 a, .rlinks2 a:visited { 119 | font:75% Arial, Verdana, Helvetica, Sans-Serif; 120 | color:white; 121 | text-decoration:none; 122 | } 123 | 124 | .rlinks3 a, .rlinks3 a:visited { 125 | color:white; 126 | text-decoration:none; 127 | } 128 | 129 | #linksdestin { 130 | font:75% Arial, Verdana, Helvetica, Sans-Serif; 131 | } 132 | 133 | #linksdest a, #linksdest a:visited { 134 | color:#006699; 135 | } 136 | 137 | /********************************************* 138 | Direita 139 | *********************************************/ 140 | #direita { 141 | background:white; 142 | float:right; 143 | width:610px; 144 | } 145 | 146 | #conteudodireita { 147 | background:white; 148 | font:65% Verdana, Arial, Helvetica, Sans-Serif; 149 | } 150 | 151 | .linkopc a, .linkopc a:visited { 152 | text-decoration:none; 153 | color:#006699; 154 | } 155 | 156 | .dentroopc { 157 | margin:0px 0px 0px 15px; 158 | } 159 | 160 | .dentroopc a, .dentroopc a:visited{ 161 | text-decoration:none; 162 | color:#006699; 163 | font:bold 120% Arial, Verdana, Helvetica, Sans-Serif; 164 | } -------------------------------------------------------------------------------- /sites/hpbr/css.css: -------------------------------------------------------------------------------- 1 | body { 2 | background:white; 3 | margin:0px; 4 | padding:0px; 5 | } 6 | 7 | img { 8 | border:0px; 9 | } 10 | 11 | form { 12 | margin:0px; 13 | padding:0px; 14 | } 15 | 16 | /***************************** 17 | Geral 18 | *****************************/ 19 | #geral { 20 | width:730px; 21 | } 22 | 23 | /***************************** 24 | Esquerda 25 | *****************************/ 26 | #esquerda { 27 | margin:0px; 28 | margin-right:-13px; 29 | float:left; 30 | width:178px; 31 | } 32 | 33 | html>body #esquerda { 34 | margin-right:0px; 35 | } 36 | 37 | #logo { 38 | padding:67px 58px 40px; 39 | } 40 | 41 | #caixadebusca { 42 | background:#CCCCCC; 43 | padding:10px 22px 21px 13px; 44 | font:bold 80% Arial, Verdana, Helvetica, Sans-Serif; 45 | color:black; 46 | } 47 | 48 | html>body #caixadebusca { 49 | padding:19px 22px 21px 13px; 50 | } 51 | 52 | .busca { 53 | width:121px; 54 | } 55 | 56 | /***************************** 57 | Direita 58 | *****************************/ 59 | #direita { 60 | margin:0px 0px 0px 176px; 61 | width:547px; 62 | } 63 | 64 | /* Onde vai o Brasil */ 65 | #topo { 66 | padding-top:3px; 67 | font:75% Arial, Verdana, Helvetica, Sans-Serif; 68 | color:#666666; 69 | height:24px; 70 | } 71 | 72 | #topo img { 73 | margin:-3px 0px 0px; 74 | vertical-align:bottom; 75 | float:right; 76 | } 77 | 78 | #fotos img { 79 | margin:0px 1px 1px 0px; 80 | } 81 | 82 | /***************************** 83 | As caxinhas de destaque 84 | *****************************/ 85 | .destaque { 86 | float:left; 87 | font:80% Arial, Verdana, Helvetica, Sans-Serif; 88 | color:black; 89 | } 90 | 91 | #direita .destaque { 92 | width:135px; 93 | float:left; 94 | height:123px; 95 | font:75% Arial, Verdana, Helvetica, Sans-Serif; 96 | border-left:1px solid #CCCCCC; 97 | margin:-4px 1px 0px 0px; 98 | } 99 | 100 | html>body #direita .destaque { 101 | margin:0px; 102 | } 103 | 104 | #direita .destaque p { 105 | margin:0px 5px 0px 9px 106 | } 107 | 108 | /* Listas */ 109 | ul, li { 110 | margin:0px; 111 | padding:0px; 112 | list-style-type:none; 113 | color:#003366; 114 | } 115 | 116 | .destaque ul { 117 | padding:3px 0px 0px 11px; 118 | } 119 | 120 | .destaque a, li a { 121 | text-decoration:none; 122 | color:#003366; 123 | } 124 | 125 | .destaque a:hover, li a:hover { 126 | text-decoration:underline; 127 | } 128 | 129 | .destaque img, #titdestaques img { 130 | border:1px solid #3399CC; 131 | border-right:0px; 132 | } 133 | 134 | /***************************** 135 | Baixo 136 | *****************************/ 137 | #baixo { 138 | margin:-10px 0px 0px; 139 | padding:3px 0px 0px; 140 | border-top:1px solid #CCCCCC; 141 | border-bottom:1px solid #999999; 142 | width:730px; 143 | font:75% Arial, Verdana, Helvetica, Sans-Serif; 144 | } 145 | 146 | html>body #baixo { 147 | margin:10px 0px 0px; 148 | } 149 | 150 | #pais, #empresa, #emdestaque { 151 | float:left; 152 | } 153 | 154 | #empresa a, #emdestaque a { 155 | 156 | } 157 | 158 | #pais { 159 | width:225px; 160 | padding:5px; 161 | } 162 | 163 | #empresa { 164 | width:170px; 165 | } 166 | 167 | #emdestaque { 168 | width:325px; 169 | } 170 | 171 | .linkesquerda, .linkesquerda2 { 172 | float:left; 173 | font:75% Arial, Verdana, Helvetica, Sans-Serif; 174 | color:#003366; 175 | margin:0px 107px 2px 0px; 176 | } 177 | 178 | .linkesquerda2 { 179 | margin:7px 0px 0px; 180 | } 181 | 182 | /***************************** 183 | Rodape 184 | *****************************/ 185 | #rodape { 186 | text-align:center; 187 | font:70% Arial, Verdana, Helvetica, Sans-Serif; 188 | color:#666666; 189 | border-top:1px solid #CCCCCC; 190 | } -------------------------------------------------------------------------------- /sites/microsoftnew/original/hp.css: -------------------------------------------------------------------------------- 1 | BODY { 2 | MARGIN: 0px; BACKGROUND-COLOR: #1e77d3 3 | } 4 | TD { 5 | FONT-SIZE: 70%; FONT-FAMILY: verdana 6 | } 7 | TABLE { 8 | BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; BORDER-COLLAPSE: collapse 9 | } 10 | #ca TD { 11 | VERTICAL-ALIGN: top 12 | } 13 | .main { 14 | BORDER-TOP: #999999 1px solid; WIDTH: 771px; BORDER-BOTTOM: #999999 1px solid; BACKGROUND-COLOR: #ffffff 15 | } 16 | .page { 17 | WIDTH: 771px 18 | } 19 | A { 20 | COLOR: #003399; TEXT-DECORATION: none 21 | } 22 | A:hover { 23 | COLOR: #ff3300; TEXT-DECORATION: underline 24 | } 25 | IMG { 26 | BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px 27 | } 28 | #NavTd { 29 | BORDER-RIGHT: #999999 1px solid; FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF',endColorStr='#cadef4',gradientType='0' ); WIDTH: 179px; BACKGROUND-COLOR: #cedfff 30 | } 31 | #Nav { 32 | PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; PADDING-TOP: 2px 33 | } 34 | #Nav .line { 35 | BORDER-TOP: #999999 1px solid; MARGIN: 4px 0px 5px 36 | } 37 | #Nav P { 38 | BORDER-RIGHT: 1px; PADDING-RIGHT: 4px; BORDER-TOP: 1px; PADDING-LEFT: 8px; PADDING-BOTTOM: 4px; MARGIN: 0px 2px; BORDER-LEFT: 1px; ; WIDTH: expression(NavTd.clientWidth-4); CURSOR: hand; PADDING-TOP: 2px; BORDER-BOTTOM: 1px 39 | } 40 | #Nav H4 { 41 | FONT-SIZE: 95%; MARGIN: 4px 0px 2px 5px 42 | } 43 | #Nav A { 44 | BORDER-RIGHT: 1px; BORDER-TOP: 1px; BORDER-LEFT: 1px; COLOR: black; BORDER-BOTTOM: 1px 45 | } 46 | #Nav A:visited { 47 | COLOR: black 48 | } 49 | #Nav A:hover { 50 | BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; COLOR: black; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #f1f1f1; TEXT-DECORATION: none 51 | } 52 | .ad { 53 | PADDING-LEFT: 28px; PADDING-TOP: 20px 54 | } 55 | #fa { 56 | PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 1px; MARGIN: 0px 0px 1px; PADDING-TOP: 0px; BORDER-BOTTOM: #d8d8bc 1px solid 57 | } 58 | DIV .storyS { 59 | BORDER-LEFT: #d2d3d6 1px solid; HEIGHT: 162px 60 | } 61 | .heroL { 62 | WIDTH: 100%; HEIGHT: 325px 63 | } 64 | .heroS { 65 | WIDTH: 295px; HEIGHT: 162px 66 | } 67 | .hFade { 68 | PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#d1d3d4',endColorStr='#ffffff',gradientType='0' ); PADDING-BOTTOM: 0px; PADDING-TOP: 0px; HEIGHT: 8px; BACKGROUND-COLOR: #f5f5f5 69 | } 70 | .rotatingSection { 71 | PADDING-RIGHT: 15px; PADDING-LEFT: 10px; PADDING-BOTTOM: 25px; WIDTH: 180px; PADDING-TOP: 0px 72 | } 73 | .popDest { 74 | PADDING-RIGHT: 15px; PADDING-LEFT: 10px; PADDING-BOTTOM: 25px; WIDTH: 390px; PADDING-TOP: 0px; BACKGROUND-COLOR: #f5f5f5 75 | } 76 | .vSep { 77 | WIDTH: 1px; BACKGROUND-COLOR: #d2d3d6 78 | } 79 | DIV .s { 80 | MARGIN: 7px 0px 0px 81 | } 82 | DIV .s IMG { 83 | MARGIN: 0px 0px 5px 84 | } 85 | DIV .popDest DIV .s { 86 | PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 19px; WIDTH: 50%; PADDING-TOP: 0px 87 | } 88 | DIV .r { 89 | MARGIN: 10px 0px 13px 18px 90 | } 91 | .rh { 92 | MARGIN-LEFT: -18px 93 | } 94 | .t { 95 | CLEAR: left; PADDING-RIGHT: 5px; PADDING-LEFT: 17px; FONT-SIZE: 85%; PADDING-BOTTOM: 0px; COLOR: #999999; PADDING-TOP: 18px; FONT-FAMILY: Tahoma 96 | } 97 | .bt1 { 98 | PADDING-LEFT: 7px; BACKGROUND: url(b.gif) no-repeat left top; MARGIN-BOTTOM: 5px 99 | } 100 | #msviRegionIdGraphic { 101 | PADDING-LEFT: 7px 102 | } 103 | .gt0 { 104 | BORDER-RIGHT: #1e77d3 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #1e77d3 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 100%; PADDING-BOTTOM: 2px; BORDER-LEFT: #1e77d3 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #1e77d3 1px solid 105 | } 106 | .gt1 { 107 | BORDER-RIGHT: #a1c6eb 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #a1c6eb 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 100%; BACKGROUND: #3484d7; PADDING-BOTTOM: 2px; BORDER-LEFT: #a1c6eb 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #a1c6eb 1px solid 108 | } 109 | .gtsep { 110 | PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 2px; FONT: 65% Verdana; COLOR: #a1c6eb; PADDING-TOP: 0px 111 | } 112 | #msviGlobalToolbar A { 113 | FONT: 65% Verdana; COLOR: #ffffff; TEXT-DECORATION: none 114 | } 115 | #msviGlobalSearch { 116 | PADDING-RIGHT: 15px; PADDING-LEFT: 6px; FONT: 65% Verdana; PADDING-TOP: 5px; TEXT-ALIGN: left 117 | } 118 | #msviSearchForm { 119 | MARGIN: -1px 0px 0px 120 | } 121 | #msviSearchBox { 122 | FONT: 110% Tahoma; WIDTH: 235px; xheight: 18px 123 | } 124 | #msviGoButton { 125 | PADDING-RIGHT: 0.2em; PADDING-LEFT: 0.2em; PADDING-BOTTOM: 0em; FONT: 110% Tahoma; MARGIN-LEFT: 6px; PADDING-TOP: 0em; POSITION: relative; TOP: 1px 126 | } 127 | #msviFooter { 128 | FONT: 70% Tahoma, Helvetica 129 | } 130 | #msviFooter TD { 131 | FONT-SIZE: 100% 132 | } 133 | #msviLocalFooter { 134 | PADDING-LEFT: 10px; MARGIN: 0px; PADDING-TOP: 8px 135 | } 136 | #msviGlobalFooter { 137 | PADDING-RIGHT: 0px; PADDING-LEFT: 10px; PADDING-BOTTOM: 13px; MARGIN: 0px; PADDING-TOP: 10px 138 | } 139 | #msviFooter A { 140 | COLOR: #03c; MARGIN-RIGHT: 2px 141 | } 142 | #msviFooter A:visited { 143 | COLOR: #03c 144 | } 145 | #msviFooter A:hover { 146 | COLOR: #f60 147 | } 148 | #msviFooter NOBR { 149 | COLOR: #666666; MARGIN-RIGHT: 5px 150 | } 151 | #msviFooter2 { 152 | FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF',endColorStr='#1e77d3',gradientType='1' ); BACKGROUND-COLOR: white 153 | } 154 | -------------------------------------------------------------------------------- /sites/microsoftnew/original/microsoft corporation_arquivos/mshome_popup_q4.js: -------------------------------------------------------------------------------- 1 | 153 | -------------------------------------------------------------------------------- /sites/vivo/index.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | Vivo SP 8 | 9 | 10 | 17 | 18 | 19 |
20 | 21 |
22 | Se você era Telesp Celular, agora é VIVO.
23 |
24 | 40 |
41 | A maior cobertura do Brasil.
43 | 44 | 52 |
53 | Loja Virtual 55 |
56 |
57 |
58 |
59 | 17/04/2003 60 |
61 |
62 |

63 | Vivo On-Line Vivo 65 | On-Line
66 | O Canal de Comunicação com o consumidor 67 |

68 |
69 |   70 |
71 |

72 | eservado para sua empresa Reservado para sua empresa
75 | Um espaço exclusivo para seus negócios 76 |

77 |
78 |   79 |
80 |

81 | Investidores / Investors Investidores / Investors
84 | Atendimento Acionistas e Investidores
85 | Assistance to Investors and Analysts 86 |

87 |
88 |   89 |
90 |

91 | Rede de distribuidores Rede de distribuidores
94 | Canal direto com nossos distribuidores 95 |

96 |
97 |   98 |
99 |

100 | Comunidade Jovem Comunidade Jovem
103 | Produtos e serviços para juntar a galera 104 |

105 |
106 | 113 |
114 |
115 |
116 | 120 |
121 | 122 | 123 | 124 | -------------------------------------------------------------------------------- /skins/est.css: -------------------------------------------------------------------------------- 1 | body { 2 | text-align:center; 3 | margin:0px; 4 | padding:0px 0px 30px; 5 | } 6 | 7 | hr {display:none;} 8 | 9 | img {vertical-align:middle;} 10 | 11 | cite { 12 | display:block; 13 | margin:5px; 14 | } 15 | 16 | /*************** 17 | Div dos banners 18 | ***************/ 19 | #banner { 20 | margin:10px; 21 | } 22 | 23 | #banner p, #banner h1 { 24 | display:none; 25 | } 26 | 27 | /*************** 28 | Mestre 29 | ***************/ 30 | #mestre { 31 | position:relative; 32 | width:740px; 33 | margin:0px auto; 34 | } 35 | 36 | /*************** 37 | Titulos 38 | ***************/ 39 | h1 { 40 | margin:0px; 41 | background: url("padrao/imagens/tablelessvermelho.gif") no-repeat #EDEDED; 42 | height:71px; 43 | text-indent:-5000px; 44 | cursor:hand; 45 | display:block; 46 | _float:left; 47 | width:100%; 48 | } 49 | 50 | h1 a { 51 | display:block; 52 | width:350px; 53 | height:71px; 54 | } 55 | 56 | h1 span { 57 | display:none; 58 | } 59 | 60 | h3 { 61 | margin:20px 0px 0px; 62 | } 63 | 64 | /*************** 65 | Menu 66 | ***************/ 67 | #menu { 68 | margin:1px 0px; 69 | clear:both; 70 | z-index:0; 71 | } 72 | 73 | #menu ul { 74 | padding:0px; 75 | margin:0px; 76 | float: left; 77 | width: 100%; 78 | } 79 | 80 | #menu ul li { display: inline; } 81 | 82 | #menu ul li a { 83 | padding: 0.2em 1em; 84 | float: left; 85 | } 86 | 87 | /*** Boxes ***/ 88 | .box { 89 | margin:7px 0px; 90 | } 91 | 92 | /*************** 93 | Div dos sites 94 | ***************/ 95 | #sites { 96 | width:185px; 97 | padding:15px 0px; 98 | margin:7px 0px; 99 | position:absolute; 100 | right:0px; 101 | top:100px; 102 | border-bottom:3px solid #D6D6D6; 103 | } 104 | 105 | #sites h3 { 106 | margin:0px; 107 | padding:0px 0px 0px 15px; 108 | } 109 | 110 | #sites ul { 111 | margin:0px; 112 | padding:0px 0px 15px 15px; 113 | list-style:none; 114 | } 115 | 116 | #sites ul li { 117 | margin:0px; 118 | padding:0px; 119 | } 120 | 121 | /*************** 122 | Layouts 123 | ***************/ 124 | #layout { 125 | float:left; 126 | clear:left; 127 | width:185px; 128 | padding:15px 0px; 129 | margin:10px 0px; 130 | border-bottom:3px solid #D6D6D6; 131 | } 132 | 133 | #layout h3, #layout p { 134 | margin:0px; 135 | padding:0px 0px 0px 15px; 136 | } 137 | 138 | /*************** 139 | Site Recomendado 140 | ***************/ 141 | #recomendado { 142 | float:left; 143 | clear:left; 144 | width:185px; 145 | padding:15px 0px; 146 | border-bottom:3px solid #D6D6D6; 147 | } 148 | 149 | #recomendado h3, #recomendado p { 150 | margin:0px; 151 | padding:0px 0px 0px 15px; 152 | } 153 | 154 | /*************** 155 | Arquivo 156 | ***************/ 157 | #arquivo { 158 | float:left; 159 | clear:left; 160 | width:185px; 161 | padding:15px 0px; 162 | border-bottom:3px solid #D6D6D6; 163 | } 164 | 165 | #arquivo h3 { 166 | margin:0px; 167 | padding:0px 0px 0px 15px; 168 | } 169 | 170 | #arquivo ul { 171 | margin:0px; 172 | padding:0px 0px 15px 15px; 173 | list-style:none; 174 | } 175 | 176 | #arquivo ul li { 177 | margin:0px; 178 | padding:0px; 179 | } 180 | 181 | /*************** 182 | Busca 183 | ***************/ 184 | #busca, #skins { 185 | float:left; 186 | clear:left; 187 | width:185px; 188 | padding:15px 0px; 189 | border-bottom:3px solid #D6D6D6; 190 | } 191 | 192 | #busca h3, #skins h3 { 193 | margin:0px; 194 | padding:0px 0px 0px 15px; 195 | } 196 | 197 | #busca p, #skins p { 198 | padding:0px 10px; 199 | } 200 | 201 | #busca ul, #skins ul { 202 | margin:0px; 203 | padding:0px 0px 15px 15px; 204 | list-style:none; 205 | } 206 | 207 | #busca ul li, #skins ul li { 208 | margin:0px; 209 | padding:0px; 210 | } 211 | 212 | #busca form { 213 | margin:0px; 214 | padding:0px 15px; 215 | } 216 | 217 | #busca .inputext { 218 | width:160px; 219 | } 220 | 221 | #busca .botao { 222 | float:right; 223 | } 224 | 225 | /*************** 226 | Franquia 227 | ***************/ 228 | #franquia { 229 | float:left; 230 | clear:left; 231 | margin:0px 0px 0px 15px; 232 | } 233 | 234 | /*************** 235 | Texto do Blog 236 | ***************/ 237 | #txtcont { 238 | margin:10px 200px 0px 200px; 239 | } 240 | 241 | html>body #txtcont { 242 | width:330px; 243 | margin:40px 0px 0px 200px; 244 | } 245 | 246 | #txtcont p { 247 | margin:0px 0px 10px; 248 | } 249 | 250 | #txtcont p.assinatura { 251 | margin:-10px 0px 0px; 252 | } 253 | 254 | #txtcont h2 { 255 | margin:15px 0px 0px; 256 | } 257 | 258 | #txtcont ol { 259 | margin:0px; 260 | padding:0px 30px 30px; 261 | } 262 | 263 | #txtcont li { 264 | margin:0px; 265 | padding:10px 0px 0px; 266 | } 267 | 268 | #txtcont li h3 { 269 | margin:0px; 270 | } 271 | 272 | #txtcont ul.links { 273 | margin:0px; 274 | padding:0px; 275 | list-style-type:none; 276 | } 277 | 278 | #txtcont ul.links li { 279 | margin:0px; 280 | padding:0px; 281 | } 282 | 283 | /*************** 284 | Logo grande deitado 285 | ***************/ 286 | #logogrande { 287 | width:185px; 288 | height:152px; 289 | position:absolute; 290 | right:0px; 291 | top:0px; 292 | z-index:1; 293 | } 294 | 295 | /*************** 296 | rodape 297 | ***************/ 298 | #rodape { 299 | clear:both; 300 | } 301 | 302 | /*************** 303 | Logos 304 | ***************/ 305 | #rodape #logos { 306 | float:left; 307 | padding:10px; 308 | } 309 | 310 | #rodape #logos img { 311 | margin:0px 0px 5px; 312 | } 313 | 314 | /*************** 315 | Inputs 316 | ***************/ 317 | form#comentario .inputtexto { 318 | width:230px; 319 | border:1px solid #CCC; 320 | } 321 | 322 | div.botao { 323 | text-align:right; 324 | } 325 | 326 | /*************** 327 | Pres compridos 328 | ***************/ 329 | .artigo pre{ 330 | overflow:auto; 331 | } 332 | -------------------------------------------------------------------------------- /sites/apple/original/fonts000.css: -------------------------------------------------------------------------------- 1 | /* CSS definitions for fonts */ 2 | 3 | BODY { margin: 0px 0px; background: #ffffff; font: 10px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; } 4 | TABLE, TD { font: 10px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;} 5 | 6 | .V9 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; } 7 | .V10 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; } 8 | .V11 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; } 9 | 10 | .G9 { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; } 11 | .G9G { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #76797c; } 12 | .G10 { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } 13 | .G10G { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #76797c; } 14 | .G10W { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; } 15 | 16 | .L10 { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } 17 | .L10G { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #76797c; } 18 | .L10W { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; } 19 | .L11 { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; } 20 | .L12 { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } 21 | .L12G { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #76797c; } 22 | .L12W { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; } 23 | .L14 { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; } 24 | .L14G { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #76797c; } 25 | .L14W { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; } 26 | .L16 { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; } 27 | .L16G { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #76797c; } 28 | .L16W { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #ffffff; } 29 | .L18 { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 18px; } 30 | .L18G { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #76797c; } 31 | .L18W { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #ffffff; } 32 | .L24 { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 24px; } 33 | .L24G { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 24px; color: #76797c; } 34 | .L24W { font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 24px; color: #ffffff; } 35 | 36 | .T13 { font-family: Times, serif; font-size: 13px; line-height: 115%; } 37 | .TITLE { font-family: Helvetica, Arial, sans-serif; font-size: 24px; font-weight: 900;} 38 | .INTRO { font-family: Times, serif; font-size: 15px; } 39 | .form_style { font-size : 12px; font-family : geneva, arial, sans-serif; width: 215px; } 40 | .form_style_med { font-size : 12px; font-family : geneva, arial, sans-serif; width: 200px; } 41 | .form_style_srt { font-size : 12px; font-family : geneva, arial, sans-serif; width: 170px; } 42 | .tableborder { background-color: #ffffff; border: 1px #a1a5a9 solid; } 43 | 44 | #header { margin-right: auto; margin-left: auto; margin-top: 15px; margin-bottom: 15px; width: 680px; } 45 | #breadcrumb { margin-top: 20px; margin-bottom: 10px; } 46 | 47 | sup {vertical-align: baseline; font-size: 1em; color: #76797c;} 48 | 49 | a.black { 50 | color: #000000; 51 | text-decoration: none; 52 | } 53 | 54 | a.black:hover { 55 | color: #000000; 56 | text-decoration: underline; 57 | } 58 | 59 | a.white { 60 | color: #ffffff; 61 | text-decoration: none; 62 | } 63 | 64 | a.white:hover { 65 | color: #ffffff; 66 | text-decoration: underline; 67 | } 68 | 69 | 70 | /* List definitions */ 71 | ul.arrowtext { 72 | list-style-image: url(arrowa1a.gif); 73 | margin-top: 0px; 74 | margin-bottom: 5px; 75 | margin-left: 14px; 76 | padding: 0px; 77 | padding-left: 1px; 78 | line-height: 13px; 79 | list-style-position: outside; 80 | } 81 | 82 | ul.arrowlinks { 83 | list-style-image: url(arrowa1a.gif); 84 | margin-top: 0px; 85 | margin-bottom: 5px; 86 | margin-left: 14px; 87 | padding: 0px; 88 | padding-left: 1px; 89 | line-height: 13px; 90 | list-style-position: outside; 91 | } 92 | 93 | ul.arrowpro { 94 | list-style-image: url(arrowpro.gif); 95 | margin-top: 0px; 96 | margin-bottom: 5px; 97 | margin-left: 14px; 98 | padding: 0px; 99 | padding-left: 1px; 100 | line-height: 13px; 101 | list-style-position: outside; 102 | } 103 | 104 | ul.bullet { 105 | list-style-image: url(dot20000.gif); 106 | margin-top: 0px; 107 | margin-bottom: 0px; 108 | margin-left: 16px; 109 | padding: 0px; 110 | padding-left: 1px; 111 | line-height: 15px; 112 | list-style-position: outside; 113 | } 114 | 115 | 116 | 117 | 118 | ul.none { 119 | list-style: none; 120 | margin-top: 0px; 121 | margin-bottom: 0px; 122 | margin-left: 16px; 123 | padding: 0px; 124 | padding-left: 0px; 125 | line-height: 13px; 126 | } 127 | 128 | ul.square { 129 | list-style: square; 130 | margin-top: 0px; 131 | margin-bottom: 0px; 132 | margin-top: 0px; 133 | margin-left: 16px; 134 | padding: 0px; 135 | line-height: 13px; 136 | } 137 | 138 | ul.circle { 139 | list-style: circle; 140 | margin-top: 0px; 141 | margin-bottom: 0px; 142 | margin-left: 16px; 143 | padding: 0px; 144 | line-height: 13px; 145 | } 146 | 147 | ul.decimal { 148 | list-style: decimal; 149 | margin-top: 0px; 150 | margin-bottom: 0px; 151 | margin-left: 2.8em; 152 | padding: 0px; 153 | line-height: 13px; 154 | } 155 | 156 | ol.decimal { 157 | list-style: decimal; 158 | margin-top: 0px; 159 | margin-bottom: 0px; 160 | margin-top: 0px; 161 | margin-left: 2.8em; 162 | padding: 0px; 163 | line-height: 13px; 164 | } 165 | 166 | 167 | /* Misc for server */ 168 | .bdrleft { 169 | border-left: 1px solid #a1a5a9; 170 | } 171 | 172 | .bdrtop { 173 | border-top: 1px solid #a1a5a9; 174 | padding-top: 5px; 175 | padding-bottom: 5px; 176 | } 177 | 178 | .bdrtop_f { 179 | border-top: 1px solid #a1a5a9; 180 | padding-top: 5px; 181 | padding-bottom: 5px; 182 | background-color: #f5f5f5; 183 | } 184 | -------------------------------------------------------------------------------- /sites/jacob/index.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | useit.com: Jakob Nielsen's site (Usability and Web Design) - Tableless 10 | 11 | 12 | 13 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 |
26 | 27 |
28 | useit.com: usable information technology 29 |
30 | 31 |
32 | 33 | 34 |
35 | 36 |
37 | 38 | 39 |

useit.com: Jakob Nielsen's Website

40 | 41 |
42 |
43 |
44 |

Permanent Content

45 | 46 |

47 |

Alertbox

48 | Jakob's bi-weekly column on Web usability 49 |

50 | 51 |

52 | Flash and Web-Based Applications (November 25) 53 | In usability tests of 46 Flash applications, we identified several basic issues related to Web-based functionality's ephemeral nature. Some findings restate old truths about GUIs; others reflect the Net's new status as nexus of the user experience. 54 |

55 | 56 |

57 | Intranet Usability: The Trillion-Dollar Question (November 11) 58 | Celebrating Holidays and Special Occasions on Websites (October 28) 59 | Making Flash Usable for Users With Disabilities (October 14) 60 |

61 | 62 |

63 | All Alertbox columns from 1995 to 2002 64 |

65 | 66 |

67 | Get a short newsletter by email when a new Alertbox is published 68 |

69 | 70 |

71 |

Reports

72 | Intranet guidelines from testing 14 intranets
73 | Intranet design annual: 2001 and 2002
74 | Email Newsletters: 79 design guidelines
75 | Flash Usability: 117 design guidelines
76 | E-commerce usability: 207 design guidelines
77 | Children and senior citizens: age-specific usability
78 | Users with disabilities and Flash accessibility 79 |

80 | 81 |

82 | More reports and usability guidelines 83 |

84 | 85 |

86 |

Books

87 | Homepage Usability: 50 Websites Deconstructed 88 | Designing Web Usability: The Practice of Simplicity 89 |

90 |

91 | Full list of books 92 |

93 | 94 |

95 |

Consulting Services

96 | Nielsen Norman Group offers usability reviews, keynote speeches, workshops and seminars, user testing (international and domestic) 97 |

98 | 99 |

100 |

About Jakob Nielsen

101 | Biography and photos
102 | Public appearances
103 | Papers and essays by Jakob Nielsen 104 |

105 | 106 |

107 |

Jakob's Picks of Other Stuff

108 | Recommended books about Web design and usability 109 | Hotlist of recommended other sites 110 |

111 | 112 |

113 |

About This Site

114 | Why this site has almost no graphics 115 | Portal traffic referral statistics 116 | Copyright and reprint rules 117 |

118 | 119 |
120 |
121 | 122 |
123 |
124 |

News

125 | 126 |

New Seminars

127 | 128 |

129 | 130 | Neil Budde leaves the Wall Street Journal after leading it to become the most successful for-pay offering on the Web so far. Budde's availability is a great opportunity for any company looking for an executive who understands the Internet and its special nature as an interactive and user-driven environment. 131 | 132 |

133 |
134 |
135 |
136 |

137 | >Usability Week 2002 138 |
139 | > Silicon Valley, Dec. 9-13 140 |

141 | Brand-new tutorials with the results of our latest user research: 142 |
143 | > Intranets 144 |
145 | > Flash 146 |
147 | > Email Newsletters 148 |

149 | Usability Week gives you a second chance to catch popular tutorials that were sold out at our last conference: 150 |
151 | > Usability Lifecycle 152 |
153 | > Accessibility 154 | 155 |
156 |
157 | 158 |


159 | 160 |
161 | 162 |

163 | BBC >Visit to Microsoft's usability lab and interview with Jakob Nielsen (streaming video) 164 |

165 | 166 |

167 | PC Pro Interfacing with Jakob Nielsen 168 |

169 | 170 | 171 |

172 | News.com Shoddy search prevents worker success 173 |

174 | 175 |

176 | Digital Web Magazine An interview with Dr. Jakob Nielsen, usability expert 177 |

178 | 179 |

180 | Informatics Don't be too clever, says web guru 181 |

182 | 183 |

184 | SitePoint Interview - Jakob Nielsen, Ph.D. 185 |

186 | 187 |

188 | Wall Street Journal Easy Now (about e-commerce; subscription required for access) 189 |

190 | 191 |

192 | BBC E-mail makes surfers emotional 193 |

194 | 195 |

196 | Wired Reality Check for Web Design 197 |

198 | 199 |

200 | MacWorld New software helps in building of accessible Web sites 201 |

202 | 203 |

204 | Internet.com No Longer A Lonely Planet 205 |

206 | 207 |

208 | Sydney Morning Herald Design critical, says Web guru 209 |

210 | 211 |

212 | ComputerWorld Australia Web site usability lags but improving 213 |

214 | 215 |

216 | New Zealand Herald Glamour obscures basics of net use 217 |

218 | 219 |

220 | PixelsurgeonSplash screens must die 221 |

222 | 223 |

224 | Dr. Dobb's Journal Macromedia Partners With Jakob Nielsen 225 |

226 | 227 |

228 | News.com 229 | >Design lacking in e-tail sites 230 |

231 | 232 |

233 | News.com 234 | Flash critic to coach Macromedia 235 |

236 | 237 |

238 | MacCentral Macromedia to improve Web usability 239 |

240 | 241 |

242 | New York Times Seems Computers Baffle 10-Year-Olds, Too 243 |

244 | 245 |

246 | Information Age Simplicity is priceless 247 |

248 | 249 |

250 | CBS Family Matters 251 |

252 | 253 |

254 | BBC Children get impatient on the net 255 |

256 | 257 |

258 | .Net Jakob Nielsen told me to do it 259 |

260 | 261 |

262 | BBC >Keep the web simple, stupid 263 |

264 | 265 |

266 | FORTUNE The Top Ten Minds in Small Business 267 |

268 | 269 |
270 | 271 |

272 | Full list of interviews 273 |

274 | 275 |
276 | 277 |

278 | Archive of other news items 279 |

280 | 281 |
282 |
283 | 284 | 285 | 286 |
287 |
288 | 289 |
290 | Mail: Dr. Jakob Nielsen, Nielsen Norman Group, 48921 Warm Springs Blvd., Fremont, CA 94539, USA 291 |
292 | Contact: nielsen@nngroup.com; Luice Hwang, hwang@nngroup.com, tel. (408) 720-8808 293 |
294 | PR agency: Darcy Provo, Antenna Group, darcy@antennagroup.com, tel. (415) 977-1920 295 |
296 | 297 |
298 | 299 | 300 | -------------------------------------------------------------------------------- /sites/apple/tableless/index.html: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | Apple 9 | 10 | 15 | 16 | 17 | 18 | 19 | 20 | 23 | 24 |
25 | From the creators of iPod.The new iMac G5.
iPodiMac G5 26 |
27 | 28 | Hot News HeadlinesHot News Ticker 29 | 30 |
31 | iMac G5 Video. Watch the video in QuickTime.The iPod. Remixed. Now 20GB for just $299 and 40GB for $399.  Mac + PC.The Production Suite. Final Cut Pro HD, Motion and DVD Studio Pro.AirPort Express with AirTunes. Now shipping. Wireless Internet, printing and iTunes music streaming. For Mac + PC. Just $129. 32 |
33 |
34 |

35 | Important Safety Recall - Rechargeable Battery for 15-inch PowerBook 36 |

37 | Expanded iBook Logic Board Repair Extension Program (6/18/2004)
38 |



39 |
40 | 41 |
42 |
43 | Site Map | Search Tips
44 |
45 | Visit the Apple Store online or at retail locations.
46 | 1-800-MY-APPLE

47 | Find Job Opportunities at Apple.


48 | 49 |
50 | 51 | Visit other Apple sites around the world:
52 | 53 | 86 | 87 |
88 | 89 | Contact Us | Terms of Use | Privacy Policy
90 | Copyright © 2004 Apple Computer, Inc. All rights reserved.

91 |
92 | Powered by MacOSXServer 93 | 94 | --------------------------------------------------------------------------------