Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 83: Line 83:


.atronia-scrolling-content span {
.atronia-scrolling-content span {
     font-family: 'Rubik', sans-serif; /* Garante que usa a Rubik também aqui */
     font-family: 'Rubik', sans-serif;
     font-size: 50px;
     font-size: 50px;
     font-weight: bold;
     font-weight: bold;
     color: #ffffff !important; /* Texto preenchido a branco */
     color: transparent !important; /* Mantém o interior vazio */
     -webkit-text-stroke: 1px #ffffff; /* Contorno também a branco puro */
     -webkit-text-stroke: 1.5px #ffffff; /* Branco puro e um pouco mais grosso */
     opacity: 1 !important; /* Garante opacidade total */
     opacity: 1 !important; /* Garante que o contorno não seja translúcido */
     padding-right: 50px;
     padding-right: 50px;
     display: inline-block;
     display: inline-block;
    letter-spacing: 1px; /* Melhora a leitura em letras vazadas */
}
}