login | register
Sat 20 of Mar, 2010 (04:54 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

     
Get RSS Feed

complex style for fckeditor

ulukai
Joined: 15 Apr 2009
Reply to this PostReply with Quote to this Post

complex style for fckeditor

Posted:Sun 19 of Apr, 2009 (16:29 UTC)
Not sure where to put this question, but here it goes :)

I can create my own (simple) style for use in fckeditor. Question I have is, if it is possible to create a style which would change more attributes of a text - background, text align, font size, font color.

I'm using only html in my wiki.

Thanks
kinderlehrer
Avatar
Joined: 20 Jun 2008
Reply to this PostReply with Quote to this Post

Re: complex style for fckeditor

Posted:Sun 19 of Apr, 2009 (19:32 UTC)
I changed my (html using FCKeditor) site defaults for H1, H2 etc by using the css for my 'skin' in the Bitweaver folder - in themes > styles > my skin > myskin.css.

Changed colours, sizes etc.

h1				    {color:#996699; font-size:18px;} 


FWIW this is also where I set the css for the
{backtotop}
button that I told you about so that it appears on the same line as a header on the right hand side of the page.

a.backtotop      {display:inline;text-align:right; float:right;}


HTH
ulukai
Joined: 15 Apr 2009
Reply to this PostReply with Quote to this Post

Re: complex style for fckeditor

Posted:Sun 19 of Apr, 2009 (19:38 UTC)
Great, thanks.