模块:Message box/imbox.css
来自RIA | Wiki
更多操作
/* {{Imbox}} (image message box) styles
* 文件 (图像) 消息框样式
*
* @source https://en.wikipedia.org/wiki/MediaWiki:Common.css
* @revision 2022-05-25
*/
.imbox {
margin: 4px 10%;
border: 3px solid #a2a9b1;
background-color: #fbfbfb;
}
/* For imboxes inside imboxes
* 消息框里的消息框 */
.imbox .imbox {
margin: 0 -0.5em;
}
/* For imboxes inside other templates.
* 其他模板中的 Imbox。 */
.mbox-inside .imbox {
margin: 4px;
}
.imbox-notice {
border-color: #3366cc;
}
.imbox-speedy {
border-color: #b32424;
background-color: #fee7e6;
}
.imbox-delete {
border-color: #b32424;
}
.imbox-content {
border-color: #f28500;
}
.imbox-style {
border-color: #ffcc33;
}
.imbox-move {
border-color: darkorchid;
}
.imbox-protection {
border-color: #a2a9b1;
}
.imbox-license {
border-color: #8888aa;
background-color: #f7f8ff;
}
.imbox-featured {
border-color: #cba135;
}
/* 在低宽度时移除外边距 */
@media screen and (max-width: 767px) {
.imbox {
margin: 0;
}
}