Jump to content


Photo

Estilos Não Carregam No Firefox


  • Faça o login para participar
15 replies to this topic

#1 Welington

Welington

    Ativo

  • Usuários
  • 305 posts
  • Sexo:Não informado
  • Localidade:Taubaté - SP
  • Interesses:Sandra Bullock<br>Alias<br>---<br>Webdesign<br>ASP<br>PHP<br>---

Posted 17/12/2006, 18:08

Olá pessoal,
estou desenvolvendo um site e coloquei-o essa semana no ar. O problema é que o arquivo de estilos não é carregado no Firefox, apenas no IE. Por isso, a página no FF fica desestruturada, vejam:
http://eemattos.sites.uol.com.br/

Quando eu retiro a primeira linha do arquivo:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
aí a página aparece normalmente, mas dá um erro no IE.

No console de erros do Firefox aparece a seguinte informação:

Erro: A folha de estilos http://eemattos.site...out/estilos.css não foi carregada porque seu tipo MIME, 'text/plain', não é 'text/css'.
Arquivo-fonte: http://eemattos.sites.uol.com.br/
Linha: 0


Alguém poderia me ajudar?

Obrigado,
Welington

#2 Andreia Regina

Andreia Regina

    Veterano

  • Conselheiros
  • 1347 posts
  • Sexo:Feminino
  • Localidade:PR
  • Interesses:PHP; MySQL; Javascript; CSS; tudo ligado ao desenvolvimento web.

Posted 18/12/2006, 07:45

Tente assim:

<link href="layout/estilos.css" rel="stylesheet" type="text/css" media="screen" />

Fórum WMO - Conselheira - Na equipe desde 31/01/2006.
Links importantes: Regras de conduta - Busca do fórum


#3 Welington

Welington

    Ativo

  • Usuários
  • 305 posts
  • Sexo:Não informado
  • Localidade:Taubaté - SP
  • Interesses:Sandra Bullock<br>Alias<br>---<br>Webdesign<br>ASP<br>PHP<br>---

Posted 19/12/2006, 04:56

Não deu certo, continua dando o mesmo erro.

Alguma outra solução?

#4 _Samuca_

_Samuca_

    samuelmachado.com

  • Usuários
  • 1062 posts
  • Sexo:Masculino
  • Localidade:São Bento do Sul - SC

Posted 19/12/2006, 08:50

mostre o trecho do código que você usa para chamar o css
--
Samuel Machado
www.samuelmachado.com

#5 Welington

Welington

    Ativo

  • Usuários
  • 305 posts
  • Sexo:Não informado
  • Localidade:Taubaté - SP
  • Interesses:Sandra Bullock<br>Alias<br>---<br>Webdesign<br>ASP<br>PHP<br>---

Posted 20/12/2006, 00:02

O trecho é este:

<link href="layout/estilos.css" rel="stylesheet" type="text/css" media="screen" />

já tentei fazer por @import também, mas não deu certo...

#6 Noturno

Noturno

    12 Horas

  • Usuários
  • 183 posts
  • Sexo:Não informado

Posted 22/12/2006, 14:45

Poste o conteúdo do CSS
"Não há maior demonstração de insanidade do q fazer a mesma coisa, da mesma forma, dia após dia, e esperar resultados diferentes"
MCP .NET WebApplications C#
MCP SQL Server 2000
Desenvolvedor Delphi/PHP

#7 Welington

Welington

    Ativo

  • Usuários
  • 305 posts
  • Sexo:Não informado
  • Localidade:Taubaté - SP
  • Interesses:Sandra Bullock<br>Alias<br>---<br>Webdesign<br>ASP<br>PHP<br>---

Posted 22/12/2006, 23:25


/* CSS Document */



/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

CORPO DA PÁGINA

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

body

{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	padding: 0;

	margin: 0;

	list-style-type: none;

	background-color: #F8F8F8;

}



/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

TOPO

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

#topo

{

	position: relative;

	z-index: 1;

	left: 50%;

	margin-left: -374px;

	width: 748px;

	height: 119px;

	background-image: url("topo.jpg");

	background-repeat: no-repeat;

}



/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

FUNDO CONTEÚDO

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

#conteudo

{

	position: relative;

	display: table;

	left: 50%;

	margin-left: -374px;

	padding: 1px;

	width: 746px;

	height: auto;

	background-color: #FFFFFF;

	

}



/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

RODAPÉ

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

#rodape

{

	position: relative;

	display: table;

	left: 50%;

	margin-left: -374px;

	margin-top: 10px;

	width: 746px;

	height: 45px;

	border-top: 1px solid #F0F0F0;

	background-image: url("rodape_img.gif");

	background-repeat: no-repeat;

	background-position: 3px 1px;

	float: left;

	clear: both;

	

	_float: none;

}

