AVEA Moodle (3.11 ou inferior): mudanças entre as edições
(Criou página com 'Em construção') |
Sem resumo de edição |
||
Linha 1: | Linha 1: | ||
Em construção | Em construção | ||
{{#css: | |||
.card { | |||
flex: 0 0 32%; padding: 6px; position: relative; width: 100%; | |||
} | |||
.card-inner{ | |||
font-weight: 400; border: 0; background-color: #4285f4 !important; text-align: center !important; position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-clip: border-box; border-radius: 0.40rem; min-height: 200px; | |||
} | |||
.card-adjust{ | |||
border-radius: 0 !important; flex: 1 1 auto; min-height: 1px; padding: 0.5rem 0.5rem 0.5rem 0.5rem; | |||
} | |||
.h3-font{ | |||
color:#FFF; text-transform: uppercase !important; padding-bottom: 0.2rem !important; padding-top:0px; border-bottom: 1px solid rgba(0, 0, 0, 0.125); | |||
} | |||
.h3-font a{ | |||
color:#FFF; text-transform: uppercase !important; padding-bottom: 0.2rem !important; padding-top:0px; border-bottom: 1px solid rgba(0, 0, 0, 0.125) cursor: pointer; text-decoration: none; | |||
} | |||
.h3-font a:visited{ | |||
color:#FFF; text-transform: uppercase !important; padding-bottom: 0.2rem !important; padding-top:0px; border-bottom: 1px solid rgba(0, 0, 0, 0.125) cursor: pointer; text-decoration: none; | |||
} | |||
.p-font{ | |||
color: #FFF; margin-bottom: 0 !important; font-size: 16px; line-height:1.6; text-decoration: none; | |||
} | |||
.p-font a{ | |||
color: #FFF; margin-bottom: 0 !important; font-size: 16px; line-height:1.6; text-decoration: none; cursor: pointer; | |||
} | |||
.p-font a:visited{ | |||
color: #FFF; margin-bottom: 0 !important; font-size: 16px; line-height:1.6; text-decoration: none; cursor: pointer; | |||
} | |||
.mw-body h2{ | |||
margin-top: 0px; | |||
} | |||
@media (max-width: 1440px){ | |||
.card{ | |||
margin-bottom: 1.3rem !important; flex: 0 0 31%; padding-left: 10px; padding-right: 10px; position: relative; width: 100%; | |||
} | |||
.p-font{ | |||
color: #FFF; margin-bottom: 0 !important; font-size: 15px; line-height:1.6; text-decoration: none; | |||
} | |||
.p-font a{ | |||
color: #FFF; margin-bottom: 0 !important; font-size: 15px; line-height:1.6; text-decoration: none; cursor: pointer; | |||
} | |||
} | |||
@media (max-width: 1097px){ | |||
.card{ | |||
margin-bottom: 1.3rem !important; flex: 0 0 47%; padding-left: 10px; padding-right: 10px; position: relative; width: 100%; | |||
} | |||
.p-font{ | |||
color: #FFF; margin-bottom: 0 !important; font-size: 15px; line-height:1.6; text-decoration: none; | |||
} | |||
.p-font a{ | |||
color: #FFF; margin-bottom: 0 !important; font-size: 15px; line-height:1.6; text-decoration: none; cursor: pointer; | |||
} | |||
} | |||
@media (max-width: 874px){ | |||
.card{ | |||
margin-bottom: 1.3rem !important; flex: 0 0 90%; padding-left: 10px; padding-right: 10px; position: relative; width: 100%; | |||
} | |||
.p-font{ | |||
color: #FFF; margin-bottom: 0 !important; font-size: 15px; line-height:1.6; text-decoration: none; | |||
} | |||
.p-font a{ | |||
color: #FFF; margin-bottom: 0 !important; font-size: 15px; line-height:1.6; text-decoration: none; cursor: pointer; | |||
} | |||
} | |||
}} |
Edição das 10h53min de 11 de maio de 2023
Em construção