|
|
| 第140行: |
第140行: |
|
| |
|
| /*修底部*/ | | /*修底部*/ |
|
| |
| .mw-footer > .post-content{
| |
| margin-top: 0;
| |
| }
| |
|
| |
| #mw-mf-page-center{
| |
| height: auto;
| |
| }
| |
|
| |
| .mw-footer > .post-content > * {
| |
| margin-bottom: 0;
| |
| }
| |
|
| |
| #bodyContent{
| |
| min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem));
| |
| }
| |
|
| |
| .mw-editsection,
| |
| .minerva-page-actions,
| |
| .page-actions-menu,
| |
| #ca-edit,
| |
| #ca-viewsource ,
| |
| #p-associated-pages {
| |
| display: none !important;
| |
| }
| |
|
| |
| #content {
| |
| margin-top: 0 !important;
| |
| font-size: var(--content-font-size);
| |
| }
| |
|
| |
|
| |
| .mf-font-size-clientpref-small .mw-body p, .mf-font-size-clientpref-small .content p{
| |
| font-size: var(--content-font-size);
| |
| }
| |
|
| |
|
| |
|
|
| |
|
| 第241行: |
第205行: |
| margin: 0.1rem auto; | | margin: 0.1rem auto; |
| } | | } |
| }
| |
|
| |
|
| |
| .mw-footer{
| |
| background: rgb(var(--dark-color-2));
| |
| }
| |
|
| |
| /*顶栏优化*/
| |
|
| |
| #main-menu-input:hover{
| |
| cursor: pointer;
| |
| background: rgb(var(--dark-color-3), 0.2);
| |
| }
| |
|
| |
| .minerva-header .branding-box a{
| |
| font-family: "Zhuque Fangsong (technical preview)", FangSong, "STFangsong", serif;
| |
| font-weight: normal;
| |
| font-size: 1.5rem;
| |
| }
| |
|
| |
| @media only screen and (max-width: 378px) {
| |
| .minerva-header .branding-box a{
| |
| font-size: 1.2rem;
| |
| }
| |
| }
| |
|
| |
| @media only screen and (max-width: 336px) {
| |
| .minerva-header .branding-box a{
| |
| font-size: 1rem;
| |
| }
| |
| }
| |
|
| |
|
| |
| /*搜索*/
| |
|
| |
| .client-js #searchIcon{
| |
| display: block !important;
| |
| }
| |
| .minerva-header .search-box {
| |
| display: none;
| |
| } | | } |
|
| |
|