Actions

MediaWiki

Difference between revisions of "Common.css"

 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#f-poweredbyico { display: none; }
 
#f-poweredbyico { display: none; }
 +
 +
.mw-editsection { display:none!important; }
 +
.ht-editsection { display:none!important; }
  
 
/* Custom Foreground menubar colors */
 
/* Custom Foreground menubar colors */
Line 8: Line 11:
 
.top-bar-section li a:not(.button),
 
.top-bar-section li a:not(.button),
 
.top-bar-section .has-form {
 
.top-bar-section .has-form {
   background: #0066CC;
+
   background: #0d65a3;
   color: #000000;
+
   color: #FFFFFF;
 
}
 
}
  
 
.top-bar-section > ul > .divider,
 
.top-bar-section > ul > .divider,
 
.top-bar-section > ul > [role="separator"] {
 
.top-bar-section > ul > [role="separator"] {
   border-color: #0066CC;
+
   border-color: #0d65a3;
 
}
 
}
  
Line 20: Line 23:
 
.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: #43656a;
 
}
 
}
  
 
/* Slightly darker color for the dropdowns */
 
/* Slightly darker color for the dropdowns */
 
.top-bar-section ul li ul.dropdown li > a {
 
.top-bar-section ul li ul.dropdown li > a {
     background: #0066CC;
+
     background: #0d65a3;
 
}
 
}
 +
 +
#ca-watch { display: none !important; }
 +
.ns-12 #ca-talk { display: none !important; }

Latest revision as of 17:48, 9 December 2016

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

.mw-editsection { display:none!important; }
.ht-editsection { display:none!important; }

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