Userstyles for the forum

Other talk that doesn't fit elsewhere.
This is for General Discussion, not General chat.
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: Userstyles for the forum

Post by cybersphinx »

I don't care much about the colours, but the fixed width annoyed me, so I use the following:

Code: Select all

div#wrap {
  max-width: 98% !important;
  min-width: 98% !important;
  width: 98% !important;
}

div#c-wrapper {
  max-width: 98% !important;
  min-width: 98% !important;
  width: 98% !important;
}

div.warzone-content {
  max-width: 80% !important;
  min-width: 80% !important;
  width: 80% !important;
}
Don't know if that'll help any for mobile use, but it lets you use the screen width on large screens (especially useful for trac).
We want information... information... information.
User avatar
effigy
Regular
Regular
Posts: 1217
Joined: 22 Jan 2010, 03:21
Contact:

Re: Userstyles for the forum

Post by effigy »

now, if I have to ask how to use these Userstyles, does that mean I shouldn't use them?
This is why some features aren't implemented: http://forums.wz2100.net/viewtopic.php?f=30&t=7490&view=unread#p87241
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: Userstyles for the forum

Post by cybersphinx »

It means you should get acquainted with Stylish.
We want information... information... information.
User avatar
effigy
Regular
Regular
Posts: 1217
Joined: 22 Jan 2010, 03:21
Contact:

Re: Userstyles for the forum

Post by effigy »

cybersphinx wrote:It means you should get acquainted with Stylish.
groovy
This is why some features aren't implemented: http://forums.wz2100.net/viewtopic.php?f=30&t=7490&view=unread#p87241
Post Reply