Actions

MediaWiki

Difference between revisions of "Common.css"

Line 9: Line 9:
 
.top-bar-section .has-form {
 
.top-bar-section .has-form {
 
   background: #FFE4B2;
 
   background: #FFE4B2;
   color: #2F2F2F;
+
   color: #000000;
 
}
 
}
  

Revision as of 09:00, 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: #FFE4B2;
   color: #000000;
}

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

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

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