Mais ações
Sem resumo de edição |
mSem resumo de edição |
||
| (259 revisões intermediárias por 2 usuários não estão sendo mostradas) | |||
| Linha 1: | Linha 1: | ||
/* | /*text formatting*/ | ||
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@300&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Spectral:wght@300&display=swap'); | ||
body { | body { | ||
font-family: 'Spectral', serif; | |||
} | |||
.wpb-topbanner .wpb-name { | |||
font-size: 2.2em; | |||
white-space: normal; | |||
overflow: hidden; | |||
} | |||
@media (max-width: 600px) { | |||
body { | |||
text-align: left; | |||
} | |||
} | |||
@media (min-width: 680px) { | |||
body { | |||
text-align: justify; | |||
} | |||
} | |||
a { | |||
color: #A88541; | |||
} | |||
a:hover { | |||
color: #800A0C; | |||
} | } | ||
#content p { | #content p { | ||
text-align: justify; | |||
} | } | ||
#content h1, | |||
#content h2, | #content h1, | ||
#content h2, | |||
#content h3 { | #content h3 { | ||
font-family: 'Spectral', serif; | |||
} | |||
.mw-collapsible-toggle .mw-collapsible-toggle-default { | |||
float: right; | |||
} | |||
table.wikitable { | |||
border: 2px solid #897051; | |||
margin: auto; | |||
} | |||
th, | |||
td { | |||
text-align: justify; | |||
padding: 5px; | |||
} | |||
.section-subheading span:empty { | |||
display: none; | |||
} | |||
/*Citizen Skin*/ | |||
.skin-citizen-dark, | |||
.skin-citizen-dark .mw-body-header, | |||
.skin-citizen-dark #content { | |||
background: url(https://rec.institutodaguerra.com/images/d/d9/Background-black-noise.jpg); | |||
} | |||
.skin-citizen-light, | |||
.skin-citizen-light .mw-body-header, | |||
.skin-citizen-light #content { | |||
background: url(https://rec.institutodaguerra.com/images/f/f3/Hero-background.jpg); | |||
} | |||
.citizen-overflow-wrapper { | |||
box-shadow: none; | |||
} | |||
.citizen-body-header--sticky .mw-body-header::before { | |||
position: absolute; | |||
z-index: -1; | |||
top: 0; | |||
right: calc(var(--padding-page) * -1.5); | |||
left: calc(var(--padding-page) * -1.5); | |||
height: 100%; | |||
backdrop-filter: saturate(50%) blur(16px); | |||
background-color: transparent !important; | |||
content: ''; | |||
} | |||
.citizen-table-wrapper { | |||
overflow-x: visible !important; | |||
} | |||
.citizen-body h3, | |||
.citizen-body h4, | |||
.citizen-body h5, | |||
.citizen-body h6 { | |||
margin-top: 10px; | |||
margin-bottom: 7px; | |||
} | |||
.citizen-footer { | |||
margin-top:0; | |||
} | |||
/*Specific Page style*/ | |||
/*Página Principal*/ | |||
.page-Página_Principal .tabber h5 { | |||
margin-top: 0px !important; | |||
margin-bottom: 0px !important; | |||
} | |||
.page-Página_Principal .firstHeading, | |||
.page-Página_Principal .mw-side, | |||
.page-Página_Principal #siteSub { | |||
display: none !important; | |||
} | |||
.page-Página_Principal h5 { | |||
margin-top: 0px !important; | |||
} | |||
/*Rune RPG*/ | |||
.page-Rune_RPG .firstHeading, | |||
.page-Rune_RPG .mw-side, | |||
.page-Rune_RPG #siteSub { | |||
display: none !important; | |||
} | |||
/*Page Banner*/ | |||
.ext-wpb-pagebanner .wpb-banner-image-panorama a img { | |||
margin-top: 0 !important; | |||
} | } | ||
.three-column{ | .ext-wpb-pagebanner .wpb-banner-image-panorama { | ||
max-height: none !important; | |||
} | |||
/*Tabber Config*/ | |||
.tabber ul { | |||
margin: 0.2rem 0 0.2rem 1.6rem | |||
} | |||
.tabber__header { | |||
margin-bottom: 1em; | |||
} | |||
/*Custom classes*/ | |||
.sublinhado { | |||
border-bottom: 1px solid; | |||
max-width: auto; | |||
} | |||
.tabulado { | |||
margin-left: 3%; | |||
} | |||
.loretext { | |||
margin-left: 5%; | |||
margin-right: 5%; | |||
font-style: italic; | |||
} | |||
.indent { | |||
text-indent: 25px | |||
} | |||
.trait { | |||
margin-left: 3%; | |||
text-indent: -25px | |||
} | |||
.three-column { | |||
display: grid; | |||
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); | |||
} | |||
.column-three { | |||
column-count: 3; | |||
} | |||
.column-three .citizen-body h5 { | |||
margin-top: 0px !important; | |||
margin-bottom: 5px !important; | |||
} | |||
.navegador { | |||
width: 100%; | |||
table-layout: fixed; | |||
margin: auto; | |||
margin-bottom: 2em; | |||
vertical-align: bottom; | |||
} | |||
.navegador table { | |||
vertical-align: bottom; | |||
} | |||
/*Sidebar*/ | |||
.mw-portlet-External { | |||
position: sticky; | |||
bottom: 0; | |||
margin-top: var(--space-md); | |||
padding: var(--space-xs) 0; | |||
border-top: 1px solid var(--border-color-base); | |||
background: var(--color-surface-1); | |||
font-size: var(--font-size-x-small); | |||
grid-column: 1 / -1; | |||
white-space: nowrap; | |||
} | |||
.mw-portlet-External ul { | |||
display: flex; | |||
overflow: auto; | |||
} | |||
.mw-portlet-External .citizen-menu__heading { | |||
display: none; | |||
} | |||
#n-sidebar-icon-discord a:before { | |||
mask-image: url(https://media.starcitizen.tools/7/77/Discord_-_Simple_Icons.svg); | |||
} | |||
#n-sidebar-icon-twitch a:before { | |||
mask-image: url(https://rec.institutodaguerra.com/images/2/29/Twitch-Logo.svg); | |||
} | |||
#n-sidebar-icon-youtube a:before { | |||
mask-image: url(https://rec.institutodaguerra.com/images/3/34/Youtube_logo.svg); | |||
} | |||
#n-sidebar-icon-site a:before { | |||
mask-image: url(https://rec.institutodaguerra.com/images/c/cf/LogoBlack.svg); | |||
} | |||
#n-sidebar-icon-twitter a:before { | |||
mask-image: url(https://media.starcitizen.tools/6/6a/Twitter_-_Simple_Icons.svg); | |||
} | |||
#n-sidebar-icon-apoiase a:before { | |||
mask-image: url(https://rec.institutodaguerra.com/images/2/2e/Apoiase.svg); | |||
width: 90px; | |||
} | |||
.citizen-drawer__menu [id^="n-sidebar-icon-"] a { | |||
font-size: 0; | |||
content-visibility: auto; | |||
} | |||
.citizen-drawer__menu [id^="n-sidebar-icon-"] a:before { | |||
display: block; | |||
content: ""; | |||
width: var(--size-icon); | |||
height: var(--size-icon); | |||
background-color: currentColor; | |||
mask-size: contain; | |||
mask-repeat: no-repeat; | |||
mask-position: center; | |||
} | |||
.mw-portlet-External .mw-list-item a { | |||
gap: 0; | |||
} | |||
.citizen-dropdown .citizen-menu__card { | |||
max-width: 70vw; | |||
} | } | ||
Edição atual tal como às 17h56min de 16 de fevereiro de 2025
/*text formatting*/
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@300&display=swap');
body {
font-family: 'Spectral', serif;
}
.wpb-topbanner .wpb-name {
font-size: 2.2em;
white-space: normal;
overflow: hidden;
}
@media (max-width: 600px) {
body {
text-align: left;
}
}
@media (min-width: 680px) {
body {
text-align: justify;
}
}
a {
color: #A88541;
}
a:hover {
color: #800A0C;
}
#content p {
text-align: justify;
}
#content h1,
#content h2,
#content h3 {
font-family: 'Spectral', serif;
}
.mw-collapsible-toggle .mw-collapsible-toggle-default {
float: right;
}
table.wikitable {
border: 2px solid #897051;
margin: auto;
}
th,
td {
text-align: justify;
padding: 5px;
}
.section-subheading span:empty {
display: none;
}
/*Citizen Skin*/
.skin-citizen-dark,
.skin-citizen-dark .mw-body-header,
.skin-citizen-dark #content {
background: url(https://rec.institutodaguerra.com/images/d/d9/Background-black-noise.jpg);
}
.skin-citizen-light,
.skin-citizen-light .mw-body-header,
.skin-citizen-light #content {
background: url(https://rec.institutodaguerra.com/images/f/f3/Hero-background.jpg);
}
.citizen-overflow-wrapper {
box-shadow: none;
}
.citizen-body-header--sticky .mw-body-header::before {
position: absolute;
z-index: -1;
top: 0;
right: calc(var(--padding-page) * -1.5);
left: calc(var(--padding-page) * -1.5);
height: 100%;
backdrop-filter: saturate(50%) blur(16px);
background-color: transparent !important;
content: '';
}
.citizen-table-wrapper {
overflow-x: visible !important;
}
.citizen-body h3,
.citizen-body h4,
.citizen-body h5,
.citizen-body h6 {
margin-top: 10px;
margin-bottom: 7px;
}
.citizen-footer {
margin-top:0;
}
/*Specific Page style*/
/*Página Principal*/
.page-Página_Principal .tabber h5 {
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.page-Página_Principal .firstHeading,
.page-Página_Principal .mw-side,
.page-Página_Principal #siteSub {
display: none !important;
}
.page-Página_Principal h5 {
margin-top: 0px !important;
}
/*Rune RPG*/
.page-Rune_RPG .firstHeading,
.page-Rune_RPG .mw-side,
.page-Rune_RPG #siteSub {
display: none !important;
}
/*Page Banner*/
.ext-wpb-pagebanner .wpb-banner-image-panorama a img {
margin-top: 0 !important;
}
.ext-wpb-pagebanner .wpb-banner-image-panorama {
max-height: none !important;
}
/*Tabber Config*/
.tabber ul {
margin: 0.2rem 0 0.2rem 1.6rem
}
.tabber__header {
margin-bottom: 1em;
}
/*Custom classes*/
.sublinhado {
border-bottom: 1px solid;
max-width: auto;
}
.tabulado {
margin-left: 3%;
}
.loretext {
margin-left: 5%;
margin-right: 5%;
font-style: italic;
}
.indent {
text-indent: 25px
}
.trait {
margin-left: 3%;
text-indent: -25px
}
.three-column {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.column-three {
column-count: 3;
}
.column-three .citizen-body h5 {
margin-top: 0px !important;
margin-bottom: 5px !important;
}
.navegador {
width: 100%;
table-layout: fixed;
margin: auto;
margin-bottom: 2em;
vertical-align: bottom;
}
.navegador table {
vertical-align: bottom;
}
/*Sidebar*/
.mw-portlet-External {
position: sticky;
bottom: 0;
margin-top: var(--space-md);
padding: var(--space-xs) 0;
border-top: 1px solid var(--border-color-base);
background: var(--color-surface-1);
font-size: var(--font-size-x-small);
grid-column: 1 / -1;
white-space: nowrap;
}
.mw-portlet-External ul {
display: flex;
overflow: auto;
}
.mw-portlet-External .citizen-menu__heading {
display: none;
}
#n-sidebar-icon-discord a:before {
mask-image: url(https://media.starcitizen.tools/7/77/Discord_-_Simple_Icons.svg);
}
#n-sidebar-icon-twitch a:before {
mask-image: url(https://rec.institutodaguerra.com/images/2/29/Twitch-Logo.svg);
}
#n-sidebar-icon-youtube a:before {
mask-image: url(https://rec.institutodaguerra.com/images/3/34/Youtube_logo.svg);
}
#n-sidebar-icon-site a:before {
mask-image: url(https://rec.institutodaguerra.com/images/c/cf/LogoBlack.svg);
}
#n-sidebar-icon-twitter a:before {
mask-image: url(https://media.starcitizen.tools/6/6a/Twitter_-_Simple_Icons.svg);
}
#n-sidebar-icon-apoiase a:before {
mask-image: url(https://rec.institutodaguerra.com/images/2/2e/Apoiase.svg);
width: 90px;
}
.citizen-drawer__menu [id^="n-sidebar-icon-"] a {
font-size: 0;
content-visibility: auto;
}
.citizen-drawer__menu [id^="n-sidebar-icon-"] a:before {
display: block;
content: "";
width: var(--size-icon);
height: var(--size-icon);
background-color: currentColor;
mask-size: contain;
mask-repeat: no-repeat;
mask-position: center;
}
.mw-portlet-External .mw-list-item a {
gap: 0;
}
.citizen-dropdown .citizen-menu__card {
max-width: 70vw;
}