summaryrefslogtreecommitdiff
path: root/conf/stylesheet.css
blob: ae848415f72b7378e8b4d8ea2e8986fe8d9dc672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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; }