editing the .css server status file

Post Reply
cssmac
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Nov 07, 2005 7:44 am

editing the .css server status file

Post by cssmac »

Hello, I've been trying to edit the .css server status file via the instructions on the FAQ page. However, I am trying to do more then just change the colors, I'm able to do that easily, but what I would really like to do is change the arrangement of the information on the status page. For example, I would like to have the map image on the left, and then have the server info to the right, and then the player information below that.

I'm familar with traditional html, but am lost when it comes to css. I've tried adding html table commands using table row and data commands, but as I expected, that didn't work. Any help or advice you could give me would definitely be appreciated. Thanks.
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

As far as I know this would not be possible without doing 2 separate queries, because of the way the script is laid out. Then again, I am no css expert either. :wink:
User avatar
Edge100x
Founder
Founder
Posts: 13113
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Post by Edge100x »

You may be able to specify where each item appears by using "position: absolute" and the box offset properties (top, bottom, left, and right), although I haven't tried it with the status script yet. CSS is quite powerful.
cssmac
New to forums
New to forums
Posts: 3
Joined: Mon Nov 07, 2005 7:44 am

Post by cssmac »

Thanks for the response, guys, I'll try it both ways. After I posted my original message, I got to thinking, I may be able to create a table and then have it query two seperate .css files (As b0oya stated) in each cell that I want the specific information. I'll let you know how it turns out.
Thanks again.
Post Reply