User:Project Herzl/common.css: Difference between revisions
Appearance
test Tag: Reverted |
test without again Tag: Reverted |
||
Line 2: | Line 2: | ||
body { | body { | ||
font-family: "Times New Roman", Times, serif; | font-family: "Times New Roman", Times, serif; | ||
} | } | ||
Revision as of 10:53, 4 August 2025
/* CSS placed here will be applied to all skins */
body {
font-family: "Times New Roman", Times, serif;
}
/* Ensure main content also inherits the color */
#mw-content-text,
.mw-parser-output,
.mw-body-content,
.mw-body,
#content,
div,
span,
p,
li,
td,
th,
h1, h2, h3, h4, h5, h6,
a {
color: #212180;
}