Mudanças entre as edições de "MediaWiki:Vector.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
Etiqueta: Revertido |
||
Linha 8: | Linha 8: | ||
#p-logo { background-color: #0e1436; } | #p-logo { background-color: #0e1436; } | ||
#mw-page-base { background: transparent; } | #mw-page-base { background: transparent; } | ||
/* change background of unselected tabs */ | |||
# | #p-cactions ul li a { background: #C7FDC7; } | ||
# | /* change background of selected tabs */ | ||
#p-cactions ul li.selected a { background: white; } | |||
# | |||
/* change border background of selected tabs */ | |||
#p-cactions li.selected { border-color: #aaaaaa; } | |||
# | |||
/* tab bottom not removed on hover */ | |||
#p-cactions li a:hover { z-index: 0; text-decoration: none; } | |||
# | #p-cactions li.selected a:hover { z-index: 3; } | ||
Edição das 07h55min de 5 de agosto de 2021
/* Todos os CSS colocado aqui serão carregados para usuários do tema Vector */ body { background-color: #0e1436; } #content { background-color: #0d1b2d; } #p-navigation { background-color: #0e1436; } #mw-head-base { background-color: #0e1436; } #p-logo { background-color: #0e1436; } #mw-page-base { background: transparent; } /* change background of unselected tabs */ #p-cactions ul li a { background: #C7FDC7; } /* change background of selected tabs */ #p-cactions ul li.selected a { background: white; } /* change border background of selected tabs */ #p-cactions li.selected { border-color: #aaaaaa; } /* tab bottom not removed on hover */ #p-cactions li a:hover { z-index: 0; text-decoration: none; } #p-cactions li.selected a:hover { z-index: 3; }