forked from rkdarst/MeetBot
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcss-log-default.css
More file actions
Latest commit
15 lines (14 loc) · 699 Bytes
/
Copy pathcss-log-default.css
File metadata and controls
15 lines (14 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* For the .log.html */
pre { /*line-height: 125%;*/
white-space: pre-wrap; }
body { background:#f0f0f0; }
body .tm { color:#007020 } /* time */
body .nk { color:#062873; font-weight: bold } /* nick, regular */
body .nka { color:#007020; font-weight: bold } /* action nick */
body .ac { color:#00A000 } /* action line */
body .hi { color:#4070a0 } /* hilights */
/* Things to make particular MeetBot commands stick out */
body .topic { color:#007020; font-weight: bold }
body .topicline { color:#000080; font-weight: bold }
body .cmd { color:#007020; font-weight: bold }
body .cmdline { font-weight: bold }