The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Fade and light images

3 posters

Go down

In progress Fade and light images

Post by Kamui December 16th 2015, 11:22 am

I like this code, but what I don't like is how dark it looks. Anyway I can make it slightly brighter before someone roles their mouse over the picture?

https://help.forumotion.com/t141472-fade-and-light-images
Kamui
Kamui
Forumember

Male Posts : 291
Reputation : 3
Language : English
Location : Greed Island

http://narutogaiden.forumotion.com/

Back to top Go down

In progress Re: Fade and light images

Post by SLGray December 16th 2015, 11:47 am

This is the part you have to change for the lightest or darkest:
Code:
opacity:0.7;


Fade and light images Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Fade and light images

Post by Kamui December 16th 2015, 4:33 pm

Okay, is there anyway to make the homepage buttons , Home, FAQ, and search ect back to their original brightness?

http://soulsamurai.forumotion.com/
Kamui
Kamui
Forumember

Male Posts : 291
Reputation : 3
Language : English
Location : Greed Island

http://narutogaiden.forumotion.com/

Back to top Go down

In progress Re: Fade and light images

Post by YoshiGM December 18th 2015, 3:09 am

Search in your CSS ( ACP > Display > Colors > CSS ), this code:

Code:
a.mainmenu {
    opacity: 1;
}
a.mainmenu:hover {
    opacity: 0.60;
}

And delete the opacity value. You can change the value to "1" for 100% opacity and the 0.60 por add opacity.. It will be with a decimal.

0.90 = 90%
0.80 = 80%
0.70 = 70%
Etc

Cheers Smile
YoshiGM
YoshiGM
Active Poster

Male Posts : 1499
Reputation : 144
Language : Spanish & English
Location : Mexico

http://asistencia.foroactivo.com/u21373

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum