



Got sick and tired of trying to make out dark videos against the bright, white background of youtube.com. Bulk of this CSS is setting the style of the tabs. The tabs are not gifs or jpegs but CSS. A quick glance at my code reveals that I'm a noobie so a lot could be optimized. But, hey, I did the work so nyah! Enjoy!
Updated 11/28/2006 - youtube replaced some of the tab elements with repeating gif files. I'll have to brush up on including gif data in css files.
Lost the subject title of the movie in beta page of Youtube. Will you add this change too?
My eyes says thanks......
i notice you have a whole lot of
#gNavDiv .rcs1 {border-right: 1px solid #000000 !important; background: #383838 !important; }
#gNavDiv .rcs1 {border-left: 1px solid #000000 !important; background: #383838 !important; }
#gNavDiv .rcs2 {border-right: 1px solid #000000 !important; background: #383838 !important; }
#gNavDiv .rcs2 {border-left: 1px solid #000000 !important; background: #383838 !important; }you can do this instead
#gNavDiv .rcs1,
#gNavDiv .rcs2{border-right:1px solid #000!important;background:#383838!important;}
#gNavDiv .rcs1,
#gNavDiv .rcs2{border-left:1px solid #000!important;background:#383838!important;}
NICE!
Looks good. Maybe someone could help clean up the code and even replace some of the images.