Difference between revisions of "MediaWiki:Common.css"
From Funtoo Linux
(Add some style to syntax highlighting blocks) |
(Tweaking geshi blocks) |
||
| Line 12: | Line 12: | ||
/* Make the syntax highlighting blocks a bit distinct by adding a background and border */ | /* Make the syntax highlighting blocks a bit distinct by adding a background and border */ | ||
| − | .mw- | + | .mw-geshi {background-color: #FFF8DC; border: 1px dashed #2f6fab; margin: 1em 0; padding: 1em; } |
Revision as of 22:47, 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-geshi {background-color: #FFF8DC; border: 1px dashed #2f6fab; margin: 1em 0; padding: 1em; }