The future of ZDoom, GZDoom, and QZDoom, and this site.

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
User avatar
Rachael
Posts: 13571
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Rachael »

No problems with that. But keep in mind I am not going to do like DRD Team and install 20 different styles. In fact, I am going to replace the Artodia one with the guys you liked.

If you do submit one, Lud, I think that will be the last one I install - and hopefully that will be enough to keep people happy with the styles. :)
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49073
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Graf Zahl »

Eruanna wrote:Colorize Lucid Lime
That one gets my unconditional support. It'd dark but with nice contrast in the text colors. Perfect!
The current one is fine but the contrast is a bit low which makes reading it for prolonged periods a bit straining, not as bad as black on white but not optimal.
Accensus
Posts: 2383
Joined: Thu Feb 11, 2016 9:59 am

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Accensus »

Eruanna wrote:No problems with that. But keep in mind I am not going to do like DRD Team and install 20 different styles. In fact, I am going to replace the Artodia one with the guys you liked.

If you do submit one, Lud, I think that will be the last one I install - and hopefully that will be enough to keep people happy with the styles. :)
Will do my best to make it worth your while, Eruanna. Will submit it later in this thread.
Accensus
Posts: 2383
Joined: Thu Feb 11, 2016 9:59 am

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Accensus »

Love the new theme! Kinda reminds me of EVE Online. There was a similar theme there.
User avatar
Rachael
Posts: 13571
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Rachael »

And the profiles are left-facing in this one, too. :P I suppose I'll get used to it after a while... a lot of forums I use still do that.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49073
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Graf Zahl »

Niiice. This should have been done 10 years ago.
User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Nash »

Loving it too! Now, just to deal with the colours of special users (Graf already mentioned this in the previous page IIRC) and it'll be good. :D
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49073
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Graf Zahl »

Just one thing: This theme has very wide borders on the sides. The standard proSilver do not have this. Can it be changed to use the full screen witdh?
User avatar
Rachael
Posts: 13571
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Rachael »

Unfortunately, I am having trouble finding the CSS declaration that is causing that. If you know where it is, I can change it.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49073
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Graf Zahl »

Not sure, but the most likely one seems this:

proSilver:

Code: Select all

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 12px 0;
The new one:

Code: Select all

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 20px 7% 0 7%;
User avatar
Caligari87
Admin
Posts: 6174
Joined: Thu Feb 26, 2004 3:02 pm
Preferred Pronouns: He/Him
Contact:

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Caligari87 »

Can confirm, I played with that in the Firefox page inspector and removed the borders quite handily with

Code: Select all

margin: 20px 0 0 0;
8-)
User avatar
YukiHerz
Global Moderator
Posts: 1503
Joined: Mon Dec 02, 2013 6:01 pm
Graphics Processor: Intel (Modern GZDoom)
Location: Where corruption is redefined daily.

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by YukiHerz »

Image
Proof that the borders are a bad thing.
User avatar
Rachael
Posts: 13571
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Rachael »

Yeah, the projects forum is broken with the new style. A workaround is turning off the preview thumbnails, but that is far from ideal.

@Graf & Caligari: Thank you. I will change it.

(EDIT: should be done now, if you don't see a change use F5, ctrl-F5, or shift-F5, depending on what your browser supports)
User avatar
Rachael
Posts: 13571
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Rachael »

Fixed projects subforum with the new style.

... almost. :P

Really not sure how to fix the column header in the topic listing.
User avatar
Shadelight
Posts: 5113
Joined: Fri May 20, 2005 11:16 am
Location: Labrynna

Re: The future of ZDoom, GZDoom, and QZDoom, and this site.

Post by Shadelight »

Thank you for the blue theme. :D
Post Reply

Return to “General”