diff options
| author | Jules Laplace <carbon@melanarchy.org> | 2013-08-02 17:17:59 -0500 |
|---|---|---|
| committer | Jules Laplace <carbon@melanarchy.org> | 2013-08-02 17:17:59 -0500 |
| commit | ecbcf4b0a82717003c5da05b34c3126f5f4b8b10 (patch) | |
| tree | 20d3402add4ec1144b01e21d9c4eb50d50b6a5a6 /docs/css/lost.css | |
| parent | bcd0a993547ec61396bad0233b4ce4efc20ddbf8 (diff) | |
docs
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 */ |
