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.
body.ns-104 div.pagetext {
    font-family: "Mono";
    border:dashed 1px grey;
    padding:1em;
    box-sizing: border-box;
    margin:1em 0;
    min-height:600px;
}
body.ns-104 div.prp-page-content textarea {
    background:#f8f8f8;
    color:#222;
    font-family: "DPCustomMono2";
    font-size: .85em;
}
.rix{
	cursor:help;
	position:relative;
}
.rix-info{
	position: absolute;
    width: 300px;
    background: #fffdeb;
    border: solid 1px #FFC107;
    padding: 5px;
    bottom: 10px;
    color: #111;
    font-size: 14px;
    font-family: sans-serif;
    left: 10px;
    box-shadow: 3px 3px 5px #ddd;
    cursor:pointer;
    z-index:99;
    text-indent:0;
    text-align:left;
}
.scanille{
	background: rgba(244, 54, 54, 0.27);
    border-bottom: solid 1px #cc0c0c;
}
.whitespace{
	background:#3698f445;
	border-bottom:solid 1px blue;
	color:transparent;
}
.narrowwhitespace{
	background:#c1f43645;
	border-bottom:solid 1px green;
	color:transparent;
}