Difference between revisions of "MediaWiki:Common.css"
From Funtoo Linux
(Tweaking how tt, code are made bigger) |
(Add some style to syntax highlighting blocks) |
||
| Line 10: | Line 10: | ||
/* Make tt and code bigger */ | /* Make tt and code bigger */ | ||
tt, code {font-size: 120%} | tt, code {font-size: 120%} | ||
| + | |||
| + | /* Make the syntax highlighting blocks a bit distinct by adding a background and border */ | ||
| + | .mw-getshi {background-color: Cornsilk; border: 1px dashed #2f6fab; } | ||
Revision as of 22:43, 14 November 2010
/* CSS placed here will be applied to all skins */ /* Differentiate visited and unvisited links better */ a:link {color: navy} a:visited {color: royalblue} /* Differentiate links from surrounding text better */ a:link {font-weight: bolder} /* Make tt and code bigger */ tt, code {font-size: 120%} /* Make the syntax highlighting blocks a bit distinct by adding a background and border */ .mw-getshi {background-color: Cornsilk; border: 1px dashed #2f6fab; }