/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

MENU

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

#menu

{

	position: relative;

	float: left;

	clear: left;

	margin-top: 3px;

	margin-left: 8px;

	width: 200px;

	height: auto;



	_margin-left: 4px;

}



#lista_menu

{

	width: 200px;

	height: auto;

	list-style-type: none;

	margin-left: -40px;

	margin-top: 0;

	

	_margin-left: 0;

}



#lista_menu em

{

	display: block;

	font-style: normal;

	font-size: 14pt;

	padding: 1px 0 0 5px;

}



#lista_menu strong

{

	display: block;

	padding: 0 0 4px 6px;

	font-weight: normal;

	font-size: 8pt;

}



#lista_menu li

{

	display: block;

	margin-top: 5px;

	width: 200px;

	height: auto;

}



#lista_menu a:link

{

	display: block;

	color: #5BBDEC;

	width: 200px;

	height: auto;

	border: 1px solid #C6E8F9;

	background-color: #FEFEFE;

	text-decoration: none;

}



#lista_menu a:visited

{

	display: block;

	font-size: 9pt;

	color: #5BBDEC;

	width: 200px;

	height: auto;

	border: 1px solid #C6E8F9;

	background-color: #FEFEFE;

	text-decoration: none;

}



#lista_menu a:hover

{

	display: block;

	font-size: 9pt;

	color: #1A9BD9;

	width: 200px;

	height: auto;

	border: 1px solid #13CEF7;

	background-image: url("fnd_menu2.jpg");

	background-position: left bottom;

	text-decoration: none;

}



#lista_menu img

{

	border: 0;

}

/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

FOTO PRINCIPAL - PÁGINA INICIAL

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

#foto_inicial

{

	position: relative;

	float: right;

	width: 312px;

	height: 142px;

	margin-top: 8px;

	margin-right: 214px;

	

	_margin-right: 108px;

}



#foto_inicial img

{

	border: 0;

}



#foto_inicial a

{

	border: 1px solid #C1E6F9;

	display: block;

}



/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

LINKS PARA FOTOS - PÁGINA INICIAL

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

#links_fotos

{

	position: relative;

	float: right;

	clear: right;

	margin-top: -143px;

	margin-right: 4px;

	width: 208px;

	height: 140px;

}



#links_fotos em

{

	display: block;

	font-size: 8pt;

	font-style: normal;

	font-weight: bold;

	padding: 6px 0 0 9px;

	color: #5BBDEC;

}



#links_fotos strong

{

	display: block;

	font-size: 8pt;

	font-weight: normal;

	padding: 0px 0 0 9px;

	color: #0AC6ED;

}



#links_fotos a:link

{

	display: block;

	width: 208px;

	height: 39px;

	margin-top: 5px;

	margin-left: -2px;

	background-image: url("inicial_desc_fotos.gif");

	background-repeat: no-repeat;

	text-decoration: none;



}



#links_fotos a:visited

{

	display: block;

	width: 198px;

	height: 39px;

	margin-top: 5px;

	margin-left: -1px;

	background-image: url("inicial_desc_fotos.gif");

	background-repeat: no-repeat;

	text-decoration: none;



}



#links_fotos a:hover

{

	display: block;

	width: 198px;

	height: 39px;

	margin-top: 5px;

	margin-left: -1px;

	background-image: url("inicial_desc_fotos.gif");

	border-left: 3px solid #18D0F7;

	background-repeat: no-repeat;

	text-decoration: none;

}



#links_fotos a:active

{

	display: block;

	width: 198px;

	height: 39px;

	margin-top: 5px;

	margin-left: -1px;

	background-image: url("inicial_desc_fotos.gif");

	background-repeat: no-repeat;

	text-decoration: none;



}

/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

TRABALHOS DE ALUNOS - PÁGINA INICIAL

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

#trabalhos

{

	position: relative;

	width: 245px;

	height:auto;

	margin: 10px 0 0 12px;

	float: left;

	

	_width: 240px;

}



#trabalhos_lista

{

	list-style-type: none;

	margin-left: -40px;

	

	_margin-left: 0;

	_margin-top: -10px;

}



#trabalhos_lista li

{

	width: 100%;

	height: 25px;

	margin-top: 5px;

	

	_margin-top: 3px;

}



#trabalhos_lista li a:link

{

	display: block;

	border: 1px solid #f0f0f0;

	padding: 6px 0 5px 5px;

	height: 14px;

	font-size: 8pt;

	color: #838383;

	background-image: url("fnd_trabalhos.jpg");

	text-decoration: none;

}



