模板:Messagebox:修订间差异
跳转到导航
跳转到搜索
创建页面,内容为“<div style=" background-color: {{{bgcol|#f5f0e5}}}; border: {{{border|5px solid black}}}; padding: 15px; border-radius: 5px; width: {{{width|100%}}}; display: flex; gap: 15px; align-items: flex-start; "> {{#if:{{{image|}}}| [[File:{{{image}}}|{{{imagesize|64px}}}|left]] }} <div style="flex: 1;"> <h3 style="margin-top: 0;">{{{title|}}}</h3> <p style="margin: 0;">{{{text|}}}</p> </div> </div>” |
无编辑摘要 |
||
| (未显示同一用户的2个中间版本) | |||
| 第1行: | 第1行: | ||
<div style=" | <div style=" | ||
background-color: {{{bgcol|# | background-color: {{{bgcol|#ececee}}}; /* 默认淡蓝色 */ | ||
border: {{{border| | border: {{{border|2px solid black}}}; /* 默认黑色细边线 */ | ||
padding: 15px; | padding: 15px; | ||
width: {{{width|100%}}}; | width: {{{width|100%}}}; | ||
display: flex; | display: flex; | ||