Linha 3: | Linha 3: | ||
/* Custom Foreground menubar colors */ | /* Custom Foreground menubar colors */ | ||
.top-bar, | .top-bar, | ||
+ | .top-bar .title-area, | ||
+ | .top-bar.expanded .title-area, | ||
+ | .top-bar .name h1 a, | ||
.top-bar-section ul, | .top-bar-section ul, | ||
.top-bar-section ul li.active > a, | .top-bar-section ul li.active > a, | ||
.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 | + | .top-bar-section .dropdown li.title h5 a { |
− | color: # | + | background: #FFE4B2; |
+ | color: #000000; | ||
} | } | ||
− | + | ||
+ | .top-bar .toggle-topbar.menu-icon, | ||
+ | .top-bar .toggle-topbar.menu-icon a { | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
.top-bar-section > ul > .divider, | .top-bar-section > ul > .divider, | ||
.top-bar-section > ul > [role="separator"] { | .top-bar-section > ul > [role="separator"] { | ||
− | border-color: # | + | border-color: #FFE4B2; |
} | } | ||
− | + | ||
/* Darker color for the hover over items */ | /* Darker color for the hover over items */ | ||
.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: # | + | background: #FFAE00; |
} | } | ||
− | + | ||
/* 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: # | + | background: #FFD88C; |
} | } | ||
− | |||
---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ||
/* Código CSS colocado aqui será aplicado a todos os temas */ /* Custom Foreground menubar colors */ .top-bar, .top-bar .title-area, .top-bar.expanded .title-area, .top-bar .name h1 a, .top-bar-section ul, .top-bar-section ul li.active > a, .top-bar-section li a:not(.button), .top-bar-section .has-form, .top-bar-section .dropdown li.title h5 a { background: #FFE4B2; color: #000000; } .top-bar .toggle-topbar.menu-icon, .top-bar .toggle-topbar.menu-icon a { 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: #FFD88C; } ---------------------------------------------------------------------------------------------------------------- /* Define a cor do fundo das páginas (não inclui a janela de texto) body { background-color: #F0F0F0; } */ /* Define a cor dos títulos das páginas */ #firstHeading { color: #1947A3; } /* Define a cor do fundo do topo das páginas, mas não afeta a cor de fundo dos separadores #mw-head-base { background-image: url ("Banner.png"); width=100%; } */ /* #mw-head { background-color: #F0F0F0; } */ ------------- /* Elimina os links de edição das secções das paginas da wiki */ .mw-editsection { display: none; }