User:Monster Domosed/common.css: Difference between revisionsGive feedback
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
} | } | ||
.skin-theme-clientpref-night a:visited{ | .skin-theme-clientpref-night a:visited { | ||
color: #b47c4b !important; | color: #b47c4b !important; | ||
} | } | ||
| Line 33: | Line 33: | ||
} | } | ||
.skin-theme-clientpref-day a:visited{ | .skin-theme-clientpref-day a:visited { | ||
color: #633216 !important; | color: #633216 !important; | ||
} | } | ||
| Line 39: | Line 39: | ||
.update-excerpt, | .update-excerpt, | ||
.update-excerpt .mwe-popups .mwe-popups-extract { | .update-excerpt .mwe-popups .mwe-popups-extract { | ||
color:#eaecf0; | color: #eaecf0; | ||
} | } | ||
| Line 50: | Line 50: | ||
.update-excerpt a:visited { | .update-excerpt a:visited { | ||
color: #b47c4b !important; | color: #b47c4b !important; | ||
} | |||
/* Ignore theme rules inside popups */ | |||
.mwe-popups .mwe-popups-extract a, | |||
.mwe-popups .mwe-popups-extract a:hover, | |||
.mwe-popups .mwe-popups-extract a:active, | |||
.mwe-popups .mwe-popups-extract a:visited { | |||
color: inherit !important; | |||
} | } | ||