Mudanças entre as edições de "MediaWiki:Common.css"

De Wiki Gla
Ir para navegação Ir para pesquisar
 
Linha 1: Linha 1:
/* Reset italic styling set by user agent */
/*--------------------------------------------------
cite,
ESTILIZAÇÃO PADRÃO
dfn {
--------------------------------------------------*/
font-style: inherit;
 
html{
scroll-behavior: smooth;
}
 
:root{
--content-bg: #fcfcfc;
--content-text: #000;
--simpleSearch-bg: #fff;
--searchInput-text:#aaaaaa;
--link-text: #0645ad;
--lightGray: rgba(240, 240, 240);--gray: rgb(190, 190, 190);
--transparent-blue: #338be58c;
--blue: #338be5;
}
 
.dark-mode:root{
--content-bg: #fcfcfc;
}
}


/* Straight quote marks for <q> */
.mw-body h1, .mw-body-content h1, .mw-body-content h2{
q {
font-family: sans-serif!important;
quotes: '"' '"' "'" "'";
}
}


/* Avoid collision of blockquote with floating elements by swapping margin and padding */
a:visited,
blockquote {
a {
overflow: hidden;
color: var(--link-text) !important;
margin: 1em 0;
padding: 0 40px;
}
}


/* Consistent size for <small>, <sub> and <sup> */
body {
small {
background-image: url(/images/3/31/Cinza_capriw.png);
font-size: 85%;
background-repeat: repeat;
background-attachment: fixed;
}
}


.mw-body-content sub,
h1, h2 {
.mw-body-content sup,
    margin-bottom: 0.6em;
span.reference /* for Parsoid */ {
    border-bottom: 0px !important;
font-size: 80%;
}
}


/* Same spacing for indented and unindented paragraphs on talk pages */
#content {
.ns-talk .mw-body-content dd {
overflow-x: clip;
margin-top: 0.4em;
margin-bottom: 0.4em;
    color: var(--content-text);
    background-color: var(--content-bg) !important;
border: none!important;
box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
}
}


/* Main page fixes */
#simpleSearch {
#interwiki-completelist {
    background-color: var(--simpleSearch-bg) !important;
font-weight: bold;
}
}


/* Reduce page jumps by hiding collapsed/dismissed content */
#p-personal{
.client-js .mw-special-Watchlist #watchlist-message,
right: 1em;
.client-js .NavFrame.collapsed .NavContent,
    top: .5em;
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child) {
display: none;
}
}


/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */
#p-search {
.mw-rcfilters-enabled .mw-specialpage-summary {
float: left;
margin-top: 1em;
    margin-left: -0.1em;
    margin-right: 1em;
    margin-top: -0.4em;
}
}


/* Hide charinsert base for those not using the gadget */
#searchInput {
#editpage-specialchars {
    background-color: #231813;
display: none;
    color: var(--searchInput-text);
    width: 100%;
    height: 2.15384615em;
    border: 1px solid #524136;
    padding: 5px 2.15384615em 5px 0.4em;
    font-family: inherit;
    font-size: 0.8125em;
    direction: ltr;  
}
}


/* Highlight linked elements (such as clicked references) in blue */
.mw-body {
body.action-info .mw-body-content :target,
    margin-top: -1px;
.citation:target {
    border: 2px solid #5c3f2b !important;
background-color: rgba(0, 127, 255, 0.133);
    border-right-width: 2px !important;
}   
 
/* Force lining numbers in headers (for fonts like Georgia) */
h1,
h2,
.firstHeading {
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}
}


/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
/* Consistent size for sub/sup */
.citation {
.mw-body sub,
word-wrap: break-word;
.mw-body sup,
span.reference /* for Parsoid */ {
    font-size: 80%;
}
}


/* Make the list of references smaller
 
  * Keep in sync with Template:Refbegin/styles.css
/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
  * And Template:Reflist/styles.css
  * For sanity, only do this if [[Project_talk:Support_desk]] is a
* redirect (which goes back to [[Project:Support_desk]]).
  * If that is changed for some reason, it automatically comes back.
  */
  */
ol.references {
.page-Project_Support_desk #ca-talk a.mw-redirect {
font-size: 90%;
display: none;
margin-bottom: 0.5em;
}
 
/* CSS Hover Gallery for Mediawiki */
 
.gallery_zoom_img img{
-moz-transition:-moz-transform 0.1s ease-in;
-webkit-transition:-webkit-transform 0.1s ease-in;  
-o-transition:-o-transform 0.1s ease-in;
transition:transform 0.1 ease-in;
}
 
.gallery_zoom_img img:hover{
-moz-transform:scale(2);
-webkit-transform:scale(2);
-o-transform:scale(2);
transform:scale(2);
}
}


/* Style for horizontal lists (separator following item).
/*--------------------------------------------------
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
CSS CUSTOMIZADO
  @revision 8 (2016-05-21)
--------------------------------------------------*/
  @author [[User:Edokter]]
 
*/
/*--------------------------------------------------
.hlist dl,
Vector
.hlist ol,
--------------------------------------------------*/
.hlist ul {
 
margin: 0;
.vector-menu-tabs li {
padding: 0;
background: transparent ;
}
}


/* Display list items inline */
/*--------------------------------------------------
.hlist dd,
Tabber
.hlist dt,
--------------------------------------------------*/
.hlist li {
 
margin: 0; /* don't trust the note that says margin doesn't work with inline
.center-tab .tabber__header {
* removing margin: 0 makes dds have margins again */
    justify-content: center;
display: inline;
}
}


/* Display nested lists inline */
/*--------------------------------------------------
.hlist.inline,
Tags de uso generalizado
.hlist.inline dl,
--------------------------------------------------*/
.hlist.inline ol,
 
.hlist.inline ul,
.mt-1{
.hlist dl dl,
margin-top: .75em;
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
display: inline;
}
}


/* Hide empty list items */
.mt-2{
.hlist .mw-empty-li {
margin-top: 1.5em;
display: none;
}
}


/* Generate interpuncts */
.mt-4{
.hlist dt:after {
margin-top: 3em;
content: ": ";
}
}


/**
.mt--4{
* Note hlist style usage differs in Minerva and is defined in core as well!
margin-top: -2em;
* Please check Minerva desktop (and Minerva.css) when changing
* See https://phabricator.wikimedia.org/T213239
*/
.hlist dd:after,
.hlist li:after {
content: " · ";
font-weight: bold;
}
}


.hlist dd:last-child:after,
.mb-2{
.hlist dt:last-child:after,
margin-bottom: 1em;
.hlist li:last-child:after {
content: none;
}
}


/* Add parentheses around nested lists */
 
.hlist dd dd:first-child:before,
.d-flex,
.hlist dd dt:first-child:before,
.td-flex td{
.hlist dd li:first-child:before,
display:flex;
.hlist dt dd:first-child:before,
.hlist dt dt:first-child:before,
.hlist dt li:first-child:before,
.hlist li dd:first-child:before,
.hlist li dt:first-child:before,
.hlist li li:first-child:before {
content: " (";
font-weight: normal;
}
}


.hlist dd dd:last-child:after,
.d-block{
.hlist dd dt:last-child:after,
display: block;
.hlist dd li:last-child:after,
.hlist dt dd:last-child:after,
.hlist dt dt:last-child:after,
.hlist dt li:last-child:after,
.hlist li dd:last-child:after,
.hlist li dt:last-child:after,
.hlist li li:last-child:after {
content: ")";
font-weight: normal;
}
}


/* Put ordinals in front of ordered list items */
.relative{
.hlist ol {
position:relative;
counter-reset: listitem;
}
}


.hlist ol > li {
.text-justify{
counter-increment: listitem;
text-align: justify;
}
}


.hlist ol > li:before {
.align-center{
content: " " counter(listitem) "\a0";
align-items: center;
}
}


.hlist dd ol > li:first-child:before,
.align-top{
.hlist dt ol > li:first-child:before,
align-items: flex-start;
.hlist li ol > li:first-child:before {
content: " (" counter(listitem) "\a0";
}
}


/* Unbulleted lists */
.justify-between{
.plainlist ol,
justify-content: space-between;
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
}


.plainlist ol li,
.justify-center{
.plainlist ul li {
justify-content: center;
margin-bottom: 0;
}
}


/* Default style for navigation boxes */
.border-none{
.navbox {                    /* Navbox container style */
border: none!important;
box-sizing: border-box;
border: 1px solid #a2a9b1;
width: 100%;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0;       /* Prevent preceding content from clinging to navboxes */
}
}


.navbox .navbox {
.w-25{
margin-top: 0;           /* No top margin for nested navboxes */
width: 25%;
}
}


.navbox + .navbox {
.h-100 {
margin-top: -1px;         /* Single pixel border between adjacent navboxes */
height: 100%;
}
}


.navbox-inner,
.flex-wrap{
.navbox-subgroup {
flex-wrap: wrap;
width: 100%;
}
}


.navbox-group,
.section-title{
.navbox-title,
display: block;
.navbox-abovebelow {
border-radius: 8px;
padding: 0.25em 1em;     /* Title, group and above/below styles */
background: linear-gradient(to bottom, #459cca, #5684c8);
line-height: 1.5em;
    width: fit-content;
text-align: center;
    color: white;
    padding: .25em 5em;
    letter-spacing: 1px;
}
}


th.navbox-group {            /* Group style */
.badge{
padding: .25em .57em;
margin: .45em;
border-radius: 6px;
color: white;
font-weight: bold;
text-transform: capitalize;
white-space: nowrap;
white-space: nowrap;
/* @noflip */
max-height: 1.5em;
text-align: right;
font-size: .9em;
letter-spacing: 1px;
box-shadow: rgb(3 102 214 / 30%) 0px 0px 0px 3px;
    background: linear-gradient(to bottom,#459cca,#5684c8);
}
}


.navbox,
.card{
.navbox-subgroup {
width: 100%;
background-color: #fdfdfd; /* Background color */
min-height: 14em;
margin: 0 auto;
border-radius: 10px;
box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}
}


.navbox-list {
.card-title{
line-height: 1.5em;
display: block;
border-color: #fdfdfd;   /* Must match background color */
padding:.25em 0;
margin-bottom: 1em;
width: 100%;
border-radius: 10px 10px 0 0;
background: linear-gradient(to bottom, #459cca, #5684c8);
font-size: 1.2em;
font-weight: bold;
text-align:center;
letter-spacing: 1px;
color:white;
}
}


/* cell spacing for navbox cells */
.scaleUp-hover {
tr + tr > .navbox-abovebelow,
transition: all .25s ease;
tr + tr > .navbox-group,
image-rendering: auto; /* ou crisp-edges */
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
}


.navbox th,
.scaleUp-hover:hover {
.navbox-title {
transform: scale(1.1);
background-color: #ccccff;     /* Level 1 color */
}
}


.navbox-abovebelow,
 
th.navbox-group,
/*--------------------------------------------------
.navbox-subgroup .navbox-title {
Tooltip
background-color: #ddddff;     /* Level 2 color */
--------------------------------------------------*/
 
.simple-tooltip-inline{
border: none!important;
}
}


.navbox-subgroup .navbox-group,
.tooltipster-default{
.navbox-subgroup .navbox-abovebelow {
background-color: rgb(220, 220, 220);
background-color: #e6e6ff;     /* Level 3 color */
color: black!important;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
}


.navbox-even {
.tooltipster-arrow{
background-color: #f7f7f7;     /* Even row striping */
borde-color: rgb(220, 220, 220)!important;
}
}


.navbox-odd {
#bigImage{
background-color: transparent; /* Odd row striping */
position: absolute;
transform: translate(0, -100%);
}
}


.navbox .hlist td dl,
/*--------------------------------------------------
.navbox .hlist td ol,
Pagina Inicial
.navbox .hlist td ul,
--------------------------------------------------*/
.navbox td.hlist dl,
.initialPage--table{
.navbox td.hlist ol,
width: 100%;
.navbox td.hlist ul {
text-align: center;
padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
}


/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.initialPage--table > tbody > tr > th,
.mw-parser-output .mw-collapsible-toggle {
.initialPage--table > tbody > tr > td {
font-weight: normal;
background: transparent !important;
/* @noflip */
text-align: right;
padding-right: 0.2em;
padding-left: 0.2em;
}
}


.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
.initialPage--title,
/* @noflip */
.initialPage--events{
float: left;
border: none;
/* @noflip */
border-collapse: separate;
text-align: left;
}
}


/* Infobox template style */
.initialPage--events th,
.infobox {
.initialPage--title th {
border: 1px solid #a2a9b1;
color: black !important;
border-spacing: 3px;
padding: .4em;
background-color: #f8f9fa;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}
}


/* not strictly certain these styles are necessary
.initialPage--title th {
* just replicating the module faithfully
background-color: transparent !important;
*/
font-size: 2em;
.infobox-subbox {
padding: 0;
border: none;
margin: -3px;
width: auto;
min-width: 100%;
font-size: 100%;
clear: none;
float: none;
background-color: transparent;
}
}


.infobox-header,
.initialPage--events{
.infobox-label,
display: flex;
.infobox-above,
height: 20em;
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element declaration when both a) infobox3cols is migrated and
* b) when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
vertical-align: top;
}
}


.infobox-label,
.event-image{
.infobox-data,
aspect-ratio: 32 / 10;
/* Remove element declaration when both a) infobox3cols is migrated and
width: -webkit-fill-available;
* b) when every .infobox thing is using the standard module/templates  */
max-width: 350px;
.infobox th,
height: auto;
.infobox td {
object-fit: fill;
/* @noflip */
text-align: left;
position: relative;
}
}


/* remove .infobox when th, td above are removed */
#event-time{
.infobox .infobox-above,
position: absolute;
.infobox .infobox-title,
bottom: 3%;
/* Remove element declaration when both a) infobox3cols is migrated and
right: 15%;
* b) when every .infobox thing is using the standard module/templates  */
.infobox caption {
letter-spacing: 2px;
font-size: 125%;
font-size: 1.15em;
font-weight: bold;
font-weight: bold;
color: #fff;
}
.initialPage--eventsLogo{
height: 100%;
padding: .5em 3.5em 2em 0;
display: flex;
align-items: center;
}
.initialPage--events td{
text-align:center;
display: flex;
align-items: center;
justify-content: flex-end;
}
.initialPage--mainContainer{
display: flex;
align-items: flex-start;
}
.initialPage--menuContainer{
width: 75%;
margin-right: 1.5em;
}
.initialPage--sideMenuContainer{
width: 25%;
}
.initialPage--menuTitle{
display: block;
text-align: center;
text-align: center;
width: 100%;
font-size: 1.75em;
font-weight: bold;
background: linear-gradient(to bottom, #459cca, #5684c8);
border-radius: 10px 10px 0 0;
color: white;
}
.initialPage--menu{
display: flex;
flex-wrap: wrap;
}
.initialPage--menuItemContainer{
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 1em 0;
}
.initialPage--menuItem{
width: 22.5%;
}
.initialPage--menuItem a img {
width: 100%;
}
.initialPage--socialMediaContainer{
box-sizing: border-box;
width: 100%;
margin-top: 8em;
padding: 0 1.5em;
}
.initialPage--socialMedia{
position: relative;
border-top: 2px solid #689cc0;
margin-top: 1em;
}
.initialPage--socialMedia:before{
content: '';
position: absolute;
top: -2px;
display: block;
width: 0;
height: 2px;
z-index: 1;
transition: width .25s ease;
}
}


.infobox-title,
.initialPage--socialMedia:hover::before{
/* Remove element declaration when both a) infobox3cols is migrated and
width: 100%;
* b) when every .infobox thing is using the standard module/templates  */
.infobox caption {
padding: 0.2em;
}
}


/* remove .infobox when th, td above are removed */
.initialPage--socialMediaLink{
.infobox .infobox-header,
display: flex;
.infobox .infobox-subheader,
justify-content: space-between;
.infobox .infobox-image,
align-items: center;
.infobox .infobox-full-data,
.infobox .infobox-below {
font-size: 1.35em;
text-align: center;
font-weight: 600;
letter-spacing: .03em;
color:#689cc0 !important;
padding: .9em .5em;
transition: color .25s ease;
}
}


/* remove .infobox when th, td above are removed */
.initialPage--socialMediaLink:visited{
.infobox .infobox-navbar {
color:#689cc0 !important;
/* @noflip */
text-align: right;
}
}


.infobox.bordered {
.initialPage--socialMediaLink:hover{
border-collapse: collapse;
text-decoration: none;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
.socialMedia--svg{
.infobox.bordered td,
display: flex;
.infobox.bordered th {
align-items: center;
border: 1px solid #a2a9b1;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
.socialMedia--svg svg{
.infobox.bordered .borderless td,
width: 2em;
.infobox.bordered .borderless th {
fill: #689cc0;
border: 0;
transition: all .25s ease;
}
}


/* styles for bordered infobox with merged rows */
.socialMedia--svg svg path{
/* TODO split definitions to appropriate class names when live from HTML element */
fill: inherit;
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #a2a9b1;
/* @noflip */
border-right: 1px solid #a2a9b1;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
/*
.infobox.bordered .mergedrow td,
Discord
.infobox.bordered .mergedrow th {
*/
border: 0;
 
/* @noflip */
.initialPage--socialMedia.discord > .initialPage--socialMediaLink:hover{
border-right: 1px solid #a2a9b1;
color: #5865f2!important;
}
}


/* Styles for geography infoboxes, eg countries,
.initialPage--socialMedia.discord:before{
  country subdivisions, cities, etc.           */
background: #5865f2;
.infobox.geography {
}
border-collapse: collapse;
.initialPage--socialMedia.discord > .initialPage--socialMediaLink:hover > .socialMedia--svg svg{
line-height: 1.2em;
fill: #5865f2!important;
font-size: 90%;
}
 
/*
Instagram
*/
 
.initialPage--socialMedia.instagram > .initialPage--socialMediaLink:hover{
color: #f09433!important;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
.initialPage--socialMedia.instagram:before{
.infobox.geography  td,
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);  
.infobox.geography  th {
}
border-top: 1px solid #a2a9b1;
 
padding: 0.4em 0.6em 0.4em 0.6em;
.initialPage--socialMedia.instagram > .initialPage--socialMediaLink:hover > .socialMedia--svg svg{
fill: url(#gradient-vertical);
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
/*
.infobox.geography .mergedtoprow td,
Facebook
.infobox.geography .mergedtoprow th {
*/
border-top: 1px solid #a2a9b1;
 
padding: 0.4em 0.6em 0.2em 0.6em;
.initialPage--socialMedia.facebook > .initialPage--socialMediaLink:hover{
color: #4267B2!important;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
.initialPage--socialMedia.facebook:before{
.infobox.geography .mergedrow td,
background: #4267B2;
.infobox.geography .mergedrow th {
}
border: 0;
.initialPage--socialMedia.facebook > .initialPage--socialMediaLink:hover > .socialMedia--svg svg{
padding: 0 0.6em 0.2em 0.6em;
fill: #4267B2!important;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
/*--------------------------------------------------
.infobox.geography .mergedbottomrow td,
Ocultação de componentes
.infobox.geography .mergedbottomrow th {
--------------------------------------------------*/
border-top: 0;
 
border-bottom: 1px solid #a2a9b1;
#p-navigation { background-color: transparent; }
padding: 0 0.6em 0.4em 0.6em;
#mw-head-base { background-color: transparent; width: auto!important; }
#p-logo { background-color: transparent; }
#mw-page-base { background: transparent; }
#mw-panel #p-tb h3 { color: rgb(0, 0, 0); font-size: .75em;}
#p-tb { display: none; }
/* #ca-nstab-mediawiki { display: none; } */
#ca-talk { display: none; }
#ca-view { display: none; }
#ca-history { display: none; }
#ca-viewsource { display: none !important; }
/* #ca-unwatch { display: none; } */
/* #p-cactions { display: none; } */
/*
Pacientes
*/
 
.table-pacients {
display: block;
max-width: 1400px;
overflow-x: auto;
}
}


/* TODO split definitions to appropriate class names when live from HTML element */
.table-pacients img{
.infobox.geography .maptable td,
width: 15.715em;
.infobox.geography .maptable th {
height: auto;
border: 0;
padding: 0;
}
}


/* Normal font styling for wikitable row headers with scope="row" tag */
/*
.wikitable.plainrowheaders th[scope=row] {
PERSONAGENS
font-weight: normal;
*/
/* @noflip */
 
text-align: left;
.filter--containerSearch{  
display: flex;
padding: 0 2em;
justify-content: flex-end;
align-items: center;
}
}


/* Lists in wikitable data cells are always left-aligned */
.filter--container{
.wikitable td ul,
display: flex;
.wikitable td ol,
padding: 0 2em;
.wikitable td dl {
justify-content: space-between;
/* @noflip */
align-items: center;
text-align: left;
}
}


/* ...unless they also use the hlist class */
.filter{
.toc.hlist ul,
width: fit-content;
#toc.hlist ul,
    display: flex;
.wikitable.hlist td ul,
    justify-content: center;
.wikitable.hlist td ol,
    border: 3px solid #b0cff1;
.wikitable.hlist td dl {
    border-collapse: collapse;
text-align: inherit;
    border-radius: 8px;
}
}


/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
.filter--title{
table.mw-hiero-table td {
display: flex;
vertical-align: middle;
    border-right: 3px solid #b0cff1;
    background: #4c91c9;
    padding: 0 1em;
    align-items: center;
    border-radius: 4px 0 0 4px;
    font-size: 1.2em;
    letter-spacing: .15em;
    font-weight: bold;
    color: white;
}
}


/* Change the external link icon to an Adobe icon for all PDF files */
.filter--icon,
.mw-parser-output a[href$=".pdf"].external,
.calcXp--tierIcon {
.mw-parser-output a[href*=".pdf?"].external,
padding: .35em .95em;
.mw-parser-output a[href*=".pdf#"].external,
    background: transparent;
.mw-parser-output a[href$=".PDF"].external,
    cursor: pointer;
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
padding-right: 18px;
}
}


/* Messagebox templates */
.filter--icon.tier img{
.messagebox {
filter: grayscale(.0);
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
width: 80%;
margin: 0 auto 1em auto;
padding: .2em;
}
}


.messagebox.merge {
.filter--icon.tier.active img{
border: 1px solid #c0b8cc;
box-shadow: none;
background-color: #f0e5ff;
text-align: center;
}
}


.messagebox.cleanup {
.filter--icon img{
border: 1px solid #9f9fff;
    filter: grayscale(.8);
background-color: #efefff;
    border-radius: 10px;
text-align: center;
   
    transition: all .25s ease;
}
}


.messagebox.standard-talk {
.calcXp--tierIcon img {
border: 1px solid #c0c090;
filter: drop-shadow(0px 1px 8px #4c91c900);
background-color: #f8eaba;
    border-radius: 10px;
margin: 4px auto;
   
    transition: all .25s ease;
}
}


/* For old WikiProject banners inside banner shells. */
.filter--icon.active img{
.mbox-inside .standard-talk {
box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
border: 1px solid #c0c090;
    filter: grayscale(0);
background-color: #f8eaba;
width: 100%;
margin: 2px 0;
padding: 2px;
}
}


.messagebox.small {
.filter--icon.tier.active img,
width: 238px;
.calcXp--tierIcon.active img{
font-size: 85%;
transform: scale(.85);
/* @noflip */
float: right;
clear: both;
/* @noflip */
margin: 0 0 1em 1em;
line-height: 1.25em;
}
}


.messagebox.small-talk {
.filter--icon.tier#bronze.active img,
width: 238px;
.calcXp--tierIcon#bronze.active img{
font-size: 85%;
filter: drop-shadow(0px 1px 8px #f18a05);
/* @noflip */
float: right;
clear: both;
/* @noflip */
margin: 0 0 1em 1em;
line-height: 1.25em;
background-color: #f8eaba;
}
}


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
.filter--icon.tier#silver.active img,
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
.calcXp--tierIcon#silver.active img{
border: none;
filter: drop-shadow(0px 1px 8px #8b8b8b);
/* @noflip */
padding: 0.25em 0.9em;    /* 0.9em left/right */
width: 100%;               /* Make all mboxes the same width regardless of text length */
}
}


td.mbox-image {                /* The left image cell */
.filter--icon.tier#gold.active img,
border: none;
.calcXp--tierIcon#gold.active img{
/* @noflip */
filter: drop-shadow(0px 1px 8px #fbc300);
padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
text-align: center;
}
}


td.mbox-imageright {          /* The right image cell */
.filter--icon.tier#diamond.active img,
border: none;
.calcXp--tierIcon#diamond.active img{
/* @noflip */
filter: drop-shadow(0px 1px 8px #0391c5);
padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
text-align: center;
}
}


td.mbox-empty-cell {           /* An empty narrow cell */
.filter--input{
border: none;
box-sizing: border-box;
padding: 0;
padding: .45em;
width: 1px;
    padding-right: 2.5em;
    border: 3px solid #b0cff1;
    font-size: 1.2em;
    border-radius: 8px;
    width: 23em;
}
}


/* Article message box styles */
.filter--inputContainer{
table.ambox {
margin: 0 10%;                  /* 10% = Will not overlap with other elements */
border: 1px solid #a2a9b1;
/* @noflip */
border-left: 10px solid #36c;  /* Default "notice" blue */
background-color: #fbfbfb;
box-sizing: border-box;
box-sizing: border-box;
    position: relative;
}
.filter--searchButton{
cursor: pointer;
    display: inline-block;
    border: 3px solid #b0cff1;
    position: absolute;
    width: 4.5em;
    height: -webkit-fill-available;
    right: 0;
    bottom: 0;
    border-radius: 0 8px 8px 0;
    background: #4c91c9;
   
}
}


table.ambox + table.ambox {     /* Single border between stacked boxes. */
.filter--searchButton img{
margin-top: -1px;
filter: invert(1);
}
}


.ambox th.mbox-text,
.calcXp--container{
.ambox td.mbox-text {            /* The message body cell(s) */
    box-sizing: border-box;
padding: 0.25em 0.5em;       /* 0.5em left/right */
    padding: 2.25em 1.25em;
width: 43em;
    border: 3px solid #b0cff1;
    border-radius: 26px;
}
}


.ambox td.mbox-image {           /* The left image cell */
.calcXp--resultTitle{
/* @noflip */
text-align: center;
padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
    color: #4f7ca0;
    margin: 0;
    margin-top: -.5em!important;
    letter-spacing: .05em;
}
}


.ambox td.mbox-imageright {     /* The right image cell */
.calcXp--formItem{
/* @noflip */
display: flex;
padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
align-items: center;
}
}


table.ambox-notice {
.calcXp--formItem input{
/* @noflip */
box-sizing: border-box;
border-left: 10px solid #36c;       /* Blue */
padding: .35em;
    border: 2px solid #b0cff1;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: .05em;
    width: 4em;
}
}


table.ambox-speedy {
.calcXp--formItem span{
/* @noflip */
font-size: 1.225em;
border-left: 10px solid #b32424;   /* Red */
    font-weight: 500;
background-color: #fee7e6;         /* Pink */
    letter-spacing: .05em;
    margin-right: .5em;
    color: #386a93;
}
}


table.ambox-delete {
#calculate-btn{
/* @noflip */
    box-sizing: border-box;
border-left: 10px solid #b32424;   /* Red */
    cursor: pointer;
display: block;
    width: 15em;
    margin: 2em auto;
    padding: .45em 1em;
   
    border: none;
    border-radius: 6px;
    background: #4c91c9;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: white;
   
    font-size: 1.35em;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-weight: bold;
    transition: .35s ease;
}
}


table.ambox-content {
#calculate-btn:hover {
/* @noflip */
    color: #ffffff;
border-left: 10px solid #f28500;   /* Orange */
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
    transform: scale(.95);
    background: #4685b8;
}
}


table.ambox-style {
#calc-result{
/* @noflip */
margin-top: 1em;
border-left: 10px solid #fc3;       /* Yellow */
display: flex;
    justify-content: center;
}
}


table.ambox-move {
#calc-result .badge{
/* @noflip */
    display: flex;
border-left: 10px solid #9932cc;   /* Purple */
    align-items: center;
    justify-content: center;
max-height: 5em;
    width: 5em;
}
}


table.ambox-protection {
.calcXp--xpIcon{
/* @noflip */
margin-left: -.2em;
border-left: 10px solid #a2a9b1;   /* Gray-gold */
}
}


/* Image message box styles */
.calcXp--numberOfPots{
table.imbox {
padding-top: .2em;
margin: 4px 10%;
font-size: 1.15em;
border-collapse: collapse;
}
border: 3px solid #36c;   /* Default "notice" blue */
 
background-color: #fbfbfb;
#characters-container{
display: flex;
flex-wrap: wrap;
padding: 1em;
}
 
#characters-container > div{
box-sizing: border-box;
box-sizing: border-box;
display: none;
padding: 1em;
width: 19%;
margin-right: 1%;
}
}


.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
#characters-container > div.show{
margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
display: block;
display: block;         /* Fix for webkit to force 100% width.  */
}
}


.mbox-inside .imbox {       /* For imboxes inside other templates. */
#characters-container > div > a > img{
margin: 4px;
width: 100%;
border-radius: 8px;
filter: grayscale(.3);
transition: all .25s ease;
}
}


table.imbox-notice {
#characters-container > div:hover > a > img{
border: 3px solid #36c;       /* Blue */
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
filter: grayscale(0);
transform: scale(1.06);
}
}


table.imbox-speedy {
.characterPage--splashArt{
border: 3px solid #b32424;   /* Red */
position: absolute;
background-color: #fee7e6;   /* Pink */
    top: -2%;
    right: -2%;
    width: 35%;
}
}


table.imbox-delete {
.characterPage--table{
border: 3px solid #b32424;   /* Red */
margin-top: -4em;
width: 100%;
}
}


table.imbox-content {
.characterPage--table > tbody{
border: 3px solid #f28500;   /* Orange */
position: relative;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
}


table.imbox-style {
.characterPage--table > tbody > .characterPage--mainSection {
border: 3px solid #fc3;       /* Yellow */
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 65%;
}
}


table.imbox-move {
.characterPage--table > tbody > .characterPage--sideSection {
border: 3px solid #9932cc;   /* Purple */
box-sizing: border-box;
display: flex;
justify-content: center;
width: 33%;
padding: 0 1em;
}
}


table.imbox-protection {
.characterPage--characterInfoContainer{
border: 3px solid #a2a9b1;   /* Gray-gold */
width: 43%;
}
}


table.imbox-license {
.characterPage--statsInfoContainer{
border: 3px solid #88a;      /* Dark gray */
width: 55%;
background-color: #f7f8ff;   /* Light gray */
}
}


table.imbox-featured {
.stats--container{
border: 3px solid #cba135;   /* Brown-gold */
display: flex;
justify-content:center;
flex-wrap: wrap;
padding: 1.25em;
}
}


/* Category message box styles */
.stats--container > div{
table.cmbox {
width: 45%;
margin: 3px 10%;
display: flex;
border-collapse: collapse;
align-items: center;
border: 1px solid #a2a9b1;
justify-content: center;
background-color: #dfe8ff;   /* Default "notice" blue */
margin: .5em;
box-sizing: border-box;
}
}


table.cmbox-notice {
.stats--container div img{
background-color: #d8e8ff;   /* Blue */
width: 2.25em;
}
}


table.cmbox-speedy {
.stats--bar{
margin-top: 4px;
display: flex;
margin-bottom: 4px;
    width: -webkit-fill-available;
border: 4px solid #b32424;   /* Red */
    justify-content: space-between;
background-color: #ffdbdb;   /* Pink */
    padding: 0 1.25em;
}
}


table.cmbox-delete {
.bar-filled:first-child, .bar-notFilled:first-child{
background-color: #ffdbdb;   /* Pink */
border-radius: 6px 0 0 6px;  
}
}


table.cmbox-content {
.bar-filled:last-child, .bar-notFilled:last-child{
background-color: #ffe7ce;   /* Orange */
border-radius: 0 6px 6px 0;
}
}


table.cmbox-style {
.bar-filled, .bar-notFilled{
background-color: #fff9db;   /* Yellow */
display: block;
width: 18%;
    height: 6px;
}
}


table.cmbox-move {
.bar-filled{
background-color: #e4d8ff;   /* Purple */
background: var(--blue);
}
}


table.cmbox-protection {
.bar-notFilled{
background-color: #efefe1;   /* Gray-gold */
background: var(--transparent-blue);
}
}


/* Other pages message box styles */
.characterInfo--name{
table.ombox {
margin: 0!important;
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #a2a9b1;    /* Default "notice" gray */
background-color: #f8f9fa;
box-sizing: border-box;
}
}


table.ombox-notice {
.characterInfo--badgeContainer{
border: 1px solid #a2a9b1;   /* Gray */
display: flex;
justify-content: center;
flex-wrap: wrap;
width: fit-content;
    margin:0 auto;
}
}


table.ombox-speedy {
.characterInfo--contentContainer{
border: 2px solid #b32424;   /* Red */
display: flex;
background-color: #fee7e6;   /* Pink */
justify-content: space-between;
padding: .6em 1.3em;
}
}


table.ombox-delete {
.characterInfo--imageContainer{
border: 2px solid #b32424;   /* Red */
width: 25%;
}
}


table.ombox-content {
.characterInfo--medal{
border: 1px solid #f28500;   /* Orange */
margin-top:-1.5em;
}
}


table.ombox-style {
 
border: 1px solid #fc3;       /* Yellow */
.characterInfo--infoContainer{
width: 75%;
text-align: center;
}
}


table.ombox-move {
.characterInfo--infoContainer #toc{
border: 1px solid #9932cc;   /* Purple */
display: none;
}
}


table.ombox-protection {
.characterPage--skins{
border: 2px solid #a2a9b1;   /* Gray-gold */
width: 100%;
}
}


/* Talk page message box styles */
.characterPage--characterSkills{
table.tmbox {
width: 100%;
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #c0c090;    /* Default "notice" gray-brown */
background-color: #f8eaba;
min-width: 80%;
box-sizing: border-box;
}
}
/*
Card de Skins
*/


.tmbox.mbox-small {
.skins--container{
min-width: 0;               /* reset the min-width of tmbox above        */
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
padding: .25em .75em;
}
}


.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
.skins--container span {
margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)  */
width: 33.3%;
width: 100%;                 /* For Safari and Opera */
display: flex;
justify-content: center;
}
}


.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
/*
line-height: 1.5em;         /* also "nested", so reset styles that are  */
Seção das skills do personagem
font-size: 100%;             /* set in "mbox-small" above.               */
*/
 
.tabsContainer{
width: 95%;
margin: 0 auto;
padding-bottom: .5em;
}
}


table.tmbox-speedy {
.tabsContainer table {
border: 2px solid #b32424;   /* Red */
width: 100%;
background-color: #fee7e6;   /* Pink */
border-collapse: collapse;
}
}


table.tmbox-delete {
.tabsContainer table > tbody> tr > td{
border: 2px solid #b32424;   /* Red */
border-bottom: 2px solid rgb(225, 225, 225);
}
}


table.tmbox-content {
.tabSkill--container{
border: 2px solid #f28500;   /* Orange */
padding-bottom: .85em;
display: flex;
max-width: 72em;
overflow-x: auto;
}
}


table.tmbox-style {
.skillInfo--description::-webkit-scrollbar,
border: 2px solid #fc3;       /* Yellow */
.tabSkill--container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
}


table.tmbox-move {
.skillInfo--description::-webkit-scrollbar-track,
border: 2px solid #9932cc;   /* Purple */
.tabSkill--container::-webkit-scrollbar-track {
  background-color: #4799c954;
  border-radius: 10px;
}
}


table.tmbox-protection,
.skillInfo--description::-webkit-scrollbar-thumb,
table.tmbox-notice {
.tabSkill--container::-webkit-scrollbar-thumb {
border: 1px solid #c0c090;   /* Gray-brown */
  background-color: rgb(85 135 200 / 74%);
  border-radius: 10px;
}
}


/* Footer and header message box styles */
.tab-skill{
table.fmbox {
transition: all .25s ease;
clear: both;
margin: 0.2em 0;
width: 100%;
width: 100%;
border: 1px solid #a2a9b1;
min-width: 5em;
background-color: #f8f9fa;     /* Default "system" gray */
}
 
.tab-skill.active{
border-color: #459cca;
}
 
.tab-skill > div{
cursor: pointer;
box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: .25em;
}
}


table.fmbox-system {
.tab-skill > div > img{
background-color: #f8f9fa;
width: 100%;
max-width: 40px;
height: auto;
}
}


table.fmbox-warning {
.skillInfo--container{
border: 1px solid #bb7070;  /* Dark pink */
width: 100%;
background-color: #ffdbdb; /* Pink */
}
}


table.fmbox-editnotice {
.skillInfo--container > td{
background-color: transparent;
border: none!important;
}
}


/* Div based "warning" style fmbox messages. */
.skillInfo{
div.mw-warning-with-logexcerpt,
display: none;
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div.titleblacklist-warning,
div.locked-warning {
clear: both;
margin: 0.2em 0;
border: 1px solid #bb7070;
background-color: #ffdbdb;
padding: 0.25em 0.9em;
box-sizing: border-box;
}
}


/* Use default color for partial block fmbox banner per [[Special:PermaLink/1028105567#pblock-style]] */
.skillInfo.active{
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt {border-color:#fc3;background-color:#fef6e7;}
display: table-cell;
}


/* These mbox-small classes must be placed after all other
.skillInfo.active{
  ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
display: table-cell;
  they override "table.ambox + table.ambox" above. */
html body.mediawiki .mbox-small {   /* For the "small=yes" option. */
/* @noflip */
clear: right;
/* @noflip */
float: right;
/* @noflip */
margin: 4px 0 4px 1em;
box-sizing: border-box;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
}


html body.mediawiki .mbox-small-left {   /* For the "small=left" option. */
.skillInfo--videoContainer{
/* @noflip */
margin: 4px 1em 4px 0;
align-self: center;
box-sizing: border-box;
width: 45%;
overflow: hidden;
width: 238px;
border-collapse: collapse;
font-size: 88%;
line-height: 1.25em;
}
}


/* Style for compact ambox */
.skillInfo--skillVideo2 {
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
display: none;
display: none;
border-radius: 8px;
}
.skillInfo--skillVideo2.active {
display: flex;
}
.skillInfo--videoSelector{
display: inline-block;
width: 1.1em;
height: 1.1em;
border-radius: 50%;
background: var(--transparent-blue);
cursor: pointer;
margin-right: .85em;
transition: all .25s ease;
}
.skillInfo--videoSelector.active{
background: var(--blue);
transform: scale(.8);
}
.skillInfo--infoContainer{
width: 50%;
}
}


/* Remove borders, backgrounds, padding, etc. */
.skillInfo > div > .skillInfo--infoContainer b{
.compact-ambox table.ambox {
color: #2a87c4 !important;
border: none;
border-collapse: collapse;
background-color: transparent;
margin: 0 0 0 1.6em !important;
padding: 0 !important;
width: auto;
display: block;
}
}


body.mediawiki .compact-ambox table.mbox-small-left {
.skillInfo--infoContainer > center > b{
font-size: 100%;
font-size: 1.15em;
width: auto;
margin: 0;
}
}


/* Style the text cell as a list item and remove its padding */
.skillInfo--name{
.compact-ambox table .mbox-text {
font-size: 1.85em;
padding: 0 !important;
letter-spacing: 1px;
margin: 0 !important;
text-align: center;
}
}


.compact-ambox table .mbox-text-span {
.skillInfo--description{
display: list-item;
display: inline-block;
font-size: 1.03em;
line-height: 1.5em;
line-height: 1.5em;
list-style-type: square;
    padding: 0 1em;
list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
height: 12em;
max-height: 12em;
overflow-y: auto;
text-align: justify;
}
}


/* Allow for hiding text in compact form */
.skillInfo--attributesContainer > h1{
.compact-ambox .hide-when-compact {
color: #717171;
display: none;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: 1px;
}
}


/* Remove underlines from certain links */
/* card attributes */
.nounderlines a,
.attribute--cardsContainer{
.IPA a:link,
display: flex;
.IPA a:visited {
align-items: flex-start;
text-decoration: none !important;
width: fit-content;
margin:0 auto;
background: var(--lightGray);
border: 2px solid var(--gray);
}
}


/* [[Wikipedia:NavFrame]].
.cardAttribute{
  Entirely deprecated. Slated for removal.
box-sizing: border-box;
  Use mw-collapsible. */
display: flex;
div.NavFrame {
flex-direction: column;
padding: 4px;
justify-content: center;
border: 1px solid #a2a9b1;
align-items: center;
text-align: center;
width: 8em;
font-size: 95%;
}
}


div.NavFrame + div.NavFrame {
.cardAttribute--icon{
border-top-style: none;
margin: .6em 0;
border-top-style: hidden;
height: 2em;
}
}


div.NavFrame div.NavHead {
.cardAttribute--value{
line-height: 1.6em;
margin: 0!important;
font-size: .9em!important;
font-weight: bold;
font-weight: bold;
background-color: #ccf;
line-height: 1.65em!important;
position: relative;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
}
}
/*------------------------------------
WANTED
-----------------------------------*/


div.NavFrame p,
.selectWanted--container{
div.NavFrame div.NavContent,
display: flex;
div.NavFrame div.NavContent p {
justify-content: center;
font-size: 100%;
}
}


a.NavToggle {
#selectbox-wanted {
position: absolute;
padding: .35em .5em;
top: 0;
    font-family: sans-serif;
/* @noflip */
    letter-spacing: .04em;
right: 3px;
    font-size: 1.25em;
font-weight: normal;
    width: 21em;
font-size: 90%;
    border: 2px solid #5684c8;
    border-radius: 6px;
}
}


/* Hatnotes and disambiguation notices */
.wantedPortrait--container{
.hatnote {
width: 100%;
font-style: italic;
}
}


.hatnote i {
.wantedPortrait--title{
font-style: normal;
width: 100%;
    color: #292929;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .035em;
}
}


div.hatnote {
.wantedPortraits{
/* @noflip */
display: flex;
padding-left: 1.6em;
flex-wrap: wrap;
margin-bottom: 0.5em;
}
}


div.hatnote + div.hatnote {
.wantedPortrait{
margin-top: -0.5em;
box-sizing: border-box;
width: 18em;
padding: .35em;
}
}


/* Prevent line breaks in silly places where desired (nowrap)
.wantedPortrait img{
  and links when we don't want them to (nowraplinks a) */
width: 100%;
.nowrap,
}
.nowraplinks a {
 
white-space: nowrap;
@media screen and (max-width: 1440px) {
:root{
font-size: 14px;
}
.characterInfo--contentContainer{
padding: .6em;
}
.characterInfo--infoContainer{
width: 65%;
}
.characterInfo--imageContainer{
width: 35%;
}
.tabSkill--container{
max-width: 61em;
    margin: 0 auto;
}
.tab-skill > div > img{
max-width: 38px;
}
}
 
@media screen and (max-width: 1220px) {
.tabSkill--container{
max-width: 48em;
}
}
 
 
@media screen and (max-width: 1024px) {
.flex-wrap-md{
flex-wrap: wrap;
}
.justify-center-md{
justify-content: center;
}
.initialPage--mainContainer{
flex-wrap: wrap;
}
.initialPage--menuContainer{
width: 100%;
margin-right: 0;
}
.initialPage--sideMenuContainer{
width: 100%;
display: flex;
flex-direction: column;
margin-top: 1.5em;
}
.initialPage--sideMenuContainer .card{
width: 45%;
min-height: 15em;
}
#event-time{
bottom: 5%;
right: 5%;
font-size: 1.25em;
}
.initialPage--socialMediaContainer{
margin-top: 2em;
display: flex;
justify-content: space-between;
}
.initialPage--socialMedia{
width: 32%;
}
#p-search{
margin-right: 1em;
}
.filter--containerSearch{
justify-content: center;
}
.filter--container{
margin-top: 1em;
flex-wrap: wrap;
    justify-content: center;
}
.filter:last-of-type{
margin-top: 1em;
}
#characters-container > div {
width: 24%;
}
.characterPage--splashArt{
display: none;
}
.characterPage--table > tbody > .characterPage--mainSection{
width: 100%;
    justify-content: flex-start;
}
.characterPage--characterInfoContainer{
width: 38%;
}
.characterPage--statsInfoContainer{
width: 30%;
    margin-left: 1.5%;
}
.stats--container > div{
width: 100%;
}
.characterInfo--contentContainer{
flex-wrap: wrap;
}
.characterInfo--imageContainer{
width: 100%;
    display: flex;
    justify-content: center;
}
.characterInfo--medal{
margin-top: -2.5em;
}
.characterInfo--infoContainer{
width: 100%;
}
.tabsContainer{
width: 100%;
}
.tab-skill{
min-width: 3.5em;
}
.tab-skill > div > img{
max-width: 36px;
}
.skillInfo > div{
flex-wrap: wrap-reverse;
}
.skillInfo--infoContainer{
width: 100%;
}
.skillInfo--infoContainer > center > b {
font-size: 1.2em;
}
.skillInfo--name{
font-size: 2.2em!important;
    letter-spacing: 1px;
    margin-top: .5em!important;
    text-align: center;
}
.skillInfo--description{
    font-size: 1.35em!important;
    display: table;
    margin: 1em!important;
   
    height: 5em;
    max-height: 5em;
}
.skillInfo--videoContainer{
    width: 100%;
    margin: 0 auto;
    padding: 1em 10em;
    padding-bottom: 1em;
}
.cardAttribute--value{
letter-spacing: 1px;
font-size: 1.1em;
}
.characterPage--table > tbody > .characterPage--sideSection{
width: 30%;
    padding-left: 1.5%;
    position: absolute;
    top: 0;
    right: 0;
}
.skins--imageSkin{
width: 100%;
}
.skins--container {
max-height: 14em;
overflow-x: clip;
    overflow-y: auto;
}
.skins--container span{
width: 50%;
}
.calcXp--formItem{
justify-content: center;
}
.calcXp--container:last-of-type{
margin-top: 2em;
}
#p-tb h3 { display: none; }
}
/*******************************************************************************
PRESET: ABAS
*******************************************************************************/
.tabela-abas {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 20px;
}
}


/* But allow wrapping where desired: */
.mostrar-aba {
.wrap,
    cursor: pointer;
.wraplinks a {
    padding: 0;
white-space: normal;
    background-color: transparent;
    text-align: center;
    border: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}
}


/* Increase the height of the image upload box */
.imagem-botao {
#wpUploadDescription {
    display: inline-block;
height: 13em;
    width: auto;
    height: auto;
}
}


/* Minimum thumb width */
.sec-aba-cem {
.thumbinner {
    padding: 5px;
min-width: 100px;
    font-weight: bold;
    text-align: center;
    color: #333;
}
}


/* Prevent floating boxes from overlapping any category listings,
.mostrar-aba img {
  file histories, edit previews, and edit [Show changes] views. */
    border: none;
#mw-subcategories,
    background-color: transparent;
#mw-pages,
    margin: 5px;
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
clear: both;
}
}


/* Selectively hide headers in WikiProject banners */
.mostrar-aba:hover::after {
/* TemplateStyles */
    content: '';
.wpb .wpb-header {
    position: absolute;
display: none;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.4); /* Barrinha sutil ao passar o mouse */
}
}


.wpbs-inner .wpb .wpb-header {
.mostrar-aba:hover img {
display: table-row;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3)); /* Sombra leve ao passar o mouse */
}
}


.wpbs-inner .wpb-outside {
.mostrar-aba:active img {
display: none;             /* hide things that should only display outside shells */
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}
}


/* Styling for Abuse Filter tags */
.mostrar-aba.ativa::after {
.mw-tag-markers {
    content: '';
font-style: italic;
    position: absolute;
font-size: 90%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #000;
}
}


/* Hide stuff meant for accounts with special permissions. Made visible again in
.aba {
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
    display: none;
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
    margin-top: 20px;
  [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
.checkuser-show,
.sysop-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
display: none;
}
}


/* Hide the redlink generated by {{Editnotice}},
.aba.atual {
  this overrides the ".sysop-show { display: none; }" above that applies
    display: block;
  to the same link as well. See [[phab:T45013]]
}


  Hide the images in editnotices to keep them readable in VE view.
.container-coliseu {
  Long term, editnotices should become a core feature so that they can be designed responsive. */
    display: block;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
    text-align: center;
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
display: none !important;
}
}


/* Remove bullets when there are multiple edit page warnings */
.coluna-abas {
ul.permissions-errors > li {
    flex: 0 0 200px;
list-style: none none;
    margin-right: 20px;
}
/*******************************************************************************
TOC: ÍNDICE
*******************************************************************************/
.toc .tocnumber {
    display: none;  
}
}


ul.permissions-errors {
.toc ul li:before {
margin: 0;
    content: "• "; /* Adiciona um ponto antes de cada item */
    color: #000;
    font-weight: bold;
}
/*******************************************************************************
PRESET: DIÁLOGOS
*******************************************************************************/
.transcrições {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 10px 10px 18px;
    position: relative;
    vertical-align: top;
    width: 100%;
    color: #000; /* Garante que o texto dentro das transcrições será preto */
}
}


/* texhtml class for inline math (based on generic times-serif class) */
.transcrições b,
span.texhtml {
.transcrições strong {
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
    color: #000 !important; /* Garante que o texto negrito também será preto */
font-size: 118%;
line-height: 1;
white-space: nowrap;
/* Force tabular and lining display for texhtml */
-moz-font-feature-settings: "lnum", "tnum", "kern" 0;
-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
font-feature-settings: "lnum", "tnum", "kern" 0;
font-variant-numeric: lining-nums tabular-nums;
font-kerning: none;
}
}


span.texhtml span.texhtml {
.transcrições::before {
font-size: 100%;
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate(29deg) skew(-35deg);
    -moz-transform: rotate(29deg) skew(-35deg);
    -ms-transform: rotate(29deg) skew(-35deg);
    -o-transform: rotate(29deg) skew(-35deg);
    -webkit-transform: rotate(29deg) skew(-35deg);
    width: 20px;
}
}


span.mwe-math-mathml-inline {
.me {
font-size: 118%;
    float: left;
    margin: 5px 45px 5px 20px;
    color: #000; /* Garante que o texto dentro da classe .me será preto */
}
}


/* Make <math display="block"> be left aligned with one space indent for
.me::before {
  * compatibility with style conventions
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
*/
    left: -9px;
.mwe-math-fallback-image-display,
}
.mwe-math-mathml-display {
/*******************************************************************************
margin-left: 1.6em !important;
  BUZINAS
margin-top: 0.6em;
*******************************************************************************/
margin-bottom: 0.6em;
.horn-audio {
    cursor: pointer;  
    transition: transform 0.2s ease;  
}
}


.mwe-math-mathml-display math {
/* Efeito visual ao passar o mouse */
display: inline;
.horn-audio:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}
/*******************************************************************************
PREDEFINIÇÃO ITEMBOX E RESPONSIVIDADE DAS PÁGINAS DE ITEM
*******************************************************************************/
.item-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 20px auto;
  max-width: 100%;
}
}


/* Work-around for [[phab:T25965]] / [[phab:T100106]] (Kaltura advertisement) */
@media (max-width: 1024px) {
.k-player .k-attribution {
  .item-grid > * {
visibility: hidden;
    flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}
}


/* Move 'play' button of video player to bottom left corner */
@media (max-width: 768px) {
.PopUpMediaTransform a .play-btn-large {
  .item-grid > * {
margin: 0;
    flex: 1 1 calc(33.33% - 10px);
top: auto;
    max-width: calc(33.33% - 10px);
right: auto;
  }
bottom: 0;
left: 0;
}
}


/* Force imgs in galleries to have borders by wrapping them in class=bordered-images */
@media (max-width: 480px) {
.bordered-images img {
  .item-grid > * {
border: solid #ddd 1px;
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
}


@media screen {
@media (max-width: 360px) {
/* Gallery styles background changes are restricted to screen view.
  .item-grid > * {
  In printing we should avoid applying backgrounds. */
    flex: 1 1 100%;
/* The backgrounds for galleries. */
    max-width: 100%;
#content .gallerybox div.thumb {
  }
/* Light gray padding */
}
background-color: #f8f9fa;
}
/* Put a chequered background behind images, only visible if they have transparency.
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.gallerybox .thumb img {
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
background-image: none;
}


/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
.iteminfobox {
  do not apply to print mode */
  padding: 10px;
#siteSub {
  background: #eeeded;
display: block;
  border-radius: 25px;
}
  box-shadow: rgba(24, 27, 46, 0.24) 4px 4px 4px;
  width: 230px;
  height: 270px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
}


/* Hide FlaggedRevs notice UI when there are no pending changes */
.iteminfobox b {
.flaggedrevs_draft_synced,
  font-size: clamp(10px, 2vw, 14px);
.flaggedrevs_stable_synced,
  color: #6587c4;
/* "Temporary" to remove links in sidebar T255381 */
  text-align: center;
#t-upload,
  line-height: 1.2;
/* Hide broken download box on Special:Book pending T285400 */
  white-space: nowrap;
.mw-special-Book #coll-downloadbox {
  overflow: hidden;
display: none;
  text-overflow: ellipsis;
}
}

Edição atual tal como às 17h36min de 21 de novembro de 2024

/*--------------------------------------------------
				ESTILIZAÇÃO PADRÃO
--------------------------------------------------*/

html{
	scroll-behavior: smooth;
}

:root{
	--content-bg: #fcfcfc;
	--content-text: #000;
	--simpleSearch-bg: #fff;
	--searchInput-text:#aaaaaa;
	--link-text: #0645ad;
	
	--lightGray: rgba(240, 240, 240);--gray: rgb(190, 190, 190);
	--transparent-blue: #338be58c;
	--blue: #338be5;
}

.dark-mode:root{
	--content-bg: #fcfcfc;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2{
	font-family: sans-serif!important;
}

a:visited,
a {
	color: var(--link-text) !important;
}

body {
	background-image: url(/images/3/31/Cinza_capriw.png); 
	background-repeat: repeat;
	background-attachment: fixed;
}

h1, h2 {
    margin-bottom: 0.6em;
    border-bottom: 0px !important;
}

#content {
	overflow-x: clip;
	
    color: var(--content-text);
    background-color: var(--content-bg) !important;
	border: none!important;
	box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px;
}

#simpleSearch {
    background-color: var(--simpleSearch-bg) !important;
}

#p-personal{
	right: 1em;
    top: .5em;
}

#p-search {
	float: left;
    margin-left: -0.1em;
    margin-right: 1em;
    margin-top: -0.4em;
}

#searchInput {
    background-color: #231813;
    color: var(--searchInput-text);
    width: 100%;
    height: 2.15384615em;
    border: 1px solid #524136;
    padding: 5px 2.15384615em 5px 0.4em;
    font-family: inherit;
    font-size: 0.8125em;
    direction: ltr; 
}

.mw-body {
    margin-top: -1px;
    border: 2px solid #5c3f2b !important;
    border-right-width: 2px !important;
}    

/* Force lining numbers in headers (for fonts like Georgia) */
h1,
h2,
.firstHeading {
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

/* Consistent size for sub/sup */
.mw-body sub,
.mw-body sup,
span.reference /* for Parsoid */ {
    font-size: 80%;
}


/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
 * For sanity, only do this if [[Project_talk:Support_desk]] is a
 * redirect (which goes back to [[Project:Support_desk]]).
 * If that is changed for some reason, it automatically comes back.
 */
.page-Project_Support_desk #ca-talk a.mw-redirect {
 display: none;
}

/* CSS Hover Gallery for Mediawiki */

.gallery_zoom_img img{
-moz-transition:-moz-transform 0.1s ease-in; 
-webkit-transition:-webkit-transform 0.1s ease-in; 
-o-transition:-o-transform 0.1s ease-in;
transition:transform 0.1 ease-in;
}

.gallery_zoom_img img:hover{
-moz-transform:scale(2); 
-webkit-transform:scale(2);
-o-transform:scale(2);
transform:scale(2);
}

/*--------------------------------------------------
					CSS CUSTOMIZADO
--------------------------------------------------*/

/*--------------------------------------------------
				Vector 
--------------------------------------------------*/

.vector-menu-tabs li {
	background: transparent ;
}

/*--------------------------------------------------
				Tabber 
--------------------------------------------------*/

.center-tab .tabber__header {
    justify-content: center;
}

/*--------------------------------------------------
				Tags de uso generalizado
--------------------------------------------------*/

.mt-1{
	margin-top: .75em;
}

.mt-2{
	margin-top: 1.5em;
}

.mt-4{
	margin-top: 3em;
}

.mt--4{
	margin-top: -2em;
}

.mb-2{
	margin-bottom: 1em;
}


.d-flex,
.td-flex td{
	display:flex;
}

.d-block{
	display: block;
}

.relative{
	position:relative;
}

.text-justify{
	text-align: justify;
}

.align-center{
	align-items: center;
}

.align-top{
	align-items: flex-start;
}

.justify-between{
	justify-content: space-between;
}

.justify-center{
	justify-content: center;
}

.border-none{
	border: none!important;
}

.w-25{
	width: 25%;
}

.h-100 {
	height: 100%;
}

.flex-wrap{
	flex-wrap: wrap;
}

.section-title{
	display: block;
	border-radius: 8px;
	background: linear-gradient(to bottom, #459cca, #5684c8);
    width: fit-content;
    color: white;
    padding: .25em 5em;
    letter-spacing: 1px;
}

.badge{
	padding: .25em .57em;
	margin: .45em;
	border-radius: 6px;
	color: white;
	font-weight: bold;
	text-transform: capitalize;
	white-space: nowrap;
	max-height: 1.5em;
	font-size: .9em;
	letter-spacing: 1px;
	box-shadow: rgb(3 102 214 / 30%) 0px 0px 0px 3px;
    background: linear-gradient(to bottom,#459cca,#5684c8);
}

.card{
	width: 100%;
	min-height: 14em;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}

.card-title{
	display: block;
	padding:.25em 0;
	margin-bottom: 1em;
	width: 100%;
	border-radius: 10px 10px 0 0;
	background: linear-gradient(to bottom, #459cca, #5684c8);
	
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
	letter-spacing: 1px;
	color:white;
}

.scaleUp-hover {
	transition: all .25s ease;
	image-rendering: auto; /* ou crisp-edges */
}

.scaleUp-hover:hover {
	transform: scale(1.1);
}


/*--------------------------------------------------
			Tooltip 
--------------------------------------------------*/

.simple-tooltip-inline{
	border: none!important;
}

.tooltipster-default{
	background-color: rgb(220, 220, 220);
	color: black!important;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.tooltipster-arrow{
	borde-color: rgb(220, 220, 220)!important;
}

#bigImage{
	position: absolute;
	transform: translate(0, -100%);
}

/*--------------------------------------------------
			Pagina Inicial
--------------------------------------------------*/
.initialPage--table{
	width: 100%;
	text-align: center;
}

.initialPage--table > tbody > tr > th,
.initialPage--table > tbody > tr > td {
	background: transparent !important;
}

.initialPage--title,
.initialPage--events{
	border: none;
	border-collapse: separate;
}

.initialPage--events th, 
.initialPage--title th {
	color: black !important;
	padding: .4em;
}

.initialPage--title th {
	background-color: transparent !important;
	font-size: 2em;
}

.initialPage--events{
	display: flex;
	height: 20em;
}

.event-image{
	aspect-ratio: 32 / 10;
	width: -webkit-fill-available;
	max-width: 350px;
	height: auto;
	object-fit: fill;
	
	position: relative;
}

#event-time{
	position: absolute;
	bottom: 3%;
	right: 15%;
	
	letter-spacing: 2px;
	
	font-size: 1.15em;
	font-weight: bold;
	color: #fff;
}

.initialPage--eventsLogo{
	height: 100%;
	padding: .5em 3.5em 2em 0;
	display: flex;
	align-items: center;
}

.initialPage--events td{
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.initialPage--mainContainer{
	display: flex;
	align-items: flex-start;
}

.initialPage--menuContainer{
	width: 75%;
	margin-right: 1.5em;
}

.initialPage--sideMenuContainer{
	width: 25%;
}

.initialPage--menuTitle{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 1.75em;
	font-weight: bold;
	
	background: linear-gradient(to bottom, #459cca, #5684c8);
	border-radius: 10px 10px 0 0;
	color: white;
}

.initialPage--menu{
	display: flex;
	flex-wrap: wrap;
}

.initialPage--menuItemContainer{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	
	padding: 1em 0;
}

.initialPage--menuItem{
	width: 22.5%;
}

.initialPage--menuItem a img {
	 width: 100%;
}

.initialPage--socialMediaContainer{
	box-sizing: border-box;
	width: 100%;
	margin-top: 8em;
	padding: 0 1.5em;
}

.initialPage--socialMedia{
	position: relative;
	border-top: 2px solid #689cc0;
	margin-top: 1em;
}

.initialPage--socialMedia:before{
	content: '';
	position: absolute;
	top: -2px;
	display: block;
	width: 0;
	height: 2px;
	z-index: 1;
	transition: width .25s ease;
}

.initialPage--socialMedia:hover::before{
	width: 100%;
}

.initialPage--socialMediaLink{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	font-size: 1.35em;
	font-weight: 600;
	letter-spacing: .03em;
	color:#689cc0 !important;
	
	padding: .9em .5em;
	transition: color .25s ease;
}

.initialPage--socialMediaLink:visited{
	color:#689cc0 !important;
}

.initialPage--socialMediaLink:hover{
	text-decoration: none;
}

.socialMedia--svg{
	display: flex;
	align-items: center;
}

.socialMedia--svg svg{
	width: 2em;
	fill: #689cc0;
	transition: all .25s ease;
}

.socialMedia--svg svg path{
	fill: inherit;
}

/*
	Discord
*/

.initialPage--socialMedia.discord > .initialPage--socialMediaLink:hover{
	color: #5865f2!important;
}

.initialPage--socialMedia.discord:before{
	background: #5865f2;
}
.initialPage--socialMedia.discord > .initialPage--socialMediaLink:hover > .socialMedia--svg svg{
	fill: #5865f2!important;
}

/*
	Instagram
*/

.initialPage--socialMedia.instagram > .initialPage--socialMediaLink:hover{
	color: #f09433!important;
}

.initialPage--socialMedia.instagram:before{
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
  
.initialPage--socialMedia.instagram > .initialPage--socialMediaLink:hover > .socialMedia--svg svg{
	fill: url(#gradient-vertical);
}

/*
	Facebook
*/

.initialPage--socialMedia.facebook > .initialPage--socialMediaLink:hover{
	color: #4267B2!important;
}

.initialPage--socialMedia.facebook:before{
	background: #4267B2;
}
.initialPage--socialMedia.facebook > .initialPage--socialMediaLink:hover > .socialMedia--svg svg{
	fill: #4267B2!important;
}

/*--------------------------------------------------
			Ocultação de componentes
--------------------------------------------------*/

#p-navigation { background-color: transparent; }
#mw-head-base { background-color: transparent; width: auto!important; }
#p-logo { background-color: transparent; }
#mw-page-base { background: transparent; }
#mw-panel #p-tb h3 { color: rgb(0, 0, 0); font-size: .75em;}
#p-tb { display: none; } 
/* #ca-nstab-mediawiki { display: none; } */
#ca-talk { display: none; } 
#ca-view { display: none; }
#ca-history { display: none; } 
#ca-viewsource { display: none !important; }
/* #ca-unwatch { display: none; } */
/* #p-cactions { display: none; } */
/*
	Pacientes
*/

.table-pacients {
	display: block;
	max-width: 1400px;
	overflow-x: auto;
}

.table-pacients img{
	width: 15.715em;
	height: auto;
}

/*
	PERSONAGENS
*/

.filter--containerSearch{ 
	display: flex;
	padding: 0 2em;
	justify-content: flex-end;
	align-items: center;
}

.filter--container{
	display: flex;
	padding: 0 2em;
	justify-content: space-between;
	align-items: center;
}

.filter{
	width: fit-content;
    display: flex;
    justify-content: center;
    border: 3px solid #b0cff1;
    border-collapse: collapse;
    border-radius: 8px;
}

.filter--title{
	display: flex;
    border-right: 3px solid #b0cff1;
    background: #4c91c9;
    padding: 0 1em;
    align-items: center;
    border-radius: 4px 0 0 4px;
    font-size: 1.2em;
    letter-spacing: .15em;
    font-weight: bold;
    color: white;
}

.filter--icon,
.calcXp--tierIcon {
	padding: .35em .95em;
    background: transparent;
    cursor: pointer;
}

.filter--icon.tier img{
	filter: grayscale(.0);
}

.filter--icon.tier.active img{
	box-shadow: none;
}

.filter--icon img{
    filter: grayscale(.8);
    border-radius: 10px;
    
    transition: all .25s ease;
}

.calcXp--tierIcon img {
	filter: drop-shadow(0px 1px 8px #4c91c900);
    border-radius: 10px;
    
    transition: all .25s ease;
}

.filter--icon.active img{
	box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px;
    filter: grayscale(0);
}

.filter--icon.tier.active img,
.calcXp--tierIcon.active img{
	transform: scale(.85);
}

.filter--icon.tier#bronze.active img,
.calcXp--tierIcon#bronze.active img{
	filter: drop-shadow(0px 1px 8px #f18a05);
}

.filter--icon.tier#silver.active img,
.calcXp--tierIcon#silver.active img{
	filter: drop-shadow(0px 1px 8px #8b8b8b);
}

.filter--icon.tier#gold.active img,
.calcXp--tierIcon#gold.active img{
	filter: drop-shadow(0px 1px 8px #fbc300);
}

.filter--icon.tier#diamond.active img,
.calcXp--tierIcon#diamond.active img{
	filter: drop-shadow(0px 1px 8px #0391c5);
}

.filter--input{
	box-sizing: border-box; 
	padding: .45em;
    padding-right: 2.5em;
    border: 3px solid #b0cff1;
    font-size: 1.2em;
    border-radius: 8px;
    width: 23em;
}

.filter--inputContainer{
	box-sizing: border-box;
    position: relative;
}

.filter--searchButton{
	cursor: pointer;
    display: inline-block;
    border: 3px solid #b0cff1;
    position: absolute;
    width: 4.5em;
    height: -webkit-fill-available;
    right: 0;
    bottom: 0;
    border-radius: 0 8px 8px 0;
    background: #4c91c9;
    
}

.filter--searchButton img{
	filter: invert(1);
}

.calcXp--container{
    box-sizing: border-box;
    padding: 2.25em 1.25em;
	width: 43em;
    border: 3px solid #b0cff1;
    border-radius: 26px;
}

.calcXp--resultTitle{
	text-align: center;
    color: #4f7ca0;
    margin: 0;
    margin-top: -.5em!important;
    letter-spacing: .05em;
}

.calcXp--formItem{
	display: flex;
	align-items: center;
}

.calcXp--formItem input{
	box-sizing: border-box; 
	padding: .35em;
    border: 2px solid #b0cff1;
    border-radius: 8px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: .05em;
    width: 4em;
}

.calcXp--formItem span{
	font-size: 1.225em;
    font-weight: 500;
    letter-spacing: .05em;
    margin-right: .5em;
    color: #386a93;
}

#calculate-btn{
    box-sizing: border-box;
    cursor: pointer;
	display: block;
    width: 15em;
    margin: 2em auto;
    padding: .45em 1em;
    
    border: none;
    border-radius: 6px;
    background: #4c91c9;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: white;
    
    font-size: 1.35em;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-weight: bold;
    transition: .35s ease;
}

#calculate-btn:hover {
    color: #ffffff;
    box-shadow: rgb(0 0 0 / 8%) 0px 3px 8px;
    transform: scale(.95);
    background: #4685b8;
}

#calc-result{
	margin-top: 1em;
	display: flex;
    justify-content: center;
}

#calc-result .badge{
    display: flex;
    align-items: center;
    justify-content: center;
	max-height: 5em;
    width: 5em;
}

.calcXp--xpIcon{
	margin-left: -.2em;
}

.calcXp--numberOfPots{
	padding-top: .2em;
	font-size: 1.15em;
}

#characters-container{
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
}

#characters-container > div{
	box-sizing: border-box;
	display: none;
	padding: 1em;
	width: 19%;
	margin-right: 1%;
}

#characters-container > div.show{
	display: block;
}

#characters-container > div > a > img{
	width: 100%;
	border-radius: 8px;
	filter: grayscale(.3);
	transition: all .25s ease;
}

#characters-container > div:hover > a > img{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	filter: grayscale(0);
	transform: scale(1.06);
}

.characterPage--splashArt{
	position: absolute;
    top: -2%;
    right: -2%;
    width: 35%;
}

.characterPage--table{
	margin-top: -4em;
	width: 100%;
}

.characterPage--table > tbody{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.characterPage--table > tbody > .characterPage--mainSection {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 65%;
}

.characterPage--table > tbody > .characterPage--sideSection {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	width: 33%;
	padding: 0 1em;
}

.characterPage--characterInfoContainer{
	width: 43%;
}

.characterPage--statsInfoContainer{
	width: 55%;
}

.stats--container{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	padding: 1.25em;
}

.stats--container > div{
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: .5em;
}

.stats--container div img{
	width: 2.25em;
}

.stats--bar{
	display: flex;
    width: -webkit-fill-available;
    justify-content: space-between;
    padding: 0 1.25em;
}

.bar-filled:first-child, .bar-notFilled:first-child{
	border-radius: 6px 0 0 6px; 
}

.bar-filled:last-child, .bar-notFilled:last-child{
	border-radius: 0 6px 6px 0;
}

.bar-filled, .bar-notFilled{
	display: block;
	width: 18%;
    height: 6px;
}

.bar-filled{
	background: var(--blue);
}

.bar-notFilled{
	background: var(--transparent-blue);
}

.characterInfo--name{
	margin: 0!important;
}

.characterInfo--badgeContainer{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: fit-content;
    margin:0 auto;
}

.characterInfo--contentContainer{
	display: flex;
	justify-content: space-between;
	padding: .6em 1.3em;
}

.characterInfo--imageContainer{
	width: 25%;
}

.characterInfo--medal{
	margin-top:-1.5em;
}


.characterInfo--infoContainer{
	width: 75%;
	text-align: center;
}

.characterInfo--infoContainer #toc{
	display: none;
}

.characterPage--skins{
	width: 100%;
}

.characterPage--characterSkills{
	width: 100%;
}
/*
	Card de Skins
*/

.skins--container{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: .25em .75em;
}

.skins--container span {
	width: 33.3%;
	display: flex;
	justify-content: center;
}

/*
	Seção das skills do personagem
*/

.tabsContainer{
	width: 95%;
	margin: 0 auto;
	padding-bottom: .5em;
}

.tabsContainer table {
	width: 100%;
	border-collapse: collapse;
}

.tabsContainer table > tbody> tr > td{
	border-bottom: 2px solid rgb(225, 225, 225);
}

.tabSkill--container{
	padding-bottom: .85em;
	display: flex;
	max-width: 72em;
	overflow-x: auto;
}

.skillInfo--description::-webkit-scrollbar,
.tabSkill--container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.skillInfo--description::-webkit-scrollbar-track,
.tabSkill--container::-webkit-scrollbar-track {
  background-color: #4799c954;
  border-radius: 10px;
}

.skillInfo--description::-webkit-scrollbar-thumb,
.tabSkill--container::-webkit-scrollbar-thumb {
  background-color: rgb(85 135 200 / 74%);
  border-radius: 10px;
}

.tab-skill{
	transition: all .25s ease;
	width: 100%;
	min-width: 5em;
}

.tab-skill.active{
	border-color: #459cca;
}

.tab-skill > div{
	cursor: pointer;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .25em;
}

.tab-skill > div > img{
	width: 100%;
	max-width: 40px;
	height: auto;
}

.skillInfo--container{
	width: 100%;
}

.skillInfo--container > td{
	border: none!important;
}

.skillInfo{
	display: none;
}

.skillInfo.active{
	display: table-cell;
}

.skillInfo.active{
	display: table-cell;
}

.skillInfo--videoContainer{
	
	align-self: center;
	width: 45%;
}

.skillInfo--skillVideo2 {
	display: none;
	border-radius: 8px;
}

.skillInfo--skillVideo2.active {
	display: flex;
}

.skillInfo--videoSelector{
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	border-radius: 50%;
	background: var(--transparent-blue);
	cursor: pointer;
	margin-right: .85em;
	
	transition: all .25s ease;
}

.skillInfo--videoSelector.active{
	background: var(--blue);
	transform: scale(.8);
}

.skillInfo--infoContainer{
	width: 50%;
}

.skillInfo > div > .skillInfo--infoContainer b{
	color: #2a87c4 !important;
}

.skillInfo--infoContainer > center > b{
	font-size: 1.15em;
}

.skillInfo--name{
	font-size: 1.85em;
	letter-spacing: 1px;
	text-align: center;
}

.skillInfo--description{
	display: inline-block;
	font-size: 1.03em;
	line-height: 1.5em;
    padding: 0 1em;
	height: 12em;
	max-height: 12em;
	overflow-y: auto;
	text-align: justify;
}

.skillInfo--attributesContainer > h1{
	color: #717171;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: 1px;
}

/* card attributes */
.attribute--cardsContainer{
	display: flex;
	align-items: flex-start;
	
	width: fit-content;
	margin:0 auto;
	
	background: var(--lightGray);
	border: 2px solid var(--gray);
}

.cardAttribute{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 8em;
}

.cardAttribute--icon{
	margin: .6em 0;
	height: 2em;
}

.cardAttribute--value{
	margin: 0!important;
	
	font-size: .9em!important;
	font-weight: bold;
	line-height: 1.65em!important;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}
/*------------------------------------
			WANTED
-----------------------------------*/

.selectWanted--container{
	display: flex;
	justify-content: center;
}

#selectbox-wanted {
	padding: .35em .5em;
    font-family: sans-serif;
    letter-spacing: .04em;
    font-size: 1.25em;
    width: 21em;
    border: 2px solid #5684c8;
    border-radius: 6px;
}

.wantedPortrait--container{
	width: 100%;
}

.wantedPortrait--title{
	width: 100%;
    color: #292929;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .035em;
}

.wantedPortraits{
	display: flex;
	flex-wrap: wrap;
}

.wantedPortrait{
	box-sizing: border-box;
	width: 18em;
	padding: .35em;
}

.wantedPortrait img{
	width: 100%;
}

@media screen and (max-width: 1440px) {
	:root{
		font-size: 14px;
	}
	
	.characterInfo--contentContainer{
		padding: .6em;
	}
	
	.characterInfo--infoContainer{
		width: 65%;
	}
	
	.characterInfo--imageContainer{
		width: 35%;
	}
	
	.tabSkill--container{
		max-width: 61em;
    	margin: 0 auto;
	}
	
	.tab-skill > div > img{
		max-width: 38px;
	}
	
}

@media screen and (max-width: 1220px) {
	.tabSkill--container{
		max-width: 48em;
	}
}


@media screen and (max-width: 1024px) {
		
	.flex-wrap-md{
		flex-wrap: wrap;
	}
	
	.justify-center-md{
		justify-content: center;
	}
	
	.initialPage--mainContainer{
		flex-wrap: wrap;
	}
	
	.initialPage--menuContainer{
		width: 100%;
		margin-right: 0;
	}
	
	.initialPage--sideMenuContainer{
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-top: 1.5em;
	}
	
	.initialPage--sideMenuContainer .card{
		width: 45%;
		min-height: 15em;
	}
	
	#event-time{
		bottom: 5%;
		right: 5%;
		font-size: 1.25em;
	}
	
	.initialPage--socialMediaContainer{
		margin-top: 2em;
		display: flex;
		justify-content: space-between;
	}
	
	.initialPage--socialMedia{
		width: 32%;
	}
	
	#p-search{
		margin-right: 1em;
	}
	
	.filter--containerSearch{
		justify-content: center;
	}
	
	.filter--container{
		margin-top: 1em;
		flex-wrap: wrap;
    	justify-content: center;
	}
	
	.filter:last-of-type{
		margin-top: 1em;
	}
	
	#characters-container > div {
		width: 24%;
	}
	
	.characterPage--splashArt{
		display: none;
	}
	
	.characterPage--table > tbody > .characterPage--mainSection{
		width: 100%;
    	justify-content: flex-start;
	}
	
	.characterPage--characterInfoContainer{
		width: 38%;
	}
	
	.characterPage--statsInfoContainer{
		width: 30%;
    	margin-left: 1.5%;
	}
	
	.stats--container > div{
		width: 100%;
	}
	
	.characterInfo--contentContainer{
		flex-wrap: wrap;
	}
	
	.characterInfo--imageContainer{
		width: 100%;
    	display: flex;
    	justify-content: center;
	}
	
	.characterInfo--medal{
		margin-top: -2.5em;
	}
	
	.characterInfo--infoContainer{
		width: 100%;
	}
	
	.tabsContainer{
		width: 100%;
	}
	
	.tab-skill{
		min-width: 3.5em;
	}
	
	.tab-skill > div > img{
		max-width: 36px;
	}
	
	.skillInfo > div{
		flex-wrap: wrap-reverse;
	}
	
	.skillInfo--infoContainer{
		width: 100%;
	}
	
	.skillInfo--infoContainer > center > b {
		font-size: 1.2em;
	}
	
	.skillInfo--name{ 
		font-size: 2.2em!important;
    	letter-spacing: 1px;
    	margin-top: .5em!important;
    	text-align: center;
	}
	
	.skillInfo--description{
    	font-size: 1.35em!important;
    	display: table;
    	margin: 1em!important;
    	
    	height: 5em;
    	max-height: 5em;
	}
	
	.skillInfo--videoContainer{
	    width: 100%;
	    margin: 0 auto;
    	padding: 1em 10em;
    	padding-bottom: 1em;
	}
	
	.cardAttribute--value{
		letter-spacing: 1px;
		font-size: 1.1em;
	}
	
	.characterPage--table > tbody > .characterPage--sideSection{
		width: 30%;
    	padding-left: 1.5%;
    	position: absolute;
    	top: 0;
    	right: 0;
	}
	
	.skins--imageSkin{
		width: 100%;
	}
	
	.skins--container {
		max-height: 14em;
		overflow-x: clip;
    	overflow-y: auto;
	}
	
	.skins--container span{
		width: 50%;
	}
	
	.calcXp--formItem{
		justify-content: center;
	}
	
	.calcXp--container:last-of-type{
		margin-top: 2em;
	}
	
	#p-tb h3 { display: none; }
	
}
/*******************************************************************************
PRESET: ABAS
*******************************************************************************/
.tabela-abas {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 20px;
}

.mostrar-aba {
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    text-align: center;
    border: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.imagem-botao {
    display: inline-block;
    width: auto;
    height: auto;
}

.sec-aba-cem {
    padding: 5px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.mostrar-aba img {
    border: none;
    background-color: transparent;
    margin: 5px;
}

.mostrar-aba:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.4); /* Barrinha sutil ao passar o mouse */
}

.mostrar-aba:hover img {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3)); /* Sombra leve ao passar o mouse */
}

.mostrar-aba:active img {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}

.mostrar-aba.ativa::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #000;
}

.aba {
    display: none;
    margin-top: 20px;
}

.aba.atual {
    display: block;
}

.container-coliseu {
    display: block;
    text-align: center;
}

.coluna-abas {
    flex: 0 0 200px;
    margin-right: 20px;
}
/*******************************************************************************
TOC: ÍNDICE
*******************************************************************************/
.toc .tocnumber {
    display: none; 
}

.toc ul li:before {
    content: "• "; /* Adiciona um ponto antes de cada item */
    color: #000;
    font-weight: bold;
}
/*******************************************************************************
PRESET: DIÁLOGOS
*******************************************************************************/
.transcrições {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 10px 10px 18px;
    position: relative;
    vertical-align: top;
    width: 100%;
    color: #000; /* Garante que o texto dentro das transcrições será preto */
}

.transcrições b,
.transcrições strong {
    color: #000 !important; /* Garante que o texto negrito também será preto */
}

.transcrições::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate(29deg) skew(-35deg);
    -moz-transform: rotate(29deg) skew(-35deg);
    -ms-transform: rotate(29deg) skew(-35deg);
    -o-transform: rotate(29deg) skew(-35deg);
    -webkit-transform: rotate(29deg) skew(-35deg);
    width: 20px;
}

.me {
    float: left;
    margin: 5px 45px 5px 20px;
    color: #000; /* Garante que o texto dentro da classe .me será preto */
}

.me::before {
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
    left: -9px;
}
/*******************************************************************************
 BUZINAS
*******************************************************************************/
.horn-audio {
    cursor: pointer; 
    transition: transform 0.2s ease; 
}

/* Efeito visual ao passar o mouse */
.horn-audio:hover {
    transform: scale(1.1); 
    filter: brightness(1.2); 
}
/*******************************************************************************
 PREDEFINIÇÃO ITEMBOX E RESPONSIVIDADE DAS PÁGINAS DE ITEM
*******************************************************************************/
.item-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 20px auto;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .item-grid > * {
    flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}

@media (max-width: 768px) {
  .item-grid > * {
    flex: 1 1 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
  }
}

@media (max-width: 480px) {
  .item-grid > * {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 360px) {
  .item-grid > * {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.iteminfobox {
  padding: 10px;
  background: #eeeded;
  border-radius: 25px;
  box-shadow: rgba(24, 27, 46, 0.24) 4px 4px 4px;
  width: 230px; 
  height: 270px; 
  position: relative;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iteminfobox b {
  font-size: clamp(10px, 2vw, 14px);
  color: #6587c4;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}