#trabalhos_lista li a:visited

{

	display: block;

	border: 1px solid #f0f0f0;

	padding: 6px 0 5px 5px;

	height: 14px;

	font-size: 8pt;

	color: #838383;

	background-image: url("fnd_trabalhos.jpg");

	text-decoration: none;

}



#trabalhos_lista li a:hover

{

	display: block;

	border: 1px solid #d1d1d1;

	padding: 6px 0 5px 5px;

	height: 14px;

	font-size: 8pt;

	color: #252525;

	background-image: url("fnd_trabalhos.jpg");

	text-decoration: none;

}

/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

DICAS DE SITES - PÁGINA INICIAL

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

#dicas

{

	position: relative;

	width: 250px;

	height: 185px;

	margin: 10px 10px 0 0;

	float: right;

	clear: right;

}



#dicas_temas

{

	width: 60px;

	height: 100px;

	margin-top: -4px;

	margin-left: -5px;

	float: left;

	clear: left;

	

	_width: 99px;

	_margin-left: 0px;

	_margin-top: -11px;

}



#dicas_temas li

{

	font-weight: bold;

	font-size: 8pt;

	color: #13CEF7;

	list-style-type: none;

	margin-left: -33px;

	margin-top: 4px;

	width: 88px;

	height: 18px;

	padding: 0 0 0 5px;

	

	_margin-left: 0;

	_margin-top: 2px;

	_padding: 0 0 0 8px;



}



.dicas_temas1 a:link

{

	width: 88px;

	height: 18px;

	padding: 5px 0 0 5px;

	display: block;

	color: #13CEF7;

	text-decoration: none;

}



.dicas_temas1 a:visited

{

	width: 88px;

	height: 18px;

	padding: 5px 0 0 5px;

	display: block;

	color: #13CEF7;

	text-decoration: none;

}



.dicas_temas1 a:active

{

	width: 88px;

	height: 18px;

	padding: 5px 0 0 5px;

	display: block;

	color: #13CEF7;

	text-decoration: none;

}



.dicas_temas2 a

{

	width: 88px;

	height: 18px;

	padding: 5px 0 0 4px;

	color: #09BADF;

	display: block;

	background-image: url("dicas_materias_selecionado.gif");

	background-repeat: no-repeat;

	text-decoration: none;

	

	_padding: 5px 0 0 4px;

}



.lista_sites1

{

	position: relative;

	width: 140px;

	margin-top: 0;

	margin-right: 7px;

	float: right;

	clear: right;

	background-color: #EEF8FD;

	padding: 0 3px 3px 3px;

	border: 1px solid #C6E8F9;

	

	_width: 140px;

	_margin-left: -49px;

	_margin-top: -9px;

	_margin-right: 2px;

	_padding: 3px 2px 2px 3px;





}



.lista_sites1 li

{

	list-style-type: none;

	font-weight: bold;

	font-size: 8pt;

	color: #1AD0F8;

	width: 140px;

	height: 23px;

	background-color: #FAFDFE;

	margin-top: 3px;

	

	_margin-top: 2px;

}



.lista_sites1 a:link

{

	display: block;

	color: #1AD0F8;

	font-size: 8pt;

	width: 136px;

	height: 18px;

	padding: 5px 0 0 4px;



	text-decoration: none;

	

	_height: 18px;

	_padding: 6px 0 0 4px;

	

}



.lista_sites1 a:visited

{

	display: block;

	color: #1AD0F8;

	font-size: 8pt;

	width: 136px;

	height: 18px;

	padding: 5px 0 0 4px;



	text-decoration: none;

	

	_height: 18px;

	_padding: 6px 0 0 4px;

}



.lista_sites1 li a:hover

{

	display: block;

	background-color: #FFFFFF;

	color: #5BBDEC;

}



.lista_sites1 a:active

{

	display: block;

	color: #1AD0F8;

	font-size: 8pt;

	width: 136px;

	height: 18px;

	padding: 5px 0 0 4px;



	text-decoration: none;

	

	_height: 18px;

	_padding: 6px 0 0 4px;

}



.lista_sites2

{

	display: none;

}



/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

BARRA DE NAVEGAÇÃO

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

#barra_navegacao

{

	position: relative;

	width: 510px;

	min-height: 63px;

	height: auto;

	float: right;

	clear: right;

	margin-top: -3px;

	margin-right: 14px;

	

	_margin-right: 6px;

	_margin-top: 9px;

	_height: 63px;

}



#barra_navegacao_p1

