406
edições
Sem resumo de edição Etiqueta: Reversão manual |
Sem resumo de edição |
||
| (43 revisões intermediárias por 4 usuários não estão sendo mostradas) | |||
| Linha 18: | Linha 18: | ||
width: 100%; | width: 100%; | ||
height: 100vh; | height: 100vh; | ||
background: url('https://wiki.otpokemon.com/images/ | background: url('https://wiki.otpokemon.com/images/1/1e/Wiki-back5.png') no-repeat; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
background-position: center; | background-position: center; | ||
| Linha 36: | Linha 36: | ||
#ca-viewsource, | #ca-viewsource, | ||
#ca-unwatch, | #ca-unwatch, | ||
#ca-ve-edit { | #ca-ve-edit, | ||
li#footer-places-privacy, | |||
li#footer-places-about, | |||
li#footer-places-disclaimer | |||
{ | |||
display: none; | display: none; | ||
} | } | ||
.vectorTabs span { | .vectorTabs span { | ||
background-position: right bottom; | background-position: right bottom; | ||
| Linha 713: | Linha 716: | ||
} | } | ||
.collapsible-pokedex { | |||
width: 500px; | |||
cursor: pointer; | |||
text-align: left; | |||
outline: none; | |||
cursor: pointer; | |||
padding: 10px; | |||
background: #060C19; | |||
font-size: 15px; | |||
border-radius: 10px; | |||
border: 3px solid #012953; | |||
} | |||
.collapsible-pokedex:after { | |||
content: '\002B'; | |||
font-weight: bold; | |||
float: right; | |||
margin-left: 5px; | |||
} | |||
.collapsible-pokedex:before { | |||
content: '\002B\0020\00A0\00A0'; | |||
font-weight: bold; | |||
float: left; | |||
margin-left: 5px; | |||
} | |||
.active { | .active { | ||
border-radius: 10px 10px 0px 0px; | border-radius: 10px 10px 0px 0px; | ||
| Linha 744: | Linha 772: | ||
} | } | ||
.container-pokedex { | |||
border: 3px solid #012953; | |||
border-radius: 0px 0px 10px 10px; | |||
background: #060C19; | |||
} | |||
.content-pokedex { | |||
width: 526px; | |||
padding: 0px 10px 0px 0px; | |||
max-height: 0; | |||
overflow: hidden; | |||
transition: max-height 0.4s ease-out; | |||
border-radius: 0px 0px 10px 10px; | |||
} | |||
/* Logo */ | /* Logo */ | ||
| Linha 1 478: | Linha 1 520: | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
color: black; | |||
} | } | ||
| Linha 1 537: | Linha 1 580: | ||
font-size: 15px; | font-size: 15px; | ||
text-align: center; | text-align: center; | ||
color: black; | |||
} | } | ||
| Linha 1 843: | Linha 1 887: | ||
color: black !important; | color: black !important; | ||
} | } | ||
} | p.square-name-gym, p.square-name-gym b, .square-name a,.square-name { | ||
color: black; | |||
} | |||
table.mw-enhanced-rc td { | |||
color: White; | |||
} | |||
.oo-ui-optionWidget.oo-ui-labelElement > .oo-ui-labelElement-label { | |||
color: black; | |||
} | |||
} | |||
.opcao { | .opcao { | ||
cursor: pointer; | cursor: pointer; | ||
| Linha 2 114: | Linha 2 169: | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
color: black; | |||
} | } | ||
| Linha 2 145: | Linha 2 201: | ||
/* Text Hover */ | /* Text Hover */ | ||
.text-hover { | .text-hover, .t-h{ | ||
position: relative; | position: relative; | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
.text-hover .tooltip-text { | .text-hover .tooltip-text, .t-h .t-t{ | ||
visibility: hidden; | visibility: hidden; | ||
width: max-content; | width: max-content; | ||
| Linha 2 167: | Linha 2 223: | ||
} | } | ||
.text-hover:hover .tooltip-text { | .text-hover:hover .tooltip-text, .t-h:hover .t-t { | ||
visibility: visible; | visibility: visible; | ||
opacity: 1; | opacity: 1; | ||
| Linha 2 181: | Linha 2 237: | ||
.content.active { | .content.active { | ||
max-height: 500px; | max-height: 500px; | ||
} | |||
.loot-title a, .l-t a{ | |||
color: white; | |||
} | |||
/* Shiny Page */ | |||
.square-box { | |||
width: 180px; | |||
height: 180px; | |||
background-color: #fff; | |||
border-top: 10px solid #3498db; | |||
border-radius: 10px; | |||
text-align: center; | |||
overflow: hidden; | |||
transition-duration: 0.3s !important; | |||
transition: transform 0.3s, box-shadow 0.3s; | |||
margin: 15px 25px; | |||
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15); | |||
} | |||
.square-box img { | |||
width: 60px; | |||
height: 60px; | |||
max-width: 100%; | |||
max-height: 100%; | |||
margin-top: 30px; | |||
} | |||
.square-box p { | |||
margin: 10px 0; | |||
} | |||
.square-box:hover { | |||
transform: scale(1.1); | |||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); | |||
} | |||
.square-div{ | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
} | |||
p.square-name { | |||
margin: 0px 5px 0px 5px; | |||
line-height: 100px; | |||
font-size: 15px; | |||
font-weight: bold; | |||
text-align: center; | |||
color: black; | |||
} | |||
.square-name a { | |||
padding: 150px 5px 0px 10px; | |||
color: black; | |||
text-decoration: none; | |||
} | |||
.square-box a p { | |||
font-size: 0; | |||
height: 200px; | |||
width: 200px; | |||
position: absolute; | |||
} | |||
.square-box-shiny { | |||
width: 180px; | |||
height: 200px; | |||
background-color: #fff; | |||
border-top: 10px solid #4298f5; | |||
border-radius: 10px; | |||
text-align: center; | |||
overflow: hidden; | |||
transition-duration: 0.3s !important; | |||
transition: transform 0.3s, box-shadow 0.3s; | |||
margin: 15px 25px; | |||
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15); | |||
} | |||
.square-box-shiny img { | |||
width: 60px; | |||
height: 60px; | |||
max-width: 100%; | |||
max-height: 100%; | |||
margin-top: 30px; | |||
} | |||
.square-box-shiny p { | |||
margin: 10px 0; | |||
} | |||
.square-box-shiny:hover { | |||
transform: scale(1.1); | |||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); | |||
} | |||
.square-div-shiny{ | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
} | |||
p.square-name-shiny { | |||
margin: 15px 5px 0px 5px; | |||
line-height: 40px; | |||
font-size: 15px; | |||
text-align: center; | |||
color: black; | |||
} | |||
.square-name-shiny a { | |||
padding: 150px 5px 0px 10px; | |||
color: black; | |||
text-decoration: none; | |||
} | |||
.square-name-shiny b { | |||
color: black; | |||
} | |||
.square-box-shiny a p { | |||
font-size: 0; | |||
height: 220px; | |||
width: 200px; | |||
position: absolute; | |||
} | |||
.tooltip-gif a img, .t-g a img{ | |||
width: 400px; | |||
height: 400px | |||
} | |||
.b-tm, .b-mt-i{ | |||
text-align: center; | |||
width: 40px; | |||
height: 40px; | |||
background-color: #4BB9CC; | |||
border-radius: 70px; | |||
padding: 5px; | |||
border: 1px solid #0c3d70; | |||
color: #000; | |||
} | |||
.b-mt-v{ | |||
text-align: center; | |||
width: 100px; | |||
height: 40px; | |||
background-color: #060C19; | |||
border-radius: 10px; | |||
padding: 5px; | |||
border: 1px solid #060C19; | |||
color: #000; | |||
} | |||
.b-mt-n{ | |||
text-align: center; | |||
width: 100px; | |||
height: 20px; | |||
background-color: #060C19; | |||
font-size: 12px; | |||
padding: 5px; | |||
border: 1px solid #060C19; | |||
color: #fff; | |||
} | |||
.b-mt-0{ | |||
text-align: center; | |||
width: 100px; | |||
height: 40px; | |||
background-color: #060C19; | |||
border-radius: 10px; | |||
padding: 5px; | |||
border: 1px solid #060C19; | |||
} | |||
.b-mt-1{ | |||
text-align: center; | |||
width: 40px; | |||
height: 40px; | |||
background-color: #0b1428; | |||
border-radius: 70px; | |||
padding: 5px; | |||
border: 1px solid #0c3d70; | |||
} | |||
.b-mt-2{ | |||
text-align: center; | |||
width: 100px; | |||
height: 20px; | |||
background-color: #060C19; | |||
padding: 5px; | |||
border: 1px solid #060C19; | |||
} | |||
.b-tm-1{ | |||
text-align: center; | |||
width: 100px; | |||
height: 40px; | |||
background-color: #0b1428; | |||
padding: 5px; | |||
border: 1px solid #0c3d70; | |||
border-radius: 50px; | |||
color: #000; | |||
} | |||
.b-tm-2{ | |||
text-align: center; | |||
width: 40px; | |||
height: 20px; | |||
} | |||
.e-l-i{ | |||
text-align: center; | |||
width: 100px; | |||
height: 40px; | |||
background-color: #061F4A; | |||
padding: 5px; | |||
border: 1px solid #0c3d70; | |||
border-radius: 70px; | |||
} | |||
.e-l-n{ | |||
text-align: center; | |||
width: 40px; | |||
height: 20px; | |||
background-color: #060C19; | |||
padding: 5px; | |||
border: 1px solid #060C19; | |||
border-radius: 10px; | |||
} | |||
.e-l-i-v{ | |||
text-align: center; | |||
width: 100px; | |||
height: 40px; | |||
background-color: #0b1428; | |||
padding: 5px; | |||
border: 1px solid #0c3d70; | |||
border-radius: 50px; | |||
color: #000; | |||
} | |||
.e-l-n-v{ | |||
text-align: center; | |||
width: 40px; | |||
height: 20px; | |||
} | |||
.m-01{ | |||
text-align: center; | |||
width: 70px; | |||
height: auto; | |||
color: #000; | |||
} | |||
.s-01{ | |||
text-align: center; | |||
width: 100px; | |||
background-color: #527C98; | |||
border-radius: 10px 0px 0px 10px; | |||
padding: 5px; | |||
color: #fff; | |||
border-spacing: 10px; | |||
text-align: end; | |||
} | |||
.s-02{ | |||
text-align: center; | |||
width: 100px; | |||
background-color: #527C98; | |||
border-radius: 0px; | |||
padding: 5px; | |||
color: #fff; | |||
border-spacing: 10px; | |||
text-align: center; | |||
} | |||
.s-03{ | |||
text-align: center; | |||
width: 60px; | |||
background-color: #527C98; | |||
border-radius: 0px 10px 10px 0px; | |||
padding: 5px; | |||
color: #fff; | |||
border-spacing: 10px; | |||
text-align: start; | |||
} | |||
.l-01{ | |||
text-align: center; | |||
width: 120px; | |||
height: 50px; | |||
background-color: #060C19; | |||
border-radius: 10px; | |||
padding: 5px; | |||
border: 1px solid #060C19; | |||
color: #000; | |||
} | |||
.l-02{ | |||
text-align: center; | |||
width: 50px; | |||
height: 50px; | |||
background-color: #061F4A; | |||
border-radius: 50px; | |||
padding: 5px; | |||
border: 1px solid #0c3d70; | |||
color: #000; | |||
} | |||
.l-03{ | |||
text-align: center; | |||
width: 50px; | |||
height: 50px; | |||
background-color: #060C19; | |||
border-radius: 50px; | |||
padding: 5px; | |||
border: 1px solid #0c3d70; | |||
color: #000; | |||
} | |||
.move-01{ | |||
text-align: center; | |||
width: 100px; | |||
height: 40px; | |||
background-color: #060C19; | |||
border-radius: 10px; | |||
padding: 5px; | |||
border: 1px solid #060C19; | |||
color: #000; | |||
} | |||
.move-02{ | |||
text-align: center; | |||
width: 40px; | |||
height: 40px; | |||
background-color: #0b1428; | |||
border-radius: 70px; | |||
padding: 5px; | |||
border: 1px solid #0c3d70; | |||
color: #000; | |||
} | |||
.move-03{ | |||
text-align: center; | |||
width: 40px; | |||
height: 40px; | |||
background-color: #4BB9CC; | |||
border-radius: 70px; | |||
padding: 5px; | |||
border: 1px solid #0c3d70; | |||
color: #000; | |||
} | |||
.square-box-fishing { | |||
width: 180px; | |||
height: 200px; | |||
background-color: #fff; | |||
border-top: 10px solid #ff1919; | |||
border-radius: 10px; | |||
text-align: center; | |||
overflow: hidden; | |||
transition-duration: 0.3s !important; | |||
transition: transform 0.3s, box-shadow 0.3s; | |||
margin: 15px 25px; | |||
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15); | |||
} | |||
.square-box-fishing img { | |||
width: 60px; | |||
height: 60px; | |||
max-width: 100%; | |||
max-height: 100%; | |||
margin-top: 30px; | |||
} | |||
.square-box-fishing p { | |||
margin: 10px 0; | |||
} | |||
.square-div-fishing{ | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
} | |||
p.square-name-fishing { | |||
margin: 15px 5px 0px 5px; | |||
line-height: 40px; | |||
font-size: 15px; | |||
text-align: center; | |||
color: black; | |||
} | |||
.square-name-fishing a { | |||
padding: 150px 5px 0px 10px; | |||
color: black; | |||
text-decoration: none; | |||
} | |||
.square-name-fishing b { | |||
color: black; | |||
} | |||
.square-box-fishing a p { | |||
font-size: 0; | |||
height: 220px; | |||
width: 200px; | |||
position: absolute; | |||
} | |||
.square-box-fishing-good { | |||
width: 180px; | |||
height: 200px; | |||
background-color: #fff; | |||
border-top: 10px solid #1E90FF; | |||
border-radius: 10px; | |||
text-align: center; | |||
overflow: hidden; | |||
transition-duration: 0.3s !important; | |||
transition: transform 0.3s, box-shadow 0.3s; | |||
margin: 15px 25px; | |||
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15); | |||
} | |||
.square-box-fishing-good img { | |||
width: 60px; | |||
height: 60px; | |||
max-width: 100%; | |||
max-height: 100%; | |||
margin-top: 30px; | |||
} | |||
.square-box-fishing-good p { | |||
margin: 10px 0; | |||
} | |||
.square-div-fishing-good{ | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
} | |||
p.square-name-fishing-good { | |||
margin: 15px 5px 0px 5px; | |||
line-height: 40px; | |||
font-size: 15px; | |||
text-align: center; | |||
color: black; | |||
} | |||
.square-name-fishing-good a { | |||
padding: 150px 5px 0px 10px; | |||
color: black; | |||
text-decoration: none; | |||
} | |||
.square-name-fishing-good b { | |||
color: black; | |||
} | |||
.square-box-fishing-good a p { | |||
font-size: 0; | |||
height: 220px; | |||
width: 200px; | |||
position: absolute; | |||
} | |||
.square-box-fishing-super { | |||
width: 180px; | |||
height: 200px; | |||
background-color: #fff; | |||
border-top: 10px solid #FFD700; | |||
border-radius: 10px; | |||
text-align: center; | |||
overflow: hidden; | |||
transition-duration: 0.3s !important; | |||
transition: transform 0.3s, box-shadow 0.3s; | |||
margin: 15px 25px; | |||
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15); | |||
} | |||
.square-box-fishing-super img { | |||
width: 60px; | |||
height: 60px; | |||
max-width: 100%; | |||
max-height: 100%; | |||
margin-top: 30px; | |||
} | |||
.square-box-fishing-super p { | |||
margin: 10px 0; | |||
} | |||
.square-div-fishing-super{ | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
} | |||
p.square-name-fishing-super { | |||
margin: 15px 5px 0px 5px; | |||
line-height: 40px; | |||
font-size: 15px; | |||
text-align: center; | |||
color: black; | |||
} | |||
.square-name-fishing-super a { | |||
padding: 150px 5px 0px 10px; | |||
color: black; | |||
text-decoration: none; | |||
} | |||
.square-name-fishing-super b { | |||
color: black; | |||
} | |||
.square-box-fishing-super a p { | |||
font-size: 0; | |||
height: 220px; | |||
width: 200px; | |||
position: absolute; | |||
} | } | ||