MediaWiki:Common.css: verschil tussen versies

Uit Mad Pride Nederland
Ga naar:navigatie, zoeken
k (Het zijn tags, geen classes)
(template documentatie stijl)
Regel 2: Regel 2:
.page-Hoofdpagina #firstHeading, #tagline { display: none; }
.page-Hoofdpagina #firstHeading, #tagline { display: none; }
b p { font-weight: bold; }
b p { font-weight: bold; }
.ts-doc-header, .ts-doc-content {
  padding:.5em 1em;
  border: 1px solid #9cf;
}
.ts-doc-header {
  background-color:#bdf;
  color:#333;
  border-radius:10px 10px 0 0;
  border-bottom: 0;
  font-weight: bold;
}
.ts-doc-content {
  background-color:#def;
  border-radius:0 0 10px 10px;
  border-top: 0;
}

Versie van 12 mrt 2024 00:46

/** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */
.page-Hoofdpagina #firstHeading, #tagline { display: none; }
b p { font-weight: bold; }

.ts-doc-header, .ts-doc-content {
  padding:.5em 1em;
  border: 1px solid #9cf;
}
.ts-doc-header {
  background-color:#bdf;
  color:#333;
  border-radius:10px 10px 0 0;
  border-bottom: 0;
  font-weight: bold;
}
.ts-doc-content {
  background-color:#def;
  border-radius:0 0 10px 10px;
  border-top: 0;
}