1
AHLIS
Mastop Publisher - Backroundproblems in the texteditor
  • 2008/7/7 14:55

  • AHLIS

  • Not too shy to talk

  • Posts: 189

  • Since: 2004/12/12


Hi!

Module: Mastop Publisher
Version: 1
Editor: TinyMCE

I use a theme with a dark background-image. It seems that the texteditor (Content, Textfield) uses the themes background-images as a background.

My qustion is where could I find the code so I can change the editor to use the color withe instead?
_____________
Best Regards
Ahlis

2
Mamba
Re: Mastop Publisher - Backroundproblems in the texteditor
  • 2008/7/7 15:40

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


I don't have Mastop, so I cannot tell you that, but if you have Firefox, install this extension:

http://chrispederick.com/work/web-developer/

and then use the "View Style Information" option to see exactly which CSS element drives the color.

It's an excellent tool.

Speaking of which, our Mambo friends recommend following tools:

Top 5 Font Tools for Web Designers

Top 10 Colour Tools for Web Designers

Top 5 Font Tools for Web Designers

Worth checking them out...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

3
AHLIS
Re: Mastop Publisher - Backroundproblems in the texteditor
  • 2008/7/7 16:54

  • AHLIS

  • Not too shy to talk

  • Posts: 189

  • Since: 2004/12/12


Hi Mamba,

Thanks for your help.

I installed firefox and the extension. I found some code but I didn't understand so very much so I just changed the background-image on the site for now.

This was the code I found.
Quote:

http://www.**MY**SITE**.com/batveckan/modules/mastop_publish/editor/tinymce/
jscripts/tiny_mce/themes/advanced/css/editor_content.css

body, td, pre (line 4)

{

font-family: Verdana,Arial,Helvetica,sans-serif;

font-size: 10px;

}

body (line 9)

{

background-color: #ffffff;

}
http://www.**MY**SITE**.com/batveckan/themes/big-bis/style.css

body (line 3)

{

background-color: #000000;

background-image: url(images/bg.gif);

background-repeat: repeat-x;

background-attachment: scroll;

background-position: center top;

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

color: #000000;

font-family: Arial;

font-size: 14px;

}


If there is someone who knows where I should change the code so I can use my orginalimage as homepage-background and someother color in the content textfield-background, please let me know.
_____________
Best Regards
Ahlis

Login

Who's Online

203 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 203


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits