youtube.com darkened theater style

youtube.com darkened theater style
706
****½
Last updated Nov 27 2006
87 installs this week, 5791 total.

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.

Install options

Feedback

Reviews

rio said on Jul 18 2007

Lost the subject title of the movie in beta page of Youtube. Will you add this change too? ****

DarkSide said on Sep 28 2006

My eyes says thanks...... ***

ChoGGi said on Sep 11 2006

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;}

ERlack$ said on Aug 29 2006

NICE! *****

Lazy said on Aug 29 2006

Looks good. Maybe someone could help clean up the code and even replace some of the images. *****