Mudanças entre as edições de "MediaWiki:Common.css"

De WikiFlu | Tudo sobre o Fluminense Football Club
Linha 35: Linha 35:
.tools-inline li.selected {
.tools-inline li.selected {
border-bottom-color: #b32424;
border-bottom-color: #b32424;
}
a#p-banner::before {
    content: ' ';
    height: 30px;
    width: 165px;
    display: block;
    position: absolute;
    background: url(https://wikiflu.netflu.com.br/resources/assets/wiki.png) center no-repeat;
}
#p-logo-text a {
    color: transparent;
}
}

Edição das 10h44min de 31 de agosto de 2021

/** o código CSS colocado aqui será aplicado a todos os temas */
.infobox {
background-color: #f7f7f7;
border: 1px solid #000000;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 300px;
}      
.infobox-title {
border: 1px solid #000000;
font-size: 1.5em;
text-align: center;
background-color: #ff0000;
}
.infobox-subtitle {
font-size: 1em;
text-align: center;
background-color: #fff00;
}
.infobox-image {
text-align: center;
background-color: #ffff00;
}
.mw-wiki-logo {
background-image: url(https://wikiflu.netflu.com.br/resources/assets/wiki.png);
}
#p-logo { display: none; }
.color-middle {
background: initial;
}
.mw-body h1.firstHeading {
border-color: #b32424;
}
.tools-inline li.selected {
border-bottom-color: #b32424;
}
a#p-banner::before {
    content: ' ';
    height: 30px;
    width: 165px;
    display: block;
    position: absolute;
    background: url(https://wikiflu.netflu.com.br/resources/assets/wiki.png) center no-repeat;
}
#p-logo-text a {
    color: transparent;
}