themes

How to override App_themes folder with my own folder in asp.net 2.0

I want to override App_Themes folder with name like My_themes in asp.net C# ...

How to theme the entire Xcode IDE to light-on-dark

I have been using VIM/xterms with a dark background for coding. On OSX, MacVim and Terminal can both be themed to be light-on-dark. Xcode 3.2 allow the same customization for its editor using color schemes, but is there a way to do the same to its other UI panels ("Groups and Files" left pane and the list view top pane for example)? If n...

CSS Menu Issues

I have a web site running locally in IIS. I also copied the exact same files and folder structure to a web server. The remotely deployed code works fine, but the local installation appears to have a CSS issue. It appears to be having a problem finding a theme file. When I run the app in the IDE, my javascript drop down menus, appear a...

Drupal 6: How to add a new region to a theme

I added a new region line to my .info file under /sites/all/themes/[theme] directory. However when I look at the Blocks page, the region is not visible, nor is it a selectable item from the dropdown menus. I've cleared the cache as well. What am I missing? ...

Changing Visual Studio 2010 Theme

How do I install the .vssettings file I downloaded into VS2010 to "apply" a theme? ...

several jquery ui theme switcher problems (cookie, different themes for different pages, etc.)

I just try putting the jquery-ui theme switcher on my website. Seems that there are some problems: Cookie does not work. When I close the browser and reopen the webpage, the default theme will load instead of the one selected before. The selected theme is valid for current page only. If jumping to another page, it will load the default...

How can I apply a theme/style to an Action android

In Android, how can I apply a style to an API action? I am using the RingtoneManager.RINGTON_PICKER action to let the user select an alarm, and would like to apply the standard theme that the other child-activities use. Does anyone know how I can apply a theme? The code I'm using to open the RINGTONE_PICKER is Intent intent = new Inte...

Best way to apply a theme to an iPhone app

Hi I am trying to write some iPhone app with a theme switcher, where users can select a theme to change the background color, alpha, images, and some push buttons' look and feel as well (size, image, or even locations). What would be the best way to apply the theme? Thanks, Tim ...

How to exclude the title from theme applied to the application?

I'm using a theme for my app to set some common layout features. One of the things I change in this theme is the text style. I change the color and the size of the text in the whole app. Sadly the text in the titlebar is also changed and the result is a somewhat blurry ugly style. I don't know if it is the color or the size of the text...

Conditional themes in Visual Studio 2008

Can I have different visual studio themes associated to different solutions? Here's my problem. I have two files with sames names that have almost identical contents from two different solutions, open simultaneously. Of course, I have the first solution open and the file from the second solution is opened from explorer and has no connec...

Wordpress theme not displaying when activated on production server, but will display on development environment

Wordpress theme not displaying when activated on production server, but will display on development environment. I can view the theme in preview mode, but not when it's activated. Any idea on where to start would be great. ...

To use Wordpress themes in Rails apps?

Wordpress themes are beautiful! Is there any guideline to use Wordpress themes in a rails app? Even better, are there rails app templates which can use the Wordpress themes already? Thanks! ...

Theme confusion in SpreadsheetML.

I've been fighting this all day. Inside my styles.xml file I have color information given like so: <fgColor theme="0" tint="-0.249977111117893" /> ECMA 376 defines a theme color reference as: Index into the <clrScheme> collection, referencing a particular <sysClr> or <srgbClr> value expressed in the Theme part. Ok, tha...

Drupal theme preprocess function - primary links and suckerfish menus

I have a preprocess function that works fine when the menu is single level list. However I would like it to work w/ suckerfish menus. I want to add a class to the top level menu item so that I can style it. This is the code I used for the single level menu: function cti_flex_preprocess_page(&$vars, $hook) { // Make a shortcut for th...

using client specific messages in struts2

I'm coming from Spring MVC and need to do some stuff using struts2.[a very beginner] In Spring MVC we are using ThemeResolver to get client specific message properties. we have two clients 'abc' and 'def'. I was used to do it like this. in themes folder[another message bundle] I have abc_en.properties, abc_ar.properties and def_en.pr...

How start with XUL development?

Hi everyone. First of all I need to say that my english is not good. So I sorry for errors in this post. Second, I`m a professional programmer for 2 years. Main programming language is VB.net (that I find somewhat limited when speaking about User Interfaces). I love user interfaces and I really want to be able to create software in...

Theme the node-create and node-edit template

I'm using drupal 6. I've managed to make a .tpl file for one content type, that is for images in my image gallery. I did that by adding this code in template.php: function artbasic_theme($existing, $type, $theme, $path) { return array( 'galleryimage_node_form' => array( 'arguments' => array('form' => NULL), 'templa...

ASP.NET Multiple themes for GridView

I have an ASP.NET application inside which i have a GridView.I have Skin file and CSS for the GRidView Present inside the App_Theme folder.Now i want the user to switch the style(Colors and Font) for the Grid view based on user preference.Is there any way i can associate a purticular Theme folder to a Grid.Can i keep the CSS file other t...

ASP.NET: Themes : Associating a CSS file out side App_Theme folder for Skin/Theme

Is there anyway i can mention which CSS file should be attached to my Page automatically when running A Page with ASP.NET Themes /Skins ? I want to associate my own CSS which resides in a folder other than the APP_Themes Folder to the Page ...

Using JQuery themeroller with ASP.NET gridview

For those of us who are aesthetically challenged, is there a way to apply JQuery's themes (e.g. redmond) to an ASP.NET gridview? Something like ... $(document).ready(function() { $(function() { $("<%= MyGridView.ClientID %>").Table(); }); }); Perhaps there's an addin that would emulate that type of functionality? ...