Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Rboatright (talk | contribs) (f) |
Templarian (talk | contribs) (fixing that thing) |
||
| Line 8: | Line 8: | ||
text.source-text | text.source-text | ||
{ | { | ||
| + | overflow-x:auto; | ||
| + | font-size:100%; | ||
| + | font-family:"Lucida Console",FixedSys,Courier,Monospace; | ||
| + | } | ||
| + | div.source-text | ||
| + | { | ||
| + | border:1px solid #d4d4d4; | ||
overflow-x:auto; | overflow-x:auto; | ||
font-size:100%; | font-size:100%; | ||
font-family:"Lucida Console",FixedSys,Courier,Monospace; | font-family:"Lucida Console",FixedSys,Courier,Monospace; | ||
} | } | ||
Revision as of 02:52, 28 July 2009
/** CSS placed here will be applied to all skins */
pre
{
overflow-x:auto;
font-size:100%;
font-family:"Lucida Console",FixedSys,Courier,Monospace;
}
text.source-text
{
overflow-x:auto;
font-size:100%;
font-family:"Lucida Console",FixedSys,Courier,Monospace;
}
div.source-text
{
border:1px solid #d4d4d4;
overflow-x:auto;
font-size:100%;
font-family:"Lucida Console",FixedSys,Courier,Monospace;
}