themes

Is the Zen theme for Drupal enterprise ready?

I'm starting a build of a Drupal based online store, using Ubercart etc. It is likely my client will turn over a lot of sales on the site, so it must be secure. Of course I will want to create a unique theme for this, so is Zen a good place to start or should I avoid it and start from scratch? Quote: Zen is the ultimate starting th...

problem with css file

hi...all I'm having problem with themems. I have app_themes folder in my application that have a mytheme folder.In that folder I hvae placed a css file. I have used this theme thruoghout the application. using the web config file....follwing is the code. <System.web> <pages theme="mytheme"></pages> </System.web> it's worikng fine....

Isolating triggers from WPF THemes

HI, I am using the WPF themes libary which is relaesed in Codeplex.com. All works fine. The theme used is applied. But there is a problem when I need to create a style for a button control(With triggers especially) and associate it with a button. What happens is the theme does not get applied to that button alone because I have a differ...

Silverlight Border object not visible when theme applied?

I have a applied one of the Silverlight Toolkit themes to my XAML page, and now for some reason my Border objects don't show up. Is this by design? I've made sure to explicitly state a BorderBrush color that should contrast the theme background, but this does not fix the issue. In case it helps, the theme I'm using is the BureauBlack t...

Switching themes in Drupal without the web interface

I'm in the process of learning php and creating themes. Unfortunately, while I was editing a theme that i was currently using in drupal, I made a mistake in the theme such that nothing shows up anymore, even if i were to hit drupal/index.php. I want to change my broken drupal theme to a working one but i'm unable to do so because I can'...

How to change the theme of Person.aspx in SharePoint My Sites

I have my custom theme working everywhere except for the profile page for users under My Sites, which is the Person.aspx page. Any thoughts on how to apply the theme to this page? Or even just hard coding custom styling to it? Thanks, Kale ...

How do I create an auto-run Dialog themed Activity in Android 1.5 (Cupcake)?

In the onCreate() of my "main" class I'm checking some things and occasionally need to show a popup. The popup is just another Activity which has been themed as @android:style/Theme.Dialog in the Manifest file. This has worked perfectly for months, but now that I'm on Cupcake it's basically just drawing the screen as all black. Here's ...

How can I specify that asp.net themes should not be applied to a specific folder?

I happen to have an asp.net 2.0 project that I want to apply a site-wide theme to. As such, I've specified the theme in the web.config file by setting the "theme" attibute of the system.web.pages element. Now, I've added a new folder containing third party code that I do not wish to apply the theme to (in fact, I can't, because many of...

Dummy blog entries for Wordpress theme development

I'm developing a custom wordpress blog theme. Does anyone know if there is a dummy database of entries that I can use for development? At the moment I'm using live data from my own blog, which is okay, but I've seen themes on the wordpress database that have the same entries using all the different things that appear, forms, styled tex...

ASP.NET - Themes and Relative Referencing

Hello, I have an ASP.NET application that uses themes. Let's pretend I have a theme named "MySkin". I have a page that is in a sub-directory of my application. When I reference a page that uses "MySkin", I noticed that ASP.NET renders a link element that walks up to the root of the site and then down into the App_Themes directory. Here...

ASP Themes: Skin Localization

Hi, Is any way to localize text in .skin file (asp.net theme)? Thanks ...

Change font size of a GridView's ColumnHeader

Is there an easy way to change header font size without overwriting completely duplicating ColumnHeaderTemplate? Note: Not sure if it is relevant, but I use an application theme (PresentationFramework.Royale) which provides the ColumnHeaderTemplate. ...

asp.net change masterpage / hide show details dependent on theme

Is it possible to dynamically change the masterpage on the whole project dependent on current active theme ? or alternatively i need to hide / show details on my existing masterpage dependant on the active theme, hope that makes sense. suggestions please Thanks ...

Where or how I see the various SystemColors in the different themes?

We're designing a winforms app, and in order to match its appearance to the system theme we're trying to restrict ourselves to the colours in the SystemColors class. However, it's sometimes hard to choose appropriate colours without knowing what colour they correspond to in the different themes. I can see the palette for the current th...

Seam 2.1 issue: losing theme

I'm developing a web application with Seam but suddenly the theme has stopped working. I've reverted the latest changes and it doesn't solve it. I've even reinstalled the JBoss (5.1) server but it doesn't fix it either. I see no error in the logs, just the css theme is not being shown (although it's there in the server), no css errors i...

Can I use a wordpress theme in new php pages?

I'm putting together a web site that needed to include some signup and blogging capability. Wordpress seems to be a perfect fit for that portion of the app, so I've started experimenting with it. I see plenty of tutorials on creating custom themes so I don't expect that to be a problem. What I'm not able to figure out is what to do wi...

Color palette (colors used) for RibbonWindow's Office 2007 Black theme?

I am using the Office 2007 Black theme for my RibbonWindow and really like all of the colors it uses. Here is the resource dictionary included in my ribbon window's resources. <ResourceDictionary Source="/RibbonControlsLibrary;component/Themes/Office2007Black.xaml"/> I would like to mirror the colors of this theme in my user controls....

Temporarily override Theme CSS in ASP.NET

I have a MasterPage that is two column layout, left column menu, right column content. The whole page is XHTML/Divs/CSS layout. So the columns are div's with CSS applied to size them. For one page, a grid page, I want only one column (the content column) to be 100% width for maximum viewing area. How can I use the same masterpage and ...

Adjust a Control Template and still respect the Theme of the OS?

In WPF how do I modifiy the template for a standard control in a way that it will respect the current Theme of the Operating System later on? If I just "edit a copy" of the template in blend, it will just give me the template of the currently running theme. Is this correct? So when I apply the modified template and run the app on differe...

Theme Image URL Rebasing asp.net

I am implementing themes to enable an existing website to be rebranded (logos, colors, images etc.) depending on the requesting URL. I understand how to do that and have got the skins working fine except for some exceptions related to the URLs of images. Specifically I have a control property that it is not feasible to skin. Prior t...