MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 85: | Line 85: | ||
/* AUMENTA ESTES VALORES: */ | /* AUMENTA ESTES VALORES: */ | ||
padding: 7px 25px !important; /* Mais largo e alto */ | padding: 7px 25px !important; /* Mais largo e alto */ | ||
font-size: 1. | font-size: 1.0em !important; /* Texto maior */ | ||
border-radius: 50px !important; | border-radius: 50px !important; | ||
| Line 93: | Line 93: | ||
box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important; /* Sombra mais visível */ | box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important; /* Sombra mais visível */ | ||
transition: all 0.2s ease-in-out !important; | transition: all 0.2s ease-in-out !important; | ||
font-family: sans-serif !important; | font-family: "Rubik", sans-serif !important; | ||
} | } | ||