Page 1 of 1

CSS Interface question

Posted: Mon Feb 23, 2015 2:05 am
by Bmot
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 :P

Re: CSS Interface question

Posted: Mon Feb 23, 2015 7:10 am
by EchoMan
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.

Re: CSS Interface question

Posted: Mon Feb 23, 2015 8:30 am
by Bmot
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 :)

:lol: -people- could customize it, me, not so much :P

Re: CSS Interface question

Posted: Tue Feb 24, 2015 5:35 pm
by Cdls
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;
}