Mudanças entre as edições de "MediaWiki:Vector.css"
Ir para navegação
Ir para pesquisar
| Linha 36: | Linha 36: | ||
a.new { | a.new { | ||
color: red !important; | color: red !important; | ||
} | |||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
h5, | |||
h6 { | |||
color: #c1c1c1 | |||
} | |||
div.mw-number-text { | |||
color: #888 !important; | |||
} | |||
div.mw-number-text h3 { | |||
color: #c1c1c1 !important; | |||
} | |||
hr { | |||
color: #222; | |||
} | } | ||
Edição das 08h29min de 5 de agosto de 2021
/* Todos os CSS colocado aqui serão carregados para usuários do tema Vector */
.vector-menu-tabs li {
background-image: none;
background-color: #0d1b2d;
background-position: left bottom;
background-repeat: repeat-x;
float: left;
display: block;
height: 100%;
margin: 0;
padding: 0;
line-height: 1.125em;
white-space: nowrap;
}
.vector-menu-tabs .selected {
background: #859cb8;
}
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; }
a {
color: white !important;
}
a:visited {
color: #a2a2a2 !important;
}
a.new {
color: red !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #c1c1c1
}
div.mw-number-text {
color: #888 !important;
}
div.mw-number-text h3 {
color: #c1c1c1 !important;
}
hr {
color: #222;
}