MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* Inverse Colors */ | |||
/* | |||
:root{ | :root{ | ||
filter: invert(85%); | filter: invert(85%); | ||
Line 15: | Line 17: | ||
} | } | ||
*/ | |||
.mw-body-content a:visited { color: #0645AD !IMPORTANT; } | .mw-body-content a:visited { color: #0645AD !IMPORTANT; } | ||
.mw-body-content a.new:link { color: #45acc0 !IMPORTANT; } | .mw-body-content a.new:link { color: #45acc0 !IMPORTANT; } | ||
.mw-body-content a.new:visited { color: #a55858 !IMPORTANT; } | .mw-body-content a.new:visited { color: #a55858 !IMPORTANT; } | ||
#content p { font-size: 22px; line-height:26px;} | #content p { font-size: 22px; line-height:26px;} | ||
Line 27: | Line 32: | ||
#content h5 { font-size: 32px; font-family:"Caslon Antique" } | #content h5 { font-size: 32px; font-family:"Caslon Antique" } | ||
# | #p-navigation { font-size: 12px; } | ||
#p-cactions { font-size: 22px } | |||
#p-personal { font-size: 22px } |