Module:Message box/fmbox.css:修订间差异
外观
删除的内容 添加的内容
TemplateStyles: Module:Message box/fmbox.css 样式 |
替换为 mworg 版 fmbox.css |
||
| 第1行: | 第1行: | ||
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ |
|||
/* {{fmbox}} 界面消息框样式 */ |
|||
th.mbox-text, td.mbox-text { /* The message body cell(s) */ |
|||
.fmbox { |
|||
| ⚫ | |||
| ⚫ | |||
border-top: 1px solid #c8ccd1; |
|||
| ⚫ | |||
color: #202122; |
|||
| ⚫ | |||
padding: 3px; |
|||
| ⚫ | |||
| ⚫ | |||
} |
} |
||
td.mbox-image { /* The left image cell */ |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
border-left: 10px solid #b32424; |
|||
background-color: #fee7e6; |
|||
} |
} |
||
td.mbox-imageright { /* The right image cell */ |
|||
padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */ |
|||
| ⚫ | |||
background-color: #eaf3ff; |
|||
border: 1px solid #a2a9b1; |
|||
border-left: 10px solid #36c; |
|||
} |
} |
||
/* Footer and header message box styles */ |
|||
.fmbox |
table.fmbox { |
||
clear: both; |
|||
background-color: #f8f9fa; |
|||
| ⚫ | |||
border: 1px solid #a2a9b1; |
|||
| ⚫ | |||
border-left: 10px solid #36c; |
|||
| ⚫ | |||
background-color: var( --background-color-interactive-subtle, #f8f9fa ); |
|||
color: var( --color-base, #202122 ); |
|||
| ⚫ | |||
} |
} |
||
table.fmbox-system { |
|||
background-color: var( --background-color-interactive-subtle, #f8f9fa ); |
|||
.fmbox .mbox-image { |
|||
border: none; |
|||
| ⚫ | |||
text-align: center; |
|||
width: 52px; |
|||
} |
} |
||
| ⚫ | |||
| ⚫ | |||
.fmbox .mbox-text { |
|||
background-color: var(--background-color-destructive-subtle--hover, #ffdad3); /* Pink */ |
|||
border: none; |
|||
} |
|||
| ⚫ | |||
| ⚫ | |||
width: 100%; |
|||
| ⚫ | |||
} |
} |
||
2026年6月21日 (日) 16:46的最新版本
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text { /* The message body cell(s) */
padding: 0.25em 0.9em; /* 0.9em left/right */
}
td.mbox-image { /* The left image cell */
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
}
td.mbox-imageright { /* The right image cell */
padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
}
/* Footer and header message box styles */
table.fmbox {
clear: both;
margin: 0.2em 0;
width: 100%;
border: 1px solid #a2a9b1;
background-color: var( --background-color-interactive-subtle, #f8f9fa );
color: var( --color-base, #202122 );
box-sizing: border-box;
}
table.fmbox-system {
background-color: var( --background-color-interactive-subtle, #f8f9fa );
}
table.fmbox-warning {
border: 1px solid #bb7070; /* Dark pink */
background-color: var(--background-color-destructive-subtle--hover, #ffdad3); /* Pink */
}
table.fmbox-editnotice {
background-color: transparent;
}