Another improvement I think could be made to the style now it uses a white rounded forum background (although it's a matter of taste) really for each person. Get rid of that horrible yellow "hover colour" used on forums listings, also match same hover colour used for all areas of forum like on members list and online users list to "same colour used" (instead of being different), to be more uniformed across the board again.
I changed the yellow to white after playing around with different colours. That colour works really well, and is more of a neutral colour most would be happy with. Look at screen-shots of 3 different forum areas changed to use same white hover colour (then check same areas here).
[RFC] Define max-width for prosilver
Re: Define max-width for prosilver
Last edited by mrgtb on Sun Jul 06, 2014 1:24 pm, edited 5 times in total.
Re: Define max-width for prosilver
Again, I don't really get why you have forum home using a different CAT bar image than forum listing page, online listing page e.t.c? On my forum I've made both those different areas match up "looking exactly same" with category bar image used. Also used same CAT bar image (but modified with photoshop) to be longer for header background also, done so the header area matches up as well.
forum home page: forum listing page:
This is how it looks here with screen-shots taken to show the difference from mine (used above).
forum home page: forum listing page: if you want to see these same changes made in my last 3 post in action live, then visit my forum link in signature below, have a look around.
forum home page: forum listing page:
This is how it looks here with screen-shots taken to show the difference from mine (used above).
forum home page: forum listing page: if you want to see these same changes made in my last 3 post in action live, then visit my forum link in signature below, have a look around.
- M.Gaetan89
- Registered User
- Posts: 64
- Joined: Tue Jan 28, 2014 7:17 pm
- Location: Divonne-les-Bains, France
- Contact:
Re: Define max-width for prosilver
I think you'll like this PR. It removes all the gradient images and replace them with CSS gradient. So each category will always have a gradient, independently of the number of forums.
However, I think using the alternate background color (as on topics list) would also be a good solution.
However, I think using the alternate background color (as on topics list) would also be a good solution.
Re: Define max-width for prosilver
Now that the forum uses it's own background with rounded corners. You can play around with styling the page "body background" more. Such as doing this, which I've just done on my forum.
In colours.css change:
To this:
Upload image used to "themes/images" folder. The image uses "coloured and transparent squares", so the background colour still shows through it (while image is used for whole page. Think it makes the border stand out better also around the forum using white squares with (current) but darker background colour showing through as alternate squares.
However, I tried something else adding a body background image that didn't work well because of other certain forums areas. Like WhoIs IP "Popup Box" causing issues when doing this. I wanted to add a solid (blue) image band across the top of the page body using this below.
But because the WhoIs online IP checking pop-up box is small and uses dark coloured text displayed on body background itself at top, same thing with smiley pop-up box. It wasn't possible to use an image band without it affecting those pop-up boxes looking daft with dark text you could hardly read against the blue body background band. Ruling out really you being able to add a dark coloured background band across top of forum to have two colours used. Much like how XenForo does it like this.
So thought I'd mention this as it kind of limits you being able to style body background, unless you just tile a light coloured image all over it which I ended up having to do really, but would have preferred a coloured band across to break background up better and have two colours used on it.
If you used a forum background band at top, because the smiley box is short in height means that band (if blue lets say) would be used behind both title text and even what's displayed at bottom also (most likely). If the band was about 300px long used. Dark text title on page background not suitable if using a blue band on forum page body background
In colours.css change:
Code: Select all
html, body {
color: #536482;
background-color: #F5F7FA;
Code: Select all
html, body {
color: #536482;
background: #F5F7FA url("./images/bg_body.gif");
Code: Select all
html, body {
color: #536482;
background: #F5F7FA url("./images/bg_body.gif") repeat-x;
So thought I'd mention this as it kind of limits you being able to style body background, unless you just tile a light coloured image all over it which I ended up having to do really, but would have preferred a coloured band across to break background up better and have two colours used on it.
If you used a forum background band at top, because the smiley box is short in height means that band (if blue lets say) would be used behind both title text and even what's displayed at bottom also (most likely). If the band was about 300px long used. Dark text title on page background not suitable if using a blue band on forum page body background
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Define max-width for prosilver
You're going way off scope/topic with all of your last few replies in this topic. Each and every one of your "suggestions" should be a separate RFC. If you're not going to talk about the max-width change that this topic is/was about please don't post here. Either find the relevant topic or start a new one, as has already been mentioned.
Thanks.
Thanks.
Re: Define max-width for prosilver
OK, point taken.
- Master_Cylinder
- Registered User
- Posts: 361
- Joined: Wed Jul 31, 2013 9:54 pm
Re: Define max-width for prosilver
It looks horrible with all of the padding on the sides...
These kids today...
Buy them books, send them to school and what do they do?
They eat the paste.
Buy them books, send them to school and what do they do?
They eat the paste.
Re: Define max-width for prosilver
For me it looks beautiful with all the padding on the sides...
Re: Define max-width for prosilver
I like proSilver the way it is now (for 3.1).
Of course you can discuss until 2050 about the exact looks, but IMHO that is not important. The most important thing is the basic structure with responsive design and inheritance as the biggest assets.
With proSilver as it is now, you can make a complete different style in just a mornings work. Create a overall_header, _footer and index_body with some alterations, change common.css end colours.css and maybe a my_style.css for the extras and you're ready. With that, you can change the exact width, the padding, the colors and everything else to your own taste.
IMO: no need for further debating this.
Of course you can discuss until 2050 about the exact looks, but IMHO that is not important. The most important thing is the basic structure with responsive design and inheritance as the biggest assets.
With proSilver as it is now, you can make a complete different style in just a mornings work. Create a overall_header, _footer and index_body with some alterations, change common.css end colours.css and maybe a my_style.css for the extras and you're ready. With that, you can change the exact width, the padding, the colors and everything else to your own taste.
IMO: no need for further debating this.
Above message may contain errors in grammar, spelling or wrongly chosen words. This is because I'm not a native speaker. My apologies in advance.
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: Define max-width for prosilver
It looks different. People are biased against change. Please consider this and leave some time before making a comment.Master_Cylinder wrote:It looks horrible with all of the padding on the sides...