Mudanças entre as edições de "MediaWiki:Vector.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
|||
Linha 19: | Linha 19: | ||
color: white; | color: white; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
.vector-menu-content { | |||
background-color: #0d1b2d; | |||
list-style: none none; | |||
min-width: 100%; | |||
position: absolute; | |||
top: 2.5em; | |||
right: -1px; | |||
margin: 0; | |||
border: 1px solid #a2a9b1; | |||
border-top-width: 0; | |||
padding: 0; | |||
box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%); | |||
text-align: left; | |||
opacity: 0; | |||
visibility: hidden; | |||
-webkit-transition: opacity 100ms; | |||
transition: opacity 100ms; | |||
z-index: 3; | |||
} | } | ||
Edição das 22h09min de 5 de agosto de 2021
/* Todos os CSS colocado aqui serão carregados para usuários do tema Vector */ #simpleSearch { position: relative; height: 100%; background-color: white; } .vector-menu-dropdown { direction: ltr; float: left; cursor: pointer; position: relative; line-height: 1.125em; background-color: #0d1b2d; } .vector-menu-dropdown h3 { color: white; font-weight: bold; } .vector-menu-content { background-color: #0d1b2d; list-style: none none; min-width: 100%; position: absolute; top: 2.5em; right: -1px; margin: 0; border: 1px solid #a2a9b1; border-top-width: 0; padding: 0; box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%); text-align: left; opacity: 0; visibility: hidden; -webkit-transition: opacity 100ms; transition: opacity 100ms; z-index: 3; } .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: #324f74; } body { background-color: #0e1436; background-image: url(http://70.39.70.36/images/2/25/Bg221.jpg); background-repeat: repeat; background-attachment: fixed;} #content { background-color: #0d1b2d; color: #e6e6e6;} #content p { color: white; } #p-navigation { background-color: transparent; } #mw-head-base { background-color: transparent; } #p-logo { background-color: transparent; } #mw-page-base { background: transparent; } #mw-panel #p-tb h3 { color: white; font-size: 16px;} a { color: white !important; } a:visited { color: #aae2ff !important; } a.new { color: red !important; } h1, h2, h3, h4, h5, h6 { color: #e6e6e6 } div.mw-number-text { color: #888 !important; } div.mw-number-text h3 { color: #c1c1c1 !important; } hr { color: #222; } .mw-footer li { color: white; margin: 0; padding: 0.5em 0; font-size: 0.75em; }