MediaWiki:Common.css: mudanças entre as edições
Aparência
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 1: | Linha 1: | ||
/* | /* Fonte moderna */ | ||
body { | |||
font-family: 'Inter', 'Roboto', sans-serif; | |||
body | background-color: #121212; | ||
color: #e0e0e0; | |||
line-height: 1.6; | |||
font-size: 16px; | |||
background-color: # | |||
color: # | |||
font- | |||
} | } | ||
/* | /* Cabeçalho */ | ||
#mw-head, #p-personal { | |||
background-color: #1e1e1e; | |||
#mw- | border-bottom: 1px solid #333; | ||
# | |||
background-color: # | |||
} | } | ||
/* | /* Barra lateral */ | ||
# | #mw-panel { | ||
background- | background-color: #1a1a1a; | ||
border-right: 1px solid #333; | |||
} | } | ||
/* | /* Links */ | ||
a | a { | ||
color: # | color: #ff6600; | ||
text-decoration: none; | text-decoration: none; | ||
transition: color 0.3s ease; | |||
} | } | ||
a:hover { | a:hover { | ||
color: # | color: #ffa64d; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
/* | /* Títulos */ | ||
h1, h2, h3, h4, h5 | h1, h2, h3, h4, h5 { | ||
color: # | color: #ffffff; | ||
border- | border-bottom: 1px solid #333; | ||
padding-bottom: 4px; | |||
} | } | ||
/* | /* Botões */ | ||
input[type="submit"], button, .mw-ui-button { | |||
background-color: # | background-color: #ff6600; | ||
color: #fff; | |||
border: none; | |||
border-radius: 6px; | |||
padding: 8px 14px; | |||
cursor: pointer; | |||
transition: background 0.3s ease; | |||
} | } | ||
input[type="submit"]:hover, button:hover, .mw-ui-button:hover { | |||
color: # | background-color: #e65c00; | ||
} | } | ||
/* Tabelas */ | |||
table { | |||
border-collapse: collapse; | |||
width: 100%; | |||
} | } | ||
th, td { | |||
border: 1px solid #333; | |||
# | padding: 10px; | ||
} | } | ||
th { | |||
color: # | background-color: #1e1e1e; | ||
color: #ff6600; | |||
} | } | ||
/* | /* Rodapé */ | ||
#footer { | #footer { | ||
background | background-color: #1e1e1e; | ||
border-top: 1px solid #333; | |||
border-top: 1px solid # | color: #aaa; | ||
} | } | ||
/* | /* Caixa de edição */ | ||
textarea, input[type="text"] { | |||
input[type=" | background-color: #1e1e1e; | ||
color: #e0e0e0; | |||
background-color: # | border: 1px solid #333; | ||
color: # | |||
border: | |||
border-radius: 4px; | border-radius: 4px; | ||
padding: 6px; | |||
} | } | ||
/* | /* Ocultar o logotipo padrão (caso queira usar um personalizado) */ | ||
#p-logo { | |||
background: none !important; | |||
background | |||
} | } | ||
/* | /* Adicionar um logo personalizado */ | ||
#p-logo a { | |||
display: block; | |||
background-image: url('/wiki/Especial:Arquivo/logo.png'); | |||
background- | background-size: contain; | ||
background-repeat: no-repeat; | |||
background-position: center; | |||
height: 60px; | |||
} | } | ||
Edição das 09h20min de 22 de julho de 2025
/* Fonte moderna */
body {
font-family: 'Inter', 'Roboto', sans-serif;
background-color: #121212;
color: #e0e0e0;
line-height: 1.6;
font-size: 16px;
}
/* Cabeçalho */
#mw-head, #p-personal {
background-color: #1e1e1e;
border-bottom: 1px solid #333;
}
/* Barra lateral */
#mw-panel {
background-color: #1a1a1a;
border-right: 1px solid #333;
}
/* Links */
a {
color: #ff6600;
text-decoration: none;
transition: color 0.3s ease;
}
a:hover {
color: #ffa64d;
text-decoration: underline;
}
/* Títulos */
h1, h2, h3, h4, h5 {
color: #ffffff;
border-bottom: 1px solid #333;
padding-bottom: 4px;
}
/* Botões */
input[type="submit"], button, .mw-ui-button {
background-color: #ff6600;
color: #fff;
border: none;
border-radius: 6px;
padding: 8px 14px;
cursor: pointer;
transition: background 0.3s ease;
}
input[type="submit"]:hover, button:hover, .mw-ui-button:hover {
background-color: #e65c00;
}
/* Tabelas */
table {
border-collapse: collapse;
width: 100%;
}
th, td {
border: 1px solid #333;
padding: 10px;
}
th {
background-color: #1e1e1e;
color: #ff6600;
}
/* Rodapé */
#footer {
background-color: #1e1e1e;
border-top: 1px solid #333;
color: #aaa;
}
/* Caixa de edição */
textarea, input[type="text"] {
background-color: #1e1e1e;
color: #e0e0e0;
border: 1px solid #333;
border-radius: 4px;
padding: 6px;
}
/* Ocultar o logotipo padrão (caso queira usar um personalizado) */
#p-logo {
background: none !important;
}
/* Adicionar um logo personalizado */
#p-logo a {
display: block;
background-image: url('/wiki/Especial:Arquivo/logo.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
height: 60px;
}