45 lines
598 B
CSS
45 lines
598 B
CSS
#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;
|
|
}
|