funchat/modules/chat/style.css

46 lines
598 B
CSS
Raw Normal View History

2025-06-02 10:01:12 +02:00
#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;
}