打开/关闭菜单
60
73
29
1.1K
武外梗百科
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Common.css:修订间差异

MediaWiki界面页面
无编辑摘要
无编辑摘要
第169行: 第169行:


   /* Banner 改为纵向居中 */
   /* Banner 改为纵向居中 */
  .hp-banner {
    .hp-banner {
    flex-direction: column;
        padding: 40px 25px !important;
     text-align: center;
        flex-direction: column !important;
     gap: 15px;
        align-items: flex-start !important;
  }
        justify-content: flex-start !important;
     }
    .hp-hero-title { font-size: 2.5rem !important; }
    .hp-hero-nav {
        justify-content: flex-start !important;
        margin-top: 30px;
     }
    .homepage-container {
        grid-template-columns: 1fr !important;
    }


   .hp-banner-info {
   .hp-banner-info {
第183行: 第192行:
   }
   }


  .hp-banner-subtitle {
    font-size: 0.95em;
  }


   .hp-banner-stats {
   .hp-banner-stats {
     font-size: 0.85em;
     font-size: 0.85em;
  }
  /* 导航块换行 */
  .hp-banner-nav {
    width: 100%;
   }
   }


第269行: 第270行:
         display: inline-block;
         display: inline-block;
         margin: 4px 0;
         margin: 4px 0;
    }
    /* 容器单栏处理 */
    .homepage-container {
        grid-template-columns: 1fr !important;
     }
     }
}
}