User:JAL4/monobook.css

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
var {
    font-style: normal;
    font-family: Consolas, "Courier New", monospace;
    font-weight: bold; 
    font-size: 13.34px;
    line-height: 14.67px;
    text-transform: none;
    color: #000;
}

var.term {
    text-transform: none;
    font-style: italic;
    font-family: sans-serif;
    font-weight: normal; 
    font-size: 1em;
    line-height: 1.1em;
    color: #000;
}

var.product {
    color: black;
    font-style: italic;
    font-family: sans-serif;
    font-weight: normal; 
    font-size: 1em;
    line-height: 1.1em;
}

span.literal {
    font-style: normal;
    font-family: Consolas, "Courier New", monospace;
    font-weight: normal;
    font-size: 13.34px;
    line-height: 14.67px;
    color: #601010;
}

span.term {
    font-style: italic;
    font-family: Consolas, "Courier New", monospace;
    font-size: 13.34px;
    line-height: 14.67px;
    color: #000;
}

p.syntax {
	font-family: Consolas, "Courier New", monospace;
	font-size: 13.34px;
	line-height: 14.67px;
}

p.code {
	font-family: Consolas, "Courier New", monospace;
        font-size: 13.34px;
        line-height: 14.67px;
}


.syntaxTable th {
    font-style: italic;
}

.syntaxTable th var {
    font-style: normal;
    font-family: sans-serif
}


.mono {
    font-family: Consolas, "Courier New", monospace;
}

p.syntaxJ {
	color: #000;
	background-color: #F9F9F9;
	padding: 5px 5px 5px 10px;
	border: 1px dashed #AE5326;
	font-family: Consolas, "Courier New", monospace;
	font-size: 12.7px;
	line-height: 13.97px;
	vertical-align: baseline;
        white-space: pre; 
}