MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 37: | Line 37: | ||
} | } | ||
/* Estilo do Botão | /* Container do Rodapé */ | ||
#footer-places { | |||
display: flex !important; | |||
width: 100% !important; /* Ocupa a largura total */ | |||
align-items: center !important; | |||
flex-wrap: nowrap !important; /* Mantém tudo na mesma linha no PC */ | |||
} | |||
/* Garante que os links da esquerda fiquem juntos */ | |||
#footer-places li { | |||
margin-right: 15px; | |||
} | |||
/* Alvo específico para o teu botão customizado */ | |||
#footer-custom-button { | |||
margin-left: auto !important; /* O TRUQUE: Empurra o botão totalmente para a direita */ | |||
list-style: none !important; | |||
} | |||
/* Estilo Final do Botão */ | |||
.footer-button-atronia-real { | .footer-button-atronia-real { | ||
display: inline-block !important; | display: inline-block !important; | ||
background-color: #d1ff00 !important; | background-color: #d1ff00 !important; | ||
color: #000 !important; | color: #000 !important; | ||
padding: | padding: 6px 18px !important; | ||
border-radius: 50px !important; | border-radius: 50px !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
font-size: 0.85em !important; | |||
white-space: nowrap !important; /* Impede o texto de quebrar */ | |||
box-shadow: 0 2px 4px rgba(0,0,0,0.1); | |||
box-shadow: 0 2px 4px rgba(0,0,0,0. | |||
} | } | ||
/* Remove a | /* Remove a seta de link externo */ | ||
.footer-button-atronia-real.external { | .footer-button-atronia-real.external { | ||
background-image: none !important; | background-image: none !important; | ||
padding-right: | padding-right: 18px !important; | ||
} | } | ||