MediaWiki:Timeless.css: mudanças entre as edições
De SupraWiki
Sem resumo de edição Etiqueta: Revertido |
Sem resumo de edição Etiqueta: Revertido |
||
| Linha 22: | Linha 22: | ||
display: none; | display: none; | ||
} | } | ||
#p-logo-text a.mw-wiki-title { | #p-logo-text a.mw-wiki-title { | ||
color: transparent; | color: transparent; | ||
display: none; | display: none; | ||
background: url( | background: url(/resources/assets/suprawiki3.png); | ||
background-size: 135px; | background-size: 135px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center; | background-position: center; | ||
} | } | ||
Edição das 20h02min de 1 de junho de 2023
/* Todo o CSS colocado aqui será carregado para os usuários do tema Timeless */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.color-middle {
background: #7c7c7c !important;
}
.color-right {
background: #b32424 !important;
}
.mw-body h1.firstHeading {
border-color: #b32424 !important;
}
.mw-wiki-logo.timeless-logo {
display: none;
}
#p-logo-text a.mw-wiki-title {
color: transparent;
display: none;
background: url(/resources/assets/suprawiki3.png);
background-size: 135px;
background-repeat: no-repeat;
background-position: center;
}
