无编辑摘要
无编辑摘要
 
(未显示同一用户的2个中间版本)
第158行: 第158行:
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
color: var(--grey-text-color);
color: var(--grey-text-color);
}
body, p {
font-size: 16px;
}
.pre-content h1 {
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
font-weight: 800;
color: var(--text-color);
font-size: 3em;
}
h2 .mw-headline {
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
font-weight: 700;
font-size: 1.5em;
color: var(--text-color);
}
h3 .mw-headline{
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
font-weight: 600;
font-size: 25px;
color: var(--text-color);
}
h4 .mw-headline{
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
font-weight: 500;
font-size: 18px;
color: var(--text-color);
}
body, p {
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
font-weight: 300;
}
/* Recent Bug Fixes */
.minerva-header .search-box {
width: 0 !important;
}
.minerva-header .branding-box {
min-width: 0 !important;
}
.minerva-user-navigation {
min-width: 0;
}
.banner-container, .header, .page-header-bar, .overlay-header, .content, .overlay-content, .content-unstyled, .pre-content, .post-content, #mw-content-text > form, #mw-mf-page-center .pointer-overlay {
max-width: 100% !important;
}
.overlay.search-overlay .search-box, .overlay.search-overlay .search-content, .overlay.search-overlay .spinner-container, .overlay.search-overlay .results {
margin-left: 0;
}
@media screen and (min-width: 768px) {
.banner-container, .header, .page-header-bar, .overlay-header, .content, .overlay-content, .content-unstyled, .pre-content, .post-content, #mw-content-text > form, #mw-mf-page-center .pointer-overlay {
width: 100%;
max-width: min(90%,calc(100vw - 140px));
}
.page-heading {
width: calc(100% - 330px);
}
.banner-container, .header, .page-header-bar, .overlay-header, .content, .overlay-content, .content-unstyled, .pre-content, .post-content, #mw-content-text > form {
margin-left: auto;
margin-right: auto;
}
.overlay.search-overlay .header-cancel {
display: block;
    margin-top: 6px;
}
.thumbimage {
border-top-right-radius: 20px !important;h
border-bottom-right-radius: 0px !important;
border-top-left-radius: 20px !important;
border-bottom-left-radius: 0px !important;
box-shadow: none !important;
}
.overlay .header-container.header-chrome {
top: 0 !important;
z-index: 2;
border: 0;
padding: 0 !important;
margin: 0 !important;
left: 0;
height: 55px;
width: 100px;
right: inherit;
border-radius: 0px !important;
box-shadow: none !important;
        background: transparent;
}
.overlay-issues {
width: 420px;
left: initial;
right: 0;
}
.overlay-header-container {
width: 420px;
left: initial !important;
right: 0;
}
.search-overlay .search-box .search, .minerva-header .search-box .search {
width: 350px;
}
/*
.header-container.header-chrome:hover {
width: 350px !important;
margin: 30px 10vw 0 0 !important;
height: 65px !important;
border-top-left-radius: 20px !important;
border-top-right-radius: 20px !important;
border-bottom-right-radius: 20px !important;
border-bottom-left-radius: 20px !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.header-chrome:hover .branding-box img {
width: 119px !important;
opacity: 1 !important;
}
*/
.overlay.search-overlay .overlay-content {
max-width: 90%;
}
/*
.overlay .header-container.header-chrome:hover {
width: 100% !important;
margin: 0px !important;
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
height: 55px !important;
}
*/
.page-actions-menu__list {
justify-content: left;
}
.page-actions-overflow-list {
left: initial;
right: initial;
}
/* VERTICAL NAV
.overlay-header > div, .minerva-header > div, .overlay-header > .navigation-drawer, .minerva-header > .navigation-drawer {
position: relative;
    vertical-align: middle;
    display: table-row !important;
    text-align: right;
}
.header-container {
padding: 0 3px 0 7px;
}
.minerva-header .branding-box {
width: auto !important;
}
.minerva-user-navigation {
display: table-row;
    min-width: none;
    min-height: none;
    height: 100%;
    width: 40px;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 10px;
}
/* END */
/* FANCY INFOBOX
@media screen and (min-width: 1360px) {
.content, .pre-content, .post-content {
margin-left: 420px;
margin-right: 350px;
width: auto !important;
max-width: none;
}
li {
margin-left: 5px;
}
.last-modified-bar {
margin: 0;
}
.mw-editform {
width: 100% !important;
max-width: 100% !important;
}
.content .infobox {
    position: absolute !important;
    right: calc(100vw - 735px) !important;
    margin: 0 !important;
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
    background: var(--fancyinfobox-background) !important;
    z-index:3000000;
    width: 350px !important;
}
.page-heading {
width: 100% !important;
}
.thumb.tright {
margin-left: 1.4em;
position: absolute;
left: calc(100vw - 760px);
max-width: 370px !important;
}
.thumb.tleft {
position: absolute;
right: 100%;
max-width: 370px !important;
margin-right: 30px !important;
}
}
@media screen and (min-width: 1640px) {
.content, .pre-content, .post-content {
margin-left: auto;
margin-right: auto;
width: auto !important;
max-width: 840px !important;
}
.thumb.tright {
position: absolute;
left: 840px;
max-width: none;
}
.thumb.left {
max-width: none;
}
.content .infobox {
    right: 875px !important;
}
}
END*/
@media (min-width: 720px) {
.content .infobox {
margin: 0.5em 0 1em 35px;
max-width: 350px !important;
}
}
.header-container.header-chrome {
background: var(--menu-background);
/*
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
*/
position: fixed !important;
top: 0 !important;
z-index: 2;
padding-top: 5px;
width: 350px;
padding-bottom: 5px;
margin: 30px 30px 0 0;
border: 0;
border-radius: 20px;
right: 0;
/*
box-shadow: 3px 12px 25px rgba(0,0,0,0.16) !important;
*/
}
.header-chrome.overlay-header-container + .overlay-content {
padding-top: 0;
margin-top: 3.375em !important;
}
.thumbimage {
border-top-right-radius: 20px;
border-top-left-radius: 20px;
}
.thumb {
border-radius: 20px;
}
.content figcaption, .content .thumbcaption {
padding-left: 15px !important;
padding-right: 15px !important;
padding-bottom: 15px !important;
box-sizing: border-box;
padding-top: 10px !important;
color: var(--caption);
font-size: inherit;
}
.page-actions-menu__list-item > a {
font-weight: 400;
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
color: var(--grey-text-color);
}
#main-menu-input:checked .mw-body {
transform: translate(-300px, 0) !important;
transition: transform 250ms ease-in-out;
}
}


