For more fun, check this out:
Code:
/* ============= UI Tab Aesthetics ============= */
/* Italicize the title of unread tabs */
#content tab:not([selected]) {
font-style: italic !important;
color: #FFFF00 !important;
}
#content tab[selected='true'] {
color:#93CEFF !important;
}
#content tab[selected='false'] {
color:#93CEFF !important;
}
This sets the loaded and not-yet-viewed tab font color to yellow, italicized, the current tab to sky blue and tabs that have been viewed but not currently being viewed to sky blue no bold.
The current tab is bold faced by default, making it stand out from the rest of the tabs, and my VS for XP also places a line under the current tab.