|
|
| Line 1: |
Line 1: |
| /* All CSS here will be loaded for users of the Vector skin */
| |
| /* --- Main content only --- */
| |
| .mw-body {
| |
| font-family: sans-serif !important; /* Monobook-like sans-serif */
| |
| font-size: x-small; /* Monobook body text size */
| |
| }
| |
|
| |
|
| /* --- Headings in content --- */
| |
| .mw-body h1,
| |
| .mw-body h2,
| |
| .mw-body h3,
| |
| .mw-body h4,
| |
| .mw-body h5,
| |
| .mw-body h6 {
| |
| font-family: sans-serif !important;
| |
| color: black;
| |
| font-weight: normal;
| |
| }
| |
|
| |
| h1 { font-size: 188%; }
| |
| h2 { font-size: 150%; }
| |
| h3 { font-size: 132%; }
| |
| h4 { font-size: 116%; }
| |
| h5 { font-size: 100%; }
| |
| h6 { font-size: 80%; }
| |