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.

hover buttons on here

+2
TheCrow
S-t-e-v-e-
6 posters

Go down

hover buttons on here  Empty hover buttons on here

Post by S-t-e-v-e- January 24th 2014, 5:18 pm

just wondering what the codes for it? if you go over the edit, quote and so on it goes gray, does anybody know how to do it and would it be possible to do with new topic and reply buttons ?
avatar
S-t-e-v-e-
Forumember

Posts : 450
Reputation : 6
Language : English

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by TheCrow January 24th 2014, 5:23 pm

Go to
Admin Panel >> Display >> Colors and Pics >> Colors >> CSS Stylesheet
and add the below code in your css:
Code:
.postbody ul.profile-icons {opacity: 0.7;}
.postbody ul.profile-icons:hover {opacity: 0.9;}
TheCrow
TheCrow
Manager
Manager

Male Posts : 6897
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by S-t-e-v-e- January 24th 2014, 5:25 pm

nearly but it highlight them all in stead one at the time
avatar
S-t-e-v-e-
Forumember

Posts : 450
Reputation : 6
Language : English

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by Mati January 24th 2014, 5:29 pm

Try this

Code:
ul.profile-icons li img {
    opacity: 0.5;
}
ul.profile-icons li img:hover {
    opacity: 0.8;
}
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by TheCrow January 24th 2014, 5:32 pm

Matti got me first! hehe Smile
TheCrow
TheCrow
Manager
Manager

Male Posts : 6897
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by S-t-e-v-e- January 24th 2014, 5:34 pm

prefect is there an way for new topic and reply big buttons?
avatar
S-t-e-v-e-
Forumember

Posts : 450
Reputation : 6
Language : English

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by Mati January 24th 2014, 5:47 pm

S-t-e-v-e- wrote:prefect is there an way for new topic and reply big buttons?

Code:
.buttons img {
    opacity: 0.5;
}
.buttons img:hover {
    opacity: 0.8;
}
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by Ape January 24th 2014, 7:10 pm

How do you get the profile pm and site buttons to change like aswell ?


hover buttons on here  Left1212hover buttons on here  Center11hover buttons on here  Right112
hover buttons on here  Ape_b110
hover buttons on here  Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by Mati January 24th 2014, 7:13 pm

APE wrote:How do you get the profile pm and site buttons to change like aswell ?

Code:
.postprofile dd a img {
    opacity: 0.5;
}
.postprofile dd a:hover img {
    opacity: 0.8;
}
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by Ape January 24th 2014, 7:19 pm

Mati™️ wrote:
APE wrote:How do you get the profile pm and site buttons to change like aswell ?

Code:
.postprofile dd a img {
    opacity: 0.5;
}
.postprofile dd a:hover img {
    opacity: 0.8;
}
Thank you worked like a magic wond lol +1 Wink
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by S-t-e-v-e- January 25th 2014, 4:51 pm

Mati™ wrote:
S-t-e-v-e- wrote:prefect is there an way for new topic and reply big buttons?

Code:
.buttons img {
    opacity: 0.5;
}
.buttons img:hover {
    opacity: 0.8;
}


thank mate i just added abit to your code to make it look great

Code:

.buttons img {
    opacity: 1.5;
}
.buttons img:hover {
    opacity: 0.5;
}

img.i_reply_locked {
    opacity: 0.5 !important;
}
avatar
S-t-e-v-e-
Forumember

Posts : 450
Reputation : 6
Language : English

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by Jophy January 26th 2014, 1:55 pm

Is it solved?
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by S-t-e-v-e- January 26th 2014, 2:51 pm

No i trouble a with locked topic is there anyway of shadowing that button?
avatar
S-t-e-v-e-
Forumember

Posts : 450
Reputation : 6
Language : English

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by S-t-e-v-e- January 31st 2014, 11:46 am

anybody know if this is possible to do?
avatar
S-t-e-v-e-
Forumember

Posts : 450
Reputation : 6
Language : English

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by Ange Tuteur January 31st 2014, 1:16 pm

You could use this :
Code:
img.i_reply_locked {
    opacity: 0.5;
}
img.i_reply_locked:hover {
    opacity: 1.0;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

hover buttons on here  Empty Re: hover buttons on here

Post by S-t-e-v-e- January 31st 2014, 7:27 pm

i dont want to have an hover on the lock button :/

my problem is when you lock an topic  Wink


look below my codes doesn't change this

hover buttons on here  Lock10
avatar
S-t-e-v-e-
Forumember

Posts : 450
Reputation : 6
Language : English

Back to top Go down

Back to top

- Similar topics

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