Videoaulas sobre o Moodle (4.1 ou superior): mudanças entre as edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 6: | Linha 6: | ||
== As atividades no Moodle == | == As atividades no Moodle == | ||
{{#css: | |||
.card { | |||
margin-bottom: 1.3rem !important; padding-left: 10px; padding-right: 10px; position: relative; width: 31%; margin-top: 10px; float: left; | |||
} | |||
.mw-content-ltr ul { | |||
margin: 0; | |||
} | |||
li.item { | |||
position: relative; | |||
display: block; | |||
padding: 0.30rem 0.60rem; | |||
background-color: #fff; | |||
border: 1px solid rgba(0, 0, 0, 0.25); | |||
border-top-width: 0; | |||
margin-bottom: 0px; | |||
} | |||
li.first { | |||
background: #123856; | |||
color: #FFF; | |||
text-transform: uppercase !important; | |||
font-weight: 600; | |||
} | |||
li.child { | |||
padding-left: 1.25rem; | |||
} | |||
li.item:first-child { | |||
border: 1px solid rgba(0, 0, 0, 0.125); | |||
border-top-left-radius: .125rem; | |||
border-top-right-radius: .125rem; | |||
} | |||
li.item:last-child { | |||
border-bottom-left-radius: .125rem; | |||
border-bottom-right-radius: .125rem; | |||
} | |||
li.item a{ | |||
cursor: pointer; | |||
} | |||
@media (max-width: 1240px){ | |||
.card{ | |||
margin-bottom: 1.3rem !important; flex: 0 0 31%; padding-left: 10px; padding-right: 10px; position: relative; width: 100%; | |||
} | |||
} | |||
@media (max-width: 1097px){ | |||
.card{ | |||
margin-bottom: 1.3rem !important; flex: 0 0 47%; padding-left: 10px; padding-right: 10px; position: relative; width: 100%; | |||
} | |||
} | |||
@media (max-width: 874px){ | |||
.card{ | |||
margin-bottom: 1.3rem !important; flex: 0 0 90%; padding-left: 10px; padding-right: 10px; position: relative; width: 100%; | |||
} | |||
} | |||
}} | |||
{{#css: | |||
p:nth-child(2):not(p-font) { | |||
display: none; | |||
} | |||
}} | |||
__TOC__ |