{

	width: 509px;

	min-height: 17px;

	height: auto;

	text-align: right;

	margin-top: -20px;

	

	_margin-top: -18px;

	_height: 17px;

}



#barra_navegacao_p1 a:link

{

	font-size: 8pt;

	font-weight: bold;

	color: #bbbbbb;

	text-decoration: none;

}



#barra_navegacao_p1 a:visited

{

	font-size: 8pt;

	font-weight: bold;

	color: #bbbbbb;

	text-decoration: none;

}



#barra_navegacao_p1 a:hover

{

	font-size: 8pt;

	font-weight: bold;

	color: #aaaaaa;

	text-decoration: underline;

}



#barra_navegacao_p1 a:active

{

	font-size: 8pt;

	color: #bbbbbb;

	text-decoration: none;

}



#barra_navegacao_p2

{

	font-size: 18pt;

	font-weight: bold;

	color: #0DC9F0;

	padding: 5px 0 0 8px;

	width: 499px;

	min-height: 35px;

	height: auto;

	border-right: 1px solid #DDF1FB;

	border-bottom: 1px solid #DDF1FB;

	border-top: 1px solid #DDF1FB;

	border-left: 4px solid #DDF1FB;

	background-image: url("fnd_pag_atual.jpg");

	margin-top: 12px;

		

	_margin-top: 0px;

	_height: 35px;



	

}

/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

CONTEÚDO PÁGINAS INTERNAS (DIV)

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

#conteudo_paginas_internas

{

	width: 510px;

	height: auto;

	float: right;

	clear: right;

	margin-top: 0;

	margin-right: 10px;

	

	_margin-top: 15px;

	_margin-right: 5px;

}



/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

CATEGORIAS DE FOTOS

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

.categoria_fotos1

{

	position: relative;

	float: left;

	width: 245px;

	height: 100px;

	height: auto;

	padding: 2px 0 2px 2px;

	margin-top: 3px;

	text-decoration: none;

	cursor: hand;



	

	_margin-top: 5px;



}



.categoria_fotos2

{

	position: relative;

	float: right;

	width: 245px;

	height: auto;

	padding: 2px 0 2px 2px;

	margin-top: 3px;

	text-decoration: none;

	cursor: hand;





	_margin-top: 5px;

}



a.categoria_fotos1:link, a.categoria_fotos2:link

{

	border: 1px solid #FFFFFF;

}



a.categoria_fotos1:visited, a.categoria_fotos2:visited

{

	border: 1px solid #FFFFFF;

}



a.categoria_fotos1:hover, a.categoria_fotos2:hover

{

	border: 1px solid #C6E8F9;

	background-color: #FEFEFE;

}



a.categoria_fotos1:active, a.categoria_fotos2:active

{

	border: 1px solid #FFFFFF;

}



.categoria_fotos1 img, .categoria_fotos2 img

{

	position: relative;

	float: left;

	border: 1px solid #C6E8F9;

}



a.categoria_fotos1:link em, a.categoria_fotos2:link em

{

	float: left;

	width: 150px;

	height: auto;

	color: #13CEF7;

	font-style: normal;

	font-weight: bold;

	font-size: 8pt;

	padding: 0 0 0 5px;

}



a.categoria_fotos1:visited em, a.categoria_fotos2:visited em

{

	float: left;

	width: 150px;

	color: #13CEF7;

	height: auto;

	font-style: normal;

	font-weight: bold;

	font-size: 8pt;

	padding: 0 0 0 5px;

}



a.categoria_fotos1:hover em, a.categoria_fotos2:hover em

{

	float: left;

	width: 150px;

	color: #09BADF;

	height: auto;

	font-style: normal;

	font-weight: bold;

	font-size: 8pt;

	padding: 0 0 0 5px;

}



a.categoria_fotos1:active em, a.categoria_fotos2:active em

{

	float: left;

	width: 150px;

	color: #13CEF7;

	height: auto;

	font-style: normal;

	font-weight: bold;

	font-size: 8pt;

	padding: 0 0 0 5px;

}



a.categoria_fotos1:link strong, a.categoria_fotos2:link strong

{

	width: 150px;

	float: left;

	color: #13CEF7;

	font-size: 8pt;

	margin-top: 5px;

	margin-left: 5px;

	font-weight: normal;

	text-decoration: none;

}



a.categoria_fotos1:visited strong, a.categoria_fotos2:visited strong

{

	width: 150px;

	float: left;

	color: #13CEF7;

	font-size: 8pt;

	margin-top: 5px;

	margin-left: 5px;

	font-weight: normal;

	text-decoration: none;

}



