(11-25-2015, 11:03 PM)evanz Wrote: looks great but put a small black outline around the text, gets missed with bright background
Yup, agreed, it's a bit difficult to read on some of the brighter background images (or, in the worst case, a star). There are some quick and humble commented style suggestions below, in case you need something that improves readability a bit without messing too much with the image files and layout (though you're probably already ahead of me there).
Again, many thanks for the effort; it's pretty damn cool (and useful)!
Code:
section#two {
/* reduces the brightness of the background image a bit */
background: rgba(0, 0, 0, 0.1);
}
section#two .feature p.text-faded {
/* adds a black shadow "outline" to the text for added contrast */
text-shadow: 0em 0em 0.25em #000;
/* reduces opacity a bit relative to the .text-faded class (would suggest setting it to 1?) */
color: rgba(245, 245, 245, 0.9);
}
(11-25-2015, 10:38 PM)HookDev Wrote: We finished the little surprise we mentioned earlier today. You can find it here: http://discoverygc.com
Remember how Discovery had no front page and instead redirected straight to the forums? Well now it doesn't do that anymore. We hope you'll like it.
If you still get redirected to the forums when opening the link, clear your browser cache and it will be fine.
Thanks to @Ace Razgriz, @ChillerMiller and @Cashew for their assistance with the pictures, and of course big thanks to those who took them!
- Alley and HookDev
you linked the wrong facebook page in the loading page it should be www.facebook.com/discoverygamingcommunity which is the most up-to-date with activity and annoucements. I believe some admin have access to it and alley
Thanks for the feedback. We've updated the facebook link.
@Error: Thanks for the CSS, we thought about it but wondered if it was useful. It definitely seems so considering the feedback here. I've applied the dim to both section two and the header.
Excellent Work, @HookDev. I knew you wouldn't disappoint, and thus my confidence in your abilities was well placed. I think with you around, Discovery will move to the next level a lot faster. Good Luck with your endeavours, and see you soon.