MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (106 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined"); | @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined"); | ||
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:FILL@0..1"); | @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:FILL@0..1"); | ||
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap'); | |||
/* Contentor do bloco de código */ | |||
.mw-highlight, .syntaxhighlight { | |||
position: relative; /* Necessário para o posicionamento do botão */ | |||
} | |||
/* Estilo do Botão Copy */ | |||
.copy-code-button { | |||
position: absolute; | |||
top: 5px; | |||
right: 5px; | |||
z-index: 100; | |||
padding: 4px 8px; | |||
background-color: #f8f9fa; | |||
border: 1px solid #a2a9b1; | |||
border-radius: 4px; | |||
color: #202122; | |||
font-size: 11px; | |||
font-family: sans-serif; | |||
cursor: pointer; | |||
opacity: 0.8; | |||
} | |||
.copy-code-button:hover { | |||
opacity: 1; | |||
background-color: #ffffff; | |||
border-color: #447ff5; | |||
color: #447ff5; | |||
box-shadow: 0 1px 2px rgba(0,0,0,0.1); | |||
} | |||
/* --- AJUSTES RESPONSIVOS ATRONIA --- */ | |||
@media only screen and (max-width: 768px) { | |||
#custom-atronia-footer img[src*="Igus.svg"] { | |||
max-width: 120px !important; /* Ajusta este valor (ex: 100px ou 120px) até gostares */ | |||
margin-bottom: 10px; | |||
} | |||
/* 1. Forçar menus a empilhar no mobile */ | |||
#custom-atronia-footer div[style*="justify-content: space-between"] { | |||
flex-direction: column !important; | |||
align-items: flex-start !important; | |||
} | |||
/* 2. Grelha de Logos: Passa de 2 colunas para 1 no mobile para não esmagar */ | |||
#custom-atronia-footer div[style*="display: grid"] { | |||
grid-template-columns: 1fr !important; | |||
width: 100% !important; | |||
} | |||
/* 3. Logos: Garante que as imagens não saem do ecrã */ | |||
#custom-atronia-footer img { | |||
max-width: 100% !important; | |||
height: auto !important; | |||
} | |||
/* 4. Botões Flutuantes: Evitar que tapem os logos no fundo */ | |||
#atronia-floating-nav { | |||
bottom: 15px !important; | |||
right: 10px !important; | |||
transform: scale(0.85); /* Ficam ligeiramente menores */ | |||
transform-origin: bottom right; | |||
} | |||
/* 5. Scrolling Text: Diminuir um pouco no mobile */ | |||
.atronia-scrolling-container { | |||
height: 80px !important; | |||
line-height: 80px !important; | |||
} | |||
} | |||
#back-to-top { | |||
font-family: 'Rubik', sans-serif !important; | |||
font-weight: bold; | |||
} | |||
/* Aplicar a fonte a todo o footer */ | |||
#custom-atronia-footer, | |||
#custom-atronia-footer * { | |||
font-family: 'Rubik', sans-serif !important; | |||
} | |||
/* Footer Atronia Website */ | |||
/* --- ESTRUTURA BASE --- */ | |||
#custom-atronia-footer { | |||
background-color: #121e1c !important; | |||
width: 100% !important; | |||
clear: both !important; | |||
display: block !important; | |||
} | |||
/* Scrolling Text Estilo "Vazado" */ | |||
.atronia-scrolling-container { | |||
background-color: #121e1c !important; | |||
overflow: hidden; | |||
white-space: nowrap; | |||
padding: 20px 0; | |||
border-top: 1px solid #ffffff !important; | |||
border-bottom: 1px solid #ffffff !important; /* Separador abaixo do scroll */ | |||
} | |||
.atronia-scrolling-content span { | |||
font-family: 'Rubik', sans-serif; | |||
font-size: 50px; | |||
font-weight: bold; | |||
color: transparent !important; /* Mantém o interior vazio */ | |||
-webkit-text-stroke: 1.5px #ffffff; /* Branco puro e um pouco mais grosso */ | |||
opacity: 1 !important; /* Garante que o contorno não seja translúcido */ | |||
padding-right: 50px; | |||
display: inline-block; | |||
letter-spacing: 1px; /* Melhora a leitura em letras vazadas */ | |||
} | |||
@keyframes atronia-scroll { | |||
0% { transform: translateX(0); } | |||
100% { transform: translateX(-50%); } | |||
} | |||
.atronia-scrolling-content { display: inline-block; animation: atronia-scroll 15s linear infinite; } | |||
/* Esconder elementos nativos */ | |||
#footer, .mw-footer, #catlinks { display: none !important; } | |||
/* Forçar underline no hover e limpar estilos nativos da Wiki */ | |||
#custom-atronia-footer a { | |||
text-decoration: none !important; | |||
background: none !important; /* Remove blocos de cor que a wiki possa inserir */ | |||
transition: text-decoration 0.2s ease; | |||
} | |||
#custom-atronia-footer a:hover { | |||
text-decoration: underline !important; | |||
color: #ffffff !important; | |||
background: none !important; | |||
} | |||
/* Linha de largura total absoluta */ | |||
.atronia-full-width-line { | |||
border: 0 !important; | |||
border-top: 1px solid #ffffff !important; | |||
width: 100vw !important; | |||
position: relative !important; | |||
left: 50% !important; | |||
right: 50% !important; | |||
margin-left: -50vw !important; | |||
margin-right: -50vw !important; | |||
} | |||
/* Fim do Footer Atronia Website */ | |||
/* Botão de Seta para o Topo */ | |||
.footer-top-button { | |||
display: inline-flex !important; | |||
align-items: center !important; | |||
justify-content: center !important; | |||
background-color: #d1ff00 !important; /* Mesmo verde */ | |||
color: #000 !important; | |||
width: 40px !important; | |||
height: 40px !important; | |||
border-radius: 50% !important; /* Circular */ | |||
font-weight: bold !important; | |||
font-size: 20px !important; | |||
text-decoration: none !important; | |||
box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important; | |||
transition: transform 0.2s ease !important; | |||
cursor: pointer; | |||
} | |||
.footer-top-button:hover { | |||
transform: scale(1.1) !important; | |||
background-color: #e2ff33 !important; | |||
text-decoration: none !important; | |||
} | |||
/* Garante que o container se alinha bem no mobile */ | |||
@media screen and (max-width: 720px) { | |||
#footer-custom-buttons-container { | |||
justify-content: center !important; | |||
margin-top: 15px !important; | |||
} | |||
} | |||
/* 1. Contentor do botão Buy Now (MONARCH) - Alinhado à direita */ | |||
.buy-now-container { | |||
display: flex !important; | |||
justify-content: right !important; | |||
} | |||
/* 2. Estilo do Botão - Base e Centralização */ | |||
.button-buy-now a.external { | |||
display: inline-flex !important; | |||
align-items: center !important; | |||
justify-content: center !important; | |||
background-color: #d1ff00 !important; /* Verde néon */ | |||
color: #000 !important; /* Texto preto */ | |||
/* PADDING IGUAL DOS DOIS LADOS (Essencial para centrar) */ | |||
padding: 7px 25px !important; | |||
border-radius: 50px !important; | |||
font-weight: bold !important; | |||
text-decoration: none !important; | |||
font-size: 1.0em !important; | |||
font-family: "Rubik", sans-serif !important; | |||
box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important; | |||
transition: transform 0.2s ease !important; | |||
/* Remove a seta e o espaço fantasma do MediaWiki */ | |||
background-image: none !important; | |||
margin-right: 0 !important; | |||
text-indent: 0 !important; | |||
letter-spacing: 0 !important; | |||
} | |||
/* 3. Forçar anulação de regras do sistema (mw-parser-output) */ | |||
.mw-parser-output .button-buy-now a.external { | |||
padding-right: 25px !important; /* Força a simetria com a esquerda */ | |||
background-image: none !important; | |||
} | |||
/* 4. Efeito ao passar o rato */ | |||
.button-buy-now a.external:hover { | |||
transform: scale(1.05) !important; | |||
background-color: #e2ff33 !important; | |||
text-decoration: none !important; | |||
} | |||
/* ========================================================================== | |||
RODAPÉ (Footer) - Versão Final Limpa | |||
========================================================================== */ | |||
/* 1. Contentor do Rodapé - Permite que os itens respirem e alinhem */ | |||
#footer-places { | |||
display: flex !important; | |||
width: 100% !important; | |||
align-items: center !important; | |||
flex-wrap: nowrap !important; | |||
padding: 10px 25px !important; | |||
} | |||
/* 2. Links da Esquerda (Privacy, About, etc) */ | |||
#footer-places li { | |||
margin-right: 15px !important; | |||
list-style: none !important; | |||
} | |||
/* 3. NOVO CONTENTOR DOS BOTÕES (Seta + Link) | |||
O "margin-left: auto" é o íman que empurra o grupo para a direita */ | |||
#footer-custom-buttons-container { | |||
display: flex !important; | |||
gap: 12px !important; /* Espaço entre a seta e o botão */ | |||
align-items: center !important; | |||
margin-left: auto !important; | |||
margin-right: 0 !important; | |||
list-style: none !important; | |||
} | |||
/* 4. Estilo Comum para Seta e Botão (Cápsula Verde) */ | |||
.footer-top-button, | |||
.footer-button-atronia-real { | |||
display: inline-flex !important; | |||
align-items: center !important; | |||
justify-content: center !important; | |||
background-color: #d1ff00 !important; | |||
color: #000 !important; | |||
font-weight: bold !important; | |||
text-decoration: none !important; | |||
box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important; | |||
transition: all 0.2s ease-in-out !important; | |||
border-radius: 50px !important; | |||
} | |||
/* 5. Especificações da Seta (Circular) */ | |||
.footer-top-button { | |||
width: 40px !important; | |||
height: 40px !important; | |||
font-size: 18px !important; | |||
} | |||
/* 6. Especificações do Botão do Site */ | |||
.footer-button-atronia-real { | |||
padding: 7px 25px !important; | |||
font-size: 1.0em !important; | |||
font-family: "Rubik", sans-serif !important; | |||
white-space: nowrap !important; | |||
} | |||
/* 7. Hover para os dois */ | |||
.footer-top-button:hover, | |||
.footer-button-atronia-real:hover { | |||
background-color: #e2ff33 !important; | |||
transform: scale(1.05) !important; | |||
text-decoration: none !important; | |||
} | |||
/* 8. Remover ícones de link externo do MediaWiki */ | |||
.footer-button-atronia-real.external, | |||
.footer-button-atronia-real.external:after { | |||
background-image: none !important; | |||
padding-right: 25px !important; /* Mantém igual à esquerda para centrar */ | |||
} | |||
/* --- AJUSTE PARA MOBILE (Ecrãs até 720px) --- */ | |||
@media screen and (max-width: 720px) { | |||
#footer-places { | |||
flex-direction: column !important; | |||
align-items: center !important; | |||
text-align: center !important; | |||
width: auto !important; | |||
} | |||
#footer-places li { | |||
margin-right: 0 !important; | |||
margin-bottom: 10px !important; | |||
} | |||
/* No mobile, os botões ficam centrados em baixo dos textos */ | |||
#footer-custom-buttons-container { | |||
margin-left: 0 !important; | |||
margin-top: 15px !important; | |||
justify-content: center !important; | |||
} | |||
} | |||
/* 1. Destacar o item principal ativo */ | |||
.vector-toc-list-item-active > .vector-toc-link .vector-toc-text { | |||
font-weight: 700 !important; /* Força o negrito máximo */ | |||
color: #000000 !important; /* Cor preta forte para contraste */ | |||
} | |||
/* Remove qualquer preenchimento extra de tags pre ou code que a wiki insira */ | /* Remove qualquer preenchimento extra de tags pre ou code que a wiki insira */ | ||
| Line 25: | Line 390: | ||
} | } | ||
.arrow-icon.rotated { | .arrow-icon.rotated { | ||
transform: rotate(180deg) !important; | |||
} | |||
/* Esta regra garante transição suave mesmo se o MediaWiki interferir */ | |||
.arrow-icon { | |||
transition: transform 0.25s ease-in-out !important; | |||
transform-origin: center center !important; | |||
} | } | ||
Latest revision as of 11:52, 26 May 2026
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:FILL@0..1");
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
/* Contentor do bloco de código */
.mw-highlight, .syntaxhighlight {
position: relative; /* Necessário para o posicionamento do botão */
}
/* Estilo do Botão Copy */
.copy-code-button {
position: absolute;
top: 5px;
right: 5px;
z-index: 100;
padding: 4px 8px;
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
border-radius: 4px;
color: #202122;
font-size: 11px;
font-family: sans-serif;
cursor: pointer;
opacity: 0.8;
}
.copy-code-button:hover {
opacity: 1;
background-color: #ffffff;
border-color: #447ff5;
color: #447ff5;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
/* --- AJUSTES RESPONSIVOS ATRONIA --- */
@media only screen and (max-width: 768px) {
#custom-atronia-footer img[src*="Igus.svg"] {
max-width: 120px !important; /* Ajusta este valor (ex: 100px ou 120px) até gostares */
margin-bottom: 10px;
}
/* 1. Forçar menus a empilhar no mobile */
#custom-atronia-footer div[style*="justify-content: space-between"] {
flex-direction: column !important;
align-items: flex-start !important;
}
/* 2. Grelha de Logos: Passa de 2 colunas para 1 no mobile para não esmagar */
#custom-atronia-footer div[style*="display: grid"] {
grid-template-columns: 1fr !important;
width: 100% !important;
}
/* 3. Logos: Garante que as imagens não saem do ecrã */
#custom-atronia-footer img {
max-width: 100% !important;
height: auto !important;
}
/* 4. Botões Flutuantes: Evitar que tapem os logos no fundo */
#atronia-floating-nav {
bottom: 15px !important;
right: 10px !important;
transform: scale(0.85); /* Ficam ligeiramente menores */
transform-origin: bottom right;
}
/* 5. Scrolling Text: Diminuir um pouco no mobile */
.atronia-scrolling-container {
height: 80px !important;
line-height: 80px !important;
}
}
#back-to-top {
font-family: 'Rubik', sans-serif !important;
font-weight: bold;
}
/* Aplicar a fonte a todo o footer */
#custom-atronia-footer,
#custom-atronia-footer * {
font-family: 'Rubik', sans-serif !important;
}
/* Footer Atronia Website */
/* --- ESTRUTURA BASE --- */
#custom-atronia-footer {
background-color: #121e1c !important;
width: 100% !important;
clear: both !important;
display: block !important;
}
/* Scrolling Text Estilo "Vazado" */
.atronia-scrolling-container {
background-color: #121e1c !important;
overflow: hidden;
white-space: nowrap;
padding: 20px 0;
border-top: 1px solid #ffffff !important;
border-bottom: 1px solid #ffffff !important; /* Separador abaixo do scroll */
}
.atronia-scrolling-content span {
font-family: 'Rubik', sans-serif;
font-size: 50px;
font-weight: bold;
color: transparent !important; /* Mantém o interior vazio */
-webkit-text-stroke: 1.5px #ffffff; /* Branco puro e um pouco mais grosso */
opacity: 1 !important; /* Garante que o contorno não seja translúcido */
padding-right: 50px;
display: inline-block;
letter-spacing: 1px; /* Melhora a leitura em letras vazadas */
}
@keyframes atronia-scroll {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
.atronia-scrolling-content { display: inline-block; animation: atronia-scroll 15s linear infinite; }
/* Esconder elementos nativos */
#footer, .mw-footer, #catlinks { display: none !important; }
/* Forçar underline no hover e limpar estilos nativos da Wiki */
#custom-atronia-footer a {
text-decoration: none !important;
background: none !important; /* Remove blocos de cor que a wiki possa inserir */
transition: text-decoration 0.2s ease;
}
#custom-atronia-footer a:hover {
text-decoration: underline !important;
color: #ffffff !important;
background: none !important;
}
/* Linha de largura total absoluta */
.atronia-full-width-line {
border: 0 !important;
border-top: 1px solid #ffffff !important;
width: 100vw !important;
position: relative !important;
left: 50% !important;
right: 50% !important;
margin-left: -50vw !important;
margin-right: -50vw !important;
}
/* Fim do Footer Atronia Website */
/* Botão de Seta para o Topo */
.footer-top-button {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
background-color: #d1ff00 !important; /* Mesmo verde */
color: #000 !important;
width: 40px !important;
height: 40px !important;
border-radius: 50% !important; /* Circular */
font-weight: bold !important;
font-size: 20px !important;
text-decoration: none !important;
box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
transition: transform 0.2s ease !important;
cursor: pointer;
}
.footer-top-button:hover {
transform: scale(1.1) !important;
background-color: #e2ff33 !important;
text-decoration: none !important;
}
/* Garante que o container se alinha bem no mobile */
@media screen and (max-width: 720px) {
#footer-custom-buttons-container {
justify-content: center !important;
margin-top: 15px !important;
}
}
/* 1. Contentor do botão Buy Now (MONARCH) - Alinhado à direita */
.buy-now-container {
display: flex !important;
justify-content: right !important;
}
/* 2. Estilo do Botão - Base e Centralização */
.button-buy-now a.external {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
background-color: #d1ff00 !important; /* Verde néon */
color: #000 !important; /* Texto preto */
/* PADDING IGUAL DOS DOIS LADOS (Essencial para centrar) */
padding: 7px 25px !important;
border-radius: 50px !important;
font-weight: bold !important;
text-decoration: none !important;
font-size: 1.0em !important;
font-family: "Rubik", sans-serif !important;
box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
transition: transform 0.2s ease !important;
/* Remove a seta e o espaço fantasma do MediaWiki */
background-image: none !important;
margin-right: 0 !important;
text-indent: 0 !important;
letter-spacing: 0 !important;
}
/* 3. Forçar anulação de regras do sistema (mw-parser-output) */
.mw-parser-output .button-buy-now a.external {
padding-right: 25px !important; /* Força a simetria com a esquerda */
background-image: none !important;
}
/* 4. Efeito ao passar o rato */
.button-buy-now a.external:hover {
transform: scale(1.05) !important;
background-color: #e2ff33 !important;
text-decoration: none !important;
}
/* ==========================================================================
RODAPÉ (Footer) - Versão Final Limpa
========================================================================== */
/* 1. Contentor do Rodapé - Permite que os itens respirem e alinhem */
#footer-places {
display: flex !important;
width: 100% !important;
align-items: center !important;
flex-wrap: nowrap !important;
padding: 10px 25px !important;
}
/* 2. Links da Esquerda (Privacy, About, etc) */
#footer-places li {
margin-right: 15px !important;
list-style: none !important;
}
/* 3. NOVO CONTENTOR DOS BOTÕES (Seta + Link)
O "margin-left: auto" é o íman que empurra o grupo para a direita */
#footer-custom-buttons-container {
display: flex !important;
gap: 12px !important; /* Espaço entre a seta e o botão */
align-items: center !important;
margin-left: auto !important;
margin-right: 0 !important;
list-style: none !important;
}
/* 4. Estilo Comum para Seta e Botão (Cápsula Verde) */
.footer-top-button,
.footer-button-atronia-real {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
background-color: #d1ff00 !important;
color: #000 !important;
font-weight: bold !important;
text-decoration: none !important;
box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
transition: all 0.2s ease-in-out !important;
border-radius: 50px !important;
}
/* 5. Especificações da Seta (Circular) */
.footer-top-button {
width: 40px !important;
height: 40px !important;
font-size: 18px !important;
}
/* 6. Especificações do Botão do Site */
.footer-button-atronia-real {
padding: 7px 25px !important;
font-size: 1.0em !important;
font-family: "Rubik", sans-serif !important;
white-space: nowrap !important;
}
/* 7. Hover para os dois */
.footer-top-button:hover,
.footer-button-atronia-real:hover {
background-color: #e2ff33 !important;
transform: scale(1.05) !important;
text-decoration: none !important;
}
/* 8. Remover ícones de link externo do MediaWiki */
.footer-button-atronia-real.external,
.footer-button-atronia-real.external:after {
background-image: none !important;
padding-right: 25px !important; /* Mantém igual à esquerda para centrar */
}
/* --- AJUSTE PARA MOBILE (Ecrãs até 720px) --- */
@media screen and (max-width: 720px) {
#footer-places {
flex-direction: column !important;
align-items: center !important;
text-align: center !important;
width: auto !important;
}
#footer-places li {
margin-right: 0 !important;
margin-bottom: 10px !important;
}
/* No mobile, os botões ficam centrados em baixo dos textos */
#footer-custom-buttons-container {
margin-left: 0 !important;
margin-top: 15px !important;
justify-content: center !important;
}
}
/* 1. Destacar o item principal ativo */
.vector-toc-list-item-active > .vector-toc-link .vector-toc-text {
font-weight: 700 !important; /* Força o negrito máximo */
color: #000000 !important; /* Cor preta forte para contraste */
}
/* Remove qualquer preenchimento extra de tags pre ou code que a wiki insira */
.variations-toggle pre,
.variations-toggle code {
display: contents !important;
background: none !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
}
.arrow-icon {
display: inline-flex; /* important */
align-items: center; /* vertical centering */
justify-content: center;
width: 24px; /* lock size */
height: 24px;
line-height: 1; /* remove font baseline weirdness */
transition: transform 0.25s ease;
}
.arrow-icon.rotated {
transform: rotate(180deg) !important;
}
/* Esta regra garante transição suave mesmo se o MediaWiki interferir */
.arrow-icon {
transition: transform 0.25s ease-in-out !important;
transform-origin: center center !important;
}
.variations-list > pre,
.variations-toggle > pre {
display: flex;
flex-direction: column;
padding-top: 0;
}
.mw-highlight > pre {
margin: 1em 0;
padding: 12px 16px;
background-color: #f6f6f6; /* restore */
border: 1px solid #ddd;
border-radius: 6px;
overflow-x: auto;
white-space: pre;
font-family: "Roboto Mono", monospace;
font-size: 13px;
line-height: 1.5;
display: block; /* IMPORTANT */
}
pre {
margin: 0;
padding: 0;
padding-top: 1rem;
background-color: transparent;
border: transparent;
display: flex;
justify-content: space-around;
}
/* Limpeza profunda do collapsible na grelha de produtos */
.product-item .mw-collapsible {
background: transparent !important;
border: none !important;
width: 100% !important;
}
.product-item .mw-collapsible-content {
background: transparent !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
}
/* Remove o ícone padrão de "seta" ou [Expandir] que o MediaWiki cria */
.product-item .mw-collapsible-toggle {
float: none !important;
background: transparent !important;
border: none !important;
padding: 0 !important;
}
/* Esconde o link automático de texto que o MediaWiki pode injetar */
.product-item .mw-collapsible-toggle-default {
display: none !important;
}
.vector-dropdown-checkbox {
background-color: red !important;
color: red !important;
}
.products-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 30px;
margin-top: 20px;
}
.product-item {
text-align: center;
}
.product-image {
display: block;
margin: 0 auto 10px;
}
.product-title {
font-weight: 600;
margin-top: 6px;
}
.product-subtitle {
font-size: 14px;
color: #666;
}
.product-item strong {
display: block;
}
.product-subtitle {
display: block;
}
/* Garante que o título do Datasheet e outros itens mantenham a consistência */
.vector-toc-link .vector-toc-text {
font-weight: normal !important;
}
/* Botão Técnico Atlas - Cores Customizadas */
.mw-parser-output .atlas-btn {
display: inline-block !important;
padding: 10px 22px !important;
background-color: #1b2826 !important; /* Cor base escura */
border: 1px solid #1b2826 !important;
border-radius: 4px !important;
transition: all 0.25s ease !important;
cursor: pointer !important;
text-align: center !important;
border-bottom: 1px solid #1b2826 !important; /* Remove qualquer traço de link */
}
/* Link dentro do botão - Forçar branco em todos os estados*/
.mw-parser-output .atlas-btn a,
.mw-parser-output .atlas-btn a:link,
.mw-parser-output .atlas-btn a:visited,
.mw-parser-output .atlas-btn a:hover,
.mw-parser-output .atlas-btn a:active {
color: #ffffff !important;
text-decoration: none !important;
border-bottom: none !important;
font-weight: bold !important;
font-size: 0.95em !important;
}
/* Efeito Hover: Versão levemente mais clara */
.mw-parser-output .atlas-btn:hover {
background-color: #3e524f !important; /* Tom mais claro */
border-color: #2a3b38 !important;
text-decoration: none !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important; /* Sombra leve para profundidade */
}
/* Garante que o link não mude de cor ou sublinhe no hover */
.mw-parser-output .atlas-btn a:hover {
text-decoration: none !important;
color: #ffffff !important;
}
/* Forçar a fonte Rubik no título principal */
#firstHeading {
font-family: "Rubik", sans-serif !important;
font-weight: 600 !important;
color: #202122 !important;
letter-spacing: -0.01em !important;
/* Removemos a nossa borda manual para usar apenas a da Wiki */
border-bottom: none !important;
margin-bottom: 0 !important;
padding-bottom: 5px !important;
}
/* Garante que o breadcrumb (< SENSBLUE ATLAS) também use a Rubik */
#contentSub,
#contentSub2 {
font-family: "Rubik", sans-serif !important;
font-size: 0.85em !important;
color: #54595d !important;
margin-top: 5px !important;
}
pre {
font-family: "Roboto", sans-serif !important;
}