YUI 3.x Home -

YUI Library Examples: StyleSheet: Adjusting a page theme on the fly

Note: This is YUI 3.x. Looking for YUI 2.x?

StyleSheet: Adjusting a page theme on the fly

In this example, we'll change some colors in this page's color theme. Enter any valid CSS color value into the inputs and submit the changes to see them applied to the page.

Example values: #123456 or #123 or rgb(0,10,30) or red

h1,h2,h3,h4,h5,h6,
#demo label {
    color: #e76300;
}
.example-container {
    background-color: #F1F6F7;
}
#bd .toc3 li.selected a,
#bd .toc3 li a:hover {
    color: #28b;
}

Full code listing

Markup

JavaScript

Copyright © 2009 Yahoo! Inc. All rights reserved.

Privacy Policy - Terms of Service - Copyright Policy - Job Openings