Announcement

#1 2011-08-11 08:42:12

Bogdan
Member
2011-06-11
22

[resolved] Clear theme

Hi,

I was wondering if it's possible to get rid of the dotted line underneath the Menu items, Category titles, etc in Clear theme, and if so, how to do it. I managed to do this for the line under images, but don't know how to do it for normal links.

Thanks,
Bogdan

Offline

 

#2 2011-08-11 10:09:13

Gotcha
Former Piwigo Team
Pourrières (83) [FR]
2007-03-14
604

Re: [resolved] Clear theme

The tag corresponding in CSS is : border-bottom

Offline

 

#3 2011-08-12 10:41:54

Bogdan
Member
2011-06-11
22

Re: [resolved] Clear theme

Gotcha wrote:

The tag corresponding in CSS is : border-bottom

Hi Gotcha,
Am i supposed to edit the local/css/rules.css file? That's how i did it for images. What would be the exact command?
Thanks

Offline

 

#4 2011-08-12 11:39:16

Gotcha
Former Piwigo Team
Pourrières (83) [FR]
2007-03-14
604

Re: [resolved] Clear theme

This file is for all elements.

Code:

a:hover, a:active {
    border-bottom-style: hidden;
}

Offline

 

#5 2011-08-12 12:51:20

Bogdan
Member
2011-06-11
22

Re: [resolved] Clear theme

Gotcha wrote:

This file is for all elements.

Code:

a:hover, a:active {
    border-bottom-style: hidden;
}

Hi,

I tried and replace the current
A:hover {
border-bottom: 1px solid #858460;
}

with your suggestion:
a:hover, a:active {
    border-bottom-style: hidden;
}

but nothing happend...Any idea?
Thx

Offline

 

#6 2011-08-12 13:36:16

Gotcha
Former Piwigo Team
Pourrières (83) [FR]
2007-03-14
604

Re: [resolved] Clear theme

Sorry :

Code:

a {
   border-bottom: 1px solid #858460;
}

Offline

 

#7 2011-08-15 10:54:39

Bogdan
Member
2011-06-11
22

Re: [resolved] Clear theme

Hi Gotcha,

I tried your latest suggestion
a {
   border-bottom: 1px solid #858460;
}
but without luck. Dotted line still present under menu titles and menu items...I guess i'll have to get used to it.

Thanks,
Bogdan

Offline

 

#8 2011-08-15 11:45:19

Gotcha
Former Piwigo Team
Pourrières (83) [FR]
2007-03-14
604

Re: [resolved] Clear theme

Can you make a screen shot ?

My English is very bad, sorry for my uncomprehension.

Offline

 

#9 2011-08-15 12:01:25

Bogdan
Member
2011-06-11
22

Re: [resolved] Clear theme

Hi Gotcha,
Don't worry, i'm grateful for your help.
I uploaded a screen shot with what i want to change. I think the lines under the titles don't look to nice, and i want them removed, of possible.
Thanks!

Offline

 

#10 2011-08-15 12:23:52

Gotcha
Former Piwigo Team
Pourrières (83) [FR]
2007-03-14
604

Re: [resolved] Clear theme

In LocalFiles Editor, tab "CSS" choose : clear

Add :

Code:

a {
   border-bottom: hidden;
}

Offline

 

#11 2011-08-15 14:22:11

Bogdan
Member
2011-06-11
22

Re: [resolved] Clear theme

Great!

Thanks a lot Gotcha, that solved my issue!

Have a good day and congrats to Piwigo team for such a great tool and consistent support!

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact