MediaWiki:Vector.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(Criou página com '→Fundo da wiki: body { background: url("https://aesiro.com.br/hunter.png") no-repeat center top fixed; background-size: cover; color: #fff; } →Cabeçalho: #mw-head, #mw-panel { background-color: rgba(0, 0, 0, 0.8); } →Conteúdo principal: #content { background-color: rgba(20, 20, 20, 0.9); border-radius: 10px; padding: 20px; } →Links: a, a:visited { color: #00ccff; } a:hover { color: #ffcc00; } →Fonte: body, #content { font-fa...') |
Sem resumo de edição |
||
Linha 1: | Linha 1: | ||
/* Fundo da wiki */ | /* Fundo da wiki */ | ||
body { | body { | ||
background: url("https://aesiro.com.br/ | background: url("https://aesiro.com.br/logo1.png") no-repeat center top fixed; | ||
background-size: cover; | background-size: cover; | ||
color: #fff; | color: #fff; |
Edição das 23h41min de 1 de junho de 2025
/* Fundo da wiki */ body { background: url("https://aesiro.com.br/logo1.png") no-repeat center top fixed; background-size: cover; color: #fff; } /* Cabeçalho */ #mw-head, #mw-panel { background-color: rgba(0, 0, 0, 0.8); } /* Conteúdo principal */ #content { background-color: rgba(20, 20, 20, 0.9); border-radius: 10px; padding: 20px; } /* Links */ a, a:visited { color: #00ccff; } a:hover { color: #ffcc00; } /* Fonte */ body, #content { font-family: "Arial", sans-serif; }