User:Mip/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Override the default font-size: 0.8em in default Vector CSS */ |
|||
#bodyContent { |
#bodyContent { |
||
font-size: 1.0em; |
font-size: 1.0em; |
||
} |
|||
/* Set the overall font size for body, overriding browser settings */ |
|||
/* Set the font to Helvetica Neue, or fall back to Liberation Sans, which is really nice */ |
|||
body { |
|||
/* font-family: Helvetica Neue, Helvetica, Liberation Sans, Arial, sans-serif; */ |
|||
font-family: Liberation Sans, Arial, sans-serif; |
|||
font-size: 11pt; |
|||
} |
|||
/* Set size of h3 equal to h2 to make them stand out better vs. text in bold */ |
|||
.mw-body h3 { |
|||
font-size: 1.5em; |
|||
} |
|||
h3 { |
|||
font-size: 150%; |
|||
} |
} |
Latest revision as of 21:35, 1 December 2016
/* Override the default font-size: 0.8em in default Vector CSS */
#bodyContent {
font-size: 1.0em;
}
/* Set the overall font size for body, overriding browser settings */
/* Set the font to Helvetica Neue, or fall back to Liberation Sans, which is really nice */
body {
/* font-family: Helvetica Neue, Helvetica, Liberation Sans, Arial, sans-serif; */
font-family: Liberation Sans, Arial, sans-serif;
font-size: 11pt;
}
/* Set size of h3 equal to h2 to make them stand out better vs. text in bold */
.mw-body h3 {
font-size: 1.5em;
}
h3 {
font-size: 150%;
}