MediaWiki:Common.css
Ir para navegação
Ir para pesquisar
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)
- Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
- Opera: Pressione Ctrl-F5.
/** o código CSS colocado aqui será aplicado a todos os temas */ .botaosimples { border: 2px solid white; padding: 10px; width: 150px; height: 120px; box-shadow:0 0 .5em #999; border-radius:10px; background-color: rgba(75, 172, 198, 0.9); margin: auto; text-align: center; position: relative; } .botao { width: 200px; height: 120px; box-shadow:0 0 .5em #999; border-radius:10px; background-image: linear-gradient(to right, rgba(62, 93, 155, 0.9), rgba(62, 93, 155, 0.3)); margin: auto; text-align: center; position: relative; } .listabotao { display: flex; width: 800px; height: 200px; margin: auto; } .listabotao4 { display: flex; width: 1000px; height: 150px; margin: auto; } .listabotao3 { display: flex; width: 780px; height: 150px; margin: auto; } .listabotao2 { display: flex; width: 560px; height: 150px; margin: auto; } .botao p{ margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: black; font-weight: bold; font-size: 18px; font-family: Georgia, Times, serif; }