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: #D57102;
+
   background: #D77910;
 
   color: #000000;
 
   color: #000000;
 
}
 
}

Versiunea de la data 27 martie 2015 22:52

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

.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;
}