更多操作
< 模板:提示框
wmuwiki>Cirno.9 小 (导入1个版本:MW过时模板) |
小 (Cirno.9移动页面模板:Ambox/styles.css至模板:提示框/styles.css,不留重定向) |
||
(未显示同一用户的10个中间版本) | |||
第1行: | 第1行: | ||
/*[[分类:提示框模板]]*/ | |||
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ | /* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ | ||
td.mbox-image { /* The left image cell */ | td.mbox-image { /* The left image cell */ | ||
第20行: | 第21行: | ||
table.ambox-notice { | table.ambox-notice { | ||
color: #004085;/* alert-primary */ | |||
background-color: #cce5ff; | |||
border-color: #b8daff; | |||
margin-bottom: 1rem; | |||
border: 1px solid transparent; | |||
border-radius: .25rem; | |||
} | } | ||
table.ambox-speedy { | table.ambox-speedy { | ||
color: #721c24;/* alert-danger */ | |||
background-color: # | background-color: #f8d7da; | ||
border-color: #f5c6cb; | |||
margin-bottom: 1rem; | |||
border: 1px solid transparent; | |||
border-radius: .25rem; | |||
} | } | ||
table.ambox-delete { | table.ambox-delete { | ||
color: #721c24;/* alert-danger */ | |||
background-color: #f8d7da; | |||
border-color: #f5c6cb; | |||
margin-bottom: 1rem; | |||
border: 1px solid transparent; | |||
border-radius: .25rem; | |||
} | } | ||
table.ambox-content { | table.ambox-content { | ||
color: #856404;/* alert-warn */ | |||
background-color: #fff3cd; | |||
border-color: #ffeeba; | |||
margin-bottom: 1rem; | |||
border: 1px solid transparent; | |||
border-radius: .25rem; | |||
} | } | ||
table.ambox-style { | table.ambox-style { | ||
color: #0c5460;/* alert-info */ | |||
background-color: #d1ecf1; | |||
border-color: #bee5eb; | |||
margin-bottom: 1rem; | |||
border: 1px solid transparent; | |||
border-radius: .25rem; | |||
} | } | ||
table.ambox-move { | table.ambox-move { | ||
border- | /* alert-info */ | ||
color: #0c5460; | |||
background-color: #d1ecf1; | |||
border-color: #bee5eb; | |||
margin-bottom: 1rem; | |||
border: 1px solid transparent; | |||
border-radius: .25rem; | |||
} | } | ||
table.ambox-protection { | table.ambox-protection { | ||
color: #1b1e21; /* alert-dark */ | |||
background-color: #d6d8d9; | |||
border-color: #c6c8ca; | |||
margin-bottom: 1rem; | |||
border: 1px solid transparent; | |||
border-radius: .25rem; | |||
} | |||
td.mbox-text { | |||
width: 100%; | |||
} | |||
.mbox-small-left{ | |||
width: 200px !important; | |||
} | } |
2023年5月29日 (一) 02:16的最新版本
/*[[分类:提示框模板]]*/
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
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 */
}
/* Article message box styles */
table.ambox {
border-left: 10px solid #36c; /* Default "notice" blue */
border-right: 1px solid #a2a9b1; /* required for RTL */
}
.ambox td.mbox-image { /* The left image cell */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright { /* The right image cell */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
table.ambox-notice {
color: #004085;/* alert-primary */
background-color: #cce5ff;
border-color: #b8daff;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
table.ambox-speedy {
color: #721c24;/* alert-danger */
background-color: #f8d7da;
border-color: #f5c6cb;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
table.ambox-delete {
color: #721c24;/* alert-danger */
background-color: #f8d7da;
border-color: #f5c6cb;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
table.ambox-content {
color: #856404;/* alert-warn */
background-color: #fff3cd;
border-color: #ffeeba;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
table.ambox-style {
color: #0c5460;/* alert-info */
background-color: #d1ecf1;
border-color: #bee5eb;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
table.ambox-move {
/* alert-info */
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
table.ambox-protection {
color: #1b1e21; /* alert-dark */
background-color: #d6d8d9;
border-color: #c6c8ca;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
td.mbox-text {
width: 100%;
}
.mbox-small-left{
width: 200px !important;
}