Difference between revisions of "MediaWiki:Geshi.css"
From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 1: | Line 1: | ||
− | /* | + | /* Fix so <source> tags get normal text size also in some |
− | + | versions of Firefox, Safari, Konqueror, Chrome etc. | |
− | + | See http://en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Section_break._Teletype_style_fix */ | |
− | + | ||
− | / | + | div.mw-geshi div { |
− | + | font-family: monospace, sans-serif !important; | |
− | |||
− | |||
− | |||
− | |||
− | . | ||
− | |||
} | } | ||
− | + | ||
− | + | #content div.mw-geshi pre { | |
− | + | font-family: monospace, sans-serif; | |
− | |||
− | |||
− | |||
− | |||
− | . | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 21:46, 17 February 2013
/* Fix so <source> tags get normal text size also in some
versions of Firefox, Safari, Konqueror, Chrome etc.
See http://en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Section_break._Teletype_style_fix */
div.mw-geshi div {
font-family: monospace, sans-serif !important;
}
#content div.mw-geshi pre {
font-family: monospace, sans-serif;
}