MediaWiki:Common.css: mudanças entre as edições
De RavenRO
Sem resumo de edição |
Sem resumo de edição |
||
(241 revisões intermediárias por 2 usuários não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Baskervville+SC&family=Bodoni+Moda+SC:ital,opsz,wght@0,6..96,600;1,6..96,600&family=Platypi:ital,wght@0,500;1,500&family=Ysabeau+Office:wght@200&family=Zain:wght@200;300;400;700;800;900&display=swap'); | |||
@import url(https://db.onlinewebfonts.com/c/ce7ee1905f939d4e0f4cfcb3470c4d4e?family=Old+Fenris); | |||
@font-face { | |||
font-family: "Old Fenris"; | |||
src: url("https://db.onlinewebfonts.com/t/ce7ee1905f939d4e0f4cfcb3470c4d4e.eot"); | |||
src: url("https://db.onlinewebfonts.com/t/ce7ee1905f939d4e0f4cfcb3470c4d4e.eot?#iefix")format("embedded-opentype"), | |||
url("https://db.onlinewebfonts.com/t/ce7ee1905f939d4e0f4cfcb3470c4d4e.woff2")format("woff2"), | |||
url("https://db.onlinewebfonts.com/t/ce7ee1905f939d4e0f4cfcb3470c4d4e.woff")format("woff"), | |||
url("https://db.onlinewebfonts.com/t/ce7ee1905f939d4e0f4cfcb3470c4d4e.ttf")format("truetype"), | |||
url("https://db.onlinewebfonts.com/t/ce7ee1905f939d4e0f4cfcb3470c4d4e.svg#Old Fenris")format("svg"); | |||
} | |||
@font-face { | |||
font-display:swap; | |||
font-family:Exocet Blizzard; | |||
font-style:normal; | |||
font-weight:500; | |||
font-display: block; | |||
/* src:url(/file/Diablo-4/exocetblizzardot-medium.15c1404fff96cb17daa2359e3d7c31d9.woff) format("woff") */ | |||
src: url("https://swcdn.fextralife.com/fonts/exocetblizzardot-medium.15c1404fff96cb17daa2359e3d7c31d9.woff") format("woff2"); | |||
} | |||
@platypi { | |||
font-family: "Platypi", serif; | |||
font-optical-sizing: auto; | |||
font-weight: 500; | |||
font-style: normal; | |||
} | |||
body { | |||
margin:0px; | |||
font-family: "Platypi", serif; | |||
font-optical-sizing: auto; | |||
font-weight: 400; | |||
font-style: normal; | |||
font-size: 15px; | |||
line-height:var(--bs-body-line-height); | |||
color:var(--bs-body-color); | |||
text-align:initial; | |||
background-color:forestgreen; | |||
-webkit-text-size-adjust:100%; | |||
-webkit-tap-highlight-color:transparent; | |||
zoom: 90%; | |||
} | |||
hr { | |||
margin:1rem 0; | |||
color:inherit; | |||
border:0; | |||
border-top:var(--bs-border-width) solid; | |||
opacity:.25 | |||
} | |||
.h1, | |||
.h2, | |||
.h3, | |||
.h4, | |||
.h5, | |||
.h6, | |||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
h5, | |||
h6 { | |||
margin-top:0; | |||
margin-bottom:.5rem; | |||
font-weight:500; | |||
line-height:1.2; | |||
color:var(--bs-heading-color) | |||
} | |||
.h1, | |||
h1 { | |||
font-size:calc(1.375rem + 1.5vw) | |||
} | |||
@media (min-width:1200px) { | |||
.h1, | |||
h1 { | |||
font-size:2.5rem | |||
} | |||
} | |||
.h2, | |||
h2 { | |||
font-size:calc(1.325rem + .9vw) | |||
} | |||
@media (min-width:1200px) { | |||
.h2, | |||
h2 { | |||
font-size:2rem | |||
} | |||
} | |||
.h3, | |||
h3 { | |||
font-size:calc(1.3rem + .6vw) | |||
} | |||
@media (min-width:1200px) { | |||
.h3, | |||
h3 { | |||
font-size:1.75rem | |||
} | |||
} | |||
.h4, | |||
h4 { | |||
font-size:calc(1.275rem + .3vw) | |||
} | |||
@media (min-width:1200px) { | |||
.h4, | |||
h4 { | |||
font-size:1.5rem | |||
} | |||
} | |||
.h5, | |||
h5 { | |||
font-size:1.25rem | |||
} | |||
.h6, | |||
h6 { | |||
font-size:1rem | |||
} | |||
p { | |||
margin-top:0; | |||
margin-bottom:1rem | |||
} | |||
#ca-viewsource { display: none !important; } | |||
@media screen and (min-width: 768px) { | |||
#mw-navbar-left { | |||
padding-left: 1.75em; | |||
} | |||
} | |||
@media screen { | |||
.navbar { | |||
justify-content: space-between; | |||
display: flex; | |||
padding: 35px; | |||
padding-top: 150px; | |||
padding-right: 35px; | |||
background-image: url(/images/6/68/Logo_ravenro_wiki.png?20240315182432); | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
background-size: 1000px; | |||
} | |||
.mw-wiki-logo { | |||
background-image: url(/images/6/68/Logo_ravenro_wiki.png?20240315182432); | |||
} | |||
@media screen { | |||
#p-banner { | |||
display: none; | |||
} | |||
} | |||
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap'); | |||
/** o código CSS colocado aqui será aplicado a todos os temas | /** o código CSS colocado aqui será aplicado a todos os temas | ||
* Antes de realizar quaisquer alterações deve-se informar aos desenvolvedores do site | * Antes de realizar quaisquer alterações deve-se informar aos desenvolvedores do site | ||
* Alterações aqui realizadas afetarão no desempenho da wiki, cuidado, realize sempre um backup da página | * Alterações aqui realizadas afetarão no desempenho da wiki, cuidado, realize sempre um backup da página | ||
*********** Tabela de conteúdo *************** | *********** Tabela de conteúdo *************** | ||
2 - Função Collapsible (Mostrar/esconder tabelas) | 2 - Função Collapsible (Mostrar/esconder tabelas) | ||
3 - NavBox | 3 - NavBox | ||
Linha 16: | Linha 162: | ||
7 - Spoiler6 | 7 - Spoiler6 | ||
****************** | ****************** | ||
@media screen { | |||
a.new { | |||
background-color:#252634 | |||
} | |||
legend { | |||
display:block; | |||
width:100%; | |||
} | max-width:100%; | ||
padding:0; | |||
margin-bottom:.5rem; | |||
font-size:1.5rem; | |||
line-height:inherit; | |||
color:inherit; | |||
white-space:normal | |||
} | } | ||
progress { | |||
vertical-align:baseline | |||
} | |||
[type=number]::-webkit-inner-spin-button, | |||
[type=number]::-webkit-outer-spin-button { | |||
height:auto | |||
} | } | ||
[type=search] { | |||
. | outline-offset:-2px; | ||
-webkit-appearance:none | |||
} | } | ||
. | [type=search]::-webkit-search-decoration { | ||
-webkit-appearance:none | |||
} | |||
} | ::-webkit-file-upload-button { | ||
font:inherit; | |||
-webkit-appearance:button | |||
} | |||
output { | |||
display:inline-block | |||
} | |||
summary { | |||
font-size: | display:list-item; | ||
cursor:pointer | |||
} | |||
template { | |||
} | display:none | ||
} | |||
[hidden] { | |||
display:none!important | |||
} | |||
.h1, | |||
} | .h2, | ||
.h3, | |||
.h4, | |||
.h5, | |||
} | .h6, | ||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
h5, | |||
h6 { | |||
margin-bottom:.5rem; | |||
} | font-weight:500; | ||
line-height:1.2 | |||
} | |||
. | .h1, | ||
h1 { | |||
font-size:2.5rem | |||
} | } | ||
.h2, | |||
h2 { | |||
font-size:2rem | |||
} | |||
.h3, | |||
h3 { | |||
font-size:1.75rem | |||
} | |||
.h4, | |||
h4 { | |||
font-size:1.5rem | |||
} | |||
.h5, | |||
h5 { | |||
font-size:1.25rem | |||
} | |||
.h6, | |||
h6 { | |||
font-size:1rem | |||
} | |||
.lead { | |||
font-size:1.25rem; | |||
font-weight:300 | |||
} | |||
.display-1 { | |||
font-size:6rem; | |||
font-weight:300; | |||
line-height:1.2 | |||
} | |||
.display-2 { | |||
font-size:5.5rem; | |||
font-weight:300; | |||
line-height:1.2 | |||
} | |||
.display-3 { | |||
font-size:4.5rem; | |||
font-weight:300; | |||
line-height:1.2 | |||
} | |||
.display-4 { | |||
font-size:3.5rem; | |||
font-weight:300; | |||
line-height:1.2 | |||
} | |||
hr { | |||
margin-top:1rem; | |||
margin-bottom:1rem; | |||
border:0; | |||
border-top:1px solid rgba(0,0,0,.1) | |||
} | |||
#mw-navigation { | |||
border-right:1px solid #e5e5e5 | |||
} | |||
#mw-navigation h2 { | |||
display:none | |||
} | |||
#mw-navigation ul { | |||
margin:0 | |||
} | |||
#mw-navigation li { | |||
list-style-type:none | |||
} | |||
#mw-navigation a { | |||
display:block; | |||
padding:0.2em 1em | |||
} | |||
#mw-navigation a.nav-link.disabled { | |||
color:#444; | |||
margin-top:1em; | |||
font-weight:bold | |||
} | |||
#mw-navigation a:not(.disabled) { | |||
color:#808080 | |||
} | |||
#mw-navigation a:not(.disabled):hover { | |||
color:#444 | |||
} | |||
/* Wikitablek */ | /* Wikitablek */ | ||
Linha 98: | Linha 321: | ||
margin-right: auto; | margin-right: auto; | ||
background: #f9f9f9; | background: #f9f9f9; | ||
border: 1px # | border: 1px #252634 solid; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
Linha 104: | Linha 327: | ||
table.wikitablec th, table.wikitablec td, | table.wikitablec th, table.wikitablec td, | ||
table.prettytable th, table.prettytable td { | table.prettytable th, table.prettytable td { | ||
border: 1px # | border: 1px #252634 solid; | ||
padding: 0.2em; | padding: 0.2em; | ||
text-align: center; | text-align: center; | ||
width: 100%; | |||
height: auto; | |||
} | } | ||
table.wikitablec th, | table.wikitablec th, | ||
table.prettytable th { | table.prettytable th { | ||
background: # | background: #fff; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Linha 133: | Linha 358: | ||
table.wikitablecenter th, table.wikitablecenter td, | table.wikitablecenter th, table.wikitablecenter td, | ||
table.prettytable th, table.prettytable td { | table.prettytable th, table.prettytable td { | ||
border: 1px # | border: 1px #252634 solid; | ||
padding: 0.2em; | padding: 0.2em; | ||
text-align: center; | text-align: center; | ||
Linha 163: | Linha 388: | ||
td.effective { | td.effective { | ||
background-color: # | background-color: #FFF; | ||
} | } | ||
td.ineffective { | td.ineffective { | ||
background-color: # | background-color: #FFF; | ||
} | } | ||
td.nullified { | td.nullified { | ||
background-color: # | background-color: #FFF; | ||
} | } | ||
Linha 179: | Linha 404: | ||
table.prettytable, | table.prettytable, | ||
table.wikitablew-tr { | table.wikitablew-tr { | ||
margin: | margin-left: auto; | ||
background: # | margin-right: auto; | ||
border: 2px # | background: #fff; | ||
border: 2px #252634 solid; | |||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
Linha 189: | Linha 415: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
background: # | background: #fff; | ||
border: 2px #fff solid; | border: 2px #fff solid; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
Linha 199: | Linha 425: | ||
table.prettytable, | table.prettytable, | ||
table.wikitablenb-tr { | table.wikitablenb-tr { | ||
margin: | margin-left: auto; | ||
background: # | margin-right: auto; | ||
border: | background: #fff; | ||
border: 2px #252634 solid; | |||
border-opacity: 0.5; | border-opacity: 0.5; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
Linha 214: | Linha 441: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
background: # | background: #fff; | ||
border: 2px # | border: 2px #252634 solid; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
Linha 223: | Linha 450: | ||
.wikitablew td: hover { | .wikitablew td: hover { | ||
background: # | background: #fff; | ||
} | } | ||
.wikitablew-tr tr: hover { | .wikitablew-tr tr: hover { | ||
background: # | background: #fff; | ||
} | } | ||
.wikitablenb border: hover { | .wikitablenb border: hover { | ||
border: 2px #252634 solid; | |||
} | } | ||
table.wikitablew th, table.wikitablew td, | table.wikitablew th, table.wikitablew td, | ||
table.prettytable th, table.prettytable td, | table.prettytable th, table.prettytable td, | ||
table.wikitablew-tr th, table.wikitablew-tr td{ | table.wikitablew-tr th, table.wikitablew-tr td{ | ||
border: 2px # | border: 2px #252634 solid; | ||
padding: 0.3em 0.4em; | padding: 0.3em 0.4em; | ||
} | } | ||
Linha 243: | Linha 470: | ||
table.prettytable th, | table.prettytable th, | ||
table.wikitablew-tr th { | table.wikitablew-tr th { | ||
background: # | background: #fff; | ||
} | } | ||
Linha 262: | Linha 489: | ||
table.wikitablewhite th, table.wikitablewhite td, | table.wikitablewhite th, table.wikitablewhite td, | ||
table.prettytable th, table.prettytable td { | table.prettytable th, table.prettytable td { | ||
border: 2px # | border: 2px #252634 solid; | ||
padding: 0.2em; | padding: 0.2em; | ||
text-align: center; | text-align: center; | ||
Linha 270: | Linha 497: | ||
table.prettytable th, | table.prettytable th, | ||
table.wikitablew-tr th { | table.wikitablew-tr th { | ||
background: # | background: #fff; | ||
text-align: center; | text-align: center; | ||
border | border: 2px #252634 solid; | ||
padding:0.3em 0.4em; | padding:0.3em 0.4em; | ||
} | } | ||
Linha 298: | Linha 525: | ||
td.effective { | td.effective { | ||
background-color: # | background-color: #FFF; | ||
} | } | ||
td.ineffective { | td.ineffective { | ||
background-color: # | background-color: #FFF; | ||
} | } | ||
td.nullified { | td.nullified { | ||
background-color: # | background-color: #FFF; | ||
} | } | ||
/* | /* 7 - SPOILER */ | ||
. | .spoiler { | ||
display: none; | |||
} | } | ||
. | .show { | ||
display: none; | |||
} | } | ||
. | .hide:target + .show { | ||
display: inline; | |||
} | } | ||
. | .hide:target { | ||
display: none; | |||
} | } | ||
. | .hide:target ~ .spoiler { | ||
display: inline; | |||
} | } | ||
/* Just for prettiness, not actually needed */ | |||
. | a.new, | ||
image a.new, | |||
div.vector-menu-tabs li a.new, | |||
div.vector-menu li a.new, | |||
#mw-panel .portal .body li a.new { | |||
color: #ba0000; | |||
} | } | ||
html { | |||
-webkit-text-size-adjust: 100%; | |||
} | } | ||
. | .mw-body { | ||
color: #36414f; | |||
background-color: #fbfbfb; | |||
} | } | ||
.mw-wiki-logo { | |||
. | background-image:url(/); | ||
} | } | ||
. | pre, | ||
code, | |||
pre.mw-code.mw-script { | |||
color: inherit; | |||
background-color: #ffffff; | |||
border-color: #e4eaee; | |||
overflow: auto; | |||
} | } | ||
.mw-content-ltr ul { | |||
. | margin-top: 0; | ||
margin-bottom: 0.8em; | |||
} | } | ||
. | .mw-content-ltr ul ul { | ||
margin- | margin-bottom: 0; | ||
} | } | ||
. | .mw-content-ltr ol { | ||
margin: 0 0 0.8em 2em; | |||
} | } | ||
.mw-content-ltr ol ol { | |||
margin-bottom: 0; | |||
. | |||
} | } | ||
. | table.wikitable ul, | ||
table.wikitable ol { | |||
margin-bottom: 0; | |||
} | } | ||
dl { | |||
margin: 0; | margin: 0; | ||
} | } | ||
dd { | |||
min-width: 17.85em; | |||
} | } | ||
hr { | |||
border-color: #e4eaee; | |||
border-style: solid; | |||
border-width: 1px 0 0 0; | |||
height: initial; | |||
} | } | ||
.historico-atualizacao { | |||
background: #ffffff; | |||
border: 1px solid #e4eaee; | |||
# | |||
border: 1px | |||
} | } | ||
.bg-ws { | |||
background-color: #252634 | |||
} | |||
#p-logo a { | |||
background-position:center center; | |||
background-repeat:; | |||
display:none; | display:none; | ||
width:12em; | |||
height:140px; | |||
text-decoration:; | |||
} | |||
h1, | |||
h2 { | |||
margin-bottom:0.6em; | |||
border-bottom: 2px solid #252634; | |||
} | |||
#borderDemo { | |||
border: 30px double #252634; | |||
border-radius: 40px 40px 40px 40px; | |||
width: fit-content; | |||
} | } | ||
#boxshadow { | |||
-webkit-box-shadow: 10px 10px 15px 5px #252634, 10px 10px 15px 5px #252634; | |||
box-shadow: 15px 33px 11px 10px #252634,20px 40px 15px 10px #fff | |||
height: 150px; | |||
width: 300px; | |||
} | } | ||
#lassaltexto { | |||
font-display:swap; | |||
font-family:Exocet Blizzard; | |||
font-style:normal; | |||
font-weight:500; | |||
font-size: 20px; | |||
background: #333333; | |||
text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #F00; | |||
color: #FFFFFF; | |||
background: #333333; | |||
} | } | ||
#paginalassal { | |||
font-family: "Exocet Blizzard",'fallback', Helvetica, Arial, sans-serif; | |||
font-size: 15px; | |||
letter-spacing: 1px; | |||
word-spacing: 1px; | |||
color: inherit; | |||
font-weight: 400; | |||
text-decoration: rgb(68, 68, 68); | |||
font-style: normal; | |||
font-variant: small-caps; | |||
text-transform: none; | |||
} | } | ||
. | .lassalimg img[src$=gif] { | ||
width: auto; | |||
height: auto; | |||
} | } | ||
#pageiniciallassal { | |||
-webkit-box-shadow: 5px 5px 50px 50px #000000; | |||
box-shadow: 5px 5px 50px 50px #000000; | |||
display: -webkit-inline-box; | |||
} | } | ||
#iniciallassal{ | |||
color: #FFFFFF; | |||
background: #333333; | |||
text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #F00; | |||
color: #FFFFFF; | |||
background: #333333; | |||
font-family: "Exocet Blizzard",'fallback', Helvetica, Arial, sans-serif; | |||
font-size: 50px; | |||
letter-spacing: 5px; | |||
word-spacing: 5px; | |||
} | } | ||
.vitaathimg img[src$=gif] { | |||
width: auto; | |||
display: | height: auto; | ||
margin: -40px auto; | |||
display: table; | |||
border-collapse: collapse; | |||
clear: none; | |||
float: none; | |||
} | } | ||
#inicialvitaath { | |||
-webkit-box-shadow: -1px -1px 35px 20px #06068F; | |||
box-shadow: 0px 0px 130px 50px #06068F; | |||
display: -webkit-inline-box; | |||
} | } | ||
#textoinicialvitaath { | |||
color: #FFFFFF; | |||
background: #06068F; | |||
box-shadow: 1px -5px 50px 33px #4169E1; | |||
color: #FFFFFF; | |||
background: 1px -5px 50px 33px #4169E1 | |||
font-family: "Old Fenris",; | |||
font-size: 50px; | |||
letter-spacing: 5px; | |||
word-spacing: 5px; | |||
} | } | ||
.ragna-menu-container { | |||
. | width: 100%; | ||
max-width: 1600px; | |||
margin: 20px auto; | |||
background-color: white; | |||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); | |||
border-radius: 8px; | |||
overflow: hidden; | |||
} | |||
.ragna-menu-header { | |||
background-color: #feaa1f; | |||
height: 10px; | |||
} | |||
.ragna-menu-content { | |||
display: flex; | |||
flex-wrap: wrap; | |||
padding: 20px; | |||
box-sizing: border-box; | |||
} | |||
.ragna-menu-column { | |||
flex: 1; | |||
padding: 10px; | |||
box-sizing: border-box; | |||
} | |||
.ragna-menu-column h2 { | |||
background-color: #FFDD93; | |||
padding: 8px; | |||
margin: 0 0 10px 0; | |||
text-align: center; | |||
border-radius: 4px; | |||
} | |||
.ragna-menu-column ul { | |||
list-style: none; | |||
padding: 0; | |||
margin: 0; | |||
column-count: 2; | |||
column-gap: 10px; | |||
} | |||
.ragna-menu-column li { | |||
margin-bottom: 5px; | |||
break-inside: avoid; | |||
} | |||
.ragna-menu-column li a { | |||
text-decoration: none; | |||
color: #333; | |||
display: block; | |||
padding: 5px; | |||
border-radius: 4px; | |||
transition: background-color 0.3s ease, transform 0.3s ease; | |||
} | |||
.ragna-menu-column li a:hover { | |||
background-color: #FFDD93; | |||
transform: translateX(5px); | |||
} | |||
.ragna-menu-footer { | |||
text-align: center; | |||
padding: 10px; | |||
background-color: #f9f9f9; | |||
} | |||
.ragna-menu-footer a { | |||
text-decoration: none; | |||
color: #feaa1f; | |||
} | |||
#eventonatal{ | |||
text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px, #FF2D95 0px 0px 50px, #FF2D95 0px 0px 75px, 2px 2px 2px rgba(149,40,71,0); | |||
color: #FF0000; | |||
background: #FFFFFF; | |||
} | } | ||
#embreve2temp{ | |||
text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5, 0px 0px 20px #253795; | |||
color: #F4F4F4; | |||
background: #FFFFFF; | |||
} | } | ||
#infoinicial { | |||
color: #333333; | |||
background: #FFFFFF; | |||
text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0,0,0,0.15); | |||
color: #333333; | |||
background: #FFFFFF; | |||
} | } |
Edição atual tal como às 16h10min de 23 de novembro de 2024
@import url('https://fonts.googleapis.com/css2?family=Baskervville+SC&family=Bodoni+Moda+SC:ital,opsz,wght@0,6..96,600;1,6..96,600&family=Platypi:ital,wght@0,500;1,500&family=Ysabeau+Office:wght@200&family=Zain:wght@200;300;400;700;800;900&display=swap'); @import url(https://db.onlinewebfonts.com/c/ce7ee1905f939d4e0f4cfcb3470c4d4e?family=Old+Fenris); @font-face { font-family: "Old Fenris"; src: url("https://db.onlinewebfonts.com/t/ce7ee1905f939d4e0f4cfcb3470c4d4e.eot"); src: url("https://db.onlinewebfonts.com/t/ce7ee1905f939d4e0f4cfcb3470c4d4e.eot?#iefix")format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/ce7ee1905f939d4e0f4cfcb3470c4d4e.woff2")format("woff2"), url("https://db.onlinewebfonts.com/t/ce7ee1905f939d4e0f4cfcb3470c4d4e.woff")format("woff"), url("https://db.onlinewebfonts.com/t/ce7ee1905f939d4e0f4cfcb3470c4d4e.ttf")format("truetype"), url("https://db.onlinewebfonts.com/t/ce7ee1905f939d4e0f4cfcb3470c4d4e.svg#Old Fenris")format("svg"); } @font-face { font-display:swap; font-family:Exocet Blizzard; font-style:normal; font-weight:500; font-display: block; /* src:url(/file/Diablo-4/exocetblizzardot-medium.15c1404fff96cb17daa2359e3d7c31d9.woff) format("woff") */ src: url("https://swcdn.fextralife.com/fonts/exocetblizzardot-medium.15c1404fff96cb17daa2359e3d7c31d9.woff") format("woff2"); } @platypi { font-family: "Platypi", serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; } body { margin:0px; font-family: "Platypi", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 15px; line-height:var(--bs-body-line-height); color:var(--bs-body-color); text-align:initial; background-color:forestgreen; -webkit-text-size-adjust:100%; -webkit-tap-highlight-color:transparent; zoom: 90%; } hr { margin:1rem 0; color:inherit; border:0; border-top:var(--bs-border-width) solid; opacity:.25 } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-top:0; margin-bottom:.5rem; font-weight:500; line-height:1.2; color:var(--bs-heading-color) } .h1, h1 { font-size:calc(1.375rem + 1.5vw) } @media (min-width:1200px) { .h1, h1 { font-size:2.5rem } } .h2, h2 { font-size:calc(1.325rem + .9vw) } @media (min-width:1200px) { .h2, h2 { font-size:2rem } } .h3, h3 { font-size:calc(1.3rem + .6vw) } @media (min-width:1200px) { .h3, h3 { font-size:1.75rem } } .h4, h4 { font-size:calc(1.275rem + .3vw) } @media (min-width:1200px) { .h4, h4 { font-size:1.5rem } } .h5, h5 { font-size:1.25rem } .h6, h6 { font-size:1rem } p { margin-top:0; margin-bottom:1rem } #ca-viewsource { display: none !important; } @media screen and (min-width: 768px) { #mw-navbar-left { padding-left: 1.75em; } } @media screen { .navbar { justify-content: space-between; display: flex; padding: 35px; padding-top: 150px; padding-right: 35px; background-image: url(/images/6/68/Logo_ravenro_wiki.png?20240315182432); background-repeat: no-repeat; background-position: center; background-size: 1000px; } .mw-wiki-logo { background-image: url(/images/6/68/Logo_ravenro_wiki.png?20240315182432); } @media screen { #p-banner { display: none; } } @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap'); /** o código CSS colocado aqui será aplicado a todos os temas * Antes de realizar quaisquer alterações deve-se informar aos desenvolvedores do site * Alterações aqui realizadas afetarão no desempenho da wiki, cuidado, realize sempre um backup da página *********** Tabela de conteúdo *************** 2 - Função Collapsible (Mostrar/esconder tabelas) 3 - NavBox 4 - Wikitablec 4.1 - Wikitable White 5 - Metrolook ************************************************** 6 - Navegação 7 - Spoiler6 ****************** @media screen { a.new { background-color:#252634 } legend { display:block; width:100%; max-width:100%; padding:0; margin-bottom:.5rem; font-size:1.5rem; line-height:inherit; color:inherit; white-space:normal } progress { vertical-align:baseline } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height:auto } [type=search] { outline-offset:-2px; -webkit-appearance:none } [type=search]::-webkit-search-decoration { -webkit-appearance:none } ::-webkit-file-upload-button { font:inherit; -webkit-appearance:button } output { display:inline-block } summary { display:list-item; cursor:pointer } template { display:none } [hidden] { display:none!important } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom:.5rem; font-weight:500; line-height:1.2 } .h1, h1 { font-size:2.5rem } .h2, h2 { font-size:2rem } .h3, h3 { font-size:1.75rem } .h4, h4 { font-size:1.5rem } .h5, h5 { font-size:1.25rem } .h6, h6 { font-size:1rem } .lead { font-size:1.25rem; font-weight:300 } .display-1 { font-size:6rem; font-weight:300; line-height:1.2 } .display-2 { font-size:5.5rem; font-weight:300; line-height:1.2 } .display-3 { font-size:4.5rem; font-weight:300; line-height:1.2 } .display-4 { font-size:3.5rem; font-weight:300; line-height:1.2 } hr { margin-top:1rem; margin-bottom:1rem; border:0; border-top:1px solid rgba(0,0,0,.1) } #mw-navigation { border-right:1px solid #e5e5e5 } #mw-navigation h2 { display:none } #mw-navigation ul { margin:0 } #mw-navigation li { list-style-type:none } #mw-navigation a { display:block; padding:0.2em 1em } #mw-navigation a.nav-link.disabled { color:#444; margin-top:1em; font-weight:bold } #mw-navigation a:not(.disabled) { color:#808080 } #mw-navigation a:not(.disabled):hover { color:#444 } /* Wikitablek */ table.wikitablec, table.prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; } table.wikitablecenter, table.prettytable { margin-left: auto; margin-right: auto; background: #f9f9f9; border: 1px #252634 solid; border-collapse: collapse; } table.wikitablec th, table.wikitablec td, table.prettytable th, table.prettytable td { border: 1px #252634 solid; padding: 0.2em; text-align: center; width: 100%; height: auto; } table.wikitablec th, table.prettytable th { background: #fff; text-align: center; } table.wikitablec caption, table.prettytable caption { margin-left: inherit; margin-right: inherit; font-weight: bold; } table.prettytablec code, table.wikitablec code { background-color: transparent; } table.wikitablew-tr th, table.wikitablew-tr td { padding: 0.3em 0.4em; } table.wikitablecenter th, table.wikitablecenter td, table.prettytable th, table.prettytable td { border: 1px #252634 solid; padding: 0.2em; text-align: center; } table.wikitablecenter th, table.prettytable th { background: #f2f2f2; text-align: center; } table.wikitablecenter caption, table.prettytable caption { margin-left: inherit; margin-right: inherit; font-weight: bold; } table.prettytablecenter code, table.wikitablecenter code { background-color: transparent; } table.elements {} table.elements th, table.elements td { padding: 0.5em; } td.effective { background-color: #FFF; } td.ineffective { background-color: #FFF; } td.nullified { background-color: #FFF; } /* Wikitable White */ table.wikitablew, table.prettytable, table.wikitablew-tr { margin-left: auto; margin-right: auto; background: #fff; border: 2px #252634 solid; border-collapse: collapse; } table.wikitablewhite, table.prettytable { margin-left: auto; margin-right: auto; background: #fff; border: 2px #fff solid; border-collapse: collapse; } /* Wikitable White */ table.wikitablenb, table.prettytable, table.wikitablenb-tr { margin-left: auto; margin-right: auto; background: #fff; border: 2px #252634 solid; border-opacity: 0.5; border-collapse: collapse; } .wikitablenb border: opacity { opacity: 0.5; } table.wikitablenoborder, table.prettytable { margin-left: auto; margin-right: auto; background: #fff; border: 2px #252634 solid; border-collapse: collapse; } /* HOVER DA TABELA*/ .wikitablew td: hover { background: #fff; } .wikitablew-tr tr: hover { background: #fff; } .wikitablenb border: hover { border: 2px #252634 solid; } table.wikitablew th, table.wikitablew td, table.prettytable th, table.prettytable td, table.wikitablew-tr th, table.wikitablew-tr td{ border: 2px #252634 solid; padding: 0.3em 0.4em; } table.wikitablew th, table.prettytable th, table.wikitablew-tr th { background: #fff; } table.wikitablew caption, table.prettytable caption, table.wikitablew-tr caption { margin-left: inherit; margin-right: inherit; font-weight: bold; } table.prettytablec code, table.prettytable code, table.wikitablew-tr code { background-color: transparent; } table.wikitablewhite th, table.wikitablewhite td, table.prettytable th, table.prettytable td { border: 2px #252634 solid; padding: 0.2em; text-align: center; } table.wikitablewhite th, table.prettytable th, table.wikitablew-tr th { background: #fff; text-align: center; border: 2px #252634 solid; padding:0.3em 0.4em; } table.wikitablewhite caption, table.prettytable caption, table.wikitablew-tr caption { margin-left: inherit; margin-right: inherit; font-weight: bold; text-align: center; } table.prettytablecenter code, table.wikitablewhite code, table.wikitablew-tr code { background-color: #000; } table.elements {} table.elements th, table.elements td { padding: 0.5em; } td.effective { background-color: #FFF; } td.ineffective { background-color: #FFF; } td.nullified { background-color: #FFF; } /* 7 - SPOILER */ .spoiler { display: none; } .show { display: none; } .hide:target + .show { display: inline; } .hide:target { display: none; } .hide:target ~ .spoiler { display: inline; } /* Just for prettiness, not actually needed */ a.new, image a.new, div.vector-menu-tabs li a.new, div.vector-menu li a.new, #mw-panel .portal .body li a.new { color: #ba0000; } html { -webkit-text-size-adjust: 100%; } .mw-body { color: #36414f; background-color: #fbfbfb; } .mw-wiki-logo { background-image:url(/); } pre, code, pre.mw-code.mw-script { color: inherit; background-color: #ffffff; border-color: #e4eaee; overflow: auto; } .mw-content-ltr ul { margin-top: 0; margin-bottom: 0.8em; } .mw-content-ltr ul ul { margin-bottom: 0; } .mw-content-ltr ol { margin: 0 0 0.8em 2em; } .mw-content-ltr ol ol { margin-bottom: 0; } table.wikitable ul, table.wikitable ol { margin-bottom: 0; } dl { margin: 0; } dd { min-width: 17.85em; } hr { border-color: #e4eaee; border-style: solid; border-width: 1px 0 0 0; height: initial; } .historico-atualizacao { background: #ffffff; border: 1px solid #e4eaee; } .bg-ws { background-color: #252634 } #p-logo a { background-position:center center; background-repeat:; display:none; width:12em; height:140px; text-decoration:; } h1, h2 { margin-bottom:0.6em; border-bottom: 2px solid #252634; } #borderDemo { border: 30px double #252634; border-radius: 40px 40px 40px 40px; width: fit-content; } #boxshadow { -webkit-box-shadow: 10px 10px 15px 5px #252634, 10px 10px 15px 5px #252634; box-shadow: 15px 33px 11px 10px #252634,20px 40px 15px 10px #fff height: 150px; width: 300px; } #lassaltexto { font-display:swap; font-family:Exocet Blizzard; font-style:normal; font-weight:500; font-size: 20px; background: #333333; text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #F00; color: #FFFFFF; background: #333333; } #paginalassal { font-family: "Exocet Blizzard",'fallback', Helvetica, Arial, sans-serif; font-size: 15px; letter-spacing: 1px; word-spacing: 1px; color: inherit; font-weight: 400; text-decoration: rgb(68, 68, 68); font-style: normal; font-variant: small-caps; text-transform: none; } .lassalimg img[src$=gif] { width: auto; height: auto; } #pageiniciallassal { -webkit-box-shadow: 5px 5px 50px 50px #000000; box-shadow: 5px 5px 50px 50px #000000; display: -webkit-inline-box; } #iniciallassal{ color: #FFFFFF; background: #333333; text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #F00; color: #FFFFFF; background: #333333; font-family: "Exocet Blizzard",'fallback', Helvetica, Arial, sans-serif; font-size: 50px; letter-spacing: 5px; word-spacing: 5px; } .vitaathimg img[src$=gif] { width: auto; height: auto; margin: -40px auto; display: table; border-collapse: collapse; clear: none; float: none; } #inicialvitaath { -webkit-box-shadow: -1px -1px 35px 20px #06068F; box-shadow: 0px 0px 130px 50px #06068F; display: -webkit-inline-box; } #textoinicialvitaath { color: #FFFFFF; background: #06068F; box-shadow: 1px -5px 50px 33px #4169E1; color: #FFFFFF; background: 1px -5px 50px 33px #4169E1 font-family: "Old Fenris",; font-size: 50px; letter-spacing: 5px; word-spacing: 5px; } .ragna-menu-container { width: 100%; max-width: 1600px; margin: 20px auto; background-color: white; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); border-radius: 8px; overflow: hidden; } .ragna-menu-header { background-color: #feaa1f; height: 10px; } .ragna-menu-content { display: flex; flex-wrap: wrap; padding: 20px; box-sizing: border-box; } .ragna-menu-column { flex: 1; padding: 10px; box-sizing: border-box; } .ragna-menu-column h2 { background-color: #FFDD93; padding: 8px; margin: 0 0 10px 0; text-align: center; border-radius: 4px; } .ragna-menu-column ul { list-style: none; padding: 0; margin: 0; column-count: 2; column-gap: 10px; } .ragna-menu-column li { margin-bottom: 5px; break-inside: avoid; } .ragna-menu-column li a { text-decoration: none; color: #333; display: block; padding: 5px; border-radius: 4px; transition: background-color 0.3s ease, transform 0.3s ease; } .ragna-menu-column li a:hover { background-color: #FFDD93; transform: translateX(5px); } .ragna-menu-footer { text-align: center; padding: 10px; background-color: #f9f9f9; } .ragna-menu-footer a { text-decoration: none; color: #feaa1f; } #eventonatal{ text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px, #FF2D95 0px 0px 50px, #FF2D95 0px 0px 75px, 2px 2px 2px rgba(149,40,71,0); color: #FF0000; background: #FFFFFF; } #embreve2temp{ text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5, 0px 0px 20px #253795; color: #F4F4F4; background: #FFFFFF; } #infoinicial { color: #333333; background: #FFFFFF; text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0,0,0,0.15); color: #333333; background: #FFFFFF; }