Actions

MediaWiki

Difference between revisions of "Common.css"

Line 9: Line 9:
 
.top-bar-section .has-form {
 
.top-bar-section .has-form {
 
   background: #0d65a3;
 
   background: #0d65a3;
   color: #000000;
+
   color: #FFFFFF;
 
}
 
}
  

Revision as of 13:29, 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: #FFFFFF;
}

.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: #43656a;
}

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