Acțiuni

MediaWiki

Common.css: Diferență între versiuni

De la Referate

 
Linia 6: Linia 6:
 
.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: #D77910;
+
background: #D77910;
  color: #000000;
+
color: #000000;
 +
margin-bottom:0;
 
}
 
}
  
 
.top-bar-section > ul > .divider,
 
.top-bar-section > ul > .divider,
 
.top-bar-section > ul > [role="separator"] {
 
.top-bar-section > ul > [role="separator"] {
  border-color: #FFE4B2;
+
border-color: #FFE4B2;
 
}
 
}
  
Linia 18: Linia 19:
 
.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: #E7B584;
+
background: #E7B584;
 
}
 
}
  
 
/* 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: #D5760B;
+
background: #D5760B;
 
}
 
}

Versiunea curentă din 2 aprilie 2015 10:07

/** CSS plasate aici vor fi aplicate tuturor aparițiilor */
/* 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: #D77910;
color: #000000;
margin-bottom:0;
}

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

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