.toggle-list__checkbox .mw-body {
body.page-首页 #infobar a { color: #ffffff !important;}
transform: translate(-300px, 0) !important;
transition: transform 250ms ease-in-out;
}
/* ENHANCED SEARCH */
/*
@keyframes search {
  0% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 420, 0, 0, 1); }
  4.1% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 176.277, 0, 0, 1); }
  8.11% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 44.306, 0, 0, 1); }
  12.11% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -7.742, 0, 0, 1); }
  16.12% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -18.209, 0, 0, 1); }
  27.23% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.292, 0, 0, 1); }
  38.34% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.435, 0, 0, 1); }
  60.56% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01, 0, 0, 1); }
  82.78% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}
*/
/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bs%3A%5B%7BT%3A%22t%22%2Ce%3A%22b%22%2Cd%3A700%2CD%3A0%2Cf%3A%7Bx%3A420%2Cy%3A0%7D%2Ct%3A%7Bx%3A0%2Cy%3A0%7D%2Cs%3A3%2Cb%3A0%7D%5D%7D */
/*
@keyframes search {
  0% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 420, 0, 0, 1); }
  3.2% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 283.961, 0, 0, 1); }
  6.31% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 193.879, 0, 0, 1); }
  12.51% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.729, 0, 0, 1); }
  18.82% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40.6, 0, 0, 1); }
  25.03% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 18.41, 0, 0, 1); }
  37.54% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.608, 0, 0, 1); }
  50.05% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.668, 0, 0, 1); }
  100% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}
*/
@keyframes search{
  0% {
    transform:  translate(420px,0px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}
.overlay.search-overlay.visible {
right: 0 !important;
left: auto;
width: 420px;
height: auto;
height: 100%;
position: fixed;
transition: height 400ms ease-in-out;
box-shadow: -2px 0px 25px rgba(0,0,0,0.2) !important;
-webkit-animation: search 150ms linear forwards !important;
animation: search 150ms linear forwards !important;
}
.overlay-header-container.position-fixed, .overlay-footer-container.position-fixed {
border: 0;
}
.overlay-enabled #mw-mf-viewport {
transform: translatex(-420px);
transition: transform 150ms ease-in-out /*cubic-bezier(.2,.67,.25,.99)*/;
}
#mw-mf-viewport {
transform: inherit;
transition: transform 150ms ease-in-out /*cubic-bezier(.2,.67,.25,.99)*/;
max-width: 90%;
margin-right: auto;
margin-left: auto;
}
.overlay.search-overlay .overlay-title {
padding-left: 0px;
padding-top: 15px;
}
.overlay.search-overlay .search-box {
width: 420px;
}
.overlay.search-overlay .search {
margin-left:0px;
}
.overlay.search-overlay .spinner-container, .overlay.search-overlay .search-content, .overlay.search-overlay .results {
margin-left: 0;
width: 100%;
}
.overlay .header-container.header-chrome {
left: auto;
right: 0;
width: 420px !important;
background: transparent !important;
}
.overlay.search-overlay .overlay-title {
width: 100%;
}
.overlay-header .overlay-title {
padding: 10px;
}
}
@media screen and (min-width: 768px) {
.pre-content h1 {
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
font-weight: 900;
font-size: 3em;
color: var(--text-color);
}
body, p {
font-size: 16px;
}
.content p {
    margin: 0.8em 0 1.5em 0 !important;
    line-height: 180%;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
}
}
.k-player{
background-color: transparent;
}
.k-player .control-bar {
border: 0;
background: #d4d4d4;
}
.minerva-header .branding-box {
opacity: 1;
}
.minerva-header {
border-top: none !important;
}
.header .search-box {
display: none;
}
.mw-parser-output .stack-container>div {
overflow: visible !important;
}
#mw-mf-page-left ul.hlist li a {
color: var(--link-color);
}
.overlay-header-container, .overlay-footer-container {
background: var(--translucent-background);
}
.content table.infobox {
background-color: #fff;
border: none;
}
.infobox th:nth-child(1) {
border-top: none !important;
}
#mw-mf-page-left {
right: 0;
top: 0;
left: inherit;
background: var(--translucent-background);
-webkit-transform: translate(100%,0);
-moz-transform: translate(100%,0);
-ms-transform: translate(100%,0);
transform: translate(100%,0);
}
#main-menu-input:checked ~ .main-menu-mask {
opacity: 1;
}
.mw-searchresults-has-iw .iw-resultset {
background: var(--infobox-background);
}
#main-menu-input:checked ~ body {
overflow: hidden !important;
}
.main-menu-mask {
background: rgba(0,0,0,0.2);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
/* Dark Mode */
html, body, #content, .mw-body, #mw-mf-page-center {
background: var(--body-background);
color: var(--text-color);
}
.toggle-list__list {
background: var(--translucent-background);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
}
.toggle-list-item:hover {
background: var(--body-background);
}
.toggle-list-item__label {
color: var(--text-color);
}
#mw-usercssyoucanpreview {
background: #fff;
}
.mw-highlight {
background: var(--translucent-background);
border-radius: 20px;
border: 0;
}
.wikitable, table {
color: #000;
background: #fff;
}
.page-summary h2, .page-summary h3, .overlay.search-overlay li.page-summary .wikidata-description {
color: var(--text-color);
}
.unicode, .haudio {
filter: var(--filter);
}
.branding-box img {
filter: var(--filter);
}
.header .branding-box {
width: 0px;
transition: 100ms ease-in-out;
opacity: 1;
}
.header .branding-box h1 img, .header .branding-box a img {
transition: 250ms ease-in-out;
}
.mw-ui-icon-element, .mw-ui-icon-before:before {
filter: var(--filter);
}
.mw-ui-icon {
filter: var(--filter);
}
.oo-ui-popupWidget-popup .mw-ui-icon {
filter: none !important;
color: #000 !important;
}
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head > .oo-ui-labelElement-label {
color: #000;
}
.client-js .toc {
background-color: var(--whiteblack);
border-radius: 20px;
}
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
opacity: 1;
filter: var(--filter);
}
.minerva__tab-container .minerva__tab:visited, .minerva__tab-container .minerva__tab:hover, .minerva__tab-container .minerva__tab:active, .minerva__tab-container .minerva__tab.new, .minerva__tab-container .minerva__tab.new:visited, .minerva__tab-container .minerva__tab.new:active, .minerva__tab-container .minerva__tab.new:hover {
color: var(--text-color);
}
#mw-mf-page-left ul li a {
color: var(--text-color);
}
.content figure .thumbinner, .content .thumb .thumbinner {
border-radius: 20px;
border: none;
background: var(--infobox-background);
}
.thumbinner .trow {
overflow: hidden;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
}
.content table caption {
background: transparent;
}
.infobox img {
background: rgba(255,255,255,0.7);
}
.overlay {
background: var(--translucent-background);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
}
.hatnote {
background: var(--whitegrey);
color: var(--caption);
border-radius: 8px;
margin: 7px 0px !important;
}
a {
color: var(--link-color);
}
a:visited {
color: var(--visited-link-color);
}
.content .infobox td:only-child, .content .infobox th:only-child {
}
.content .infobox th, .content .infobox td {
border-bottom: none;
padding: 10px 10px;
}
.infobox.geography .mergedtoprow td, .infobox.geography .mergedtoprow th {
border-top: none;
}
.infobox.geography td, .infobox.geography th {
border-top: none;
}
.infobox a, .wikitable a, table a {
color: #3366cc;
}
@media (prefers-color-scheme: dark) {
.content .infobox td:only-child, .content .infobox th:only-child {
background-color: transparent !important;
color: var(--text-color) !important;
}
.content .infobox tbody > tr > td, .content .infobox tbody > tr > th {
background-color: transparent !important;
color: var(--text-color) !important;
}
}
.infobox a:visited, .wikitable a:visited, table a:visited {
color: #6b4ba1;
}
.infobox img {
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.infobox .thumb {
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.infobox .thumbimage {
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.overlay.search-overlay .clear {
display: block !important;
}
:root {
--translucent-background: rgba(255, 255, 255, 0.85);
--search-background: rgba(234, 236, 240, 0.8);
--infobox-background: rgba(255, 255, 255, 1);
--fancyinfobox-background: linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 96%,rgba(210,210,210,1) 100%);
--menu-background: rgba(255, 255, 255, 0.98);
--hatnote-background: rgba(234, 236, 240, 0.8);
--body-background: #eef0f2;
--text-color: #000000;
--link-color: #3366cc;
--visited-link-color: #6b4ba1;
--filter: none;
--caption: #54595d;
--image-border: none;
--whiteblack: #fff;
--whitegrey: #fff;
}
@media (prefers-color-scheme: dark) {
:root {
--translucent-background: rgba(75, 75, 75, 0.8);
--search-background: rgba(75, 75, 75, 0.8);
--infobox-background: rgba(75, 75, 75, 0.8);
--fancyinfobox-background: linear-gradient(180deg, rgba(75,75,75,0.8) 0%, rgba(75,75,75,0.8) 96%, rgba(130,130,130,0.9) 100%);
--menu-background: rgba(75, 75, 75, 0.96);
--hatnote-background: rgba(75, 75, 75, 0.5);
--body-background: #000;
--text-color: #fff;
--link-color: #9eb6e7;
--visited-link-color: #c0b0da;
--filter: brightness(0) invert(1);
--caption: #fff;
--image-border: 2px solid #fff;
--whiteblack: #000;
--whitegrey: rgba(75, 75, 75, 0.8);
}
}
 
/* Banner */
#searchInput {
border-radius: 10px;
}
@media screen and (min-width: 768px) {
}
.search-overlay {
z-index: 3;
}
#mw-mf-page-left ul {
padding-bottom: 0px;
padding-top: 22px;
}
#mw-mf-page-left {
z-index: 4;
}
#mw-mf-page-left ul li a {
color: var(--text-color);
}
#mw-mf-page-left ul li {
background: transparent;
border: none;
}
.overlay.search-overlay.visible {
overflow: scroll;
}
.overlay.search-overlay .results, .overlay.search-overlay .search-feedback {
background: transparent;
box-shadow: none;
}
.overlay.search-overlay li.page-summary {
margin-bottom: 20px;
margin-top: 10px;
border: 0;
box-shadow: none;
border-radius: 20px;
background: var(--whiteblack);
}
.page-list, .topic-title-list, .site-link-list {
overflow: visible;
}
.list-thumb.list-thumb-y, .results-list-container div {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.overlay.search-overlay .search-content {
border-bottom: 0;
}
.overlay.search-overlay {
background: var(--search-background);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
}
.header-container.header-chrome {
background: var(--menu-background);
position: fixed;
top: 0;
right: 0;
z-index: 2;
box-sizing: border-box;
border: 0;
height: 65px;
/*
box-shadow: 3px 12px 25px rgba(0,0,0,0.16) !important;
*/
transition: all 250ms ease-in-out;
}
/* Targeting Safari for Backdrop Filter and Font size bug*/
@media not all and (min-resolution:.001dpcm) {
    @media {
        .header-container.header-chrome {
  background: var(--translucent-background) !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  }
    }
}
@media screen and (max-width: 768px) {
#mw-mf-viewport {
padding-top: 60px;
}
.thumb img {
width: calc(100% + 2px) !important;
}
.header-container.header-chrome {
width: 100%;
height: 55px !important;
}
.content figcaption, .content .thumbcaption {
color: var(--text-color);
padding: 15px !important;
}
.notifications-overlay.navigation-drawer {
top: 53px;
}
.minerva-header {
height: 100%;
}
}
.header-chrome.overlay-header-container + .overlay-content {
padding-top: 0;
margin-top: 3.375em;
}
.overlay-content {
z-index: 1;
}
.page-actions-menu {
border-top: 0;
border-bottom: 0;
}
#bodyContent {
margin-top: 20px;
}
/* Fonts */
.pre-content h1 {
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
font-weight: 800;
color: var(--text-color);
font-size: 3em;
}
@media screen and (min-width: 768px) {
.thumbinner img {
width: 100% !important;
}
}
#content .gallerybox div.thumb {
background: none;
}
h2 .mw-headline {
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
font-weight: 700;
font-size: 1.5em;
color: var(--text-color);
}
.content .mw-parser-output > h2, .content .section-heading {
border-bottom: none;
}
h3 .mw-headline{
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
font-weight: 600;
font-size: 25px;
color: var(--text-color);
}
h4 .mw-headline{
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
font-weight: 500;
font-size: 18px;
color: var(--text-color);
}
body, p {
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
font-weight: 300;
}
/* Visual Tweaks */
footer .last-modified-bar, .minerva-footer, footer > .post-content > h2 {
border-bottom: none;
border-top: none;
}
.overlay.media-viewer .cancel {
top: 60px;
}
.infobox {
border-radius: 20px;
padding: 0;
}
table {
border-radius: 0px;
}
input {
border-radius: 10px;
}
.thumbimage {
border-top-right-radius: 20px;
border-bottom-right-radius: 0px;
border-top-left-radius: 20px;
border-bottom-left-radius: 0px;
box-shadow: none;
}
.header {
border-top: none;
height: 100%;
}
.overlay.search-overlay .header input {
border-radius: 10px;
border: 0;
}
.client-js #searchIcon {
display: block;
}
#mw-clearyourcache {
display: none;
}
.skin-minerva-search-trigger {
display: none;
}
.list-thumb.list-thumb-none {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.content table.infobox {
background: var(--infobox-background);
color: var(--text-color);
border-radius: 20px;
}
table.infobox {
max-width: 350px;
}
.content table.infobox a {
color: var(--link-color);
}
.content table.infobox a:visited {
color: var(--visited-link-color);
}
 
thead {
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid #54595d;
border-color: rgba(84,89,93,0.3);
}
thead th {
background-color: rgba(234, 236, 240, 0.8) !important;
}
.hatnote a, .dablink a, .rellink a {
color: var(--link-color);
}
#mw-blocked-text {
background: var(--body-background) !important;
}
.user-block {
background: var(--whitegrey) !important;
}
/* Editor */
.oo-ui-toolbar-bar{
background-color: var(--translucent-background);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
color: var(--text-color);
}
.oo-ui-iconElement-icon {
filter: var(--filter);
}
.oo-ui-popupWidget-popup .oo-ui-iconElement-icon {
filter: none !important;
color: #000 !important;
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon, .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
filter: var(--filter);
}
.client-js .mw-edittools-section input[type="button"] {
color: var(--text-color);
}

