MediaWiki:Timeless.css
De retrorunner wiki
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)
- Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
- Opera: Pressione Ctrl-F5.
/* ===== Synthwave Timeless ===== */
/* Fundo geral da página */
html, body {
background:
radial-gradient(circle at top, #3f00ff55 0, transparent 60%),
radial-gradient(circle at bottom, #ff00aa55 0, transparent 60%),
#050014;
color: #f5ecff;
}
/* Área de conteúdo principal */
#mw-content,
.mw-body,
#content {
background: rgba(5, 0, 25, 0.96);
border: 1px solid #402272;
box-shadow: 0 0 25px #ff00aa44;
}
/* Cabeçalho do Timeless */
#mw-header,
#mw-header-container {
background: linear-gradient(90deg, #1a0033, #330055, #1a0033);
border-bottom: 1px solid #ff6ad5;
}
/* Barra lateral / menus */
#mw-site-navigation,
#mw-related-navigation,
.mw-portlet {
background: rgba(10, 0, 40, 0.95);
border: 1px solid #402272;
}
/* Títulos das portlets (menus) */
.mw-portlet h3,
#p-logo-text a {
color: #ff6ad5;
text-transform: uppercase;
letter-spacing: 0.08em;
}
/* Links normais */
a {
color: #2de2e6;
}
a:visited {
color: #c77dff;
}
a:hover,
a:focus {
color: #f9f871;
text-shadow: 0 0 6px #f9f871;
}
/* Links da aba superior (ler / editar / histórico) */
#ca-view a,
#ca-edit a,
#ca-history a,
#ca-talk a {
background: transparent;
border-bottom: 2px solid transparent;
}
#ca-view a:hover,
#ca-edit a:hover,
#ca-history a:hover,
#ca-talk a:hover {
border-bottom-color: #ff6ad5;
}
/* Botões */
.mw-ui-button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
background: linear-gradient(135deg, #ff6ad5, #6c2aff);
border: 1px solid #f9f871;
color: #050014;
font-weight: 600;
}
.mw-ui-button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
filter: brightness(1.15);
box-shadow: 0 0 12px #2de2e6;
}
/* Caixas de mensagem (sucesso / aviso / erro) */
.mw-message-box {
border-radius: 4px;
border-width: 1px;
}
.mw-message-box-success {
background: rgba(15, 60, 30, 0.9);
border-color: #2de2a2;
}
.mw-message-box-warning {
background: rgba(60, 40, 10, 0.9);
border-color: #f9f871;
}
.mw-message-box-error {
background: rgba(70, 10, 25, 0.9);
border-color: #ff6ad5;
}
/* Tabelas padrão */
table,
.wikitable {
background: rgba(10, 0, 40, 0.9);
border: 1px solid #402272;
}
.wikitable th {
background: linear-gradient(135deg, #330055, #6c2aff);
color: #f5ecff;
}
/* Rodapé */
#mw-footer {
background: rgba(5, 0, 20, 0.95);
border-top: 1px solid #402272;
}
/* Containers grandes que ainda têm fundo claro */
#mw-wrapper,
#mw-header-container,
#mw-content-container,
#mw-footer-container,
#mw-content-block,
.ts-container,
.ts-inner {
background: transparent !important;
}
/* Bloco central + colunas laterais apoiados no fundo neon */
#mw-content-block {
background: rgba(5, 0, 25, 0.96) !important;
border: 1px solid #402272;
box-shadow: 0 0 25px #ff00aa44;
}
/* Área “estranha” logo acima do rodapé */
#mw-data,
#content-bottom-stuff {
background: rgba(5, 0, 25, 0.96) !important;
border-top: 1px solid #402272;
}
/* Rodapé 100% dark */
#mw-footer {
background: rgba(5, 0, 20, 0.95) !important;
}
/* Moldura geral dos blocos de navegação (esquerda e direita) */
body.skin-timeless #mw-site-navigation .sidebar-chunk,
body.skin-timeless #mw-related-navigation .sidebar-chunk {
background: transparent !important;
box-shadow: none !important;
border: none !important;
}
/* bloco "NAVEGAÇÃO" continua com fundo escuro */
#p-navigation,
#p-navigation .body {
background: rgba(10, 0, 40, 0.96) !important;
}