Sem resumo de edição |
Sem resumo de edição |
||
(58 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 5: | Linha 5: | ||
--color-primary: #602CB9; | --color-primary: #602CB9; | ||
--color-primary-dark: #120B28; | --color-primary-dark: #120B28; | ||
--color-primary-light: #E8E6F4; | |||
--color-primary-highlight: 6339D8; | |||
} | } | ||
/* GLOBAL */ | /* GLOBAL */ | ||
img.mw-logo-icon { | |||
height: 50px !important; | |||
width: auto !important; | |||
max-width: 100% !important; | |||
} | } | ||
.mw-logo-wordmark { | |||
font-family: 'Gemunu Libre', sans-serif !important; | |||
color: #4a218f; | |||
font-weight: 800; | |||
font-size: 2em; | |||
} | |||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
Linha 23: | Linha 30: | ||
} | } | ||
.cdx-text-input__input { | |||
border-radius: 20px 0px 0px 20px; | |||
. | |||
} | } | ||
.cdx-search-input { | |||
border-radius: 20px; | border-radius: 20px; | ||
} | } | ||
. | .cdx-search-input__end-button.cdx-button { | ||
border-radius: | border-radius: 0px 20px 20px 0px; | ||
} | } | ||
/* FIM | /* FIM GLOBAL */ | ||
/* SOFTWARE INFOBOX */ | /* SOFTWARE INFOBOX */ | ||
Linha 157: | 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; | |||
} | } | ||
Linha 189: | Linha 122: | ||
font-size: 12px; | font-size: 12px; | ||
font-style: italic; | font-style: italic; | ||
} | |||
/* FIM SOFTWARE INFOBOX */ | |||
/* GRID CATEGORIAS */ | |||
#categories-list { | |||
list-style: none; | |||
display: grid; | |||
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); | |||
gap: 0.5em; | |||
padding: 0; | |||
margin: 0; | |||
} | } | ||
/* | #categories-list li { | ||
background: var(--color-primary-light); | |||
padding: 0.5em; | |||
border-radius: 6px; | |||
text-align: center; | |||
box-shadow: 0 2px 4px rgba(0,0,0,0.05); | |||
} | |||
#categories-list a { | |||
color: #333; | |||
text-decoration: none; | |||
font-weight: 500; | |||
display: block; | |||
} | |||
#categories-list li:hover { | |||
box-shadow: 0 4px 8px rgba(0,0,0,0.05); | |||
background: var(--color-primary); | |||
} | |||
#categories-list li:hover a{ | |||
color: #fff; | |||
} | |||
/* GRID CATEGORIAS */ |