Sem resumo de edição |
Sem resumo de edição |
||
(20 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 11: | Linha 11: | ||
/* GLOBAL */ | /* GLOBAL */ | ||
img.mw-logo-icon { | |||
height: 50px !important; | |||
width: auto !important; | |||
max-width: 100% !important; | |||
} | |||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
font-family: 'Gemunu Libre', sans-serif !important; | font-family: 'Gemunu Libre', sans-serif !important; | ||
color: #4a218f; | |||
font-weight: 800; | font-weight: 800; | ||
font-size: 2em; | |||
} | } | ||
Linha 23: | Linha 28: | ||
font-family: 'Gemunu Libre', sans-serif !important; | font-family: 'Gemunu Libre', sans-serif !important; | ||
font-weight: 700!important; | font-weight: 700!important; | ||
} | |||
.cdx-text-input__input { | |||
border-radius: 20px 0px 0px 20px; | |||
} | |||
.cdx-search-input { | |||
border-radius: 20px; | |||
} | |||
.cdx-search-input__end-button.cdx-button { | |||
border-radius: 0px 20px 20px 0px; | |||
} | } | ||
/* FIM GLOBAL */ | /* FIM GLOBAL */ | ||
Linha 64: | Linha 81: | ||
text-align: center; | text-align: center; | ||
padding: 20px 0px; | padding: 20px 0px; | ||
} | |||
.software-infobox .logo .mw-file-element { | |||
max-width: 200px!important; | |||
max-height: 100px!important; | |||
height: auto; | |||
width: auto; | |||
display: block; | |||
margin: 0 auto; | |||
} | } | ||