Actions

MediaWiki

Difference between revisions of "Common.css"

Line 20: Line 20:
 
.top-bar-section ul li.hover > a,
 
.top-bar-section ul li.hover > a,
 
.top-bar-section ul li ul.dropdown li.hover > a{
 
.top-bar-section ul li ul.dropdown li.hover > a{
     background: #FFAE00;
+
     background: #0d65a0;
 
}
 
}
  

Revision as of 12:32, 30 July 2015

/* CSS placed here will be applied to all skins */
#f-poweredbyico { display: none; }

/* 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 {
   background: #0d65a3;
   color: #000000;
}

.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
  border-color: #0d65a3;
}

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

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

#ca-watch { display: none !important; }
.ns-12 #ca-talk { display: none !important; }