MediaWiki:Vector.css

De TibiaRPGBrasil Wiki
Revisão de 16h59min de 29 de junho de 2023 por Faramir (discussão | contribs) (Criou página com '→‎Todos os CSS colocado aqui serão carregados para usuários do tema Vector: table#tabelaDPL { border-collapse: collapse; background-color: #CEDFF2; width: 100% } table#tabelaDPL th { border: 2px solid white } table#tabelaDPL tr td { border: 2px solid white; background-color: #E8F2F8; text-align: center } table#tabelaDPL td:first-child { padding-left: 4px; background-color: transparent; text-align: left } table#tabelaDPL td...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para navegação Ir para pesquisar

Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/* Todos os CSS colocado aqui serão carregados para usuários do tema Vector */
table#tabelaDPL {
    border-collapse: collapse;
    background-color: #CEDFF2;
    width: 100%
}

table#tabelaDPL th {
    border: 2px solid white
}

table#tabelaDPL tr td {
    border: 2px solid white;
    background-color: #E8F2F8;
    text-align: center
}

table#tabelaDPL td:first-child {
    padding-left: 4px;
    background-color: transparent;
    text-align: left
}

table#tabelaDPL td:last-child {
    padding-left: 4px;
    text-align: left
}