De Povos Indígenas no Brasil
| Linha 136: | Linha 136: | ||
width: 100%; | width: 100%; | ||
color: #fff; | color: #fff; | ||
| + | } | ||
| + | |||
| + | |||
| + | /* Zerando uma margem errada no drop down Quem somos */ | ||
| + | #ferramentas-top-menu ul { | ||
| + | margin-left: 0; | ||
} | } | ||
Edição das 12h54min de 4 de abril 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;
}
}
/* Disclaimer do rodapé */
#creditos {
max-width: 900px;
margin: auto;
}
#creditos a {
color: white;
}
/* correção nas listas numeradas */
.mw-body-content ol li {
list-style-image: none;
}
/* correção nas imagens em telas pequenas */
@media (max-width: 360px) {
.img-thumbnail {
max-width: 100%;
}
}
/* Ajuste de cor e fundo para nome dos povos na ficha */
#imagem-povo h1 {
background: linear-gradient(to bottom,rgba(255,0,0,0) 15%,rgba(34, 34, 34, 0.52));
width: 100%;
color: #fff;
}
/* Zerando uma margem errada no drop down Quem somos */
#ferramentas-top-menu ul {
margin-left: 0;
}