MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Voting no on the shadows for issues/revisions. I think it may have been why the CSS style was purged previously.
(lightPurple isn't a valid color anymore. To discuss: do we really need text-shadow in issues and revisions links?)
(Voting no on the shadows for issues/revisions. I think it may have been why the CSS style was purged previously.)
Line 1,074: Line 1,074:
font-family:monospace;
font-family:monospace;
color:purple;
color:purple;
text-shadow: 0.1em 0.1em 0.2em #b25fdc;
}
}


Line 1,081: Line 1,080:
font-family:monospace;
font-family:monospace;
color:darkGreen;
color:darkGreen;
text-shadow: 0.1em 0.1em 0.2em lightGreen;
}
}


Navigation menu