MediaWiki:Common.css:修订间差异

来自罪人堂Wiki
Yusak
Yusak留言 | 贡献
Yusak
Yusak留言 | 贡献
 
(未显示同一用户的1个中间版本)
第4行: 第4行:
}
}


/* 主页皮肤 */
/* 向 Timeless 页脚底部添加版权声明 */
.primary_title {
body.skin-timeless #footer::after {
    font-family: Kaiti;
  content: "版权所有 © 2019–2025 新浪维基。保留所有权利。源代码受开源协议保护;文字及图片内容需遵守版权政策。未经许可,不得转载或使用。";
    font-size: 2em;
  display: block;
    font-weight: bold;
  margin-top: 1em;
}
  font-size: 0.85em;
#nl-hp {
  color: #666;
    display: flex;
  text-align: center;
    flex-wrap: wrap;
}
.nl-hp-sidebar {
    flex: 1;
    min-width: 300px;
    padding: 0 20px;
}
#nl-hp-main {
    flex: 2;
    min-width: 300px;
    margin: 0 auto;
}
#nl-banner {
    position: relative;
    background:linear-gradient(to bottom right, #a3bfdc, #3475c0);
    box-shadow:grey 0px 0px 5px;
    border-radius:10px;
    color: #000;
    font-size:1em;
    text-shadow:white 0px 0px 10px,white 0px 0px 10px;
    width: 100%;
    box-sizing: border-box;
    margin:5px auto 5px;
    padding:10px;
}
#nl-banner img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.nl-hp-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.nl-hp-item {
    background-color:#f5faff;
    box-shadow:grey 0px 0px 5px;
    margin:5px auto 5px;
    padding-bottom: 10px;
    border:1px solid #999;
    border-radius:10px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 300px;
}
.nl-hp-title {
    background-color:#3475c0;
    color:#FFFFFF;
    font-weight: bold;
    margin:3px;
    padding:6px 3px;
    border-radius:10px;
    font-size:110%;
    text-align:left;
}
.nl-hp-content {
    padding: 10px;
}
 
.nl-tb-container {
    max-width: 100%;
    margin: 0 5px;
    text-align: center;
}
 
.nl-tb-header {
    display: flex;
    cursor: pointer;
}
 
.nl-tb-header div {
    flex: 1;
    margin: 5px;
    padding: 10px;
    background-color: #0b0b4f;
    color: white;
    border-radius:5px;
}
 
.nl-tb-header div:hover {
    background-color: #838b95;
    color: black;
}
 
.nl-tb-content {
    padding: 20px;
}
 
.nl-tb-page {
    display: none;
}
 
.nl-tb-page .wikitable {
    background-color: #f5faff;
    text-align: center;
    margin: 10px auto;
    width: 100%;
    border: none;
    border-spacing: 5px;
    border-collapse: separate;
}
 
.nl-tb-page .wikitable th, .nl-tb-page .wikitable td {
    background-color: #f0f0f0;
    border: none;
    border-radius: 10px;
    padding: 7px;
    text-align: center;
}
 
.nl-tb-page th {
    background-color: #d0d0d0;
}
 
.nl-active {
    text-align: left;
    display: block;
}
}

2025年5月4日 (日) 22:44的最新版本

/* 这里放置的CSS将应用于所有皮肤 */
.bbcb{
	color:#000000;
}

/* 向 Timeless 页脚底部添加版权声明 */
body.skin-timeless #footer::after {
  content: "版权所有 © 2019–2025 新浪维基。保留所有权利。源代码受开源协议保护;文字及图片内容需遵守版权政策。未经许可,不得转载或使用。";
  display: block;
  margin-top: 1em;
  font-size: 0.85em;
  color: #666;
  text-align: center;
}