a.categoria_fotos1:hover strong, a.categoria_fotos2:hover strong

{

	width: 150px;

	float: left;

	color: #09BADF;

	font-size: 8pt;

	margin-top: 5px;

	margin-left: 5px;

	font-weight: normal;

	text-decoration: none;

}



a.categoria_fotos1:active strong, a.categoria_fotos2:active strong

{

	width: 150px;

	float: left;

	color: #13CEF7;

	font-size: 8pt;

	margin-top: 5px;

	margin-left: 5px;

	font-weight: normal;

	text-decoration: none;

}



/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

FOTOS MINIATURAS (EXIBIÇÃO DAS MINIATURAS DAS FOTOS)

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

#fotos_miniaturas

{

	width: 510px;

	height: auto;

	float: right;

	clear: right;

	margin-top: 5px;

	margin-right: 10px;

		

	_margin-top: 15px;

	_margin-right: 5px;

}



#fotos_miniaturas img

{

	border: 1px solid #B6E2F8;

	width: 80px;

	height: 80px;

}



#fotos_miniaturas a:link

{

	width: 82px;

	height: 82px;

	margin-left: 12px;

}



#fotos_miniaturas a:visited

{

	width: 82px;

	height: 82px;

	margin-left: 12px;

}



#fotos_miniaturas a:hover

{

	width: 82px;

	height: 82px;

	margin-left: 12px;

}



#fotos_miniaturas a:active

{

	width: 82px;

	height: 82px;

	margin-left: 12px;

}

/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

LIVROS

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/

.livros_exibicao

{

	display: block;

	min-height: 46px;

	height: auto;

	text-decoration: none;

	

	_height: 46px;

}



a.livros_exibicao:link

{

	display: block;

	border: 1px solid red;

	border: 1px solid #FFFFFF;

	color: #13CEF7;

	margin-top: 5px;

}



a.livros_exibicao:visited

{

	display: block;

	border: 1px solid red;

	margin-top: -5px;

	border: 1px solid #FFFFFF;

	color: #13CEF7;

	margin-top: 5px;

}



a.livros_exibicao:hover

{

	display: block;

	margin-top: -5px;

	border: 1px solid #C6E8F9;

	background-color: #FEFEFE;

	color: #09BADF;

	margin-top: 5px;

	cursor: hand;

}



a.livros_exibicao:active

{

	display: block;

	border: 1px solid #FFFFFF;

	margin-top: -5px;

	color: #13CEF7;

	margin-top: 5px;

}



.livros_exibicao em

{

	display: block;

	width: 230px;

	margin-left: 10px;

	padding-top: 10px;

	font-weight: bold;

	font-size: 8pt;

	font-style: normal;

	

	_padding-top: 8px;

}



.livros_exibicao strong

{

	display: block;

	width: 230px;

	font-weight: normal;

	font-style: italic;

	font-size: 8pt;

	margin-left: 10px;

	margin-top: -15px;

}



.livros_exibicao img

{

	position: relative;

	float: right;

	margin-top: -29px;

	margin-right: 6px;

	border: 0;

	

	_margin-top: -31px;

}



#livros_icones_legenda

{

	display: table;

	position: relative;

	background-color: #F9FDFF;

	border: 1px solid #E7F1F8;

	padding: 0 5px 5px 5px;

	width: 498px;

	height: auto;

	

}



#livros_icones_legenda img

{

	float: left;

	margin: 0 5px 0 0;

}



#livros_icones_legenda p

{

	float: left;

	color: #A0A0A0;

	font-size: 8pt;

	width: 480px;

	margin: 6px 2px 0 0;

	padding: 0;

}



#livros_icones_legenda p a:link

{

	color: #818181;

	font-weight: bold;

	text-decoration: none;

}



#livros_icones_legenda p a:visited

{

	color: #818181;

	font-weight: bold;

	text-decoration: none;

}



#livros_icones_legenda p a:hover

{

	color: #4D4D4D;

	font-weight: bold;

	text-decoration: underline;

}



#livros_icones_legenda p a:active

{

	color: #818181;

	font-weight: bold;

	text-decoration: none;

}



/* ------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------------------------

TÍTULOS

---------------------------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------------------------*/



/* Títulos de identificação das áreas na página inicial do site */

h2

{

	font-size: 11pt;

	color: #13CEF7;

	display: block;

	font-style: normal;

	font-weight: bold;

	text-indent: 5px;

	margin-top: 0;

	border-bottom: 1px solid #F0F0F0;

}



h3

