[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DDP styling maint-guide/debian-reference



On Sat, Nov 01, 2014 at 05:27:27PM +0100, Stéphane Blondon wrote:
> 2014-10-24 1:15 GMT+02:00 Stéphane Blondon <stephane.blondon@gmail.com>:
> > However, I think it's possible to show an effect by changing the
> > opacity of the arrows so the user will see an arrow more or less
> > visible.
> 
> I done it by increasing the black color in the arrows (provided in
> attachments) and adding CSS at the end of maint-guide.css file:
> /* Navigation elements */
> .navheader a, .navfooter a {
>     opacity: 0.50;
>     transition: opacity 0.3s ease-in-out;
> }
> .navheader a:hover, .navfooter a:hover {
>     opacity: 1;
> }
> 
> The complete CSS file is provided in attachment too.
> The temporay demo at
> http://stephane.yaal.fr/tmp/maint-guide-demo/start.en.html is updated
> with these enhancements.

Nice color changes but this does not have small screen feature?

Osamu


Reply to: