Diferència entre revisions de la pàgina «MediaWiki:Common.css»

De Mecànica
Línia 2: Línia 2:


/* Text size */
/* Text size */
.mw-content-text {
#bodyContent {
   font-size: 18pt;
   font-size: 18pt;
}
}


/* Header and sub-header styles */
/* Header and sub-header styles */
#firstHeading{
#firstHeading {
font:normal 30px Helvetica, sans-serif;
font:normal 30px Helvetica, sans-serif;
}
}

Revisió del 15:11, 18 feb 2022

/* Editeu aquest fitxer per personalitzar totes les aparences per al lloc sencer */

/* Text size */
#bodyContent {
  font-size: 18pt;
}

/* Header and sub-header styles */
#firstHeading {
	font:normal 30px Helvetica, sans-serif;
}

.mw-body-content h2 {
    font:bold 24px Helvetica, sans-serif;
}

.mw-body-content h3 {
    font:bold 18px Helvetica, sans-serif;
}

.mw-body-content h4 {
    font:bold Helvetica, sans-serif;
}

/* Removes outo-numbering from TOC */
.noautonum .tocnumber { display: none; }