CSS Interface question
Moderators: Public Relations Department, Players Department, Programming Department
- Bmot
- Game Mechanics Chair / HR/PD Member
- Posts: 2631
- Joined: Sat Jun 30, 2012 3:59 pm
- Location: The Hague - Netherlands
CSS Interface question
I was wondering, is there an adaption to the base CSS skin "grey.css" so that it centers the page, like the "normal" Cantr interface? The grey skin now shoves everything to the left and it annoys me 
Richard Dawkins wrote:We privileged few, who won the lottery of birth against all odds, how dare we whine at our inevitable return to that prior state from which the vast majority have never stirred?
- EchoMan
- Posts: 7768
- Joined: Fri Aug 26, 2005 1:01 pm
- Location: Stockholm, Sweden
Re: CSS Interface question
That's one of the features of the grey skin, that it is document oriented. So no. You could customize it into your own skin I guess.
- Bmot
- Game Mechanics Chair / HR/PD Member
- Posts: 2631
- Joined: Sat Jun 30, 2012 3:59 pm
- Location: The Hague - Netherlands
Re: CSS Interface question
EchoMan wrote:That's one of the features of the grey skin, that it is document oriented. So no. You could customize it into your own skin I guess.
Fair enough
Richard Dawkins wrote:We privileged few, who won the lottery of birth against all odds, how dare we whine at our inevitable return to that prior state from which the vast majority have never stirred?
- Cdls
- Posts: 4204
- Joined: Sat May 14, 2005 7:09 pm
Re: CSS Interface question
A quick and dirty edit you can add to the custom CSS section to get the effect:
Code: Select all
* {
margin: 0 auto;
}
BODY CENTER {
text-align: center;
}
#player_menu {
text-align: center;
}
#character_menu {
text-align: center;
}
Who is online
Users browsing this forum: No registered users and 1 guest
