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 12: Dòng 12:
.skin-citizen-dark img,
.skin-citizen-dark img,
.skin-citizen-light img {
.skin-citizen-light img {
filter: invert(0) hue-rotate(180deg) !important;
filter: invert(0) hue-rotate(0deg) !important;
}
}



Phiên bản lúc 20:00, ngày 17 tháng 7 năm 2023

/* 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-light img {
	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;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.