模块:Message box/fmbox.css:修订间差异
来自RIA | Wiki
更多操作
用于Module:Message_box的模板样式 |
typo |
||
| 第3行: | 第3行: | ||
* | * | ||
* @source https://en.wikipedia.org/wiki/MediaWiki:Common.css | * @source https://en.wikipedia.org/wiki/MediaWiki:Common.css | ||
* @revision 2022-05- | * @revision 2022-05-27 | ||
*/ | */ | ||
.fmbox { | .fmbox { | ||
2022年6月2日 (四) 23:31的最新版本
/* {{Fmbox}} (footer and header message box) styles
* 页眉页脚消息框样式
*
* @source https://en.wikipedia.org/wiki/MediaWiki:Common.css
* @revision 2022-05-27
*/
.fmbox {
margin: 0.2em 0;
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
}
.fmbox-system {
background-color: #f8f9fa;
}
.fmbox-warning {
border-color: #bb7070;
background-color: #fee7e6;
}
.fmbox-editnitoce {
background-color: transparent;
}