CSS Interface question

Forum for general requests for support for players. Both staff members and veteran players can help new players with problems they encounter. No chatting in this forum, please.

Moderators: Public Relations Department, Players Department, Programming Department

User avatar
Bmot
Game Mechanics Chair / HR/PD Member
Posts: 2631
Joined: Sat Jun 30, 2012 3:59 pm
Location: The Hague - Netherlands

CSS Interface question

Postby Bmot » Mon Feb 23, 2015 2:05 am

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
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?
User avatar
EchoMan
Posts: 7768
Joined: Fri Aug 26, 2005 1:01 pm
Location: Stockholm, Sweden

Re: CSS Interface question

Postby EchoMan » Mon Feb 23, 2015 7:10 am

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.
User avatar
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

Postby Bmot » Mon Feb 23, 2015 8:30 am

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
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?
User avatar
Cdls
Posts: 4204
Joined: Sat May 14, 2005 7:09 pm

Re: CSS Interface question

Postby Cdls » Tue Feb 24, 2015 5:35 pm

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;
}

Return to “General Support”

Who is online

Users browsing this forum: No registered users and 1 guest