Zeroclanzhang(讨论 | 贡献) 无编辑摘要 |
Zeroclanzhang(讨论 | 贡献) 无编辑摘要 |
||
第154行: | 第154行: | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; /* 启用换行 */ | flex-wrap: wrap; /* 启用换行 */ | ||
justify-content: | justify-content: right; /* 水平靠右对齐 */ | ||
align-items: center; /* 垂直居中 */ | align-items: center; /* 垂直居中 */ | ||
padding: 0; /* 移除默认内边距 */ | padding: 0; /* 移除默认内边距 */ | ||
第199行: | 第199行: | ||
width: 50%; /* 强制SVG宽度填满其容器宽度,但不超过其自然尺寸 */ | width: 50%; /* 强制SVG宽度填满其容器宽度,但不超过其自然尺寸 */ | ||
height: auto; /* 保持SVG的纵横比 */ | height: auto; /* 保持SVG的纵横比 */ | ||
max-width: 120px; /* SVG的最大宽度 */ | |||
} | } | ||
} | } |
2023年12月8日 (五) 16:07的版本
/* 这里的任何CSS将为使用Citizen皮肤的用户加载 */
body.page-首页 H1.firstHeading {
display: none;
}
body.page-首页 #siteSub {
display: none;
}
body.page-Main_page H1.firstHeading {
display: none;
}
body.page-Main_page #siteSub {
display: none;
}
.tab-iconalgorithm {
background: url(/images/algorithm.svg) no-repeat left center;
padding-left: 25px; /* Adjust this value based on the size of your icon */
background-size: 20px; /* Adjust this value based on the size of your icon */
}
.tab-iconplot {
background: url(/images/plot.svg) no-repeat left center;
padding-left: 25px; /* Adjust this value based on the size of your icon */
background-size: 20px; /* Adjust this value based on the size of your icon */
}
.tab-icontable {
background: url(/images/table.svg) no-repeat left center;
padding-left: 25px; /* Adjust this value based on the size of your icon */
background-size: 20px; /* Adjust this value based on the size of your icon */
}
.tab-iconauto {
background: url(/images/auto.svg) no-repeat left center;
padding-left: 25px; /* Adjust this value based on the size of your icon */
background-size: 20px; /* Adjust this value based on the size of your icon */
}
/* Adjust primary color */
/*:root {*/
/* --color-primary__h: 205;*/
/*}*/
/*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 );*/
/*}*/
/*
* Menu
* Rich format menu to have more hierarchy
*/
.mw-portlet-External {
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;
}
.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 );
}
.skin-citizen-dark .citizen-drawer__menu [id^="n-sidebar-icon-"] a:before {
filter: invert( 1 );
}
#n-sidebar-icon-decisionlinnc-icon a:before {
background-image: url( https://wiki.statsape.com/images/8/84/Decisionlinnc-icon.svg )
}
#n-sidebar-icon-decisionlinnc-download a:before {
background-image: url( https://wiki.statsape.com/images/6/67/Decisionlinnc-download.svg )
}
#n-sidebar-icon-decisionlinnc-BS a:before {
background-image: url( https://wiki.statsape.com/images/d/de/Decisionlinnc-BS.svg )
}
#n-sidebar-icon-decisionlinnc-bbs a:before {
background-image: url( https://wiki.statsape.com/images/a/a1/Decisionlinnc-bbs.svg )
}
#n-sidebar-icon-decisionlinnc-bilibili a:before {
background-image: url( https://wiki.statsape.com/images/9/91/Decisionlinnc-bilibili.svg )
}
#n-sidebar-icon-decisionlinnc-phone a:before {
background-image: url( https://wiki.statsape.com/images/e/e8/Decisionlinnc-phone.svg )
}
#n-sidebar-icon-decisionlinnc-qq a:before {
background-image: url( https://wiki.statsape.com/images/e/ec/Decisionlinnc-qq.svg )
}
#n-sidebar-icon-decisionlinnc-wechat a:before {
background-image: url( https://wiki.statsape.com/images/5/51/Decisionlinnc-wechat.svg )
}
#n-sidebar-icon-decisionlinnc-wiki a:before {
background-image: url( https://wiki.statsape.com/images/e/e9/Decisionlinnc-wiki.svg )
}
#footer-places {
column-count: 2;
}
#footer-icons svg {
width: 100%; /* 强制SVG宽度填满其容器宽度,但不超过其自然尺寸 */
height: auto; /* 保持SVG的纵横比 */
max-width: 160px; /* SVG的最大宽度 */
}
#footer-icons {
display: flex;
flex-wrap: wrap; /* 启用换行 */
justify-content: right; /* 水平靠右对齐 */
align-items: center; /* 垂直居中 */
padding: 0; /* 移除默认内边距 */
margin: 4px; /* 图标容器的外边距 */
}
#footer-icons a {
opacity: 0.8;
transition: opacity 250ms ease;
margin: 4px; /* 链接的外边距 */
flex: 0 1 auto; /* 允许图标收缩并自动适应宽度 */
}
#footer-icons a:hover {
opacity: var(--opacity-icon-base--hover);
}
#footer-icons a:active {
opacity: var(--opacity-icon-base--active);
}
#footer-icons ul {
list-style: none; /* 移除列表项的列表样式 */
padding: 0; /* 移除默认内边距 */
margin: 0 auto; /* 居中列表并移除默认外边距 */
width: calc(100% - 8px); /* 设置宽度为100%减去左右外边距 */
display: flex; /* 使用flex布局 */
flex-wrap: wrap; /* 允许换行 */
justify-content: flex-start; /* 水平靠左对齐 */
}
#footer-icons li {
margin: 4px; /* 列表项的外边距 */
}
/* 响应式布局:在较小屏幕上调整样式 */
@media only screen and (max-width: 1280px) {
#footer-places {
column-count: 1;
}
#footer-icons {
justify-content: flex-start; /* 在小屏幕上平均分布图标 */
width: 50%; /* 强制SVG宽度填满其容器宽度,但不超过其自然尺寸 */
height: auto; /* 保持SVG的纵横比 */
max-width: 120px; /* SVG的最大宽度 */
}
}
/*
* 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( https://wiki.statsape.com/images/8/84/Decisionlinnc-icon.svg );*/
/*}*/