Fixed a string error in the webclient that could appear on some server setups. Added URL parsing to the webclient.
This commit is contained in:
parent
e7b3916aec
commit
7e898842b9
4 changed files with 13 additions and 8 deletions
|
|
@ -1,15 +1,23 @@
|
|||
/*
|
||||
Style sheet for Evennia's web client.
|
||||
|
||||
Possibly this should somehow be incoorporated with the
|
||||
This should possibly somehow be incoorporated with the
|
||||
overall website theme in the future?
|
||||
*/
|
||||
|
||||
/*Overall element look */
|
||||
body{
|
||||
background:#000;
|
||||
color:#fff;
|
||||
font-size:.9em;
|
||||
font-size:.9em;
|
||||
}
|
||||
a:link{
|
||||
color:#fff;
|
||||
}
|
||||
a:visited{
|
||||
color:#ccc;
|
||||
}
|
||||
|
||||
/*Base style for new messages in the main message area.*/
|
||||
.msg{
|
||||
background:#000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue