summaryrefslogtreecommitdiff
path: root/conf/stylesheet.css
blob: 3468ee200f47407a556b719ff881e42b3850c828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
    background-color: #F8F8FF;
    font-family: Fixed, monospace;
    font-size: 13px;
}
h1 {
    font-family: sans-serif;
    font-size: 24px;
    text-align: center;
}
a, .time {
    color: #525552;
    text-decoration: none;
}
a:hover, .time:hover { text-decoration: underline; }
.person { color: #DD1144; }
.join, .part, .quit, .kick, .mode, .topic, .nick { color: #42558C; }
.notice { color: #AE768C; }