更多操作
无编辑摘要 标签:手工回退 已被回退 |
无编辑摘要 标签:已被回退 |
||
第2行: | 第2行: | ||
/* 迷雾wiki头部样式 */ | /* 迷雾wiki头部样式 */ | ||
.mist-header { | .mist-header { | ||
padding: 15px 0; | |||
margin-bottom: 20px; | |||
} | } | ||
.mist-logo { | .mist-logo { | ||
font-size: 2em; | |||
font-weight: bold; | |||
letter-spacing: 1px; | |||
margin-bottom: 5px; | |||
} | } | ||
.mist-tagline { | .mist-tagline { | ||
font-style: italic; | |||
font-size:0.8em; | |||
color: #888; | |||
margin-bottom: 10px; | |||
} | } | ||
.mist-nav { | .mist-nav { | ||
font-size: 0.95em; | |||
} | } | ||
.mist-separator { | .mist-separator { | ||
border: 0; | |||
height: 1px; | |||
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); | |||
margin-bottom: 25px; | |||
} | } |
2025年2月27日 (四) 14:51的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* 迷雾wiki头部样式 */
.mist-header {
padding: 15px 0;
margin-bottom: 20px;
}
.mist-logo {
font-size: 2em;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 5px;
}
.mist-tagline {
font-style: italic;
font-size:0.8em;
color: #888;
margin-bottom: 10px;
}
.mist-nav {
font-size: 0.95em;
}
.mist-separator {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
margin-bottom: 25px;
}