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.

Anyway to customize the editor?

2 posters

Go down

Solved Anyway to customize the editor?

Post by Guest January 12th 2014, 00:38

As the title says it can you edit it(excluding color) Unless it's this part: http://prntscr.com/2ijbcx

So yea any help?
avatar
Guest
Guest


Back to top Go down

Solved Re: Anyway to customize the editor?

Post by Ange Tuteur January 12th 2014, 01:16

Hi Ace700,

You can edit mostly any part of the editors style by using CSS.

For the buttons you can use :
Code:
.sceditor-button { background:red !important; }

There was also new options added to the colors for editing the textarea and toolbar color of the editor.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Anyway to customize the editor?

Post by Guest January 12th 2014, 02:15

Thanks for the reply. What about the floating when you highlight?
I would do this stuff.. But I don't understand where the ids are located hence the name sceditor.
avatar
Guest
Guest


Back to top Go down

Solved Re: Anyway to customize the editor?

Post by Ange Tuteur January 12th 2014, 02:24

If you wanted to change the hover color you would have to add the :hover pseudo class to your selector :
Code:
.sceditor-button:hover { background:blue !important; }
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Anyway to customize the editor?

Post by Guest January 12th 2014, 02:29

Ange Tuteur wrote:If you wanted to change the hover color you would have to add the :hover pseudo class to your selector :
Code:
.sceditor-button:hover { background:blue !important; }
Noo I didn't want to allow hover. But I think it's the same idea. Thanks!
avatar
Guest
Guest


Back to top Go down

Solved Re: Anyway to customize the editor?

Post by Ange Tuteur January 12th 2014, 02:38

What exactly was it you wanted to do ? I didn't really understand your explanation.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Anyway to customize the editor?

Post by Guest January 12th 2014, 02:49

Ange Tuteur wrote:What exactly was it you wanted to do ? I didn't really understand your explanation.
Well when you hover over it raises up.
avatar
Guest
Guest


Back to top Go down

Solved Re: Anyway to customize the editor?

Post by Ange Tuteur January 12th 2014, 03:11

You can try this :
Code:
.sceditor-button:hover { position:relative; bottom:3px; }

The button will move up 3px when you hover over it.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Anyway to customize the editor?

Post by Guest January 12th 2014, 03:37

Ange Tuteur wrote:You can try this :
Code:
.sceditor-button:hover { position:relative; bottom:3px; }

The button will move up 3px when you hover over it.
Yea that didn't work sorry. Maybe this pic will help?

http://prntscr.com/2ikyu4
avatar
Guest
Guest


Back to top Go down

Solved Re: Anyway to customize the editor?

Post by SLGray January 12th 2014, 17:50

Code:
    .sceditor-button:hover { position:relative !important; bottom:3px !important; }

Also add it to the top of the stylesheet.


Anyway to customize the editor? 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 : 51463
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Anyway to customize the editor?

Post by Guest January 12th 2014, 19:49

Still not working. I just want it when you hover on it, it wont raise up. Similar to the forumotion one on here.
avatar
Guest
Guest


Back to top Go down

Solved Re: Anyway to customize the editor?

Post by SLGray January 12th 2014, 20:25

Please post (use the code tags) here all the CSS that is related to the editor in your stylesheet.


Anyway to customize the editor? 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 : 51463
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Anyway to customize the editor?

Post by Guest January 12th 2014, 23:24

Code:

/*Editor*/
.sceditor-button:hover { position:relative; bottom:0px; }
.sceditor-button { background:transparent !important; }
avatar
Guest
Guest


Back to top Go down

Solved Re: Anyway to customize the editor?

Post by Ange Tuteur January 13th 2014, 22:39

Oh, I see what you mean now. We had a problem similar to this before.

Try adding this to your CSS :
Code:
.sceditor-button:hover { height:20px !important; }
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Anyway to customize the editor?

Post by Guest January 14th 2014, 03:51

Ange Tuteur wrote:Oh, I see what you mean now. We had a problem similar to this before.

Try adding this to your CSS :
Code:
.sceditor-button:hover { height:20px !important; }
Problem solved. I'd of thanked this but thanked the previous one xP. Razz
avatar
Guest
Guest


Back to top Go down

Solved Re: Anyway to customize the editor?

Post by SLGray January 14th 2014, 03:52

Topic Solved & Locked


Anyway to customize the editor? 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 : 51463
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Back to top

- Similar topics

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