Bật tắt bảng chọn
Bật tắt bảng chọn cá nhân
Chưa đăng nhập
Địa chỉ IP của bạn sẽ được hiển thị công khai nếu bạn thực hiện bất kỳ sửa đổi nào.

Khác biệt giữa bản sửa đổi của “MediaWiki:Citizen.css”

Trang giao diện MediaWiki
Nội dung được thêm vào Nội dung được xóa
Không có tóm lược sửa đổi
Không có tóm lược sửa đổi
Dòng 1: Dòng 1:
/* Prevent the wordmark from "color flipping" and also fix the workmark's display*/
/* Prevent the wordmark from "color flipping" and also fix the workmark's display*/

.skin-citizen-dark,
.skin-citizen-light {
#footer-sitetitle img.mw-logo-wordmark {
filter: invert(0) hue-rotate(180deg) !important;
height: auto !important;
width: auto !important;
}
}


.skin-citizen-dark img,
.skin-citizen-dark img,
.skin-citizen-light img {
.skin-citizen-light img {
filter: invert(0) hue-rotate(0deg) !important;
filter: invert(0) hue-rotate(0deg) !important;
}

/* Center the footer's elements - help with PWA and phone responsives. */
.citizen-footer__siteinfo,
.citizen-footer__content,
.citizen-footer__bottom {
display: flex;
gap: var(--space-xs);
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
}



Phiên bản lúc 22:17, ngày 15 tháng 10 năm 2023

/* Prevent the wordmark from "color flipping" and also fix the workmark's display*/

.skin-citizen-dark img,
.skin-citizen-light img {
	filter: invert(0) hue-rotate(0deg) !important;
}

.mw-portlet-Tài_nguyên_từ_chúng_tôi {
	margin-top: var( --space-md );
    padding-top: var( --space-sm );
	border-top: 1px solid var( --border-color-base );
	font-size: 0.8125rem;
	grid-column: 1 / -1;
	white-space: nowrap;
	font-family: 'Signika Negative', sans-serif;
}
.mw-portlet-Tài_nguyên_từ_chúng_tôi .citizen-menu__heading {
	display: none;
}

.mw-portlet-Tài_nguyên_từ_chúng_tôi ul {
	display: flex;
	overflow: auto;
}

.mw-portlet-Tài_nguyên_từ_chúng_tôi .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;
    font-family: 'Signika Negative', sans-serif;
}

/* 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: 1rem;
    height: 1rem;
    background: transparent center/contain no-repeat;
    opacity: var( --opacity-icon-base );
}

.skin-citizen-dark .citizen-drawer__menu [id^="n-sidebar-icon-"] a:before {
	filter: invert( 1 );
}

#n-sidebar-icon-discord a:before {
	background-image: url( https://static.wikiforge.net/lhmnwikitide/7/77/Discord_-_Simple_Icons.svg )
}

#n-sidebar-icon-facebook a:before {
	background-image: url( https://static.wikiforge.net/lhmnwikitide/c/c8/Facebook_-_Simple_Icons.svg )
}

#n-sidebar-icon-paypal a:before {
	background-image: url( https://static.wikiforge.net/lhmnwikitide/9/90/Paypal_-_Simple_Icons.svg )
}

#n-sidebar-icon-tumblr a:before {
	background-image: url( https://static.wikiforge.net/lhmnwikitide/c/c2/Tumblr_-_Simple_Icons.svg )
}

#n-sidebar-icon-kofi a:before {
	background-image: url( https://static.wikiforge.net/lhmnwikitide/4/48/Kofi_-_Simple_Icons.svg )
}

#n-sidebar-icon-nguyet a:before {
	background-image: url( https://static.wikiforge.net/lhmnwikitide/5/5f/Heart_lock_-_SVG_Repo.svg )
}

#n-sidebar-icon-hsck a:before {
	background-image: url( https://static.wikiforge.net/lhmnwikitide/d/d4/Hsck_-_SVG_Repo.svg )
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.