{

	font-size: 12pt;

	color: #B6B6B6;

	background-image: url("fnd_degrade_cinza.jpg");

	background-repeat: repeat-y;

	display: block;

	font-style: normal;

	font-weight: bold;

	text-indent: 5px;

	margin-top: 0;

	margin-bottom: 0px;

	border: 1px solid #EFEFEF;

	padding: 3px 1px;

}



#8 matt.cavotta

matt.cavotta

    Ativo

  • Usuários
  • 347 posts
  • Sexo:Masculino
  • Localidade:Campinas
  • Interesses:Desenvolvimento Web &amp; Programação

Posted 23/12/2006, 01:59

Olá, Wellington.

Aqui no FF carregou normalmente.
WebFórum - Equipe de Desenvolvimento - Estagiario

I'm back!
Posted Image Edgy Eft 7.04

#9 Welington

Welington

    Ativo

  • Usuários
  • 305 posts
  • Sexo:Não informado
  • Localidade:Taubaté - SP
  • Interesses:Sandra Bullock<br>Alias<br>---<br>Webdesign<br>ASP<br>PHP<br>---

Posted 23/12/2006, 04:07

Muito estranho cara.
Algumas pessoas vêem normalmente e outras não.

O que mais me intriga é que quando eu requisito a página do disco local, ela abre normalmente no FF, mas quando abro na web, não abre o css. E os arquivos HTML e CSS que estão no meu disco local são exatamente os mesmos que estão hospedados.

Meu FF é o 2.0. Mas agora não sei se o problema está nos arquivos, da hospedagem, do Firefox...

#10 matt.cavotta

matt.cavotta

    Ativo

  • Usuários
  • 347 posts
  • Sexo:Masculino
  • Localidade:Campinas
  • Interesses:Desenvolvimento Web &amp; Programação

Posted 23/12/2006, 09:50

Olá novamente, Wellington.

Acho mesmo que o problema está com o servidor pois no link que vc me passou, realmente o css não estava sendo aplicado. Então resolvi baixar seu html e css no meu servidor e daí deu certo.

