MediaWiki:Common.css: Difference between revisions
Content deleted Content added
Caleb Cooper (talk | contribs) No edit summary |
Caleb Cooper (talk | contribs) No edit summary |
||
Line 86:
.mw-highlight { display:inline; }
/* Default Pre's in Grey and Black with Yellow Highlight */
code.basic, pre.basic, syntaxhighlight.basic, div.basic pre, div.basic syntaxhighlight {
background-color: #f8f9fa;
color: black;
}
div.basic .hll {
background-color: #ffffcc;
color: black;
border: 0px solid #ffffcc;
border-radius: 0px;
}
/* Traditional Pre's in Black and Green */
code.shell, pre.shell, syntaxhighlight.shell, div.shell pre, div.shell syntaxhighlight,
| |||