Looking at Themes and Skins
- Posted: Feb 05, 2006 at 7:34 PM
- 25,897 Views
- 6 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
In this screencast, Thom takes a look at one of the new features of ASP 2.0 called Themes and Skins. A theme is a collection of property settings that allow a Web page to define a common look and for pages and controls. Themes are made up of elements: skins, Cascading Style Sheets (CSS), images and other defined resources.
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Very nice.
Is it somehow possible to apply Themes to Master page as well? Thank you!
What is the difference between Themes/Skins and CSS/Class? They seem to be the very same thing, just one is Microsoft's terminology. I'm not contesting their implementation, just wondering what the Themes/Skins get me more than CSS.
Thanks.
There's no need to re-invent the wheel again, CSS Zengarden already proves that you can successfuly create complete website themes by just using one simple stylesheet.
Why not write one HTML page, then write a few different stylesheets for the 'themes'?
www.csszengarden.com
I am using Windows Media player and the Macromedia Flash player and don't have an issue. Not familair with the Codec pack you mention
CSS applies to html
Themes and Skins apply to your .net controls.
.net has some controls that html doesn't provide.
It's easier and faster for .net developrs to use themes and skins.
You can use your skins on the winform or asp.net for the controls in common. Using only CSS work on the htm. If you want a common look throughout you can use a theme and apply it to you winform and asp.net. Making for a consistant look that's easy to maintain.
You can apply themes to an entire site or directory or for winform application.
Skins are applied to controls.
You can have an entire site that has a common theme like MoonBuggy and then apply a skin that looks different to a particular control or group of controls, say Earthlook.
In CSS if you set the background in the body to blue then all will have that blue background unless you change it for an element, say table with a white background.
The body tag is like the theme for the site. The table however will get a skin with a white background.
.NET themes and skins can be used online and offline allowing for a consistant look if you have a website and a winforms app you're offering to users.
Remove this comment
Remove this thread
close