MediaWiki:Common.css

De AureumRO
Revisão de 20h17min de 28 de maio de 2026 por Admcrash (discussão | contribs) (Remover sidebar direita inteira (#mw-related-navigation))
Ir para navegação Ir para pesquisar

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.
/* ===========================================================
   AureumRO Wiki — paleta dourada (estrutura clonada da Edda)
   =========================================================== */

/* HERO */
.aur-hero {
    background: linear-gradient(135deg, #1b1304 0%, #2a1f0c 50%, #1b1304 100%);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}
.aur-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.45);
    color: #f4d97a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 14px;
}
.aur-hero-title {
    color: #fdead1;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
}
.aur-hero-title .accent {
    background: linear-gradient(120deg, #f4d97a 30%, #d4af37 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.aur-hero-sub {
    color: #e6d5bd;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
}
.aur-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.aur-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.25);
    color: #f4d97a;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}

/* INFO BAR */
.aur-infobar {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}
.aur-infobar-cell {
    background: #fff;
    padding: 10px 12px;
    text-align: center;
}
.aur-infobar-label {
    color: #8a6c1e;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.aur-infobar-value {
    color: #3a2614;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}
.aur-infobar-value.gold {
    color: #a8861f;
}

/* BLOCOS */
.wiki-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}
.wiki-block {
    background: #fff;
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 10px;
    overflow: hidden;
}
.wiki-block-title {
    background: #1b1304;
    padding: 9px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.wiki-block-title-text {
    color: #f4d97a;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}
.wiki-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    text-decoration: none;
    color: #3a2614;
    font-size: 13px;
    transition: color 0.1s, background 0.1s;
}
.wiki-link:last-child {
    border-bottom: none;
}
.wiki-link:hover {
    color: #a8861f;
    background: #fdf8e8;
    text-decoration: none;
}
.wiki-link img {
    image-rendering: pixelated;
    flex-shrink: 0;
}
.wiki-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.wiki-grid-2 .wiki-link {
    border-right: 1px solid rgba(212, 175, 55, 0.1);
}
.wiki-grid-2 .wiki-link:nth-child(2n) {
    border-right: none;
}
.wiki-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.wiki-grid-4 .wiki-link {
    border-right: 1px solid rgba(212, 175, 55, 0.1);
}
.wiki-grid-4 .wiki-link:nth-child(4n) {
    border-right: none;
}
.wiki-full {
    grid-column: span 2;
}

/* LINKS EXTERNOS (pills) */
.aur-extlinks {
    text-align: center;
    margin-bottom: 16px;
    padding: 12px 0;
}
.aur-extlink {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #a8861f !important;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    margin: 0 4px;
}
.aur-extlink:hover {
    background: rgba(212, 175, 55, 0.18);
    color: #1b1304 !important;
}

/* BANNER FINAL */
.aur-banner {
    background: linear-gradient(135deg, #1b1304, #2a1f0c);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.aur-banner-title {
    color: #f4d97a;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}
.aur-banner-sub {
    color: #e6d5bd;
    font-size: 12px;
    line-height: 1.4;
}
.aur-banner-tags {
    margin-left: auto;
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}
.aur-banner-tag {
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.45);
    color: #f4d97a;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 12px;
    letter-spacing: 0.5px;
}

/* RESPONSIVO (mobile) */
@media (max-width: 850px) {
    .wiki-blocks { grid-template-columns: 1fr; }
    .wiki-full { grid-column: span 1; }
    .wiki-grid-4 { grid-template-columns: repeat(2, 1fr); }
    .wiki-grid-4 .wiki-link:nth-child(2n) { border-right: none; }
    .wiki-grid-4 .wiki-link:nth-child(4n) { border-right: 1px solid rgba(212, 175, 55, 0.1); }
    .aur-infobar { grid-template-columns: repeat(2, 1fr); }
    .aur-hero-title { font-size: 24px; }
}

/* Wordmark: subir e nao tocar a barra superior do Timeless */
.mw-wiki-logo-wordmark {
    max-height: 36px !important;
    width: auto !important;
    margin-top: -10px;
    display: block;
}
.mw-logo-wordmark {
    max-height: 36px !important;
    width: auto !important;
    margin-top: -10px;
}

/* Esconder sidebar direita inteira (Timeless) + expandir conteudo principal */
#mw-related-navigation {
    display: none !important;
}
@media (min-width: 1340px) {
    #mw-content-container {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}