MediaWiki

Foreground.css: Difference between revisions

From WindsportAtlanta.com: Wiki

No edit summary
No edit summary
Line 1: Line 1:
/* Custom Foreground menubar colors */
/* Custom Foreground menubar colors */
.top-bar-section ul li.hover > a,
nav.top-bar,
.top-bar-section ul li ul.dropdown li.hover > a {
    background: #ffae00;
}
 
/* Slightly darker color for the dropdowns */
.top-bar-section ul li ul.dropdown li > a {
    background: #ffe4b2;
}
 
/*nav.top-bar,
.top-bar.expanded .title-area {
.top-bar.expanded .title-area {
     background: #ebe8e8;
     background: #dcdcdc;
     color: #5b5b5b;
     color: #5b5b5b;
}
}
#navwrapper {
#navwrapper {
     background: #ebe8e8;
     background: #ebe8e8;
Line 21: Line 10:
}
}


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


ul#top-bar-left li,
ul#top-bar-right li {
ul#top-bar-right li {
   background: #ebe8e8;
   background: #ebe8e8;
   color: #5b5b5b;  
   color: #5b5b5b;  
}
}
ul#top-bar-left li a,
ul#top-bar-right li a {
ul#top-bar-right li a {
   background: #ebe8e8;
   background: #ebe8e8;
Line 45: Line 32:
   background: #dcdcdc;
   background: #dcdcdc;
   color:#de7c00
   color:#de7c00
}*/
}

Revision as of 14:21, 17 August 2017

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

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

ul#top-bar-left li,
ul#top-bar-right li {
   background: #ebe8e8;
   color: #5b5b5b; 
}
ul#top-bar-left li a,
ul#top-bar-right li a {
   background: #ebe8e8;
   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
}