MediaWiki

Foreground.css: Difference between revisions

From WindsportAtlanta.com: Wiki

No edit summary
No edit summary
Line 7: Line 7:
  color:#777777;
  color:#777777;
}
}
.new-label  {
background-color: #dadada;
color:#ffffff;
}
nav.top-bar,
nav.top-bar,
.top-bar.expanded .title-area {
.top-bar.expanded .title-area {

Revision as of 19:13, 17 August 2017

/* Custom Foreground menubar colors */
body {
background:#fcfcfc;
}
.label {
 background-color: clear;
 color:#777777;
}
.new-label  {
 background-color: #dadada;
 color:#ffffff;
}

nav.top-bar,
.top-bar.expanded .title-area {
    background: #ebe8e8;
    color: #5b5b5b;
}
.dropdown {
     background: #f2f4f4;
     color: #5b5b5b;
}

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