Actions

MediaWiki

Difference between revisions of "Common.css"

Line 27: Line 27:
 
     background: #0d65a3;
 
     background: #0d65a3;
 
}
 
}
 +
 +
#ca-watch { display: none !important; }
 +
.ns-12 #ca-talk { display: none !important; }

Revision as of 10:24, 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: #FFAE00;
}

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