MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(Página substituída por '→* o código CSS colocado aqui será aplicado a todos os temas: ') Etiqueta: Substituído |
Sem resumo de edição |
||
Linha 1: | Linha 1: | ||
/** o código CSS colocado aqui será aplicado a todos os temas */ | /** o código CSS colocado aqui será aplicado a todos os temas */ | ||
/* Efeitos */ | |||
body { | |||
position: relative; | |||
} | |||
body::before { | |||
content: ''; | |||
position: fixed; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100vh; | |||
background: url('https://wiki.otpokemon.com/images/3/33/Background2.png') no-repeat; | |||
filter: brightness(0.8); | |||
background-attachment: fixed; | |||
background-position: center; | |||
background-repeat: no-repeat; | |||
background-size: cover; | |||
z-index: -1; | |||
} | |||
.mw-body { | |||
border-right: 0 !important; | |||
} | |||
#mw-page-base { | |||
background: transparent; | |||
} | |||
#ca-nstab-mediawiki, #ca-talk, #p-namespaces, #pt-login, #p-views, #p-cactions{ | |||
display: none; | |||
} | |||
#right-navigation { | |||
border-top: 5px solid transparent; | |||
border-right: 5px solid transparent; | |||
border-left: 5px solid transparent; | |||
background: #F9F9F9; | |||
padding: 0.1em; | |||
border-radius: 6px; | |||
border-image: url('https://wiki.otpokemon.com/images/c/cb/Border-image.png') 15 stretch; | |||
} | |||
.mw-body, .parsoid-body, #mw-panel { | |||
background: #F9F9F9; | |||
border-radius: 6px; | |||
border: 5px solid transparent; | |||
border-image: url('https://wiki.otpokemon.com/images/c/cb/Border-image.png') 15 stretch; | |||
} | |||
#p-logo a { | |||
background-size: contain; | |||
border-radius: 5px; | |||
} | |||
.mw-list-item a { | |||
color: white; | |||
} | |||
.mw-list-item a:visited { | |||
color: #05ACF3; | |||
} | |||
@media screen and (min-width: 982px) { | |||
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer { | |||
margin-left: 13em; | |||
} | |||
} | |||
#mw-panel { | |||
width: 11.2em; | |||
margin-top: 4.0rem; | |||
padding-top: 10px; | |||
border-center: none; | |||
} | |||
#footer ul { | |||
list-style: none none; | |||
padding: 0; | |||
margin-left: 15px; | |||
} | |||
#footer ul li a{ | |||
text-decoration: none; | |||
color: rgb(255 255 255 / 80%); | |||
background: none; | |||
} |
Edição das 14h00min de 19 de abril de 2023
/** o código CSS colocado aqui será aplicado a todos os temas */ /* Efeitos */ body { position: relative; } body::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: url('https://wiki.otpokemon.com/images/3/33/Background2.png') no-repeat; filter: brightness(0.8); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; z-index: -1; } .mw-body { border-right: 0 !important; } #mw-page-base { background: transparent; } #ca-nstab-mediawiki, #ca-talk, #p-namespaces, #pt-login, #p-views, #p-cactions{ display: none; } #right-navigation { border-top: 5px solid transparent; border-right: 5px solid transparent; border-left: 5px solid transparent; background: #F9F9F9; padding: 0.1em; border-radius: 6px; border-image: url('https://wiki.otpokemon.com/images/c/cb/Border-image.png') 15 stretch; } .mw-body, .parsoid-body, #mw-panel { background: #F9F9F9; border-radius: 6px; border: 5px solid transparent; border-image: url('https://wiki.otpokemon.com/images/c/cb/Border-image.png') 15 stretch; } #p-logo a { background-size: contain; border-radius: 5px; } .mw-list-item a { color: white; } .mw-list-item a:visited { color: #05ACF3; } @media screen and (min-width: 982px) { .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer { margin-left: 13em; } } #mw-panel { width: 11.2em; margin-top: 4.0rem; padding-top: 10px; border-center: none; } #footer ul { list-style: none none; padding: 0; margin-left: 15px; } #footer ul li a{ text-decoration: none; color: rgb(255 255 255 / 80%); background: none; }