mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-11 22:16:22 +00:00
36 lines
669 B
Plaintext
36 lines
669 B
Plaintext
|
/*
|
||
|
* Citizen
|
||
|
*
|
||
|
* SkinStyles for UserProfileV2
|
||
|
* Module: ext.userProfileV2
|
||
|
* Version: main e8390662
|
||
|
*
|
||
|
* Date: 2024-07-24
|
||
|
*/
|
||
|
|
||
|
/* ext.userProfileV2.less */
|
||
|
|
||
|
.profile-header-attributes > h1,
|
||
|
.profile-header-attributes > h2 {
|
||
|
font-family: var(--font-family-base);
|
||
|
}
|
||
|
|
||
|
.profile-user-group {
|
||
|
border-radius: var(--border-radius-base);
|
||
|
color: var(--color-base--emphasized);
|
||
|
text-transform: capitalize;
|
||
|
}
|
||
|
|
||
|
.profile-header-statistics {
|
||
|
font-size: var(--font-size-base);
|
||
|
}
|
||
|
|
||
|
.external-link.tooltip:hover::after {
|
||
|
border-radius: var(--border-radius--small);
|
||
|
color: var(--color-base--emphasized);
|
||
|
}
|
||
|
|
||
|
.profile-externalLinks svg {
|
||
|
filter: var(--filter-invert);
|
||
|
}
|