MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 46:
font-size: 95%;
}
 
 
 
 
Line 60 ⟶ 58:
line-height: 1.6em;
font-size: 11px;
border: 1px solid #ddd;
padding: 0.3em 0.3em 0.3em 0.3em;
margin: 0.3em 0.3em 0.3em 0.3em;
}
 
pre.scroll, .mw-highlight.scroll pre {
width: auto;
min-width: 0;
max-width: 95%;
border: 1px solid #ddd;
padding: 0.3em 0.3em 0.3em 0.3em;
margin: 0.3em 0.3em 0.3em 0.3em;
overflow-y: hidden;
overflow: visible;
overflow-x: auto;
display: inline-block;
white-space: pre;
}
 
pre.inline {
width: auto;
border: 1px solid #ddd;
padding: 0.3em 0.3em 0.3em 0.3em;
margin: 0.3em 0.3em 0.3em 0.3em;
display: inline-block;
white-space: pre;
Line 101 ⟶ 97:
 
/* Pre's in Black and Green */
code.shell, pre.shell, div.shell pre, div.shell ,
code.black-green, pre.black-green, div.black-green pre, div.black-green {
background-color: black;
color: green;
Line 115 ⟶ 111:
 
/* Pre's in Black and White */
code.esx, pre.esx, div.esx pre, div.esx,
code.black-white, pre.black-white, div.black-white pre, div.black-white {
background-color: black;
color: white;
Line 129 ⟶ 125:
 
/* Pre's in White and Blue */
code.net, pre.net, div.net pre, div.net,
code.blue-white, pre.blue-white, div.blue-white pre, div.blue-white {
background-color: #034f84;
color: white;