MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
80x24 |
reduce to monochrome |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
/* Terminal-style output */ | /* Terminal-style output */ | ||
. | .terminalscreen { | ||
background: #000; | background: #000; | ||
border: 1px solid #444; | |||
color: #00ff00; | color: #00ff00; | ||
font-family: monospace; | font-family: monospace; | ||
min-height: 24em; | min-height: 24em; | ||
overflow: auto; | overflow: auto; | ||
padding: 1em; | padding: 1em; | ||
white-space: pre; | |||
width: 80ch; | |||
} | } | ||