Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2006-02-07 12:36:05

netzbauer
New member
Registered: 2006-02-07
Posts: 4

Can i change the width of the "Stylist" ?

Well, in the textarea is a fixed part reserved for the stylist. I don't need that, because i don't use classes, all styles are defined like this:

      // Or we can load styles directly
      xinha_config.stylistLoadStyles('p { font-size: 12px;  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;   color:#564b47;}');
      xinha_config.stylistLoadStyles('td { font-size: 12px;  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;   color:#564b47;}');
      xinha_config.stylistLoadStyles('li { font-size: 12px;  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;   color:#564b47;}');
      xinha_config.stylistLoadStyles('h1 { font-family: "Times New Roman", Serif; font-size: 24px; text-align: left; color: #8EBA8E;}');
      xinha_config.stylistLoadStyles('h2 { font-family: "Times New Roman", Serif; font-size: 18px; text-align: left; color: #564b47;}');

When I turn off the Stylist where the plugins are listed, my styles don't work. So, perhaps it is possible to put the width of the Stylist to 0px?

Offline

#2 2006-02-07 12:46:54

netzbauer
New member
Registered: 2006-02-07
Posts: 4

Re: Can i change the width of the "Stylist" ?

found it .... :-)

Offline

Board footer

Powered by FluxBB