MediaWiki:Common.css
De CIGAM WIKI
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 */
.search {
width: 100%;
height: 30px;
display: inline-flex;
justify-content: left;
}
#bingSearchInput {
width: 80%;
height: 30px;
margin-right: 10px;
color: black;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid;
}
#bingSearchButton {
background-color: #FF6600;
height: 30px;
width: 100px;
font-weight: bold;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid;
color: white;
}
#bingPrincipalSearchInput {
width: 80%;
height: 30px;
margin-right: 10px;
color: black;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid;
}
#bingPrincipalSearchButton {
background-color: #FF6600;
height: 30px;
width: 100px;
font-weight: bold;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid;
color: white;
}
#bingPrincipalChatInput {
width: 80%;
height: 30px;
margin-right: 10px;
color: black;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid;
}
#bingPrincipalChatInput {
width: 80%;
height: 30px;
margin-right: 10px;
color: black;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid;
}
#bingPrincipalChatButton {
background-color: #FF6600;
height: 30px;
width: 100px;
font-weight: bold;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid;
color: white;
}
/* Botão Expandir/Recolher */
.mw-collapsible-toggle {
background-color: #c8d8e8;
color: #000033;
padding: 1px 6px;
border-radius: 3px;
}
.mw-collapsible-toggle:hover {
background-color: #2a3f5f;
color: #ffffff;
}
/* Tabelas de botões/imagens - remover espaçamento extra MW 1.45 */
.mw-parser-output table td figure {
margin: 0 !important;
}
.mw-parser-output table td .mw-file-element {
display: block;
}
