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

Re: DDP styling maint-guide/debian-reference



On 11/01/2014 06:27 PM, 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.

Looking good, but I would lose the transition effect. It slows me down;
it's kind of painful to wait for the arrow. Just stick with the
plain-old HTML a:hover without effects please.

-- 
Adrian Fita


Reply to: