MediaWiki:Common.css
De Literacia da Memória
Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
- Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
- Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
- Opera: Pressione Ctrl-F5.
/** o código CSS colocado aqui será aplicado a todos os temas */
#mw-page-header-links, #site-tools {display:none}
.infobox-bio {
float: right;
width: 300px;
margin: 0.5em 0 1em 1.5em;
background: #f8f9fa;
border: 1px solid #a2a9b1;
font-size: 90%;
border-collapse: collapse;
}
.infobox-bio th,
.infobox-bio td {
padding: 0.3em;
vertical-align: top;
border: 0;
}
.infobox-bio-img img {
width: 250px;
height: auto;
max-width: 100%;
}
@media (max-width: 720px) {
.infobox-bio {
width: 220px;
margin: 0.5em 0 1em 1em;
font-size: 85%;
}
.infobox-bio-img img {
width: 180px;
}
}
.caixa-ia {
width: 100%;
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
padding: 0.6em;
margin-top: 1em !important; /* espaço acima */
}
.caixa-erro-final {
width: 100%;
margin: 1.5em 0;
border: 1px solid #a2a9b1;
border-left: 6px solid #f28500; /* destaque lateral */
background-color: #f8f9fa;
border-collapse: collapse;
font-size: 95%;
}
.caixa-erro-final td {
padding: 8px 12px;
vertical-align: middle;
border: 0;
}
.caixa-erro-final td:first-child {
width: 40px;
text-align: center;
font-size: 1.2em;
}
.caixa-erro-final b,
.caixa-erro-final strong {
font-weight: 600;
}
.caixa-erro-final a {
color: #0645ad;
text-decoration: none;
}
.caixa-erro-final a:hover {
text-decoration: underline;
}
{| class="responsive-cards" style="width:100%;"
|-
|
{| class="card-gray" |
|-
! ⚙ Set up and run MediaWiki
|-
|
* [[Download]] and install
* Configuration guide
* Extensions
* Troubleshooting
|}
|
{| class="card-gray" |
|-
! ✏ Edit and use MediaWiki
|-
|
* Learn navigation
* Learn editing
* Formatting
* Add images
|}
|
{| class="card-gray" |
|-
! </> Develop and extend code
|-
|
* Developer documentation
* API
* Git repository
|}
|}