Added stylesheet.css
This commit is contained in:
parent
abcbff0d87
commit
af245557da
1 changed files with 18 additions and 0 deletions
18
conf/stylesheet.css
Normal file
18
conf/stylesheet.css
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
body {
|
||||||
|
background-color: #F8F8FF;
|
||||||
|
font-family: arial, sans-serif;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.time {
|
||||||
|
color: #445588;
|
||||||
|
}
|
||||||
|
|
||||||
|
.person {
|
||||||
|
color: #DD1144;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kick {
|
||||||
|
color: #FF0000;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue