Ir para conteúdo
Fórum Script Brasil
  • 0

Css


Guest Douglas Barbosa

Pergunta

Guest Douglas Barbosa

Qual a configuração correta do CSS que ponho no Ultradev que tenha as configurações (links) idênticas do site abaixo. Após incluir o código ele fica como padrão para todas as paginas do site?

Link para o comentário
Compartilhar em outros sites

5 respostass a esta questão

Posts Recomendados

  • 0

Bom o CSS que eles estão usando é esse

.v2 {  font-family: Verdana, Arial; font-size: 10pt; color: #333333; text-decoration: none}

.v1 { font-family: Verdana, Arial; font-size: 07pt; color: #333333; text-decoration: none }

.a3 {  font-family: Arial, verdana; font-size: 12pt; font-weight: bold; color: #333333; text-decoration: none}

.barra_sup {font-family: Verdana, Arial; color: #333333; text-decoration: none; }

.barra_sup:hover {font-family: Verdana, Arial; color: #333333; text-decoration: underline;}

.log {font-family: Verdana, Arial; font-weight: bold; color: #555555; text-decoration: none; }

.log:hover {font-family: Verdana, Arial; font-weight: bold; color: #000000; text-decoration: none ;}

.categoria {font-family: Verdana, Arial; font-weight: bold; font-size: 9pt ;color: #000099; text-decoration: none; }

.categoria:hover {font-family: Verdana, Arial; font-weight: bold; font-size: 9pt ; color: #000099; text-decoration: underline ;}

.categoriaprocura {font-family: Verdana, Arial; font-weight: bold;font-size: 9px ; color: #000099; text-decoration: none; }

.categoriaprocura:hover {font-family: Verdana, Arial; font-weight:font-size: 9px ; bold; color: #000099; text-decoration: underline ;}

.link {

font-family: Verdana, Arial;

color: #000099;

text-decoration: none;

font-size: 10px;

}

.link:hover {font-family: Verdana, Arial; color: #000099; text-decoration: underline; }

.b {font-family: Verdana, Arial; color: #333333; text-decoration: none; }

.b:hover {font-family: Verdana, Arial; color: #333333; text-decoration: underline;}

.lg {font-family: Verdana, Arial; font-weight: bold; color: #555555; text-decoration: none; }

.lg:hover {font-family: Verdana, Arial; font-weight: bold; color: #000000; text-decoration: none ;}

.c {

font-family: Verdana, Arial;

font-weight: bold;

color: #000099;

text-decoration: none;

font-size: 9px;

}

.c:hover {font-family: Verdana, Arial; font-weight: bold; color: #000099; text-decoration: underline ;}

.lk {font-family: Verdana, Arial; color: #000099; text-decoration: none; }

.lk:hover {font-family: Verdana, Arial; color: #000099; text-decoration: underline; }

.v1b { font-family: Verdana, Arial; font-size: 7pt; color: #333333; text-decoration: none ; font-weight: bold}

.v2b { font-family: Verdana, Arial; font-size: 10pt; color: #333333; text-decoration: none ; font-weight: bold}

.v1g { font-family: Verdana, Arial; font-size: 7pt; color: #999999; text-decoration: none }

.box { font-family: Verdana, Arial, Helvetica, sans-serif;

color: #000000;

text-decoration: none;

height: 24px;

width: 216px;

line-height: normal;

}

.meio1 { font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 10px;

font-weight: normal;

color: #000000;

text-decoration: none;

}

.meio2 { font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 14px;

font-weight: bold;

color: #000000;

text-decoration: none;

}

.table {

border-top-style: none;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-right-color: #CC0000;

border-bottom-color: #CC0000;

border-left-color: #CC0000;

border-top-width: 0px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

}

.table1 {

border-top-style: none;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-right-color: #EBEBEB;

border-bottom-color: #EBEBEB;

border-left-color: #EBEBEB;

border-top-width: 0px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

}

.txt2 {

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

font-size: 10px;

font-weight: bold;

color: #FFFFFF;

text-decoration: none;

}

.txt3 {

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

font-size: 10px;

font-weight: bold;

color: #000000;

text-decoration: none;

}

.txt3:hover {

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

font-size: 10px;

font-weight: bold;

color: #000000;

text-decoration: underline;

}

.txt1 {

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

font-size: 10px;

font-weight: normal;

color: #000000;

text-decoration: none;

}

.txt1:hover {

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

font-size: 10px;

font-weight: normal;

color: #000099;

text-decoration: underline;

}

.box1 { font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 10px;

font-weight: normal;

color: #000000;

text-decoration: none;

height: 24px;

width: 216px;

line-height: normal;

}

.style1 {color: #000000}

.style2 {color: #FFFFCC}

.style6 {

  color: #000099;

  font-size: 07pt;

  text-decoration: none;

  font-family: Verdana, Arial;

  }

.style6:hover {

  color: #000099;

  font-size: 07pt;

  text-decoration: underline;

  font-family: Verdana, Arial;

  }

.style8 {font-size: 10px; color: #FFFFFF; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif;}

.txt {

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

font-size: 10px;

font-weight: normal;

color: #333333;

text-decoration: none;

}

.txt:hover {

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

font-size: 10px;

font-weight: normal;

color: #333333;

text-decoration: underline;

}

.style4 {color: #000099}.titleb {

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

font-size: 12px;

font-weight: bold;

color: #000000;

text-decoration: none;

}

.numeros {

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

font-size: 17px;

font-weight: bold;

color: #000099;

text-decoration: none;

}

.table2 {

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: none;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-right-color: #CC0000;

border-bottom-color: #CC0000;

border-left-color: #CC0000;

}

.iframe {

background-color: #FFCC33;

height: 80px;

width: 514px;

border: none;

}

.menuhome {

font-family: Verdana, Arial;

font-weight: bold;

color: #000099;

text-decoration: none;

font-size: 12px;

}

.menuhome:hover {font-family: Verdana, Arial; font-weight: bold; color: #000099; text-decoration: underline ;}

.txtver {

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

font-size: 10px;

font-weight: bold;

color: #FF0000;

text-decoration: none;

}

pra que fique em todas as páginas você coloca isso numa pagina e salva ele como CSS

quando for colocar nas pagina você utiliza assim

<link href="http://nome-do-seu-site/nome-da-pagina.css" rel="stylesheet"

type="text/css">

coloque isso no codigo entre os <head>

Link para o comentário
Compartilhar em outros sites

  • 0

EU TENDI O QUE SE DISSE...

EU ACHO QUE ESSES SÃO OS PRINCIPAIS ESTILOS

.link:hover {font-family: Verdana, Arial; color: #000099; text-decoration: underline; }

TENTE ESSES... SÃO OS PRINCIPAIS...

.txt1 {

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

font-size: 10px;

font-weight: normal;

color: #000000;

text-decoration: none;

}

.txt1:hover {

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

font-size: 10px;

font-weight: normal;

color: #000099;

text-decoration: underline;

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

.menuhome:hover {font-family: Verdana, Arial; font-weight: bold; color: #000099; text-decoration: underline ;}

.txtver {

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

font-size: 10px;

font-weight: bold;

color: #FF0000;

text-decoration: none;

}

Link para o comentário
Compartilhar em outros sites

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,2k
    • Posts
      652k
×
×
  • Criar Novo...