MediaWiki:Common.css

De CIGAM WIKI
Revisão de 13h29min de 28 de agosto de 2026 por Eduarda.dalmas (discussão | contribs)

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.
/** o código CSS colocado aqui será aplicado a todos os temas */


.search {
     width: 100%;
     height: 30px;
     display: inline-flex;
     justify-content: left;
}
 #bingSearchInput {
     width: 80%;
     height: 30px;
     margin-right: 10px;
     color: black;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border: 1px solid;
}
 #bingSearchButton {
     background-color: #FF6600;
     height: 30px;
     width: 100px;
     font-weight: bold;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border: 1px solid;
     color: white;
}
 #bingPrincipalSearchInput {
     width: 80%;
     height: 30px;
     margin-right: 10px;
     color: black;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border: 1px solid;
}
 #bingPrincipalSearchButton {
     background-color: #FF6600;
     height: 30px;
     width: 100px;
     font-weight: bold;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border: 1px solid;
     color: white;
}
#bingPrincipalChatInput {
     width: 80%;
     height: 30px;
     margin-right: 10px;
     color: black;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border: 1px solid;
}
#bingPrincipalChatInput {
     width: 80%;
     height: 30px;
     margin-right: 10px;
     color: black;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border: 1px solid;
}
#bingPrincipalChatButton {
     background-color: #FF6600;
     height: 30px;
     width: 100px;
     font-weight: bold;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border: 1px solid;
     color: white;
}
/* Botão Expandir/Recolher */
.mw-collapsible-toggle {
    background-color: #c8d8e8;
    color: #000033;
    padding: 1px 6px;
    border-radius: 3px;
}

.mw-collapsible-toggle:hover {
    background-color: #2a3f5f;
    color: #ffffff;
}
/* Tabelas de botões/imagens - remover espaçamento extra MW 1.45 */
.mw-parser-output table td figure {
    margin: 0 !important;
}

.mw-parser-output table td .mw-file-element {
    display: block;
}

.plainlinks a:hover {
    opacity: 0.65;
    text-decoration: none;
}

/* Botão Redirecionar site Cigam */
.cigam-cta-wrapper {
    text-align: center;
    margin: 20px 0;
}

.cigam-cta-wrapper a,
.cigam-cta-wrapper a.external {
    display: inline-flex;
    background-color: #FF5810;
    background-image: none !important;
    color: #fff !important;
    padding: 6px 28px;
    border-radius: 30px;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.cigam-cta-wrapper a:hover {
     background-color: #4B586B;
    transform: translateY(-2px);
}

.cigam-cta-floating {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    background-color: #4B586B;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    text-decoration: none;
    font-size: 22px;
}

.cigam-cta-floating:hover {
    background-color: #FF5810;
}

@media (max-width: 768px) {
    .cigam-cta-wrapper a {
        display: block;
        width: 80%;
        margin: 15px auto;
        padding: 10px 0;
        font-size: 0.95em;
    }

    .cigam-cta-floating {
        bottom: 16px;
        right: 16px;
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

/* Removido gato da wiki */
#mw-content-container {
    background-image: none !important;
}