:(
WebFórum - Equipe de Desenvolvimento - Estagiario

I'm back!
Posted Image Edgy Eft 7.04

#11 RonsisM

RonsisM

    Super Veterano

  • Usuários
  • 15724 posts
  • Sexo:Masculino
  • Localidade:Plovdiv

Posted 09/10/2017, 13:25

Buy Generic Effexor Xr Online levitra 10 mg generic Cephalexin And Diabetes Where To Get Viagra In Ireland
Zithromax Weekly Buy Viagra In Amsterdam Generic Levaquin Website Low Price Amex Shop viagra Lasik Furosemide Purchase Order Comprar Viagra Con Paypal
Clotrimazole Pills Amoxicillin Treats Sinus Infection Buy Alli Refill Pills Online buy viagra Does Cephalexin Come In 875mg? Acquistare Viagra Originale
Usata Levitra viagra Cialis Original O Generico Propecia Comprar Online Buy Nitrofurantoin 100mg Online Uk

#12 RonsisM

RonsisM

    Super Veterano

  • Usuários
  • 15724 posts
  • Sexo:Masculino
  • Localidade:Plovdiv

Posted 25/10/2017, 04:41

Legally Zentel Valbazen Internet Visa Accepted Amoxicillin And Clavulanate Potassium Tablets levitra professional overnight delivery Definicion De La Propecia Amoxicillin 500mg For Urinary Tract Infection
Viagra Ahnliches Mittel Get Effexor Xr 100mg levitra online overnight delivery Flovent
Canada Generic Tadalis Sx Xenical Sans Ordonnance Prix Generic Levaquin Free Shipping Real Without Perscription viagra Azithromycin Amoxicillin Resistance Children Tonsillar Infection

#13 RonsisM

RonsisM

    Super Veterano

  • Usuários
  • 15724 posts
  • Sexo:Masculino
  • Localidade:Plovdiv

Posted 05/11/2017, 22:59

Amoxicillin Side Efects Cash On Delivery Bentyl Pills viagra Clomid Aide
Can I Purchase Fedex Provera Delivered On Saturday Quel Est Le Prix Du Viagra En Pharmacie Orlistat 60mg viagra Kamagra Oral Jelly Zoll
Amoxicillin First Sinus Infection levitra prezzi Clonidine Online Without Prescription

#14 oapedlok

oapedlok

    24 Horas

  • Usuários
  • 410 posts
  • Sexo:Masculino
  • Localidade:Belfast

Posted 06/11/2017, 04:48

Discounts! best hair gel for women progect12.jpg Products which fall under this return policy can be returned domestically, as long as they are unused and in the original packaging. No questions asked! If a product that falls under this guarantee is found to be counterfeit, you will get a full refund (shipping costs included). buy.png READ MORE POROGIX-Travel Large Foldable Last-minute Holdall in a Pouch ( 139.00 $)Hot summer blusas femininas 2016 women casual loose sexy v-neck batwing sleeve tee tops ladies solid blouses shirt plus size ( 11.07 $)Online store Happy Pet pet Products. The pet store.Elegant faux gem rivet decorated ring for women ( 3.35 $)Creative Magnetic Levitation Floating Globe World Map for Home Office 62.39$Poslednij naryadNewest spot it board game quality paper with metal box best gift for your friend cards ( 12.99 $)Spisok serij teleseriala «Zvyozdnie vrata: Vselennaya»Brazilian virgin hair 4 bundles grace brazilian body wave 8a grade virgin unprocessed human hair brazilian hair weave bundles ( 60.00 $)Chic flourishing flower pattern women's voile shawl wrap scarf ( 4.70 $)Delicate hot tattoo choker stretch necklace black retro henna vintage elastic free shpping al22 wholesale ( 0.19 $)2016 clutch bag men wallets black brown luxury large capacity gift for male double zipper long wallet handbag purse ( 15.20 $)LEGO and robotics, to purchase in the online store â EduCubeRoute h217 beige suede lace up derby shoe ( 181.88 $) Hogan 20bb.jpg
Discounts! best hair spray

progect12.jpg
Products which fall under this return policy can be returned domestically, as long as they are unused and in the original packaging. No questions asked!
If a product that falls under this guarantee is found to be counterfeit, you will get a full refund (shipping costs included).

buy.png

READ MORE
Desyatki milliardov rublej ubitkov: nerasprodannij hleb vibrasivaetsya tonnami
E05 DLP Pocket Projector 854 x 480 Pixels 1500 Lumens-182.85 $
Junsun a7810 car dvr camera ambarella a7la70 with speedcam fhd 1080p 60fps video recorder registrar night vision dash cam ( 130.35 $)
Laconic turn-down collar color block short sleeves men's polo t-shirt ( 12.02 $)
Stylish turn-dowm collar long sleeve double-breasted with belt women's trench coat ( 40.77 $)
Muhammad Ali's son, ex-wife detained at airport
2016 new korean winter women coat elegant pure color thick warm hooded down cotton jacket high quality large size women coat ( 49.00 $)
Acevog retro women vintage style sleeveless mesh embroidery long cocktail party dress flower skull ball grown ( 32.58 $)
X-travel nylon and leather backpack ( 74.14 $) Bric s
Women messenger bags famous brand handbags 2016 winter luxury vintage fashion v female small chain crossbody bags for women 01 ( 27.99 $)
мультик энгри бердз 2016
Multifunctional 6l stainless steel electric stand mixer,food mixer,dough mixer eggs mixer kitchen ( 141.98 $)
Junsun 7 inch car dvr rear view gps navigation android 4.4 with dvr camera recorder fm wifi sat nav navigator rear view camera ( 161.63 $)
Logo-Lock Charm Womens Bracelet ( 119.00 $)
Pir stervyatnikov


63.jpg
Discounts! beauty products best

progect12.jpg
Products which fall under this return policy can be returned domestically, as long as they are unused and in the original packaging. No questions asked!
If a product that falls under this guarantee is found to be counterfeit, you will get a full refund (shipping costs included).

buy.png

READ MORE
Women Bag 2016 Women Messenger Bags Small Wave Clutch Bags Handbags Women Famous Brands Designer Bolsa Feminina Mochila Black ( 16.65 $)
100 pcs FREE SHIPPING Red carp,smell lure Red Grass Carp Baits Fishing Baits Fishing Lures ( 4.99 $)
Street fashion tassel pendant autumn winter reversible women's oversized batwing poncho cape shawl ( 17.53 $)
бегущий +в лабиринте книги скачать бесплатно txt
первый немецкий телемагазин 24 www sl24 tv
Cube T8 Super Version / Cube T8 PLus / Cube T8 Original Tempered Glass Screen Protector Film ( $6.90 )
20pcslot 10x22mm Webbing Buckle Ribbon Gold Bow Connectors Handmade DIY Hair Accessories ( 1.35 $)
Military velour mens sneaker wrubber sole ( 200.60 $) N°21
аккаунт battlefield 3
Modelones high quality cat eyes finish gel polish uv top coat chameleon magnet uv nail gel ( 1.50 $)
Xiaomi Mi Max 32GB ROM 4G Phablet-293.18 $
Santa Monica Multicolor Leather Sneaker ( 148.00 $)

brazillian body wave 4 bundles mink brazilian virgin human hair 8a brazilian virgin hair body wave cheap human hair extensions ( 78.00 $)
Genuine Leather Card Case ( 98.00 $)


93.png
Discounts! best showroom

progect12.jpg
Products which fall under this return policy can be returned domestically, as long as they are unused and in the original packaging. No questions asked!
If a product that falls under this guarantee is found to be counterfeit, you will get a full refund (shipping costs included).

buy.png

READ MORE
сапоги резиновые женские кеддо интернет магазин
Hovard, Sidni
5.0 inch Blackview BV5000 Android 5.1 4G Smartphone MTK6735 64bit Quad Core 16GB ROM 118.39$
Klyut
коленвал форд мондео
MONOLOG ELENI
grand theft auto iii liberty city cleo
обувь кеддо интернет магазин каталог
момент затяжки гбц шевроле
Mens Brown Croco Stamped Leather Belt ( 64.40 $)
Sign Auto Mark Car Perfume Clips Seat liquid Air Freshener For Car Auto kit Auto Interior Accessories decoration X01 ( 3.78 $)
Free Shipping Acrylic Lovely Crown Badge Clothes Backpack Decor Badges Decoration Badge ( 0.70 $)
JJRC JJPRO - P175 5.8G FPV 800TVL 6CH Drone-253.65 $
Merc | Clothing and footwear | Official store in Russia ©
AUKEY For Qualcomm Quick Charger 3.0 9V 12V 2 Port Mini USB Car Charger for iPhone 7 6s iPad Samsung HTC Xiaomi QC2.0 Compatible ( 21.99 $)


2.jpg
Discounts! what is the best hair gel

progect12.jpg
Products which fall under this return policy can be returned domestically, as long as they are unused and in the original packaging. No questions asked!
If a product that falls under this guarantee is found to be counterfeit, you will get a full refund (shipping costs included).

buy.png

READ MORE
затяжка гбц 2109
Weight loss products patch minceur emagrecimento queimar gordura fat dieet parches adelgazantes afvallen slim patch for slimming ( 21.88 $)
Men's slim fit round collar 3d coconut palm printing t-shirt ( 13.85 $)
Bronze ring wskeleton flat hand ( 123.57 $) Bernard Delettrez
телемагазин ru
shoppinglive ru первый немецкий
Wireless Bluetooth 3.0 Speaker with Colorful LED Light Disc Dancing ( 18.99 $)
Fashion brand handbags,womens satchel bags candy color handbags leather lolita bag,evening tote bag female chain party handbags ( 33.98 $)
книги антиутопия современные
Novelty cut out low-waist flare jeans for women ( 30.34 $)
Top Auto Car Vehicle Insert Rubber strip Wiper Blade (Refill) 8mm Soft 14"" 16"" 17"" 18"" 19"" 20"" 21"" 22"" 24"" 26"" 2pcs accessories ( 4.90 $)
2 pcs Car Auto W5W T10 5630 10SMD No error led parking car LED light ( 3.69 $)
Rigid Rotary Milling Cutter / File Carving Tool - 5PCS ( $5.95 )
товары магазина леомакс
Fashionable Spaghetti Strap Criss-Cross Floral Print Women’s Bikini Set $12.74


106.jpg

#15 RonsisM

RonsisM

    Super Veterano

  • Usuários
  • 15724 posts
  • Sexo:Masculino
  • Localidade:Plovdiv

Posted 07/11/2017, 10:11

Cephalexin Dosing Puppy Propecia Parto viagra Amoxicillin Dosage Chicken Low Cost Pfizer Viagra Keflex Athletic Performance
Baclofene Farmaco Presidone On Line viagra Can I Purchase Acticin Scabisan Venta De Cialis Sin Receta Clobetasol Temovate In Us Direct
Mifegyne En Ligne viagra Order Now Bentyl With Free Shipping Drugs Priligy Dapoxetine Without A Prescription Cialis E Fertilita
Acheter Du Xenical Sans Ordonnance Enzyte Drug Interactions Soy Milk And Amoxicillin viagra Viagra Ratiopharm Kaufen Teilen Levitra 20mg Priligy Se Puede Tomar Con Viagra
Cephalexin Facts Supreme Suppliers Viagra Cialis Tschechien generic cialis Levitra 10 Ogastoro
Canadian Pharmacies No Script Amoxicillin Carbonic Acid Predisolone 5mg Tab buy viagra Dosage Cialis
Tab Online Isotretinoin Delivered On Saturday Florida Nexium Online Price cialis Sale Discount Bentyl Dicyclomine With Free Shipping Washington Drug Cost In Canada




1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq