MediaWiki

Foreground.css: Difference between revisions

From WindsportAtlanta.com: Wiki

(Created page with "→‎Custom Foreground menubar colors: .top-bar, .top-bar-section ul, .top-bar-section ul li.active > a, .top-bar-section li a:not(.button), .top-bar-section .has-form { b...")
 
No edit summary
Line 1: Line 1:
/* Custom Foreground menubar colors */
/* Custom Foreground menubar colors */
.top-bar,
nav.top-bar,
.top-bar-section ul,
.top-bar.expanded .title-area {
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form {
     background: #ebe8e8;
     background: #ebe8e8;
     color: #777;
     color: #777;
}
}


.top-bar-section > ul > .divider,
#navwrapper {
.top-bar-section > ul > [role="separator"] {
    background: #ebe8e8;
    border-color: #ffe4b2;
}
}


/* Darker color for the hover over items */
ul#top-bar-left li,
.top-bar-section ul li.hover > a,
ul#top-bar-left li a
.top-bar-section ul li ul.dropdown li.hover > a {
{
    background: #dcdcdc;
    background: #f2f4f4;
}
 
ul#top-bar-right li,
ul#top-bar-right li a {
  background: #f2f4f4;
}
}


/* Slightly darker color for the dropdowns */
ul#top-bar-left li:hover,
.top-bar-section ul li ul.dropdown li > a {
ul#top-bar-left li a:hover,
    background: #f2f4f4;
ul#top-bar-right li:hover:not(.has-form),
ul#top-bar-right li a:hover {
  background: #dcdcdc;
}
}

Revision as of 14:03, 17 August 2017

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

#navwrapper {
     background: #ebe8e8;
}

ul#top-bar-left li,
ul#top-bar-left li a
 {
    background: #f2f4f4;
}

ul#top-bar-right li,
ul#top-bar-right li a {
   background: #f2f4f4;
}

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;
}