CSS at http://www.blackviper.com/

Discussion in 'CSS' started by boba5555, Apr 4, 2009.

  1. #1
    I take a look at the page of http://www.blackviper.com/ and it is obvious that the page is black, that body is defined as black. When I took a look at CSS files, I have found 3 of them - 20080425w.css, 20080425p.css and 20080425b.css. The last one read into page is 20080425w.css, but in that CSS file there is
    
    body{
    	background:#fff;
    	color:#000;
    	font-family:arial, helvetica, sans-serif;
    }
    Code (markup):
    so, background-color is white. How is it possible that whole page is colored in black? Thank you in advance.

    EDIT: Well, I think it is because there write "alternate stylesheet", but I can't remove the post :| Sorry for asking the question.
     
    boba5555, Apr 4, 2009 IP
  2. Somesite

    Somesite Peon

    Messages:
    152
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2

    At glance, it actually looks like he has two separate themes that use one css theme or the other. You'll see on the left side of the screen he gives you an option to choose black or white... white will turn the theme to white and use the css file you're looking at.
     
    Somesite, Apr 4, 2009 IP
  3. boba5555

    boba5555 Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Oh, you have right. I didn't notice that. Thanks for pointing me that.
     
    boba5555, Apr 4, 2009 IP