Description of problem: We have a global navigation bar for mageia.org domain. Its goal is, with a consistent design charter, to help visitors/users to direct themselves through the whole domain. In its current form, it provide a permanent set of links to several categories/apps. However it could be made better/different: - linking to specific subapps (current form) - linking to spaces (somehow as mandriva.com or apple.com do) - linking to a single home site through a single badge (see mozilla.org several sites), leaving each local domain/zone/app to its own sub-navigation scheme - something else. This bug is open to discuss (with actual mockups) a redesign of this nav bar for 2012. - if using text, the nav bar should be translatable and take into account the current locale of the website; - the navbar should accomodate being used in a fixed, fluid, dynamic, whatever layouts; - it must not consist of too many items - it should accomodate touch devices (not too large, but large enough action items)
A sample candidate has been made available. See it tested (temporary URL) at http://www.mageia.org/en/about/?testnav=1 Documentation about its use is available: http://www.mageia.org/_nav/ (see code in http://svnweb.mageia.org/web/www/trunk/_nav/
Status: NEW => ASSIGNEDAssignee: mageia-webteam => rdalverny
Blocks: (none) => 2997
the title is with http://www.mageia.org/en/2/?testnav=1 in a webkit browser (epiphany in mga1) is not in blue, and with firefox it seems a bit to big. otherwise it looks nice :)
(In reply to comment #2) > the title is with http://www.mageia.org/en/2/?testnav=1 in a webkit browser > (epiphany in mga1) is not in blue, What webkit release is epiphany based on? It means it doesn't render this set of rules: background: #2383C2; background: -webkit-linear-gradient(top, #3494D3 0%, #2383C2 50%); background: -moz-linear-gradient(top, #3494D3 0%, #2383C2 50%); background: -o-linear-gradient(top, #3494D3 0%, #2383C2 50%); background: linear-gradient(top, #3494D3 0%, #2383C2 50%); and I'm not sure why. > and with firefox it seems a bit to big. Would you mind a screenshot? I can't reproduce a very different title here. :-p Thanks!
Created attachment 2314 [details] diff of screenshot >What webkit release is epiphany based on? I don't know but I can confirm with midori, and it works with chromium-browser 18. In fact its the two banners (title and usual) with is to big to me :)
Ha, right, but in the second screenshot, check the URL; you need the ?testnav=1 query string to see the new navbar candidate. :-p
(In reply to comment #5) > Ha, right, but in the second screenshot, check the URL; you need the ?testnav=1 > query string to see the new navbar candidate. :-p It was only to show the same page in the same browser. For webkit it seems fixed with http://svnweb.mageia.org/web/www/trunk/_nav/css/source.css?r1=1066&r2=1087, thanks
Released in production, propagation to other sites coming in the next days.
Status: ASSIGNED => RESOLVEDResolution: (none) => FIXED