MediaWiki: Tweeki.css: verschil tussen versies

Uit MediaWikiGids
Ga naar: navigatie, zoeken
Regel 19: Regel 19:
 
     font-style: italic;
 
     font-style: italic;
 
     border:1px solid white;
 
     border:1px solid white;
 +
}
 +
 +
.btn-primary {
 +
  color: #fff;
 +
  background-color: #337ab7;
 +
  border-color: #2e6da4;
 +
}
 +
.btn-primary:focus,
 +
.btn-primary.focus {
 +
  color: #fff;
 +
  background-color: #286090;
 +
  border-color: #122b40;
 +
}
 +
.btn-primary:hover {
 +
  color: #fff;
 +
  background-color: #286090;
 +
  border-color: #204d74;
 +
}
 +
.btn-primary:active,
 +
.btn-primary.active,
 +
.open > .dropdown-toggle.btn-primary {
 +
  color: #fff;
 +
  background-color: #286090;
 +
  border-color: #204d74;
 +
}
 +
.btn-primary:active:hover,
 +
.btn-primary.active:hover,
 +
.open > .dropdown-toggle.btn-primary:hover,
 +
.btn-primary:active:focus,
 +
.btn-primary.active:focus,
 +
.open > .dropdown-toggle.btn-primary:focus,
 +
.btn-primary:active.focus,
 +
.btn-primary.active.focus,
 +
.open > .dropdown-toggle.btn-primary.focus {
 +
  color: #fff;
 +
  background-color: #204d74;
 +
  border-color: #122b40;
 +
}
 +
.btn-primary:active,
 +
.btn-primary.active,
 +
.open > .dropdown-toggle.btn-primary {
 +
  background-image: none;
 +
}
 +
.btn-primary.disabled:hover,
 +
.btn-primary[disabled]:hover,
 +
fieldset[disabled] .btn-primary:hover,
 +
.btn-primary.disabled:focus,
 +
.btn-primary[disabled]:focus,
 +
fieldset[disabled] .btn-primary:focus,
 +
.btn-primary.disabled.focus,
 +
.btn-primary[disabled].focus,
 +
fieldset[disabled] .btn-primary.focus {
 +
  background-color: #337ab7;
 +
  border-color: #2e6da4;
 +
}
 +
.btn-primary .badge {
 +
  color: #337ab7;
 +
  background-color: #fff;
 
}
 
}

Versie van 8 mrt 2018 om 20:44

/* CSS placed here will be applied to Tweeki skin */

/* Toegevoegd c.q. overgenomen door BM om grid-voorbeeld te stylen */
.gridexample {
  border:1px solid #f5f5f5;
  min-height:10px;
  margin-bottom:20px;
}

.gridexample .content {
    background-color: #f5f5f5;
    min-height: 50px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    text-align: center;
    padding-top: 10px;
    color: #666;
    font-style: italic;
    border:1px solid white;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}