0
Welcome Guest! Login
0 items Join Now

menu color in afterburner

    • MN's Avatar
    • MN
    • Newbie
    • Posts: 5
    • Thanks: 0

    menu color in afterburner

    Posted 14 years 7 months ago
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: menu color in afterburner

    Posted 14 years 7 months ago
    • In dark2.css, change:
      #colmask .m_menu {
      background:none repeat scroll 0 0 #026AB6;
      color:#FFFFFF;
      }

      to:
      #colmask .m_menu {
      background:none repeat scroll 0 0 #D4DEE3;
      color:#FFFFFF;
      }

      And change:
      #colmask .m_menu .module-body {
      border-top:1px solid #247EBF;
      }

      to:
      #colmask .m_menu .module-body {
      border-top:1px solid #D4DEE3;
      }

      And last but not least, change...
      #colmask .m_menu .module-title {
      background:url("../images/dark2.png") repeat-x scroll 0 0 transparent;
      border-bottom:1px solid #005A9B;
      color:#FFFFFF;
      }

      to:
      #colmask .m_menu .module-title {
      background:url("../images/dark2.png") repeat-x scroll 0 0 transparent;
      border-bottom:1px solid #D4DEE3;
      color:#FFFFFF;
      }
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
    • MN's Avatar
    • MN
    • Newbie
    • Posts: 5
    • Thanks: 0

    Re: menu color in afterburner

    Posted 14 years 7 months ago
    • Thanks it works fine :D


      Michael

Time to create page: 0.077 seconds