Foreground.css: Difference between revisions
From Redrock Wiki
(Created page with "nav.top-bar, .top-bar.expanded .title-area { background: #0C3773; } #navwrapper { background: #536878; } ul#top-bar-left li, ul#top-bar-left li a { background:...") |
No edit summary |
||
Line 5: | Line 5: | ||
#navwrapper { | #navwrapper { | ||
background: # | background: #0C3773; | ||
} | } | ||
Line 11: | Line 11: | ||
ul#top-bar-left li a | ul#top-bar-left li a | ||
{ | { | ||
background: # | background: #0C3773; | ||
} | } | ||
Revision as of 16:42, 27 July 2021
nav.top-bar,
.top-bar.expanded .title-area {
background: #0C3773;
}
#navwrapper {
background: #0C3773;
}
ul#top-bar-left li,
ul#top-bar-left li a
{
background: #0C3773;
}
ul#top-bar-right li,
ul#top-bar-right li a {
background: #536878;
}
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: #708090;
color: #333;
}