Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 327: Line 327:
}
}


/* Item Simples (Apenas Ícone + Texto) */
/* ITEM SIMPLES E LIMPO */
.scw-item-simple {
.scw-item-simple {
     display: inline-flex;    /* Mantém ícone e texto na mesma linha */
     display: inline-flex;    /* Alinha lado a lado */
     align-items: center;      /* Centraliza verticalmente (texto no meio do ícone) */
     align-items: center;      /* Centraliza verticalmente */
     gap: 4px;                /* Espaço pequeno entre ícone e texto */
     gap: 5px;                /* Espaço entre imagem e texto */
     vertical-align: middle;  /* Alinha com o resto da frase se usado em texto */
     vertical-align: middle;  /* Alinha com o texto da frase */
     line-height: 1;           /* Evita que o ícone estique a altura da linha */
      
    /* GARANTIA DE LIMPEZA: Força que não tenha borda ou fundo */
    background: none !important;
    border: none !important;
    min-width: 0 !important; /* <--- ISSO MATA A "CÉLULA GRANDE" */
    padding: 0 !important;
}
}


/* Configuração do texto */
/* Configuração do Texto */
.scw-name {
.scw-name {
     font-weight: normal;     /* Texto normal (mude para bold se quiser negrito) */
     font-weight: 500;         /* Peso da fonte médio (padrão do seu tema) */
     cursor: help;             /* Muda o cursor para '?' ou 'seta' ao passar o mouse */
     color: inherit;           /* Usa a cor do texto normal */
     color: inherit;           /* Usa a cor de texto padrão da wiki */
     cursor: help;             /* Ícone de ? ao passar o mouse */
}
}


/* Remove qualquer margem estranha da imagem */
/* Configuração do Ícone */
.scw-icon img {
.scw-icon img {
    display: block;          /* Remove espaços fantasmas */
     margin: 0;
     margin: 0;
    display: block;
}
}

Revision as of 21:11, 20 November 2025

/*
 * Star Citizen Wiki
 * This stylesheet only contains site-wide styles.
 * For template styles, check the specific template documentation.
*/

/* Adjust primary color */
:root {
	--color-progressive-oklch__h: 230;
	--color-progressive-hsl__h: 205;
}

h1,
h2,
h3,
h4,
h5,
h6,
.mw-logo-wordmark {
	font-weight: var( --font-weight-medium );
}

h4,
h5,
h6 {
	letter-spacing: 0.0125em;
}

/* Align icon opacity with skin default */
.mw-logo-icon {
	opacity: var( --opacity-icon-base );
	filter: var( --filter-invert );
}

/*
 * Menu
 * Rich format menu to have more hierarchy
*/
/* Remove bottom spacing as it is handled in footer portlet */
.citizen-drawer__menu {
	margin-bottom: 0;
	padding-bottom: 0;
}

.mw-portlet-External {
	position: sticky;
	bottom: 0;
	margin-top: var( --space-md );
	margin-inline: calc( var( --space-xs ) * -1 );
    padding: var( --space-xs );
	border-top: var( --border-base );
	backdrop-filter: var( --backdrop-filter-frosted-glass );
	font-size: var( --font-size-x-small );
	grid-column: 1 / -1;
	white-space: nowrap;
}

.mw-portlet-External .citizen-menu__heading {
	display: none;
}

.mw-portlet-External ul {
	display: flex;
	overflow: auto;
}

.mw-portlet-External .mw-list-item a {
	gap: 0;
}

/* Label */
.citizen-drawer__menu [id^="n-sidebar-label-"] a {
	pointer-events: none;
    margin-left: var( --space-xs );
    padding-left: var( --space-md );
	padding-right: var( --space-xs );
	border-left: 1px solid var( --border-color-base );
    border-radius: 0;
    letter-spacing: 0.05em;
    font-weight: var( --font-weight-normal );
    color: var( --color-subtle ) !important;
}

/* Icons */
.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;
}

#n-sidebar-icon-discord a:before {
	mask-image: url( https://media.starcitizen.tools/7/77/Discord_-_Simple_Icons.svg );
}

#n-sidebar-icon-twitter a:before {
	mask-image: url( https://media.starcitizen.tools/6/6a/Twitter_-_Simple_Icons.svg );
}

#n-sidebar-icon-mastodon a:before {
	mask-image: url( https://media.starcitizen.tools/d/de/Mastodon_-_Simple_Icons.svg );
}

#n-sidebar-icon-threads a:before {
	mask-image: url( https://media.starcitizen.tools/9/9b/Threads_-_Simple_Icons.svg );
}

#n-sidebar-icon-bluesky a:before {
	mask-image: url( https://media.starcitizen.tools/8/8b/Bluesky_-_Simple_Icons.svg );
}

#n-sidebar-icon-patreon a:before {
	mask-image: url( https://media.starcitizen.tools/e/e9/Patreon_-_Simple_Icons.svg );
}

#n-sidebar-icon-kofi a:before {
	mask-image: url( https://media.starcitizen.tools/4/48/Kofi_-_Simple_Icons.svg );
}

#n-sidebar-icon-github a:before {
	mask-image: url( https://media.starcitizen.tools/8/85/Github_-_Simple_Icons.svg );
}

#n-sidebar-icon-reddit a:before {
	mask-image: url( https://media.starcitizen.tools/e/e8/Reddit_-_Simple_Icons.svg );
}

