cRPG

cRPG => General Discussion => Topic started by: Alec on June 12, 2015, 12:12:20 am

Title: Website
Post by: Alec on June 12, 2015, 12:12:20 am
Hi devs

If you have any spare time, could you please consider making the website a bit more mobile friendly?

Thank you  :P
Title: Re: Website
Post by: Bronto on June 12, 2015, 01:31:30 am
DON'T DO IT DEVS!!!!!

visitors can't see pics , please register or login
Title: Re: Website
Post by: Asheram on June 13, 2015, 12:34:47 am
visitors can't see pics , please register or login
Title: Re: Website
Post by: Switchtense on June 13, 2015, 12:47:10 am
visitors can't see pics , please register or login


TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP
TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP
TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP
TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP
TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP TARP
Title: Re: Website
Post by: korppis on June 13, 2015, 02:28:03 pm
Yeah both c-rpg.net and melee.org could use some love. Although I'm not sure if it's worth spending much effort in c-rpg.net at this point.  :)

I'd be happy to give a hand tho if devs simply don't have time for it. I make responsive websites for work so it's not a biggie.
Title: Re: Website
Post by: pogosan on June 13, 2015, 02:36:04 pm
Title: Re: Website
Post by: Nordwolf on June 14, 2015, 10:14:36 am
Not to spend much time on it you can just monofix the whole window.

Something like
Code: [Select]
min-width: 960px;
Title: Re: Website
Post by: Alec on June 14, 2015, 12:26:54 pm
Not to spend much time on it you can just monofix the whole window.

Something like
Code: [Select]
min-width: 960px;

Just making it left & right scrollable would suffice
Title: Re: Website
Post by: matt2507 on June 14, 2015, 01:12:14 pm
Not to spend much time on it you can just monofix the whole window.

Something like
Code: [Select]
min-width: 960px;

 :rolleyes:

Code: [Select]
<link rel="stylesheet" href="screen.css" media="screen"/>
<link rel="stylesheet" href="handheld.css" media="handheld"/>