Mudanças entre as edições de "MediaWiki: Common.css"
De WikiAjuda
Linha 12: | Linha 12: | ||
.newsection img { | .newsection img { | ||
visibility: hidden; | visibility: hidden; | ||
+ | } | ||
+ | |||
+ | .steps-item { | ||
+ | display: flex; | ||
+ | align-items: flex-start; | ||
+ | margin-bottom: 1em; | ||
+ | background: #dedede; | ||
+ | border-top-left-radius: 10px; | ||
+ | border-bottom-left-radius: 10px; | ||
+ | } | ||
+ | |||
+ | .steps-item > div { | ||
+ | flex: 0 min-content; | ||
+ | padding: .5em 1em; | ||
+ | } | ||
+ | |||
+ | .steps-item-number { | ||
+ | color: #444; | ||
+ | font-weight: bold; | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | |||
+ | .steps-item-text { | ||
+ | flex-grow: 1 !important; | ||
+ | border-top: 1px solid #dedede; | ||
+ | background: #fff; | ||
} | } |
Edição das 18h43min de 17 de junho de 2019
/** o código CSS colocado aqui será aplicado a todos os temas */
.form-control.select2-container .select2-choices {
border: 1px solid #aaa !important;
}
.img-mobile.center-block {
max-width: 380px;
height: auto;
}
.newsection img {
visibility: hidden;
}
.steps-item {
display: flex;
align-items: flex-start;
margin-bottom: 1em;
background: #dedede;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.steps-item > div {
flex: 0 min-content;
padding: .5em 1em;
}
.steps-item-number {
color: #444;
font-weight: bold;
font-size: 100%;
}
.steps-item-text {
flex-grow: 1 !important;
border-top: 1px solid #dedede;
background: #fff;
}