diff options
Diffstat (limited to 'html/linux/advent2020')
-rw-r--r-- | html/linux/advent2020/1a.mu.html | 12 | ||||
-rw-r--r-- | html/linux/advent2020/1b.mu.html | 12 | ||||
-rw-r--r-- | html/linux/advent2020/2a.mu.html | 18 | ||||
-rw-r--r-- | html/linux/advent2020/2b.mu.html | 8 | ||||
-rw-r--r-- | html/linux/advent2020/3a.mu.html | 8 | ||||
-rw-r--r-- | html/linux/advent2020/3b.mu.html | 8 | ||||
-rw-r--r-- | html/linux/advent2020/4a.mu.html | 16 | ||||
-rw-r--r-- | html/linux/advent2020/4b.mu.html | 16 | ||||
-rw-r--r-- | html/linux/advent2020/5a.mu.html | 18 | ||||
-rw-r--r-- | html/linux/advent2020/5b.mu.html | 18 |
10 files changed, 67 insertions, 67 deletions
diff --git a/html/linux/advent2020/1a.mu.html b/html/linux/advent2020/1a.mu.html index 2724d4bc..bcd2afb7 100644 --- a/html/linux/advent2020/1a.mu.html +++ b/html/linux/advent2020/1a.mu.html @@ -10,24 +10,24 @@ <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; } .muComment { color: #005faf; } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.muRegEbx { color: #8787af; } --> </style> diff --git a/html/linux/advent2020/1b.mu.html b/html/linux/advent2020/1b.mu.html index f5a39374..fffb43fd 100644 --- a/html/linux/advent2020/1b.mu.html +++ b/html/linux/advent2020/1b.mu.html @@ -10,24 +10,24 @@ <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; } .muComment { color: #005faf; } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } +.muRegEdx { color: #878700; } +.muRegEbx { color: #8787af; } --> </style> diff --git a/html/linux/advent2020/2a.mu.html b/html/linux/advent2020/2a.mu.html index 2c8d07f1..825d7e12 100644 --- a/html/linux/advent2020/2a.mu.html +++ b/html/linux/advent2020/2a.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; } +.muRegEdx { color: #878700; } +.muRegEsi { color: #87d787; } +.muComment { color: #005faf; } +.LineNr { } .muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } .Special { color: #ff6060; } -.LineNr { } -.Constant { color: #008787; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } -.muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.muComment { color: #005faf; } +.muRegEbx { color: #8787af; } +.Constant { color: #008787; } +.PreProc { color: #c000c0; } --> </style> diff --git a/html/linux/advent2020/2b.mu.html b/html/linux/advent2020/2b.mu.html index 88e9e7a6..67198402 100644 --- a/html/linux/advent2020/2b.mu.html +++ b/html/linux/advent2020/2b.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; } @@ -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/linux/advent2020/3a.mu.html b/html/linux/advent2020/3a.mu.html index 531c212e..8e720f6f 100644 --- a/html/linux/advent2020/3a.mu.html +++ b/html/linux/advent2020/3a.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; } @@ -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/linux/advent2020/3b.mu.html b/html/linux/advent2020/3b.mu.html index 153d86da..07f1e4d5 100644 --- a/html/linux/advent2020/3b.mu.html +++ b/html/linux/advent2020/3b.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; } @@ -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/linux/advent2020/4a.mu.html b/html/linux/advent2020/4a.mu.html index 113207ac..df8cc64b 100644 --- a/html/linux/advent2020/4a.mu.html +++ b/html/linux/advent2020/4a.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; } -.muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } -.Special { color: #ff6060; } +.muComment { color: #005faf; } .LineNr { } -.Constant { color: #008787; } .muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } +.Special { color: #ff6060; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.muComment { color: #005faf; } +.muRegEbx { color: #8787af; } +.Constant { color: #008787; } +.PreProc { color: #c000c0; } +.muRegEax { color: #875f00; } --> </style> diff --git a/html/linux/advent2020/4b.mu.html b/html/linux/advent2020/4b.mu.html index 0f735191..1c2ac0e0 100644 --- a/html/linux/advent2020/4b.mu.html +++ b/html/linux/advent2020/4b.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; } -.muRegEax { color: #875f00; } .muRegEcx { color: #af875f; } -.Special { color: #ff6060; } +.muComment { color: #005faf; } .LineNr { } -.Constant { color: #008787; } .muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } +.Special { color: #ff6060; } .muRegEsi { color: #87d787; } .muRegEdi { color: #87ffd7; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.muComment { color: #005faf; } +.muRegEbx { color: #8787af; } +.Constant { color: #008787; } +.PreProc { color: #c000c0; } +.muRegEax { color: #875f00; } --> </style> diff --git a/html/linux/advent2020/5a.mu.html b/html/linux/advent2020/5a.mu.html index 16df9866..0c197443 100644 --- a/html/linux/advent2020/5a.mu.html +++ b/html/linux/advent2020/5a.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; } +.muRegEdx { color: #878700; } +.muComment { color: #005faf; } +.CommentedCode { color: #8a8a8a; } +.LineNr { } .muRegEcx { color: #af875f; } .muRegEax { color: #875f00; } .Special { color: #ff6060; } -.LineNr { } -.Constant { color: #008787; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } .muRegEdi { color: #87ffd7; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.CommentedCode { color: #8a8a8a; } -.muComment { color: #005faf; } +.muRegEbx { color: #8787af; } +.Constant { color: #008787; } +.PreProc { color: #c000c0; } --> </style> diff --git a/html/linux/advent2020/5b.mu.html b/html/linux/advent2020/5b.mu.html index 80f542e4..8e8d6da9 100644 --- a/html/linux/advent2020/5b.mu.html +++ b/html/linux/advent2020/5b.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; } -.muRegEdi { color: #87ffd7; } +.muRegEdx { color: #878700; } +.muComment { color: #005faf; } +.LineNr { } .muRegEcx { color: #af875f; } .Special { color: #ff6060; } -.LineNr { } -.Constant { color: #008787; } -.muRegEdx { color: #878700; } -.muRegEbx { color: #8787af; } .muRegEsi { color: #87d787; } .muRegEax { color: #875f00; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.muComment { color: #005faf; } +.muRegEbx { color: #8787af; } +.Constant { color: #008787; } +.PreProc { color: #c000c0; } +.muRegEdi { color: #87ffd7; } --> </style> |