MediaWiki

Foreground.css: Difference between revisions

From WindsportAtlanta.com: Wiki

No edit summary
No edit summary
Line 3: Line 3:
.top-bar.expanded .title-area {
.top-bar.expanded .title-area {
     background: #ebe8e8;
     background: #ebe8e8;
     color: #777;
     color: #5b5b5b;
}
}


#navwrapper {
#navwrapper {
     background: #ebe8e8;
     background: #ebe8e8;
    color: #5b5b5b;
}
}


ul#top-bar-left li,
ul#top-bar-left li {
ul#top-bar-left li a
  color: #5b5b5b;
{
  background: #f2f4f4;
    background: #f2f4f4;
}
ul#top-bar-left li a {
  background: #f2f4f4;
  color:#de7c00;
}
}


ul#top-bar-right li,
ul#top-bar-right li {
  background: #f2f4f4;
  color: #5b5b5b;
}
ul#top-bar-right li a {
ul#top-bar-right li a {
   background: #f2f4f4;
   background: #f2f4f4;
   color: #777;
   color:#de7c00;
}
}


Line 27: Line 34:
ul#top-bar-right li a:hover {
ul#top-bar-right li a:hover {
   background: #dcdcdc;
   background: #dcdcdc;
  color:#de7c00
}
}

Revision as of 14:10, 17 August 2017

/* Custom Foreground menubar colors */
nav.top-bar,
.top-bar.expanded .title-area {
    background: #ebe8e8;
    color: #5b5b5b;
}

#navwrapper {
     background: #ebe8e8;
     color: #5b5b5b;
}

ul#top-bar-left li {
   color: #5b5b5b; 
  background: #f2f4f4;
}
ul#top-bar-left li a {
   background: #f2f4f4;
   color:#de7c00;
}

ul#top-bar-right li {
   background: #f2f4f4;
   color: #5b5b5b; 
}
ul#top-bar-right li a {
   background: #f2f4f4;
   color:#de7c00;
}

ul#top-bar-left li:hover,
ul#top-bar-left li a:hover,
ul#top-bar-right li:hover:not(.has-form),
ul#top-bar-right li a:hover {
   background: #dcdcdc;
   color:#de7c00
}