0
Welcome Guest! Login
0 items Join Now

Afterburner, change background colour on "main"

    • Vidar's Avatar
    • Vidar
    • Hero Rocketeer
    • Posts: 413
    • Thanks: 0

    Afterburner, change background colour on "main"

    Posted 15 years 2 months ago
    • I've tried to figure out what to change/add to get the background of the "main" part in a different colour. (In lack of other words, I mean, it's not a module position.)

      In this picture I'm talking about the area inside the blue outline. I would like to change it from black.
    • Regards,
      Vidar
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Afterburner, change background colour on "main"

    Posted 15 years 2 months ago
    • find this in style 2 (is this your style?)

      .s-c-s #col1pad, .s-c-x #colright, .x-c-s #colright, #wrapper, body {background:#272727;}

      and rewrite it like this

      .s-c-s #col1pad {background:#272727;} <<<< this should be the color to change
      .s-c-x #colright {background:#272727;}
      .x-c-s #colright {background:#272727;}
      #wrapper {background:#272727;}
      body {background:#272727;}
    • Vidar's Avatar
    • Vidar
    • Hero Rocketeer
    • Posts: 413
    • Thanks: 0

    Re: Afterburner, change background colour on "main"

    Posted 15 years 2 months ago
    • And yet again, thank you!
    • Regards,
      Vidar
  • Re: Afterburner, change background colour on "main"

    Posted 15 years 1 month ago
    • Are the columns discreet? Is there a way to have a background beneath all columns without separation?

Time to create page: 0.054 seconds