2024年4月13日 (六) 16:59的最新版本

/* 这里放置的CSS将应用于所有皮肤 */
ca-talk {display:none!important; }
body {background-image: url('http://5b0988e595225.cdn.sohucs.com/images/20181001/22675538dda24998a654b94fdc81c7fe.jpeg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
}
#firstHeading { font-family: 'ubuntu', 'noto sans', 'segoe ui', verdana, tahoma, 'trebuchet ms', arial, helvetica, sans-serif } 
.mw-body, .parsoid-body {
    backdrop-filter: blur(5px);
    background: hsla(0,0%,100%,0.25) border-box;
    color: #202122;
    background-color: #ffffff80;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
    direction: ltr;
    padding: 1em;
    border-bottom-left-radius: 10px;
}
.wikitable {
    background-color: #f8f9fa80;
    color: #202122;
    margin: 1em 0;
    border: 1px solid #a2a9b1;
    border-collapse: inherit;
    border-radius: 4px;
}
/* 下方是导航栏 */
.toc, .toccolours {
    border-radius: 8px;
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa80;
    padding: 5px;
    font-size: 95%;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
}
.vector-menu-tabs li {
    background-image: url(/skins/Vector/resources/common/images/tab-normal-fade.png?1cc52);
    background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#ffffff 100%);
    background-position: left bottom;
    background-repeat: repeat-x;
    float: left;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.125em;
    white-space: nowrap;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#mw-page-base {
	opacity:0;
    background-position: bottom left;
    height: 5em;
}
.vector-menu-dropdown .vector-menu-checkbox:checked ~ .vector-menu-content {
    opacity: 1;
    visibility: visible;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
}
.vector-menu-dropdown .vector-menu-content {
    background-color: #ffffff;
    list-style: none none;
    min-width: 100%;
    position: absolute;
    top: 2.5em;
    left: -1px;
    margin: 0;
    border: 1px solid #a2a9b1;
    border-top-width: 0;
    padding: 0;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms;
    z-index: 3;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.vector-menu-portal {
    margin: 0 0.6em 0 0.7em;
    padding: 0.25em 0;
    direction: ltr;
    background-color: #ffffff80;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
}
pre, .mw-code {
    padding: 1em;
    white-space: pre-wrap;
    overflow-x: hidden;
    word-wrap: break-word;
    border-radius: 4px;
    background-color: #f8f9fa87;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
}

.vector-menu-tabs,
.vector-menu-tabs a { background:none ; }
.left-navigation { margin-bottom: 10px; }
.vector-menu-tabs li { border-radius: 100px; }
.vector-menu-tabs li  { padding: 1px; margin: 1px; }

.vector-menu-tabs li { 
	background-image:none;
	background-color:white; /* fallback */
	background-color:rgba(255,255,255,0.5) }
.vector-menu-tabs li a { padding-top: 0; height:20px; }
.vector-menu-tabs { padding-left: 30px; }

.vectorTabs { margin-left: 30px; }
.vectorTabs,
.vectorTabs a { background:none ; }
.left-navigation { margin-bottom: 10px; }
.vectorTabs li { border-radius: 100px; }
.vectorTabs li  { padding: 1px; margin: 1px; }

.vectorTabs li { 
	background-image:none;
	background-color:white; /* fallback */
	background-color:rgba(255,255,255,0.5);
}
.vectorTabs li a { padding-top:0; height:20px; }
.vectorTabs { padding-left: 30px; }

div.vectorTabs ul,
div.vectorTabs ul li { background-image: none; height:20px;}
div.vectorTabs span a { padding-top: 0; }
div.vectorTabs,
div.vectorTabs span{ background-image: none; }
div.vectorTabs ul li { margin-left: 5px; }

::selection {  background-color: rgb(136, 136, 255); } /* vanilla */
::-moz-selection {  background-color: rgb(136, 136, 255); } /* Firefox 61 and earlier */

.mw-body {
    font-size: 1em !important;
    text-align: justify;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.content figcaption, .content .thumbcaption {
		font-size: inherit;
	}
.page-actions-menu__list-item > a {
		font-weight: 400;
		font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text","Helvetica Neue",sans-serif;
		color: var(--grey-text-color);
	}

body.page-首页 #infobar a { color: #ffffff !important;}