MediaWiki:Common.css: diferenças entre revisões
Saltar para a navegação
Saltar para a pesquisa
Sem resumo de edição |
Sem resumo de edição |
||
Linha 12: | Linha 12: | ||
background-position: center; | background-position: center; | ||
} | } | ||
.vector-menu-portal .vector-menu-content li { | |||
color: #000; | color: #000; | ||
font-weight: normal; | font-weight: normal; | ||
padding: 0.25em 0; | padding: 0.25em 0; | ||
cursor: default; | cursor: default; | ||
border: 0; | border: 0; | ||
font- | |||
} | |||
.vector-menu-portal .vector-menu-content li a:visited { | |||
color: #fff; | |||
font-weight: normal; | |||
font-weight: bold; | |||
padding: 0.25em 0; | |||
cursor: default; | |||
border: 0; | |||
} | |||
.vector-menu-portal .vector-menu-content li a { | |||
color: #fff; | |||
padding: 0.25em 0; | |||
cursor: default; | |||
border: 0; | |||
} | |||
.vector-menu-portal .vector-menu-heading { | |||
color: #fff; | |||
font-weight: normal; | |||
font-weight: bold; | |||
padding: 0.25em 0; | |||
cursor: default; | |||
border: 0; | |||
} | } |
Revisão das 13h37min de 26 de junho de 2023
/* Código CSS colocado aqui será aplicado a todos os temas */ body {background: #e5f3ff; background-image: url(https://ragnanice.com.br/wikig/1.png); background-repeat: no-repeat; background-attachment: fixed;} #mw-page-base { background: #e5f3ff; background-image: url(https://ragnanice.com.br/wikig/1.png); background-repeat: no-repeat; background-attachment: fixed; background-position: center; } .vector-menu-portal .vector-menu-content li { color: #000; font-weight: normal; padding: 0.25em 0; cursor: default; border: 0; } .vector-menu-portal .vector-menu-content li a:visited { color: #fff; font-weight: normal; font-weight: bold; padding: 0.25em 0; cursor: default; border: 0; } .vector-menu-portal .vector-menu-content li a { color: #fff; padding: 0.25em 0; cursor: default; border: 0; } .vector-menu-portal .vector-menu-heading { color: #fff; font-weight: normal; font-weight: bold; padding: 0.25em 0; cursor: default; border: 0; }