Mudanças entre as edições de "MediaWiki:Common.css"
De WikiFlu | Tudo sobre o Fluminense Football Club
(9 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 6: | Linha 6: | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
padding: 1em; | padding: 1em; | ||
width: | width: 300px; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
Linha 22: | Linha 22: | ||
text-align: center; | text-align: center; | ||
background-color: #ffff00; | 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; | |||
} | } |
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; }