MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
| (未显示2个用户的79个中间版本) | |||
| 第131行: | 第131行: | ||
.mw-body, .parsoid-body {background-color: #150D0A;color:#B18D62;} | .mw-body, .parsoid-body {background-color: #150D0A;color:#B18D62;} | ||
.mw-body {border: 3px solid #7C502E !important;} | .mw-body {border: 3px solid #7C502E !important;} | ||
/* Table Formatting */ | /* Table Formatting */ | ||
| 第148行: | 第144行: | ||
padding: 0.3em 0.5em; | padding: 0.3em 0.5em; | ||
} | } | ||
.wikitable tr:nth-child(odd) { background-color: #2C2014 | .wikitable tr:nth-child(odd) { background-color: #2C2014;} /* 死老外原来在这里加了个!important强制真是蛋痛 */ | ||
.wikitable tr:nth-child(even) { background-color: #271C12 | .wikitable tr:nth-child(even) { background-color: #271C12;} /* 死老外原来在这里加了个!important强制真是蛋痛 */ | ||
.wikitable > tr > td > p, .wikitable > * > tr > td > p {display: inline; color: #444444; margin-top: 0; margin-bottom: 0;} /* de-emphasized table info */ | .wikitable > tr > td > p, .wikitable > * > tr > td > p {display: inline; color: #444444; margin-top: 0; margin-bottom: 0;} /* de-emphasized table info */ | ||