Mudanças entre as edições de "MediaWiki:Vector.css"

De Wiki Gla
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; }
#ca-talk { background-color: transparent; }
/* change background of unselected tabs */
#ca-view { background-color: transparent; }
#p-cactions ul li a { background: #C7FDC7; }
#ca-edit { background-color: transparent; }
 
#ca-ve-edit { background-color: transparent; }
/* change background of selected tabs */
#ca-formedit { background-color: transparent; }
#p-cactions ul li.selected a { background: white; }
#ca-history { background-color: transparent; }
 
#ca-watch { background-color: transparent; }
/* change border background of selected tabs */
#ca-unwatch { background-color: transparent; }
#p-cactions li.selected { border-color: #aaaaaa; }
#ca-delete { background-color: transparent; }
 
#ca-move { background-color: transparent; }
/* tab bottom not removed on hover */
#ca-protect { background-color: transparent; }
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#ca-viewsource { background-color: transparent; }
#p-cactions li.selected a:hover { z-index: 3; }
#vector-menu-content-list { background-color: transparent; }

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