User:Project Herzl/common.css: Difference between revisions
Appearance
test Tag: Reverted |
test Tag: Reverted |
||
Line 2: | Line 2: | ||
body { | body { | ||
font-family: "Times New Roman", Times, serif; | font-family: "Times New Roman", Times, serif; | ||
color: #212180; | |||
} | } | ||
/* | /* Ensure main content also inherits the color */ | ||
#mw-content-text, | #mw-content-text, | ||
.mw-parser-output, | .mw-parser-output, | ||
.mw-body-content { | .mw-body-content, | ||
.mw-body, | |||
#content, | |||
div, | |||
span, | |||
p, | |||
li, | |||
td, | |||
th, | |||
h1, h2, h3, h4, h5, h6, | |||
a { | |||
color: #212180; | color: #212180; | ||
} | } |