Initial commit
This commit is contained in:
commit
43ad32700c
7085 changed files with 447606 additions and 0 deletions
45
modules/chat/style.css
Normal file
45
modules/chat/style.css
Normal file
|
@ -0,0 +1,45 @@
|
|||
#copyrightline{
|
||||
color: #FFFFFF;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
body{
|
||||
color: #FFFFFF;
|
||||
font-family: 'Rubik', sans-serif !important;
|
||||
font-style: normal;
|
||||
font: 'Cuprum',verdana,tahoma,sans-serif;
|
||||
}
|
||||
|
||||
b{
|
||||
font-family: 'Rubik', !important;
|
||||
font-weight: 700;
|
||||
}
|
||||
.narrator{
|
||||
font-family: 'Rubik', italic !important;
|
||||
font: 14px 'Coda';
|
||||
color: #FFFFFF;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.info{
|
||||
color: #FFFFFF;
|
||||
font-weight: bold !important;
|
||||
font-style: italic !important;
|
||||
}
|
||||
|
||||
.time{
|
||||
color: #FFFFFF;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.ooc{
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.me{
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.user_whisper {
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue