Tagged Questions
0
votes
3answers
85 views
Switching plone themes according to visitor's screen size
For plone 4.2.5 is there a non-complicated way to set up theme switching between desktop/mobile versions based on visitors screen size?
Something like "if less than 640x480 then" serve the mobile ...
2
votes
1answer
86 views
How to extend instead of overriding WPF Styles
I want to use custom theme in my application and as far as I know I can accomplish this by using resource dictionary and referencing it in App.xaml. Styles would override the defaults like this:
...
1
vote
1answer
167 views
Custom skins engine for WPF
I would like to let the users of my apps (C# + WPF) to build their own themes and skins.
What is the best way to achive that? Are there some examples or maybe some sort of "skin engine" I need to look ...
0
votes
1answer
51 views
Magento theme page
This is my first time working with Magento so this might be a n00b question.
i've set up 2 store views NL & UK. Both have the same theme.
It all works fine in my UK store. But when I go to ...
0
votes
1answer
107 views
Skin control, different syntax with CSS
I have a question about the layout control by skin (Theme)
I want the img to be horizontal centered, however, the syntax of *.skin is a little different with CSS,
I write like this
<asp:image ...
0
votes
2answers
338 views
How do I generate a python GUI using an XML based layout of the GUI?
I designed a customized UI in Photoshop and now I would like to use XML to create and GUI for python. I saw this website http://wiki.xbmc.org/index.php?title=WindowXML and they use WindowXML GUI ...
-1
votes
2answers
1k views
How to apply themes to WindowsForm in C#?
This question is in my head for way too long. How this guy made a form with a custom border and custom controls without a ".dll" file or something like that. It's just a ".exe".
My question is ...
0
votes
0answers
17 views
How can I horizontally center the play/pause buttons in CPro (ClassicPro)?
I would like to horizontally center the play/pause and skip/rewind buttons while having the window still be resizable, is this possible?
0
votes
1answer
378 views
Roundcube Template Customization
I am customizing the default theme provided with roundcube. however i am facing problems while adding image in my template. the image is inside the images folder inside mytheme. i want to add that ...
1
vote
0answers
303 views
Android application with changeable skin
I would like to give user option to change application's skin or theme. Let's say downloadable skin or built-in number of skins. Are there any ideas how to implement it?
2
votes
1answer
450 views
Add a class along with class specified in the skin
We are using themes to style our control.
For textbox we have added like this in the skin
<asp:TextBox runat="server" CssClass="txt edit_txt" />
Now in some cases, we want to add another ...
2
votes
3answers
621 views
Advantage of Using Theme & Skin File over CSS in asp.Net
I am developing a website in ASP.Net..
Is it good to develop the Styles using Themes with SkinFile or CSS as we use in HTML
Which is best?
4
votes
1answer
1k views
Android app with changable skin/theme
I am planing to build an android media player that has changeable skin. What i aim at is like the user can download skins and use it with his android media player. Is it possible to pack skins as a ...
4
votes
1answer
250 views
Is there an equivalent to CSS for XIB (XCode Interface Builder XML)?
Is there any way to apply a style XIB files created by XCode? Something equivalent to styling an HTML file with CSS? I'd like to be able to, say, change the background image for all buttons or for all ...
3
votes
2answers
3k views
How to switch skins (or design themes) in iOS app?
I'd like to make my iPhone app to be able to switch between skins (or design theme, or look and feel, such as wooden, metal, earth color, men's, girls, etc...).
I'll prepare some sets of skins that ...
0
votes
2answers
244 views
TFS Web create my own theme
How can i create new design for tfs?
I am looking for any guide or tutorial.
I am looking to change layout colors etc..
so i am able to go to profile ,options, theme and select MyNewShinyTheme.
...
0
votes
1answer
249 views
Source of Thunderbird's Default Theme by Arvid Axelsson
I need to edit the original icons from Thunderbird's Default Theme by Arvid Axelsson - does Mozilla provides a SVG-Version, maybe ?
I need to know the style of the icons, cause they're really ...
0
votes
1answer
2k views
How to apply custom theme/skin to SharePoint 2010 visual web part in visual studio 2010
After learning how to apply custom theme and CSS to ASP.Net web application in visual studio 2010, I would like to add same functionality to a SharePoint 2010 visual Web Part but I discovered that the ...
0
votes
1answer
559 views
Asp.Net - Apply a Skin to a Button inside a Custom User Control
I use Asp.Net 4 and C#.
In my web site I have a Theme Folder with a Skin file to changing the aspects of all my Button in my website.
All is working fine except styling for a Button inside a User ...
0
votes
1answer
235 views
Gtk+ Custom Theme Like Winamp
I want to know Is it Possible to make custom theme ( Skin ) like Winnamp have any documentation about it.. or any other way to do this with GTK+ using other language..
Please help me..
Thanks in ...
0
votes
2answers
3k views
how to set the property background image of HTML body in skin file in Asp.Net?
how to set the property background image of HTML body
in skin file in Asp.Net?
what I need is I need to change the background image of my page like twitter... but by using skin file...
0
votes
1answer
755 views
How do I change ASP.NET App_Themes based on what Skin is selected in RadSkinManager?
How do I change ASP.NET App_Themes based on what Skin is selected in RadSkinManager?
I have a RadSkinManager dropdownlist in my masterpage that allows users to select their own skin provided by ...
0
votes
2answers
255 views
Skin to Speed Up DotNetNuke Load Times During Module Development?
Are there any minimalist skins for DotNetNuke that are well suited to speeding up page load times during module development? My page loads (especially for logging in) are quite slow on my development ...
0
votes
1answer
233 views
Multiple Theme Cascading / Overloading in Magento
Lets say we have a 'default' theme for our Magento (1.4+) Shoe store, we have styled this so that it contains lots of shoe related images etc. We now want to design a limited-edition theme that is ...
1
vote
1answer
2k views
What is CSS, Themes and Skin in ASP.Net?
I am a beginner in ASP.Net. I want to know what is CSS, Themes and Skin in ASP.Net? and How to create and use these things in ASP.Net? Please explain with simple example. Thank you.
0
votes
1answer
389 views
Changing GUI of Windows Application based on the MSI filename
We are developing a Windows application using C#. We would like to change the GUI (background images and other control images and text) based on brandname.
The typical installer of the application ...
0
votes
1answer
2k views
Changing Flex 4 theme (CSS+Skin) at run-time?
I have a Flex 4/Blaze/Java application and would like to provide my users with a way to switch between several pre-determined skins. Does anyone have a good example of how to do this?
Ideally, the ...
2
votes
3answers
3k views
How to change theme of a total ASP.NET application dynamically?
Imagine an ASP.NET application with several theme defined within it. How can I change theme of total application (not just a single page) dynamically. I know it is possible through <pages ...
1
vote
2answers
5k views
How to customize the top status bar in an Android app?
Specifically I want to change the text and background colors. Is it possible to change the colors of the 'animated progress wheel' too? Can I use a theme to do this? Can anyone point me to an example ...
1
vote
1answer
320 views
how can i add concept of theme or skin to iPhone application
how can i add concept of theme or skin to iPhone application ?
my app will download themes from location upon purchase and then it will be applicable to apply that theme to application ..
does apple ...
0
votes
1answer
2k views
Flash Cs4 components skinning / themes?
is there a way to apply custom skin / theme on components in flash Cs4.
I remembeer I could edit them in flash 8 as2, but in flash cs4 they just an objects.
without option to edit "content" of ...
2
votes
2answers
1k views
master skin file in ASP.NET
My project has multiple themes with different colors.
I need to skin certain textboxes with a specific font/size/etc.[no color difference]
Currently, I add <asp:TextBox SkinID="skinned" ...
0
votes
1answer
235 views
Pros and cons of having CSS as part of a theme
What are some pros/cons in using CSS as part of a theme instead of manually supplying <link> tag in the <head> section of a web page?
1
vote
2answers
364 views
Themes bad, skins good?
I found few posts where people were basically complaining about themes and at the same time thought skins were useful:
a) But aren’t skins only used in combination with themes, thus isn’t a skin ...
1
vote
2answers
458 views
Themes/Skins doesn't work any more in VS2008
I couldn't make the theme/skin thing work in VS2008. Same asp.net2.0 code works fine in VS2005.
I am using Masterpage, and inside content page I would have something like:
<asp:Button ID="testid" ...
0
votes
4answers
221 views
Skinnable wiki
Are there any wikis that can be skinned with html/css/images? We've gone through the process of getting custom html for a blog (wordpress) and for our app and would like to be able to use those ...
20
votes
6answers
13k views
Minimal theme for Eclipse [closed]
I've just been setting up a new 10" netbook and have just installed Eclipse for some development. Even on large screens I've found Eclipse's GUI to be very bulky and awkward to work with, and now on a ...
2
votes
3answers
2k views
How to skin all ASP.Net validators?
I want all of the validators in an ASP.Net 3.5 website to have a CssClass value of "error". My initial thought was to do this in a theme skin like so:
<asp:CompareValidator runat="server"
...
0
votes
2answers
1k views
SkinID on usercontrol
I have created a usercontrol (a custom button control), how to apply skin on that control.
What to write in the skin file for eg for a asp:button i will write <asp:button SkinID ="btnSkinBlue" ...

