diff options
Diffstat (limited to 'docs/css/lost.css')
| -rw-r--r-- | docs/css/lost.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/css/lost.css b/docs/css/lost.css new file mode 100644 index 0000000..699a7a9 --- /dev/null +++ b/docs/css/lost.css @@ -0,0 +1,14 @@ +body { background-color: #EFEFEF; } +body,div,.wl { font-family: "courier new",monospace; font-size: small; white-space: pre;} + +.h { background-color: yellow; } +.s { background-color: #DFDFDF; } + +.m { color: darkgreen; } /* mode */ +.j { color: darkgreen; } /* join */ +.p { color: darkgreen; } /* part */ +.q { color: darkblue; } /* quit */ +.k { color: darkblue; } /* kick */ +.t { color: darkblue; } /* topic */ +.a { color: darkred; } /* action */ +.n { color: darkred; } /* nick */ |
