MediaWiki:Common.css:修订间差异

无编辑摘要
无编辑摘要
第63行: 第63行:
     font-weight: bold;
     font-weight: bold;
}
}
/* Site.css */
.so-page #mw-content-text,.so-page .so-content.so-container .so-pandora-comment {
position: relative;
z-index: 0;
}
/* Site.css end */

2024年7月11日 (四) 11:02的版本

/* 这里放置的CSS将应用于所有皮肤 */
/* 深色#b85175 浅色#f4b7d6 */

/* WIKI背景图 */
body {
    background: url("https://i.17173cdn.com/g8bz6k/hbr/e/ea/hbrbackground.png") fixed no-repeat center center / cover;
  }
  
.so-page .so-content-in .mw-parser-output .description-container {
    text-align: center;
    /* color: lightslategray; */
    box-shadow: rgba(0,0,0,0.24) 0px 3px 8px 0px;
    border-radius: 0.5em;
    margin: 10px 0 10px 0;
    padding: 10px;
    display: table;
    width: 100%;
    margin: 12px 0;
    font-style: normal;
    /* background: #4e57741a; */
    border-left: 3px solid #b85175;
    overflow: hidden
}

.description-display {
    display: table-cell;
    vertical-align: middle
}

/* logo */
.so-logo img {
    max-height: 110px;
    margin-right: 1em;
}

.so-header-c2.so-nav.so-nav-fixed .so-menu-logo .so-logo img {
    max-height: 40px;
}

body .mw-parser-output h2{
    border-left: none;
    color: #b92b5d;
    background: #b4bff2;
    background: -webkit-linear-gradient(left, #b4bff2 0, #f49dc6 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b4bff2), to(#f49dc6));
    background: linear-gradient(to right, #b4bff2 0, #f49dc6 100%);
}

.mw-parser-output h2::after {
    content: '';
    display: none;
}

body .wikitable>tr>th, .wikitable-yellow>tr>th, .wikitable-yellow-fill>tr>th, .wikitable>*>tr>th, .wikitable-yellow>*>tr>th, .wikitable-yellow-fill>*>tr>th {
    background-color: #b4bff221 !important;
    color: #b92b5d !important;
}

#mw-content-text td.skill-name{
    /* color: #b92b5d; */
    text-align: center;
    font-size: 180%;
    font-weight: bold;
}

/* Site.css */
.so-page #mw-content-text,.so-page .so-content.so-container .so-pandora-comment {
	position: relative;
	z-index: 0;
}
/* Site.css end */