MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
Linha 54: | Linha 54: | ||
.botao p{ | .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; | |||
} | |||
.botao2 { | |||
width: 200px; | |||
height: 120px; | |||
box-shadow:0 0 .5em #999; | |||
border-radius:10px; | |||
background-image: linear-gradient(to right, rgba(70, 119, 66, 0.9), rgba(70, 119, 66, 0.3)); | |||
margin: auto; | |||
text-align: center; | |||
position: relative; | |||
} | |||
.botao2 p{ | |||
margin: 0; | margin: 0; | ||
position: absolute; | position: absolute; |
Edição das 12h49min de 25 de julho de 2022
/** 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; } .botao2 { width: 200px; height: 120px; box-shadow:0 0 .5em #999; border-radius:10px; background-image: linear-gradient(to right, rgba(70, 119, 66, 0.9), rgba(70, 119, 66, 0.3)); margin: auto; text-align: center; position: relative; } .botao2 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; }