diff options
Diffstat (limited to 'html/shell')
-rw-r--r-- | html/shell/cell.mu.html | 14 | ||||
-rw-r--r-- | html/shell/environment.mu.html | 8 | ||||
-rw-r--r-- | html/shell/evaluate.mu.html | 10 | ||||
-rw-r--r-- | html/shell/gap-buffer.mu.html | 8 | ||||
-rw-r--r-- | html/shell/global.mu.html | 16 | ||||
-rw-r--r-- | html/shell/grapheme-stack.mu.html | 8 | ||||
-rw-r--r-- | html/shell/infix.mu.html | 14 | ||||
-rw-r--r-- | html/shell/int-stack.mu.html | 12 | ||||
-rw-r--r-- | html/shell/macroexpand.mu.html | 12 | ||||
-rw-r--r-- | html/shell/main.mu.html | 12 | ||||
-rw-r--r-- | html/shell/parenthesize.mu.html | 12 | ||||
-rw-r--r-- | html/shell/parse.mu.html | 18 | ||||
-rw-r--r-- | html/shell/primitives.mu.html | 8 | ||||
-rw-r--r-- | html/shell/print.mu.html | 20 | ||||
-rw-r--r-- | html/shell/read.mu.html | 14 | ||||
-rw-r--r-- | html/shell/sandbox.mu.html | 8 | ||||
-rw-r--r-- | html/shell/tokenize.mu.html | 8 | ||||
-rw-r--r-- | html/shell/trace.mu.html | 8 |
18 files changed, 105 insertions, 105 deletions
diff --git a/html/shell/cell.mu.html b/html/shell/cell.mu.html index 2317802a..c58efa7d 100644 --- a/html/shell/cell.mu.html +++ b/html/shell/cell.mu.html @@ -10,20 +10,20 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } -.PreProc { color: #c000c0; } -.Special { color: #ff6060; } +.muRegEsi { color: #87d787; } +.muComment { color: #005faf; } .LineNr { } .Constant { color: #008787; } -.muRegEcx { color: #af875f; } -.muRegEsi { color: #87d787; } +.Special { color: #ff6060; } .muRegEax { color: #875f00; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.muComment { color: #005faf; } +.muRegEcx { color: #af875f; } +.PreProc { color: #c000c0; } --> </style> diff --git a/html/shell/environment.mu.html b/html/shell/environment.mu.html index 5c02e4f6..a3761b41 100644 --- a/html/shell/environment.mu.html +++ b/html/shell/environment.mu.html @@ -10,15 +10,13 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } .LineNr { } .Delimiter { color: #c000c0; } .CommentedCode { color: #8a8a8a; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Constant { color: #008787; } @@ -29,6 +27,8 @@ a { color:inherit; } .muComment { color: #005faf; } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.muRegEbx { color: #8787af; } --> </style> diff --git a/html/shell/evaluate.mu.html b/html/shell/evaluate.mu.html index 4dcdab18..1ad7707b 100644 --- a/html/shell/evaluate.mu.html +++ b/html/shell/evaluate.mu.html @@ -10,26 +10,26 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } +.Folded { color: #080808; background-color: #949494; } .LineNr { } .Delimiter { color: #c000c0; } .CommentedCode { color: #8a8a8a; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Constant { color: #008787; } .Special { color: #ff6060; } .PreProc { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.Folded { color: #080808; background-color: #949494; } .muTest { color: #5f8700; } .muComment { color: #005faf; } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.muRegEbx { color: #8787af; } --> </style> diff --git a/html/shell/gap-buffer.mu.html b/html/shell/gap-buffer.mu.html index d64fee8b..d869bae4 100644 --- a/html/shell/gap-buffer.mu.html +++ b/html/shell/gap-buffer.mu.html @@ -10,14 +10,12 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } .LineNr { } .Delimiter { color: #c000c0; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Constant { color: #008787; } @@ -28,6 +26,8 @@ a { color:inherit; } .muComment { color: #005faf; } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.muRegEbx { color: #8787af; } --> </style> diff --git a/html/shell/global.mu.html b/html/shell/global.mu.html index 1e2f1837..2427b27d 100644 --- a/html/shell/global.mu.html +++ b/html/shell/global.mu.html @@ -10,23 +10,23 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } -.PreProc { color: #c000c0; } -.muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.Special { color: #ff6060; } .LineNr { } .muRegEdi { color: #87ffd7; } -.muRegEbx { color: #8787af; } -.muRegEdx { color: #878700; } -.Constant { color: #008787; } +.muRegEcx { color: #af875f; } .muRegEsi { color: #87d787; } .muRegEax { color: #875f00; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } +.muRegEbx { color: #8787af; } +.Constant { color: #008787; } +.PreProc { color: #c000c0; } .muComment { color: #005faf; } -.Special { color: #ff6060; } --> </style> diff --git a/html/shell/grapheme-stack.mu.html b/html/shell/grapheme-stack.mu.html index 050ed007..613ec2ae 100644 --- a/html/shell/grapheme-stack.mu.html +++ b/html/shell/grapheme-stack.mu.html @@ -10,14 +10,12 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } .LineNr { } .Delimiter { color: #c000c0; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Constant { color: #008787; } @@ -28,6 +26,8 @@ a { color:inherit; } .muComment { color: #005faf; } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.muRegEbx { color: #8787af; } --> </style> diff --git a/html/shell/infix.mu.html b/html/shell/infix.mu.html index 6153094d..f8305359 100644 --- a/html/shell/infix.mu.html +++ b/html/shell/infix.mu.html @@ -10,26 +10,26 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } -.CommentedCode { color: #8a8a8a; } +.Folded { color: #080808; background-color: #949494; } .LineNr { } .Delimiter { color: #c000c0; } -.muFunction { color: #af5f00; text-decoration: underline; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } +.CommentedCode { color: #8a8a8a; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Constant { color: #008787; } .Special { color: #ff6060; } .PreProc { color: #c000c0; } -.Folded { color: #080808; background-color: #949494; } +.muFunction { color: #af5f00; text-decoration: underline; } .muTest { color: #5f8700; } .muComment { color: #005faf; } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.muRegEbx { color: #8787af; } --> </style> diff --git a/html/shell/int-stack.mu.html b/html/shell/int-stack.mu.html index 705d76be..363f3a3e 100644 --- a/html/shell/int-stack.mu.html +++ b/html/shell/int-stack.mu.html @@ -10,21 +10,21 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } -.PreProc { color: #c000c0; } .muRegEcx { color: #af875f; } -.muRegEax { color: #875f00; } +.Special { color: #ff6060; } .LineNr { } .muRegEdx { color: #878700; } -.Constant { color: #008787; } +.muRegEax { color: #875f00; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.Special { color: #ff6060; } +.Constant { color: #008787; } +.PreProc { color: #c000c0; } --> </style> diff --git a/html/shell/macroexpand.mu.html b/html/shell/macroexpand.mu.html index bcfae257..e4fc4b62 100644 --- a/html/shell/macroexpand.mu.html +++ b/html/shell/macroexpand.mu.html @@ -10,26 +10,26 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } +.muFunction { color: #af5f00; text-decoration: underline; } .LineNr { } .Delimiter { color: #c000c0; } -.muFunction { color: #af5f00; text-decoration: underline; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } +.CommentedCode { color: #8a8a8a; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Constant { color: #008787; } .Special { color: #ff6060; } .PreProc { color: #c000c0; } .Folded { color: #080808; background-color: #949494; } -.CommentedCode { color: #8a8a8a; } .muTest { color: #5f8700; } .muComment { color: #005faf; } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.muRegEbx { color: #8787af; } --> </style> diff --git a/html/shell/main.mu.html b/html/shell/main.mu.html index 9cf265e1..800f8b8f 100644 --- a/html/shell/main.mu.html +++ b/html/shell/main.mu.html @@ -10,19 +10,19 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } -.PreProc { color: #c000c0; } -.Special { color: #ff6060; } +.muComment { color: #005faf; } .LineNr { } -.Constant { color: #008787; } +.Special { color: #ff6060; } .muRegEsi { color: #87d787; } .muRegEax { color: #875f00; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.muComment { color: #005faf; } +.Constant { color: #008787; } +.PreProc { color: #c000c0; } --> </style> diff --git a/html/shell/parenthesize.mu.html b/html/shell/parenthesize.mu.html index 92c3fe1f..c00fc005 100644 --- a/html/shell/parenthesize.mu.html +++ b/html/shell/parenthesize.mu.html @@ -10,26 +10,26 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } .LineNr { } .Delimiter { color: #c000c0; } -.muFunction { color: #af5f00; text-decoration: underline; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } +.CommentedCode { color: #8a8a8a; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Constant { color: #008787; } .Special { color: #ff6060; } .PreProc { color: #c000c0; } -.CommentedCode { color: #8a8a8a; } +.muFunction { color: #af5f00; text-decoration: underline; } .muTest { color: #5f8700; } .muComment { color: #005faf; } .muS1Comment { color: #0000af; } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.muRegEbx { color: #8787af; } --> </style> diff --git a/html/shell/parse.mu.html b/html/shell/parse.mu.html index 522c7ad9..e57e5959 100644 --- a/html/shell/parse.mu.html +++ b/html/shell/parse.mu.html @@ -10,22 +10,22 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } -.PreProc { color: #c000c0; } -.muRegEcx { color: #af875f; } -.LineNr { } .muRegEdi { color: #87ffd7; } -.muComment { color: #005faf; } -.Constant { color: #008787; } +.Special { color: #ff6060; } +.LineNr { } .muRegEdx { color: #878700; } +.muRegEcx { color: #af875f; } +.muRegEsi { color: #87d787; } .muRegEax { color: #875f00; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.muRegEsi { color: #87d787; } -.Special { color: #ff6060; } +.Constant { color: #008787; } +.PreProc { color: #c000c0; } +.muComment { color: #005faf; } --> </style> diff --git a/html/shell/primitives.mu.html b/html/shell/primitives.mu.html index 18d302d7..279f05a8 100644 --- a/html/shell/primitives.mu.html +++ b/html/shell/primitives.mu.html @@ -10,15 +10,13 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } .LineNr { } .Delimiter { color: #c000c0; } .CommentedCode { color: #8a8a8a; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Constant { color: #008787; } @@ -29,6 +27,8 @@ a { color:inherit; } .muComment { color: #005faf; } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.muRegEbx { color: #8787af; } --> </style> diff --git a/html/shell/print.mu.html b/html/shell/print.mu.html index bb36a49c..9a927129 100644 --- a/html/shell/print.mu.html +++ b/html/shell/print.mu.html @@ -10,23 +10,23 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } -.PreProc { color: #c000c0; } -.muRegEcx { color: #af875f; } -.Special { color: #ff6060; } +.muRegEdx { color: #878700; } +.muComment { color: #005faf; } +.muTest { color: #5f8700; } .LineNr { } .muRegEdi { color: #87ffd7; } -.muRegEdx { color: #878700; } -.Constant { color: #008787; } -.muRegEsi { color: #87d787; } +.muRegEcx { color: #af875f; } +.Special { color: #ff6060; } .muRegEax { color: #875f00; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.muTest { color: #5f8700; } -.muComment { color: #005faf; } +.muRegEsi { color: #87d787; } +.Constant { color: #008787; } +.PreProc { color: #c000c0; } --> </style> diff --git a/html/shell/read.mu.html b/html/shell/read.mu.html index 2be18920..87c3825e 100644 --- a/html/shell/read.mu.html +++ b/html/shell/read.mu.html @@ -10,20 +10,20 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } -.PreProc { color: #c000c0; } +.muRegEdx { color: #878700; } +.muComment { color: #005faf; } +.LineNr { } .muRegEcx { color: #af875f; } .Special { color: #ff6060; } -.LineNr { } -.muRegEdx { color: #878700; } -.Constant { color: #008787; } .muRegEax { color: #875f00; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.muComment { color: #005faf; } +.Constant { color: #008787; } +.PreProc { color: #c000c0; } --> </style> diff --git a/html/shell/sandbox.mu.html b/html/shell/sandbox.mu.html index 29c11e3e..0ee9fe36 100644 --- a/html/shell/sandbox.mu.html +++ b/html/shell/sandbox.mu.html @@ -10,15 +10,13 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } .LineNr { } .Delimiter { color: #c000c0; } .CommentedCode { color: #8a8a8a; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Constant { color: #008787; } @@ -29,6 +27,8 @@ a { color:inherit; } .muComment { color: #005faf; } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.muRegEbx { color: #8787af; } --> </style> diff --git a/html/shell/tokenize.mu.html b/html/shell/tokenize.mu.html index e6f540c6..20381132 100644 --- a/html/shell/tokenize.mu.html +++ b/html/shell/tokenize.mu.html @@ -10,14 +10,12 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } .LineNr { } .Delimiter { color: #c000c0; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Constant { color: #008787; } @@ -28,6 +26,8 @@ a { color:inherit; } .muComment { color: #005faf; } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.muRegEbx { color: #8787af; } --> </style> diff --git a/html/shell/trace.mu.html b/html/shell/trace.mu.html index 6203947d..d8ee5fa7 100644 --- a/html/shell/trace.mu.html +++ b/html/shell/trace.mu.html @@ -10,15 +10,13 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } .LineNr { } .Delimiter { color: #c000c0; } .CommentedCode { color: #8a8a8a; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Constant { color: #008787; } @@ -29,6 +27,8 @@ a { color:inherit; } .muComment { color: #005faf; } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.muRegEbx { color: #8787af; } --> </style> |