MediaWiki:Common.css: verschil tussen versies

Uit dharma-lotus.nl
Naar navigatie springen Naar zoeken springen
Geen bewerkingssamenvatting
Labels: Handmatige ongedaanmaking Ongedaan gemaakt
Geen bewerkingssamenvatting
Label: Ongedaan gemaakt
Regel 17: Regel 17:


table {
table {
  background: #E8F2F8;
  background: #f7f3d7;
}
}


table.wikitable th {
table.wikitable th {
  background: #A7D7F9;
  background: #fcfbef;
  font-weight: normal;
  font-weight: normal;
}
}

Versie van 19 dec 2022 11:47

/** CSS die hier wordt geplaatst heeft invloed op alle vormgevingen */

body {color: #ffA500; background: #f7f3d7 }
#mw-page-base { background: #f7f3d7 }
#content { background-color: #fcfbef }
#mw-head-base { background-color: #f7f3d7 }

div#mw-panel div.portal h3,
div#mw-panel div.portal div.body ul li {
   font-size: 0.8em; /* default is 0.75em */
}

h1 { color: #3366cc }
h2 { color: #3366cc }
h3 { color: #3366cc }
h4 { color: #3366cc }

table {
 background: #f7f3d7;
}

table.wikitable th {
 background: #fcfbef;
 font-weight: normal;
}