Widget:Gurren2
Revisão de 00h39min de 28 de abril de 2025 por Gurren1 (discussão | contribs) (Criou página com '<style> →Dark background and text: body, .mw-body, #content { background-color: #1e1e1e !important; color: #e5e5e5 !important; } /* Sidebar blur and dark backgrou...')
<style> /* Dark background and text */ body, .mw-body, #content {
background-color: #1e1e1e !important; color: #e5e5e5 !important;
}
/* Sidebar blur and dark background */
- mw-panel {
background-color: rgba(30,30,30,0.7) !important; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
/* Header and footer panels */
- mw-head, #mw-footer {
background-color: rgba(20,20,20,0.8) !important; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
/* Link colors */ a, a:visited {
color: #78c0ff !important;
} a:hover {
color: #a0dfff !important;
}
/* Tables, infoboxes and code blocks */ .mw-parser-output table, .wikitable, .infobox {
background-color: #2a2a2a !important; color: #e5e5e5 !important; border-color: #444 !important;
}
.wikitable th, table th {
background-color: #353535 !important;
}
code, pre {
background-color: #2a2a2a !important; color: #c5c8c6 !important;
}
/* Form elements */ input, textarea, select {
background-color: #2a2a2a !important; color: #e5e5e5 !important; border: 1px solid #444 !important;
}
/* Slightly dim images */ body img {
filter: brightness(0.9) !important;
} </style>