Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Changing default Font / Theming
Changing default Font / Theming [message #119818] Tue, 27 January 2009 18:02 Go to next message
Markus  rüger is currently offline Markus rügerFriend
Messages: 369
Registered: July 2009
Senior Member
Hi,

is it possible to change the default font used by RAP without creating a
whole new theme?
If not, is it possible to just extend the default theme and/or change one
part of it?

Regards,
Markus
Re: Changing default Font / Theming [message #119856 is a reply to message #119818] Tue, 27 January 2009 18:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: benjamin.wolff.web.de

Hi Markus,

you could create a new css file, for examle defaultTheme.css
then simply put in the following:

* {
font: 12px Arial;
}

then use this .css file as theme, adapt your font and all widgets will use this font.

greetings,
ben



Markus Krüger schrieb:
> Hi,
>
> is it possible to change the default font used by RAP without creating a
> whole new theme?
> If not, is it possible to just extend the default theme and/or change one
> part of it?
>
> Regards,
> Markus
>
>
Re: Changing default Font / Theming [message #119921 is a reply to message #119856] Wed, 28 January 2009 14:08 Go to previous message
Markus  rüger is currently offline Markus rügerFriend
Messages: 369
Registered: July 2009
Senior Member
Worked like a charm!

Thank you,

Markus Kr
Previous Topic:Internationalization of "Core Plugins"
Next Topic:Messages.get() within IRunnableWithProgress
Goto Forum:
  


Current Time: Wed Apr 24 23:23:53 GMT 2024

Powered by FUDForum. Page generated in 0.02983 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top