De Povos Indígenas no Brasil
| Linha 55: | Linha 55: | ||
float: left; | float: left; | ||
} | } | ||
| − | |||
.thumbnail > img, .thumbnail a > img { | .thumbnail > img, .thumbnail a > img { | ||
min-height: 320px; | min-height: 320px; | ||
max-height: 320px; | max-height: 320px; | ||
| + | } | ||
} | } | ||
Edição das 17h13min de 8 de março de 2018
/** o código CSS colocado aqui será aplicado a todos os temas */
.margem-left {
margin-left: 10px;
}
.margem-right {
margin-right: 10px;
}
.mw-body-content blockquote p {
font-family: 'Ubuntu','Helvetica',Arial,Verdana,Helvetica,sans-serif;
color: #252525;
clear: none;
}
.mw-body-content blockquote small {
font-style: normal;
}
.navbox ul {
font-size: 19px;
font-family: Ubuntu, Arial, sans-serif;
max-width: 700px;
}
.navbox ul > li {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
}
/* Predefinição Info-link */
.mw-body-content .list-group {
width: 100%;
padding: 5px;
}
.thumbnail > img, .thumbnail a > img {
min-height: 245px;
object-position: top;
object-fit: cover;
width: 100%;
max-height: 245px;
}
@media (min-width: 768px) {
.mw-body-content .list-group {
margin: 5px 10px 5px 10px;
}
.mw-body-content .list-group-item {
margin: 5px;
width: 45%;
float: left;
}
.thumbnail > img, .thumbnail a > img {
min-height: 320px;
max-height: 320px;
}
}
@media (min-width: 992px) {
.mw-body-content .list-group-left {
width: 340px;
float: left;
}
.mw-body-content .list-group-left .list-group-item {
width: 100%;
float: none;
}
}
/* Data de modificação no menu */
#data-publicacao p {
font-family: 'Ubuntu', 'Helvetica', Arial, Verdana, Helvetica, sans-serif;
color: #8a8a8a;
}
.isotope-container .element {
float: none !important;
}
/* estilo da seta do acordion */
.mw-headline-toggle {
font-size: 14px;
top: -3px;
}
/* ajustes no menu superior */
.navbar-header li {
display: inline-block;
}
/* Ajustes de titulos */
.mw-body-content h2 {
font-size: 27px;
}
@media (min-width: 768px) {
.mw-body-content h2 {
font-size: 29px;
}
}