Mudanças entre as edições de "MediaWiki: Common.css"

De WikiAjuda
Ir para: navegação, pesquisa
(Página substituída por '* o código CSS colocado aqui será aplicado a todos os temas: ')
Linha 1: Linha 1:
 
/** o código CSS colocado aqui será aplicado a todos os temas */
 
/** o código CSS colocado aqui será aplicado a todos os temas */
 
/* Images */
 
.image img {
 
    width: 100%;
 
    height:auto;
 
}
 
.image {
 
    padding: 1em;
 
    margin: 1em 0;
 
    background: gainsboro;
 
}
 
.image p {
 
    margin-top:.8em;
 
    padding-left:1em;
 
    font-style: italic;
 
    color: #666;
 
}
 
 
/* Sections */
 
.mw-collapsible-toggle {
 
    margin-top: -2.5em
 
}
 
div.newsection.jumbotron h2 {
 
  font-size: 64px !important;
 
}
 
div.newsection.jumbotron div {
 
  font-size: 24px !important;
 
}
 
div.newsection.alert h2 {
 
  background: none !important;
 
}
 
.visualClear {
 
  float:none;
 
  clear:both;
 
}
 
 
/* Forms */
 
#pfForm .select2-container-multi .select2-choices {
 
    min-height: 60px;
 
}
 
#pfForm select,
 
#pfForm input[type="checkbox"] {
 
    width:100% !important; 
 
}
 
.input-group {
 
    padding: .5em 0;
 
}
 
.input-group .form-control {
 
    margin-left: -4px !important;
 
}
 
.input-group-addon {
 
    min-width:110px;
 
}
 
label.radioButtonItem {
 
    padding: 0 16px !important;
 
    border: 0;
 
    box-shadow: none;
 
    width: 100%;
 
    margin-top: -5px;
 
    background: transparent;
 
}
 
.wikiEditor-ui {
 
    background-color: #eee;
 
    border: 1px solid #bdbdbd;
 
    margin-left: -4px;
 
    border-top-right-radius: 4px;
 
    border-bottom-right-radius: 4px;
 
    padding-left: 4px;
 
    border-left: none;
 
}
 
.wikiEditor-ui .wikiEditor-ui-view {
 
    border: none;
 
}
 
.wikiEditor-ui-toolbar {
 
    background-image: none;
 
}
 
.wikiEditor-ui .wikiEditor-ui-top {
 
    border-bottom: none;
 
}
 
.form-control {
 
    border-top-left-radius: 0 !important;
 
    border-bottom-left-radius: 0 !important;
 
    border-top-right-radius: 4px !important;
 
    border-bottom-right-radius: 4px !important;
 
    z-index: 1 !important;
 
}
 
.form-control-description {
 
  padding-top: .6em;
 
}
 
.shift {
 
    margin-left: -4px !important;
 
    border-top-left-radius: 0 !important;
 
    border-bottom-left-radius: 0 !important;
 
}
 
.gp-datepicker {
 
    padding:6px 10px !important;
 
    margin-left:-4px  !important;
 
    background-image:none  !important;
 
    border:1px solid #bdbdbd  !important;
 
    border-top-right-radius:4px  !important;
 
    border-bottom-right-radius:4px  !important;
 
}
 
.gp-datepicker:hover {
 
    background-image:none  !important;
 
    background: #eee  !important;
 
}
 
label.checkboxLabel.gp-checkbox {
 
    white-space: nowrap;
 
    padding: 2px 6px 0 4px;
 
}
 
#pfForm input[type="checkbox"] {
 
    width: auto !important;
 
    margin: -5px auto;
 
}
 
.checkboxLabel {
 
    width:100%;
 
}
 
.multipleTemplateInstance {
 
    background-color: #fcfcfc;
 
}
 
.usermessage {
 
    border-radius: 4px;
 
    margin: .5em 0;
 
}
 

Edição das 18h00min de 15 de maio de 2017

/** o código CSS colocado aqui será aplicado a todos os temas */