/* Footer changes */
.citizen-footer {
	padding-block: 6rem;
	background-color: transparent;
}

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

.citizen-footer__sitetitle .mw-logo-wordmark {
	display: none;
}

/*
 * Footer icons
 * We use custom footer icons so we need to fine tune it
*/
#footer-icons a {
	border: 0;
	padding: 0;
	background: transparent;
	opacity: var( --opacity-icon-base );
	transition: opacity 250ms ease;
}

#footer-icons a:hover {
	opacity: var( --opacity-icon-base--hover );
}

#footer-icons a:active {
	opacity: var( --opacity-icon-base--active );
}

/* More space between icons */
#footer-icons ul,
#footer-icons li {
	column-gap: var( --space-md );
}

#footer-icons img {
	width: auto;
	height: 32px;
}

/* Darken the footer icon in light mode */
.skin-citizen-light #footer-icons a {
	filter: invert( 1 ) hue-rotate( 180deg );
}

/*
 * Very important checkmark
 * Blue checkmark near wordmark
*/
.mw-logo-wordmark {
    display: flex;
    align-items: center;
    gap: var( --space-sm );
}

/* CookieWarning tweaks */
.mw-cookiewarning-container {
	max-width: 480px;
}

.mw-cookiewarning-text {
	gap: var(--space-xs);
}

.mw-cookiewarning-text::before {
	content: '🍪';
    font-size: 2rem;
}

/* hide on pageload to prevent FoUC */
.client-js .mw-cookiewarning-container {
	opacity: 0;
	visibility: hidden;
	transition: opacity 250ms ease, visibility 250ms ease;
}

/* citizen-animations-ready is added when scripts are loaded */
.client-js.citizen-animations-ready .mw-cookiewarning-container {
	opacity: 1;
	visibility: visible;
}

/* Site notice styles */
/*
#scw-birthday {
	padding: var( --space-sm ) var( --space-md );
	background-color: var( --color-surface-2 );
	font-size: var( --font-size-small );
	font-weight: var( --font-weight-semibold );
}

#scw-birthday-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
*/

/* Full-width for pledge vehicle list page */
.page-List_of_pledge_vehicles {
    --width-layout: 100vw;
}

/* Alternative theme */
/*
:root {
    --font-family-citizen-base: monospace;
    --font-size-base: 0.875rem;
    --color-primary__h: 30;
    --border-radius-base: 0;
    --border-color-base: hsla( var( --color-primary__h ), 85%, 65%, 25% ) !important;
    letter-spacing: -0.025em;
}

.mw-logo.citizen-header__button:after {
    content: "🎃";
    position: absolute;
    left: 0;
}
*/

/* Pride month */
/*
.citizen-loading::after {
    background-image: linear-gradient( 90deg, #FF3333 0%, #FF9933 20%, #FFFF66 40%, #66BB66 60%, #6666FF 80%, #BB66FF 100% );
}
*/

/* Verified badge */
/*
.mw-logo-wordmark:after {
	content: "";
    width: 1em;
    height: 1em;
    display: block;
    background-image: url( https://media.starcitizen.tools/5/5f/SCW-Verified.svg );
}
*/

/* Animated gradient */
@property --gradient-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.scw-gradient-glow {
	position: relative;

	--clr-3: var( --color-progressive );
	--clr-4: var( --border-color-base );
	--clr-5: var( --border-color-subtle );

	--gradient: var( --clr-3 ), var( --clr-4 ), var( --clr-5 ), var( --clr-4 ), var( --clr-3 );
	--gradient-blur: 4px;
	--gradient-time: 5s;
}

.scw-gradient-glow::before {
	position: absolute;
	inset: 0px;
	z-index: -1;
	content: '';
	background: conic-gradient( from var( --gradient-angle ), var( --gradient ) );
	border-radius: inherit;
	animation: scw-gradient-rotate var( --gradient-time ) linear infinite;
	filter: blur( var( --gradient-blur ) );
	transition: filter 100ms ease;
}

@keyframes scw-gradient-rotate {
	0% {
		--gradient-angle: 0deg;
	}

	100% {
		--gradient-angle: 360deg;
	}
}

/* HACK: Hide UploadWizard personal purpose option */
.mwe-upwiz-deed-purpose > label:last-child {
    display: none !important;
}

/* ITEM SIMPLES E LIMPO */
.scw-item-simple {
    display: inline-flex;     /* Alinha lado a lado */
    align-items: center;      /* Centraliza verticalmente */
    gap: 5px;                 /* Espaço entre imagem e texto */
    vertical-align: middle;   /* Alinha com o texto da frase */
    
    /* GARANTIA DE LIMPEZA: Força que não tenha borda ou fundo */
    background: none !important;
    border: none !important;
    min-width: 0 !important;  /* <--- ISSO MATA A "CÉLULA GRANDE" */
    padding: 0 !important;
}

/* Configuração do Texto */
.scw-name {
    font-weight: 500;         /* Peso da fonte médio (padrão do seu tema) */
    color: inherit;           /* Usa a cor do texto normal */
    cursor: help;             /* Ícone de ? ao passar o mouse */
}

/* Configuração do Ícone */
.scw-icon img {
    display: block;           /* Remove espaços fantasmas */
    margin: 0;
}