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

De WikiFlu | Tudo sobre o Fluminense Football Club
 
(Uma revisão intermediária pelo mesmo usuário não está sendo mostrada)
Linha 42: Linha 42:
     display: block;
     display: block;
     position: absolute;
     position: absolute;
     background: url(https://wikiflu.netflu.com.br/resources/assets/wiki.png) center no-repeat;
     background: url(https://wikiflu.netflu.com.br/resources/assets/nf_logo.svg) center no-repeat;
    background-size: contain;
}
}
#p-logo-text a {
#p-logo-text a {
     color: transparent;
     color: transparent;
}
}

Edição atual tal como às 11h08min de 9 de setembro 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: 120px;
    display: block;
    position: absolute;
    background: url(https://wikiflu.netflu.com.br/resources/assets/nf_logo.svg) center no-repeat;
    background-size: contain;
}
#p-logo-text a {
    color: transparent;
}