MediaWiki

Foreground.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* Darker color for the hover over items */
nav.top-bar,
.top-bar-section ul li.hover > a,
.top-bar.expanded .title-area {
.top-bar-section ul li ul.dropdown li.hover > a {
     background: #34495e;
     background: #ffae00;
}
}


/* Slightly darker color for the dropdowns */
#navwrapper {
.top-bar-section ul li ul.dropdown li > a {
     background: #34495e;
     background: #ffe4b2;
}
}


/* Title area */
ul#top-bar-left li,
.title-area,
ul#top-bar-left li a
.title-area ul {
{
     background:URL('http://www.writediteach.com/resources/assets/200x68WETLogo.png');
     background: #34495e;
    width:200px;
    height:68px;
}
}


/* Title area URL */
ul#top-bar-right li,
.name,
ul#top-bar-right li a {
.name li,
     background: #34495e;
.title-name,
.title-name h1 {
     width:200px;
    height:51px;
}
}
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: #3498db;
    color: #fff;
    font: bold;
}
.top-bar-section .has-dropdown > a:hover:after {
    border-color: #fff transparent transparent transparent;
}
.top-bar-section .has-dropdown > a:hover:after {
    border-color: #333 transparent transparent transparent;
}
li#echo-notifications {color:#3498db;}

Revision as of 16:50, 31 October 2019

nav.top-bar,
.top-bar.expanded .title-area {
    background: #34495e;
}

#navwrapper {
    background: #34495e;
}

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

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

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: #3498db;
    color: #fff;
    font: bold;
}
.top-bar-section .has-dropdown > a:hover:after {
    border-color: #fff transparent transparent transparent;
}
.top-bar-section .has-dropdown > a:hover:after {
    border-color: #333 transparent transparent transparent;
}
li#echo-notifications {color:#3498db;}