Initial commit
This commit is contained in:
commit
43ad32700c
7085 changed files with 447606 additions and 0 deletions
34
modules/chat/mobile.css
Normal file
34
modules/chat/mobile.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
@import url(https://fonts.googleapis.com/css?family=Arimo&subset=latin,latin-ext);
|
||||
#copyrightline{
|
||||
color: #FFFFFF;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
body{
|
||||
color: #ffffff;
|
||||
font-family: 'Arimo' !important;
|
||||
font-style: normal;
|
||||
font-size: 13px;
|
||||
font: 13px 'Arimo',verdana,tahoma,sans-serif;
|
||||
}
|
||||
|
||||
.info{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.time{
|
||||
color: #FFFFFF;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.ooc{
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.me{
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.user_whisper {
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue