Mudanças entre as edições de "MediaWiki:Common.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
|||
| Linha 3: | Linha 3: | ||
--------------------------------------------------*/ | --------------------------------------------------*/ | ||
html{ | html { | ||
scroll-behavior: smooth; | scroll-behavior: smooth; | ||
} | } | ||
:root{ | :root { | ||
--content-bg: #fcfcfc; | --content-bg: #fcfcfc; | ||
--content-text: #000; | --content-text: #000; | ||
--simpleSearch-bg: #fff; | --simpleSearch-bg: #fff; | ||
--searchInput-text:#aaaaaa; | --searchInput-text: #aaaaaa; | ||
--link-text: #0645ad; | --link-text: #0645ad; | ||
--lightGray: rgba(240, 240, 240); | |||
--lightGray: rgba(240, 240, 240);--gray: rgb(190, 190, 190); | --gray: rgb(190, 190, 190); | ||
--transparent-blue: #338be58c; | --transparent-blue: #338be58c; | ||
--blue: #338be5; | --blue: #338be5; | ||
} | } | ||
.dark-mode:root{ | .dark-mode:root { | ||
--content-bg: #fcfcfc; | --content-bg: #fcfcfc; | ||
} | } | ||
.mw-body h1, .mw-body-content h1, .mw-body-content h2{ | .mw-body h1, .mw-body-content h1, .mw-body-content h2 { | ||
font-family: sans-serif | font-family: sans-serif; | ||
} | } | ||
a:visited, | a:visited, a { | ||
a { | color: var(--link-text); | ||
color: var(--link-text) | |||
} | } | ||
body { | body { | ||
background-image: url(/images/3/31/Cinza_capriw.png); | background-image: url(/images/3/31/Cinza_capriw.png); | ||
background-repeat: repeat; | background-repeat: repeat; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
| Linha 40: | Linha 39: | ||
h1, h2 { | h1, h2 { | ||
margin-bottom: 0.6em; | margin-bottom: 0.6em; | ||
border-bottom: 0px | border-bottom: 0px; | ||
} | } | ||
#content { | #content { | ||
overflow-x: clip; | overflow-x: clip; | ||
color: var(--content-text); | color: var(--content-text); | ||
background-color: var(--content-bg) | background-color: var(--content-bg); | ||
border: none | border: none; | ||
box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px; | box-shadow: rgba(0, 0, 0, .1) 0px 8px 24px, rgba(0, 0, 0, 0.15) 0px 0px 0px 2px; | ||
} | } | ||
#simpleSearch { | #simpleSearch { | ||
background-color: var(--simpleSearch-bg) | background-color: var(--simpleSearch-bg); | ||
} | } | ||
#p-personal{ | #p-personal { | ||
right: 1em; | right: 1em; | ||
top: .5em; | top: .5em; | ||
| Linha 77: | Linha 75: | ||
font-family: inherit; | font-family: inherit; | ||
font-size: 0.8125em; | font-size: 0.8125em; | ||
direction: ltr; | direction: ltr; | ||
} | } | ||
.mw-body { | .mw-body { | ||
margin-top: -1px; | margin-top: -1px; | ||
border: 2px solid #5c3f2b | border: 2px solid #5c3f2b; | ||
border-right-width: 2px | border-right-width: 2px; | ||
} | } | ||
/* Force lining numbers in headers (for fonts like Georgia) */ | /* Force lining numbers in headers (for fonts like Georgia) */ | ||
h1, | h1, h2, .firstHeading { | ||
h2, | |||
.firstHeading { | |||
-moz-font-feature-settings: "lnum"; | -moz-font-feature-settings: "lnum"; | ||
-webkit-font-feature-settings: "lnum"; | -webkit-font-feature-settings: "lnum"; | ||
| Linha 96: | Linha 92: | ||
/* Consistent size for sub/sup */ | /* Consistent size for sub/sup */ | ||
.mw-body sub, | .mw-body sub, .mw-body sup, span.reference { | ||
.mw-body sup, | |||
span.reference | |||
font-size: 80%; | font-size: 80%; | ||
} | } | ||
.page-Project_Support_desk #ca-talk a.mw-redirect { | .page-Project_Support_desk #ca-talk a.mw-redirect { | ||
display: none; | display: none; | ||
} | } | ||
.gallery_zoom_img img { | |||
transition: transform 0.1s ease-in; | |||
.gallery_zoom_img img{ | |||
} | } | ||
.gallery_zoom_img img:hover{ | .gallery_zoom_img img:hover { | ||
transform: scale(2); | |||
transform:scale(2); | |||
} | } | ||
/*-------------------------------------------------- | /*-------------------------------------------------- | ||
CSS CUSTOMIZADO | CSS CUSTOMIZADO | ||
--------------------------------------------------*/ | --------------------------------------------------*/ | ||
.vector-menu-tabs li { | .vector-menu-tabs li { | ||
background: transparent ; | background: transparent; | ||
} | } | ||
.center-tab .tabber__header { | .center-tab .tabber__header { | ||
| Linha 148: | Linha 120: | ||
} | } | ||
.mt-1 { margin-top: .75em; } | |||
.mt-2 { margin-top: 1.5em; } | |||
.mt-4 { margin-top: 3em; } | |||
.mt--4 { margin-top: -2em; } | |||
.mt-1{ | .mb-2 { margin-bottom: 1em; } | ||
} | |||
.mt-2{ | |||
} | |||
.mt-4{ | |||
} | |||
.mt--4{ | |||
} | |||
.mb-2{ | |||
} | |||
.border-none{ | .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; } | |||
.w-25 { width: 25%; } | |||
.h-100 { height: 100%; } | |||
.flex-wrap { flex-wrap: wrap; } | |||
.section-title { | |||
.section-title{ | |||
display: block; | display: block; | ||
border-radius: 8px; | border-radius: 8px; | ||
| Linha 232: | Linha 149: | ||
} | } | ||
.badge{ | .badge { | ||
padding: .25em .57em; | padding: .25em .57em; | ||
margin: .45em; | margin: .45em; | ||
| Linha 247: | Linha 164: | ||
} | } | ||
.card{ | .card { | ||
width: 100%; | width: 100%; | ||
min-height: 14em; | min-height: 14em; | ||
| Linha 255: | Linha 172: | ||
} | } | ||
.card-title{ | .card-title { | ||
display: block; | display: block; | ||
padding:.25em 0; | padding: .25em 0; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
width: 100%; | width: 100%; | ||
border-radius: 10px 10px 0 0; | border-radius: 10px 10px 0 0; | ||
background: linear-gradient(to bottom, #459cca, #5684c8); | background: linear-gradient(to bottom, #459cca, #5684c8); | ||
font-size: 1.2em; | font-size: 1.2em; | ||
font-weight: bold; | font-weight: bold; | ||
text-align:center; | text-align: center; | ||
letter-spacing: 1px; | letter-spacing: 1px; | ||
color:white; | color: white; | ||
} | } | ||
.scaleUp-hover { | .scaleUp-hover { | ||
transition: all .25s ease; | transition: all .25s ease; | ||
image-rendering: auto; | image-rendering: auto; | ||
} | } | ||
| Linha 279: | Linha 195: | ||
} | } | ||
.simple-tooltip-inline { border: none; } | |||
.tooltipster-default { | |||
.tooltipster-default{ | |||
background-color: rgb(220, 220, 220); | background-color: rgb(220, 220, 220); | ||
color: black | color: black; | ||
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; | box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; | ||
} | } | ||
.tooltipster-arrow{ | .tooltipster-arrow { border-color: rgb(220, 220, 220); } | ||
#bigImage { | |||
} | |||
#bigImage{ | |||
position: absolute; | position: absolute; | ||
transform: translate(0, -100%); | transform: translate(0, -100%); | ||
} | } | ||
/* | /* Pagina Inicial */ | ||
.initialPage--table { | |||
.initialPage--table{ | |||
width: 100%; | width: 100%; | ||
text-align: center; | text-align: center; | ||
| Linha 313: | Linha 217: | ||
.initialPage--table > tbody > tr > th, | .initialPage--table > tbody > tr > th, | ||
.initialPage--table > tbody > tr > td { | .initialPage--table > tbody > tr > td { | ||
background: transparent | background: transparent; | ||
} | } | ||
.initialPage--title, | .initialPage--title, .initialPage--events { | ||
.initialPage--events{ | |||
border: none; | border: none; | ||
border-collapse: separate; | border-collapse: separate; | ||
} | } | ||
.initialPage--events th, | .initialPage--events th, .initialPage--title th { | ||
.initialPage--title th { | color: black; | ||
color: black | |||
padding: .4em; | padding: .4em; | ||
} | } | ||
.initialPage--title th { | .initialPage--title th { | ||
background-color: transparent | background-color: transparent; | ||
font-size: 2em; | font-size: 2em; | ||
} | } | ||
.initialPage--events{ | .initialPage--events { | ||
display: flex; | display: flex; | ||
height: 20em; | height: 20em; | ||
} | } | ||
.event-image{ | .event-image { | ||
aspect-ratio: 32 / 10; | aspect-ratio: 32 / 10; | ||
width: -webkit-fill-available; | width: -webkit-fill-available; | ||
| Linha 344: | Linha 246: | ||
height: auto; | height: auto; | ||
object-fit: fill; | object-fit: fill; | ||
position: relative; | position: relative; | ||
} | } | ||
#event-time{ | #event-time { | ||
position: absolute; | position: absolute; | ||
bottom: 3%; | bottom: 3%; | ||
right: 15%; | right: 15%; | ||
letter-spacing: 2px; | letter-spacing: 2px; | ||
font-size: 1.15em; | font-size: 1.15em; | ||
font-weight: bold; | font-weight: bold; | ||
| Linha 360: | Linha 259: | ||
} | } | ||
.initialPage--eventsLogo{ | .initialPage--eventsLogo { | ||
height: 100%; | height: 100%; | ||
padding: .5em 3.5em 2em 0; | padding: .5em 3.5em 2em 0; | ||
| Linha 367: | Linha 266: | ||
} | } | ||
.initialPage--events td{ | .initialPage--events td { | ||
text-align:center; | text-align: center; | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
| Linha 374: | Linha 273: | ||
} | } | ||
.initialPage--mainContainer{ | .initialPage--mainContainer { | ||
display: flex; | display: flex; | ||
align-items: flex-start; | align-items: flex-start; | ||
} | } | ||
.initialPage--menuContainer{ | .initialPage--menuContainer { | ||
width: 75%; | width: 75%; | ||
margin-right: 1.5em; | margin-right: 1.5em; | ||
} | } | ||
.initialPage--sideMenuContainer{ | .initialPage--sideMenuContainer { width: 25%; } | ||
} | |||
.initialPage--menuTitle{ | .initialPage--menuTitle { | ||
display: block; | display: block; | ||
text-align: center; | text-align: center; | ||
| Linha 394: | Linha 291: | ||
font-size: 1.75em; | font-size: 1.75em; | ||
font-weight: bold; | font-weight: bold; | ||
background: linear-gradient(to bottom, #459cca, #5684c8); | background: linear-gradient(to bottom, #459cca, #5684c8); | ||
border-radius: 10px 10px 0 0; | border-radius: 10px 10px 0 0; | ||
| Linha 400: | Linha 296: | ||
} | } | ||
.initialPage--menu{ | .initialPage--menu { display: flex; flex-wrap: wrap; } | ||
} | |||
.initialPage--menuItemContainer{ | .initialPage--menuItemContainer { | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
padding: 1em 0; | padding: 1em 0; | ||
} | } | ||
.initialPage--menuItem{ | .initialPage--menuItem { width: 22.5%; } | ||
} | |||
.initialPage--menuItem a img { | .initialPage--menuItem a img { width: 100%; } | ||
} | |||
.initialPage--socialMediaContainer{ | .initialPage--socialMediaContainer { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
width: 100%; | width: 100%; | ||
| Linha 428: | Linha 316: | ||
} | } | ||
.initialPage--socialMedia{ | .initialPage--socialMedia { | ||
position: relative; | position: relative; | ||
border-top: 2px solid #689cc0; | border-top: 2px solid #689cc0; | ||
| Linha 434: | Linha 322: | ||
} | } | ||
.initialPage--socialMedia:before{ | .initialPage--socialMedia:before { | ||
content: ''; | content: ''; | ||
position: absolute; | position: absolute; | ||
| Linha 445: | Linha 333: | ||
} | } | ||
.initialPage--socialMedia:hover::before{ | .initialPage--socialMedia:hover::before { width: 100%; } | ||
} | |||
.initialPage--socialMediaLink{ | .initialPage--socialMediaLink { | ||
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
align-items: center; | align-items: center; | ||
font-size: 1.35em; | font-size: 1.35em; | ||
font-weight: 600; | font-weight: 600; | ||
letter-spacing: .03em; | letter-spacing: .03em; | ||
color:#689cc0 | color: #689cc0; | ||
padding: .9em .5em; | padding: .9em .5em; | ||
transition: color .25s ease; | transition: color .25s ease; | ||
} | } | ||
.initialPage--socialMediaLink:visited{ | .initialPage--socialMediaLink:visited { color: #689cc0; } | ||
} | |||
.initialPage--socialMediaLink:hover{ | .initialPage--socialMediaLink:hover { text-decoration: none; } | ||
} | |||
.socialMedia--svg{ | .socialMedia--svg { display: flex; align-items: center; } | ||
} | |||
.socialMedia--svg svg{ | .socialMedia--svg svg { | ||
width: 2em; | width: 2em; | ||
fill: #689cc0; | fill: #689cc0; | ||
| Linha 482: | Linha 359: | ||
} | } | ||
.socialMedia--svg svg path{ | .socialMedia--svg svg path { fill: inherit; } | ||
} | |||
/* | /* Discord */ | ||
.initialPage--socialMedia.discord > .initialPage--socialMediaLink:hover { color: #5865f2; } | |||
*/ | .initialPage--socialMedia.discord:before { background: #5865f2; } | ||
.initialPage--socialMedia.discord > .initialPage--socialMediaLink:hover > .socialMedia--svg svg { fill: #5865f2; } | |||
.initialPage--socialMedia. | /* Instagram */ | ||
.initialPage--socialMedia.instagram > .initialPage--socialMediaLink:hover { color: #f09433; } | |||
} | .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; } | |||
.initialPage--socialMedia.facebook:before { background: #4267B2; } | |||
.initialPage--socialMedia.facebook > .initialPage--socialMediaLink:hover > .socialMedia--svg svg { fill: #4267B2; } | |||
/* | |||
*/ | |||
.initialPage--socialMedia.facebook > .initialPage--socialMediaLink:hover{ | |||
} | |||
.initialPage--socialMedia.facebook:before{ | |||
} | |||
.initialPage--socialMedia.facebook > .initialPage--socialMediaLink:hover > .socialMedia--svg svg{ | |||
} | |||
/* Ocultação de componentes */ | |||
#p-navigation { background-color: transparent; } | #p-navigation { background-color: transparent; } | ||
#mw-head-base { background-color: transparent; width: auto | #mw-head-base { background-color: transparent; width: auto; } | ||
#p-logo { background-color: transparent; } | #p-logo { background-color: transparent; } | ||
#mw-page-base { background: transparent; } | #mw-page-base { background: transparent; } | ||
#mw-panel #p-tb h3 { color: rgb(0, 0, 0); font-size: .75em;} | #mw-panel #p-tb h3 { color: rgb(0, 0, 0); font-size: .75em; } | ||
#p-tb { display: none; } | #p-tb { display: none; } | ||
#ca-view { display: none; } | #ca-view { display: none; } | ||
#ca-history { display: none; } | #ca-history { display: none; } | ||
#ca-viewsource { display: none | #ca-viewsource { display: none; } | ||
.table-pacients { | .table-pacients { | ||
| Linha 559: | Linha 393: | ||
} | } | ||
.table-pacients img{ | .table-pacients img { | ||
width: 15.715em; | width: 15.715em; | ||
height: auto; | height: auto; | ||
} | } | ||
/* | /* PERSONAGENS */ | ||
.filter--containerSearch { | |||
*/ | |||
.filter--containerSearch{ | |||
display: flex; | display: flex; | ||
padding: 0 2em; | padding: 0 2em; | ||
| Linha 575: | Linha 406: | ||
} | } | ||
.filter--container{ | .filter--container { | ||
display: flex; | display: flex; | ||
padding: 0 2em; | padding: 0 2em; | ||
| Linha 582: | Linha 413: | ||
} | } | ||
.filter{ | .filter { | ||
width: fit-content; | width: fit-content; | ||
display: flex; | display: flex; | ||
| Linha 591: | Linha 422: | ||
} | } | ||
.filter--title{ | .filter--title { | ||
display: flex; | display: flex; | ||
border-right: 3px solid #b0cff1; | border-right: 3px solid #b0cff1; | ||
| Linha 604: | Linha 435: | ||
} | } | ||
.filter--icon, | .filter--icon, .calcXp--tierIcon { | ||
.calcXp--tierIcon { | |||
padding: .35em .95em; | padding: .35em .95em; | ||
background: transparent; | background: transparent; | ||
| Linha 611: | Linha 441: | ||
} | } | ||
.filter--icon.tier img{ | .filter--icon.tier img { filter: grayscale(.0); } | ||
.filter--icon.tier.active img { box-shadow: none; } | |||
} | |||
.filter--icon.tier.active img{ | |||
} | |||
.filter--icon img{ | .filter--icon img { | ||
filter: grayscale(.8); | filter: grayscale(.8); | ||
border-radius: 10px; | border-radius: 10px; | ||
transition: all .25s ease; | transition: all .25s ease; | ||
} | } | ||
| Linha 629: | Linha 453: | ||
filter: drop-shadow(0px 1px 8px #4c91c900); | filter: drop-shadow(0px 1px 8px #4c91c900); | ||
border-radius: 10px; | border-radius: 10px; | ||
transition: all .25s ease; | transition: all .25s ease; | ||
} | } | ||
.filter--icon.active img{ | .filter--icon.active img { | ||
box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px; | box-shadow: rgb(0 0 0 / 24%) 0px 2px 7px; | ||
filter: grayscale(0); | filter: grayscale(0); | ||
} | } | ||
.filter--icon.tier.active img, | .filter--icon.tier.active img, .calcXp--tierIcon.active img { transform: scale(.85); } | ||
.calcXp--tierIcon.active img{ | |||
} | |||
.filter--icon.tier#bronze.active img, | .filter--icon.tier#bronze.active img, .calcXp--tierIcon#bronze.active img { filter: drop-shadow(0px 1px 8px #f18a05); } | ||
.calcXp--tierIcon#bronze.active img{ | .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; | |||
.filter--input{ | |||
box-sizing: border-box; | |||
padding: .45em; | padding: .45em; | ||
padding-right: 2.5em; | padding-right: 2.5em; | ||
| Linha 673: | Linha 478: | ||
} | } | ||
.filter--inputContainer{ | .filter--inputContainer { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
position: relative; | position: relative; | ||
} | } | ||
.filter--searchButton{ | .filter--searchButton { | ||
cursor: pointer; | cursor: pointer; | ||
display: inline-block; | display: inline-block; | ||
| Linha 689: | Linha 494: | ||
border-radius: 0 8px 8px 0; | border-radius: 0 8px 8px 0; | ||
background: #4c91c9; | background: #4c91c9; | ||
} | } | ||
.filter--searchButton img{ | .filter--searchButton img { filter: invert(1); } | ||
} | |||
.calcXp--container{ | .calcXp--container { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
padding: 2.25em 1.25em; | padding: 2.25em 1.25em; | ||
| Linha 704: | Linha 506: | ||
} | } | ||
.calcXp--resultTitle{ | .calcXp--resultTitle { | ||
text-align: center; | text-align: center; | ||
color: #4f7ca0; | color: #4f7ca0; | ||
margin: 0; | margin: 0; | ||
margin-top: -.5em | margin-top: -.5em; | ||
letter-spacing: .05em; | letter-spacing: .05em; | ||
} | } | ||
.calcXp--formItem{ | .calcXp--formItem { display: flex; align-items: center; } | ||
} | |||
.calcXp--formItem input{ | .calcXp--formItem input { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
padding: .35em; | padding: .35em; | ||
border: 2px solid #b0cff1; | border: 2px solid #b0cff1; | ||
| Linha 729: | Linha 528: | ||
} | } | ||
.calcXp--formItem span{ | .calcXp--formItem span { | ||
font-size: 1.225em; | font-size: 1.225em; | ||
font-weight: 500; | font-weight: 500; | ||
| Linha 737: | Linha 536: | ||
} | } | ||
#calculate-btn{ | #calculate-btn { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
cursor: pointer; | cursor: pointer; | ||
| Linha 744: | Linha 543: | ||
margin: 2em auto; | margin: 2em auto; | ||
padding: .45em 1em; | padding: .45em 1em; | ||
border: none; | border: none; | ||
border-radius: 6px; | border-radius: 6px; | ||
| Linha 750: | Linha 548: | ||
box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; | box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; | ||
color: white; | color: white; | ||
font-size: 1.35em; | font-size: 1.35em; | ||
text-transform: capitalize; | text-transform: capitalize; | ||
| Linha 765: | Linha 562: | ||
} | } | ||
#calc-result{ | #calc-result { | ||
margin-top: 1em; | margin-top: 1em; | ||
display: flex; | display: flex; | ||
| Linha 771: | Linha 568: | ||
} | } | ||
#calc-result .badge{ | #calc-result .badge { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
| Linha 779: | Linha 576: | ||
} | } | ||
.calcXp--xpIcon{ | .calcXp--xpIcon { margin-left: -.2em; } | ||
.calcXp--numberOfPots { padding-top: .2em; font-size: 1.15em; } | |||
} | |||
/* Personagens */ | /* Personagens */ | ||
#characters-container { | |||
#characters-container{ | |||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
| Linha 795: | Linha 586: | ||
} | } | ||
#characters-container > div{ | #characters-container > div { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
display: none; | display: none; | ||
| Linha 803: | Linha 594: | ||
} | } | ||
#characters-container > div.show{ | #characters-container > div.show { display: block; } | ||
} | |||
#characters-container > div > a > img{ | #characters-container > div > a > img { | ||
width: 100%; | width: 100%; | ||
border-radius: 8px; | border-radius: 8px; | ||
| Linha 814: | Linha 603: | ||
} | } | ||
#characters-container > div:hover > a > img{ | #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; | box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; | ||
filter: grayscale(0); | filter: grayscale(0); | ||
transform: scale(1.06); | transform: scale(1.06); | ||
} | } | ||
.characterPage--splashArt{ | |||
.characterPage--splashArt { | |||
position: absolute; | position: absolute; | ||
top: -2%; | top: -2%; | ||
| Linha 826: | Linha 616: | ||
} | } | ||
.characterPage--table{ | .characterPage--table { | ||
width: 100%; | |||
margin-top: -2em; | |||
display: table; | |||
table-layout: fixed; | |||
} | } | ||
.characterPage--table > tbody > | .characterPage--table > tbody > tr { display: table-row; } | ||
} | |||
.characterPage--table > tbody > | .characterPage--table > tbody > tr > td { | ||
display: table-cell; | |||
vertical-align: top; | |||
padding: 1em; | |||
box-sizing: border-box; | |||
} | } | ||
.characterPage-- | .characterPage--mainSection { | ||
width: 100%; | |||
display: flex; | |||
flex-wrap: wrap; | |||
} | } | ||
. | .characterPage--characterInfoContainer { width: 60%; } | ||
} | |||
. | .characterPage--characterSkills { width: 100%; } | ||
} | |||
. | .characterPage--statsInfoContainer { display: none; } | ||
} | |||
. | .characterInfo--name { margin: 0; } | ||
} | |||
.characterInfo--badgeContainer { | |||
.characterInfo--badgeContainer{ | |||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
width: fit-content; | width: fit-content; | ||
margin:0 auto; | margin: 0 auto; | ||
} | } | ||
.characterInfo--contentContainer{ | .characterInfo--contentContainer { | ||
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
| Linha 927: | Linha 660: | ||
} | } | ||
.characterInfo--imageContainer{ | .characterInfo--imageContainer { width: 25%; } | ||
.characterInfo--medal { margin-top: -1.5em; } | |||
} | |||
.characterInfo--infoContainer { | |||
.characterInfo--infoContainer{ | |||
width: 75%; | width: 75%; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.characterInfo--infoContainer #toc{ | .characterInfo--infoContainer #toc { display: none; } | ||
} | .characterPage--skins { width: 100%; margin-top: 1em; } | ||
.characterPage-- | .characterPage--characterSkills { width: 100%; } | ||
} | |||
.skins--container { | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
.skins--container{ | |||
} | } | ||
.skins--container span { | .skins--container span { | ||
width: 33.3%; | |||
padding: 0.5em; | |||
box-sizing: border-box; | |||
text-align: center; | |||
} | } | ||
.skins--imageSkin { | |||
max-width: 100%; | |||
height: auto; | |||
. | |||
} | } | ||
.tabsContainer | .tabsContainer { | ||
width: 100%; | |||
overflow-x: auto; | |||
-webkit-overflow-scrolling: touch; | |||
} | } | ||
. | .tabSkill--container { | ||
display: flex; | |||
flex-wrap: nowrap; | |||
} | } | ||
. | .tab-skill { | ||
min-width: 6em; | |||
flex-shrink: 0; | |||
margin: 0 0.5em; | |||
} | } | ||
. | .tab-skill > div > img { | ||
max-width: 48px; | |||
height: auto; | |||
} | } | ||
.skillInfo | .skillInfo { display: none; } | ||
} | |||
.skillInfo | .skillInfo.active { | ||
. | display: table-row; | ||
padding: 1em; | |||
} | } | ||
. | .skillInfo--infoContainer { | ||
width: 100%; | |||
box-sizing: border-box; | |||
} | } | ||
. | .skillInfo--name { | ||
font-size: 1.5em; | |||
text-align: center; | |||
margin-bottom: 0.5em; | |||
} | } | ||
. | .skillInfo--description { | ||
font-size: 1em; | |||
line-height: 1.5em; | |||
text-align: justify; | |||
overflow-y: auto; | |||
max-height: 10em; | |||
padding: 0 1em; | |||
} | } | ||
. | .skillInfo--attributesContainer { margin-top: 1em; } | ||
} | |||
. | .attribute--cardsContainer { | ||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
} | } | ||
. | .cardAttribute { | ||
width: 7em; | |||
margin: 0.5em; | |||
text-align: center; | text-align: center; | ||
} | } | ||
.cardAttribute--icon { | |||
. | height: 1.5em; | ||
margin-bottom: 0.3em; | |||
} | } | ||
. | .skillInfo--videoContainer { | ||
width: 100%; | |||
margin-top: 1em; | |||
display: flex; | |||
justify-content: center; | |||
} | } | ||
. | .skillInfo--skillVideo { | ||
max-width: 100%; | |||
height: auto; | |||
} | } | ||
@media | /* Responsividade */ | ||
@media (max-width: 768px) { | |||
.characterPage--characterInfoContainer { width: 100%; } | |||
.characterPage--characterSkills { width: 100%; margin-top: 1em; } | |||
.characterPage--table { display: block; } | |||
.tab-skill { min-width: 4em; } | |||
.tab-skill > div > img { max-width: 32px; } | |||
.skillInfo--description { max-height: 8em; font-size: 0.9em; } | |||
.cardAttribute { width: 6em; } | |||
.skins--container span { width: 50%; } | |||
} | } | ||
@media | @media (max-width: 480px) { | ||
.tab-skill { min-width: 3em; } | |||
.tab-skill > div > img { max-width: 24px; } | |||
.skillInfo--description { max-height: 6em; font-size: 0.8em; } | |||
.cardAttribute { width: 5em; } | |||
.skins--container span { width: 100%; } | |||
} | } | ||
/******************************************************************************* | /******************************************************************************* | ||
PRESET: ABAS | PRESET: ABAS | ||
Edição das 19h37min de 28 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;
}
a:visited, a {
color: var(--link-text);
}
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;
}
#content {
overflow-x: clip;
color: var(--content-text);
background-color: var(--content-bg);
border: none;
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);
}
#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;
border-right-width: 2px;
}
/* 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 {
font-size: 80%;
}
.page-Project_Support_desk #ca-talk a.mw-redirect {
display: none;
}
.gallery_zoom_img img {
transition: transform 0.1s ease-in;
}
.gallery_zoom_img img:hover {
transform: scale(2);
}
/*--------------------------------------------------
CSS CUSTOMIZADO
--------------------------------------------------*/
.vector-menu-tabs li {
background: transparent;
}
.center-tab .tabber__header {
justify-content: center;
}
.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; }
.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;
}
.scaleUp-hover:hover {
transform: scale(1.1);
}
.simple-tooltip-inline { border: none; }
.tooltipster-default {
background-color: rgb(220, 220, 220);
color: black;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.tooltipster-arrow { border-color: rgb(220, 220, 220); }
#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;
}
.initialPage--title, .initialPage--events {
border: none;
border-collapse: separate;
}
.initialPage--events th, .initialPage--title th {
color: black;
padding: .4em;
}
.initialPage--title th {
background-color: transparent;
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;
padding: .9em .5em;
transition: color .25s ease;
}
.initialPage--socialMediaLink:visited { color: #689cc0; }
.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; }
.initialPage--socialMedia.discord:before { background: #5865f2; }
.initialPage--socialMedia.discord > .initialPage--socialMediaLink:hover > .socialMedia--svg svg { fill: #5865f2; }
/* Instagram */
.initialPage--socialMedia.instagram > .initialPage--socialMediaLink:hover { color: #f09433; }
.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; }
.initialPage--socialMedia.facebook:before { background: #4267B2; }
.initialPage--socialMedia.facebook > .initialPage--socialMediaLink:hover > .socialMedia--svg svg { fill: #4267B2; }
/* Ocultação de componentes */
#p-navigation { background-color: transparent; }
#mw-head-base { background-color: transparent; width: auto; }
#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-view { display: none; }
#ca-history { display: none; }
#ca-viewsource { display: none; }
.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;
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; }
/* Personagens */
#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 {
width: 100%;
margin-top: -2em;
display: table;
table-layout: fixed;
}
.characterPage--table > tbody > tr { display: table-row; }
.characterPage--table > tbody > tr > td {
display: table-cell;
vertical-align: top;
padding: 1em;
box-sizing: border-box;
}
.characterPage--mainSection {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.characterPage--characterInfoContainer { width: 60%; }
.characterPage--characterSkills { width: 100%; }
.characterPage--statsInfoContainer { display: none; }
.characterInfo--name { margin: 0; }
.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%; margin-top: 1em; }
.characterPage--characterSkills { width: 100%; }
.skins--container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.skins--container span {
width: 33.3%;
padding: 0.5em;
box-sizing: border-box;
text-align: center;
}
.skins--imageSkin {
max-width: 100%;
height: auto;
}
.tabsContainer {
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.tabSkill--container {
display: flex;
flex-wrap: nowrap;
}
.tab-skill {
min-width: 6em;
flex-shrink: 0;
margin: 0 0.5em;
}
.tab-skill > div > img {
max-width: 48px;
height: auto;
}
.skillInfo { display: none; }
.skillInfo.active {
display: table-row;
padding: 1em;
}
.skillInfo--infoContainer {
width: 100%;
box-sizing: border-box;
}
.skillInfo--name {
font-size: 1.5em;
text-align: center;
margin-bottom: 0.5em;
}
.skillInfo--description {
font-size: 1em;
line-height: 1.5em;
text-align: justify;
overflow-y: auto;
max-height: 10em;
padding: 0 1em;
}
.skillInfo--attributesContainer { margin-top: 1em; }
.attribute--cardsContainer {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.cardAttribute {
width: 7em;
margin: 0.5em;
text-align: center;
}
.cardAttribute--icon {
height: 1.5em;
margin-bottom: 0.3em;
}
.skillInfo--videoContainer {
width: 100%;
margin-top: 1em;
display: flex;
justify-content: center;
}
.skillInfo--skillVideo {
max-width: 100%;
height: auto;
}
/* Responsividade */
@media (max-width: 768px) {
.characterPage--characterInfoContainer { width: 100%; }
.characterPage--characterSkills { width: 100%; margin-top: 1em; }
.characterPage--table { display: block; }
.tab-skill { min-width: 4em; }
.tab-skill > div > img { max-width: 32px; }
.skillInfo--description { max-height: 8em; font-size: 0.9em; }
.cardAttribute { width: 6em; }
.skins--container span { width: 50%; }
}
@media (max-width: 480px) {
.tab-skill { min-width: 3em; }
.tab-skill > div > img { max-width: 24px; }
.skillInfo--description { max-height: 6em; font-size: 0.8em; }
.cardAttribute { width: 5em; }
.skins--container span { width: 100%; }
}
/*******************************************************************************
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;
}
.preset-aba {
margin: 0;
padding: 0;
}
.container-conteudo {
margin: 0;
padding: 0;
}
.aba {
display: none;
opacity: 0;
transform: translateY(-10px);
transition: opacity 0.3s ease, transform 0.3s ease;
margin-top: 20px;
}
.aba.atual {
display: block;
opacity: 1;
transform: translateY(0);
}
.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 !force; /* 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;
}