themes

Java Swing GUI theming

Is it possible to develop custom PLAF themes for Swing? I would appreciate constructive suggestions in this topic Thanks ...

How to select a theme programmatically in Vista

A software package I'm working on installs its own Windows theme and as part of the install tries to make it the current theme. We managed to get this working on Windows XP with a great many registry edits during the install (a reboot applies the changes) but Vista seems to require even more reqistry changes. We also found that "runnin...

How do I get the path of the current drupal theme?

The drupal api has drupal_get_path($type, $name) which will give the path of any particular theme or module. What if I want the path of the current theme? ...

WPF Office 2007 Theme

are there any additional WPF themes from microsoft except that default ones provided in PersentationFrameWork.Aero, PersentationFrameWork.Luna, PersentationFrameWork.Royale & PersentationFrameWork.Classic i am specially interested in a Office 2007 Blue theme ...

how do i inherit/overwrite a forced style from a windows theme?

currently i am forcing my WPF app to use the luna theme no matter what, with this XAML code <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="Styles.xaml" /> <ResourceDictionary Source="NavigationCommands.xaml" /> <ResourceDict...

Plesk Rebranding Web Hosting

Hey I recently bought the new Plesk software and im unsure on how to re-brand the site to our company logos and themes. Does anyone know the steps to changes these settings or a manual that would answer my questions? Regards, Oliver James ...

How to take control of style sheets in ASP.NET Themes with the StylePlaceHolder and Style control

Update: This turned into a blog post, with updated links and code, over at my blog: http://egilhansen.com/2008/11/30/how-to-take-control-of-style-sheets-in-aspnet-themes-with-the-styleplaceholder-and-style-control/ The problem is pretty simple. When using ASP.NET Themes you do not have much say in how your style sheets are rendered to...

How do you specify stylesheets for spcific media using ASP.NET Themes?

This is a question brought up in a local user group mailing list at dot.net.nz ... I when I create an XHTML page old-fashioned way, I used to use the following syntax for my CSS declarations: <link rel=”stylesheet” type=”text/css” media=”screen” href=”css/screen.css” /> <link rel=”stylesheet” type=”text/css” media=”print” hr...

Is there a way to disable/override the default style for disabled WebControls

Hi there, that one has been nagging me ever since I dabbled in web developpement; is there a way for this? Could I override that style and rely on some other mean to inform my users that that control can't be ineracted with? My problem is that the graying of RadioButton- and CheckBox-Lists' labels makes them unreadable. I could alway...

SharePoint - Change Themes Style Sheet

I'm using the Belltown theme in a sharepoint portal and there are some styles that I want to change change in the Belltown stylesheet. I thought that I could just edit the theme.css file located at: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\THEMES\BELLTOWN and restart the web server, but the styl...

.NET - How to build themes for big CSS files

I am in charge of providing a theme functionality for a site using a big CSS file (thousands of elements) I've just inherited. Basically we want to allow the user to be able to change the colors on the screen. Every CSS element, besides color definition also have lots of other attributes - size, font, float, etc... As well a specific co...

TextMate's Dawn color theme for Emacs

Does anybody know if there is a color theme like the TextMate Dawn theme, for Emacs ? I simply don't like the way the fonts look on my dark emacs theme and I am not sure if it's emacs's fault or just the theme. Here's a comparison: http://mixandgo.com/emacs_textmate.png Thanks, Cezar ...

Are There Any "Blank" Wordpress Designs?

I'm currently about to enter a web design contest at my school along with a friend, and together we wanted to create a Wordpress blog theme. But so far... none seem to just be barebones, without and CSS Code, just the PHP code already there. Just if you know of a "blank" Wordpress theme... thanks. UPDATE : I do in fact know CSS and have...

Form designer inconsistent in control display style for updated project

I've got a project that I started in Turbo Delphi, which I recently updated to D2009, and I've noticed a bit of a quirk in the form designer. All the old forms have a Win98 style applied to them. The buttons are gray with sharp square edges, for example. But any new form I've created since the upgrade displays its controls in WinXP styl...

How do I migrate my Netbeans themes to other computers?

Short of copying the entire .netbeans directory is there any way to transfer custom Netbeans color schemes to other computers? I am using the latest (6.5). ...

Small Business Start Kit

Set up SB starter kit and works fine [ON MY BOX]. Before going any further with customization, I decided to publish to my web host (www.zen.co.uk) Navigating to the site gave me Parser Error Message: Theme 'Standard' cannot be found in the application or global theme directories. Source Error: Line 51: Line 52: ...

How to set default WPF Window Style in app.xaml?

Hi, I am trying to set the default Style for every window in my WPF Windows application in my app.xaml. So far i have this in app.xaml: <Application.Resources> <ResourceDictionary> <Style x:Key="WindowStyle" TargetType="{x:Type Window}"> <Setter Property="Background" Value="Blue" /> </Style> </Resourc...

Does ASP.NET have built in support for skinning logos?

I'm using logos as just an example. I'm trying to use themes/skins for the first time in ASP.NET - and just trying to figure out exactly what they will allow me to do. As far as i can tell themes are primarily for changing controls like buttons, which can be modified using images. But is there a way I can skin a 'logo' or other graphic...

"This page contains both secure and nonsecure items" Themes & SSL

So I have this website that will be accessed via an SSL connection ("https://mystupidwebsite/etc...") I am using themes in conjunction with a single css file. when the page is rendered though, the CSS link tag in the header still has the http://mystupidwebsite/etc... full path. How do I get it to regester the css file correctly, with t...

jQuery-UI Datepicker CSS problem

Hi, I've got this pretty simple HTML page with a jQuery datepicker: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <title>jQuery Datepicker</title> <link rel="stylesheet" href="../App_Themes/D...