الفرق بين المراجعتين لصفحة: «ميدياويكي:Citizen.css»
من ملاقط
المزيد من الإجراءات
عبود السكاف (نقاش | مساهمات) أنشأ الصفحة ب'←* 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; } ←Adjust contrast since we changed primary color: :root.skin-citizen-dark { --color-primary__l: 56%; } h1, h2, h3, h4, h5, h6, .mw-logo-wordmark { font-weight: var( --font-weight-medium ); } h4, h5, h6 { let...' |
عبود السكاف (نقاش | مساهمات) لا ملخص تعديل |
||
| سطر 7: | سطر 7: | ||
/* Adjust primary color */ | /* Adjust primary color */ | ||
:root { | :root { | ||
--color- | --color-primary__h: 205; | ||
} | |||
/* Hide main page header */ | |||
.page-الصفحة_الرئيسية .mw-body-header{ | |||
display: none; | |||
} | } | ||
.home-grid a.external::after { | |||
display: none; | |||
} | |||
/* Adjust contrast since we changed primary color */ | /* Adjust contrast since we changed primary color */ | ||
:root.skin-citizen-dark { | :root.skin-citizen-dark { | ||
--color-primary__l: 56%; | --color-primary__l: 56%; | ||
} | } | ||
| سطر 52: | سطر 42: | ||
bottom: 0; | bottom: 0; | ||
margin-top: var( --space-md ); | margin-top: var( --space-md ); | ||
padding: var( --space-xs ) 0; | |||
padding: var( --space-xs ); | border-top: 1px solid var( --border-color-base ); | ||
border-top: var( --border-base ); | background: var( --color-surface-1 ); | ||
font-size: var( --font-size-x-small ); | font-size: var( --font-size-x-small ); | ||
grid-column: 1 / -1; | grid-column: 1 / -1; | ||
| سطر 84: | سطر 73: | ||
letter-spacing: 0.05em; | letter-spacing: 0.05em; | ||
font-weight: var( --font-weight-normal ); | font-weight: var( --font-weight-normal ); | ||
color: var( --color-subtle ) !important; | color: var( --color-base--subtle ) !important; | ||
} | } | ||
| سطر 90: | سطر 79: | ||
.citizen-drawer__menu [id^="n-sidebar-icon-"] a { | .citizen-drawer__menu [id^="n-sidebar-icon-"] a { | ||
font-size: 0; | font-size: 0; | ||
} | } | ||
| سطر 99: | سطر 86: | ||
width: var( --size-icon ); | width: var( --size-icon ); | ||
height: var( --size-icon ); | height: var( --size-icon ); | ||
background- | background: transparent center/contain no-repeat; | ||
opacity: var( --opacity-icon-base ); | |||
filter: var( --filter-invert ); | |||
} | } | ||
#n-sidebar-icon-discord a:before { | #n-sidebar-icon-discord a:before { | ||
background-image: url( https://media.starcitizen.tools/7/77/Discord_-_Simple_Icons.svg ) | |||
} | } | ||
#n-sidebar-icon-twitter a:before { | #n-sidebar-icon-twitter a:before { | ||
background-image: url( https://media.starcitizen.tools/6/6a/Twitter_-_Simple_Icons.svg ) | |||
} | } | ||
#n-sidebar-icon-mastodon a:before { | #n-sidebar-icon-mastodon a:before { | ||
background-image: url( https://media.starcitizen.tools/d/de/Mastodon_-_Simple_Icons.svg ) | |||
} | } | ||
#n-sidebar-icon-threads a:before { | #n-sidebar-icon-threads a:before { | ||
background-image: url( https://media.starcitizen.tools/9/9b/Threads_-_Simple_Icons.svg ) | |||
} | } | ||
#n-sidebar-icon-patreon a:before { | #n-sidebar-icon-patreon a:before { | ||
background-image: url( https://media.starcitizen.tools/e/e9/Patreon_-_Simple_Icons.svg ) | |||
} | } | ||
#n-sidebar-icon-kofi a:before { | #n-sidebar-icon-kofi a:before { | ||
background-image: url( https://media.starcitizen.tools/4/48/Kofi_-_Simple_Icons.svg ) | |||
} | } | ||
#n-sidebar-icon-github a:before { | #n-sidebar-icon-github a:before { | ||
background-image: url( https://media.starcitizen.tools/8/85/Github_-_Simple_Icons.svg ) | |||
} | } | ||
#n-sidebar-icon-reddit a:before { | #n-sidebar-icon-reddit a:before { | ||
background-image: url( https://media.starcitizen.tools/e/e8/Reddit_-_Simple_Icons.svg ) | |||
} | } | ||
| سطر 160: | سطر 128: | ||
*/ | */ | ||
#footer-icons a { | #footer-icons a { | ||
opacity: var( --opacity-icon-base ); | opacity: var( --opacity-icon-base ); | ||
transition: opacity 250ms ease; | transition: opacity 250ms ease; | ||
| سطر 178: | سطر 143: | ||
#footer-icons ul, | #footer-icons ul, | ||
#footer-icons li { | #footer-icons li { | ||
gap: var( --space-md ); | |||
} | } | ||
| سطر 184: | سطر 149: | ||
width: auto; | width: auto; | ||
height: 32px; | height: 32px; | ||
} | |||
/* Divide footer links into two columns */ | |||
#footer-places { | |||
column-count: 2; | |||
} | |||
/* Fix misalignment in Safari and Firefox when using two columns */ | |||
#footer-places ul { | |||
display: initial; | |||
} | } | ||
| سطر 189: | سطر 164: | ||
.skin-citizen-light #footer-icons a { | .skin-citizen-light #footer-icons a { | ||
filter: invert( 1 ) hue-rotate( 180deg ); | filter: invert( 1 ) hue-rotate( 180deg ); | ||
} | |||
/* Move main page page actions to the bottom of the page */ | |||
.page-Star_Citizen_Wiki .citizen-body-container { | |||
grid-template-areas: | |||
'content' | |||
'header' | |||
'afterHeader' | |||
'footer'; | |||
} | } | ||
| سطر 199: | سطر 183: | ||
align-items: center; | align-items: center; | ||
gap: var( --space-sm ); | gap: var( --space-sm ); | ||
} | |||
.mw-logo-wordmark:after { | |||
content: ""; | |||
width: 1em; | |||
height: 1em; | |||
display: block; | |||
background-image: url( //wikiarabia.org/images/f/fd/WikiArabia-Verified.svg ); | |||
} | } | ||
| سطر 229: | سطر 221: | ||
/* Site notice styles */ | /* Site notice styles */ | ||
#scw-birthday { | #scw-birthday { | ||
padding: var( --space-sm ) var( --space-md ); | padding: var( --space-sm ) var( --space-md ); | ||
| سطر 243: | سطر 234: | ||
height: 100%; | height: 100%; | ||
} | } | ||
/* Full-width for pledge vehicle list page */ | /* Full-width for pledge vehicle list page */ | ||
.page-List_of_pledge_vehicles { | .page-List_of_pledge_vehicles { | ||
--width-layout: 100vw; | --width-layout: 100vw; | ||
} | } | ||
مراجعة 20:44، 18 يونيو 2025
/*
* Star Citizen Wiki
* This stylesheet only contains site-wide styles.
* For template styles, check the specific template documentation.
*/
/* Adjust primary color */
:root {
--color-primary__h: 205;
}
/* Hide main page header */
.page-الصفحة_الرئيسية .mw-body-header{
display: none;
}
.home-grid a.external::after {
display: none;
}
/* Adjust contrast since we changed primary color */
:root.skin-citizen-dark {
--color-primary__l: 56%;
}
/* 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 );
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 .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-base--subtle ) !important;
}
/* Icons */
.citizen-drawer__menu [id^="n-sidebar-icon-"] a {
font-size: 0;
}
.citizen-drawer__menu [id^="n-sidebar-icon-"] a:before {
display: block;
content: "";
width: var( --size-icon );
height: var( --size-icon );
background: transparent center/contain no-repeat;
opacity: var( --opacity-icon-base );
filter: var( --filter-invert );
}
#n-sidebar-icon-discord a:before {
background-image: url( https://media.starcitizen.tools/7/77/Discord_-_Simple_Icons.svg )
}
#n-sidebar-icon-twitter a:before {
background-image: url( https://media.starcitizen.tools/6/6a/Twitter_-_Simple_Icons.svg )
}
#n-sidebar-icon-mastodon a:before {
background-image: url( https://media.starcitizen.tools/d/de/Mastodon_-_Simple_Icons.svg )
}
#n-sidebar-icon-threads a:before {
background-image: url( https://media.starcitizen.tools/9/9b/Threads_-_Simple_Icons.svg )
}
#n-sidebar-icon-patreon a:before {
background-image: url( https://media.starcitizen.tools/e/e9/Patreon_-_Simple_Icons.svg )
}
#n-sidebar-icon-kofi a:before {
background-image: url( https://media.starcitizen.tools/4/48/Kofi_-_Simple_Icons.svg )
}
#n-sidebar-icon-github a:before {
background-image: url( https://media.starcitizen.tools/8/85/Github_-_Simple_Icons.svg )
}
#n-sidebar-icon-reddit a:before {
background-image: url( https://media.starcitizen.tools/e/e8/Reddit_-_Simple_Icons.svg )
}
/*
* Footer icons
* We use custom footer icons so we need to fine tune it
*/
#footer-icons a {
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 {
gap: var( --space-md );
}
#footer-icons img {
width: auto;
height: 32px;
}
/* Divide footer links into two columns */
#footer-places {
column-count: 2;
}
/* Fix misalignment in Safari and Firefox when using two columns */
#footer-places ul {
display: initial;
}
/* Darken the footer icon in light mode */
.skin-citizen-light #footer-icons a {
filter: invert( 1 ) hue-rotate( 180deg );
}
/* Move main page page actions to the bottom of the page */
.page-Star_Citizen_Wiki .citizen-body-container {
grid-template-areas:
'content'
'header'
'afterHeader'
'footer';
}
/*
* Very important checkmark
* Blue checkmark near wordmark
*/
.mw-logo-wordmark {
display: flex;
align-items: center;
gap: var( --space-sm );
}
.mw-logo-wordmark:after {
content: "";
width: 1em;
height: 1em;
display: block;
background-image: url( //wikiarabia.org/images/f/fd/WikiArabia-Verified.svg );
}
/* 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;
}