الگو:Cmbox/styles.css: تفاوت میان نسخهها
imported>Ladsgroup جز («الگو:Cmbox/styles.css» را محافظت کرد: الگوهای حساس ([ویرایش=تنها مدیران] (بیپایان) [انتقال=تنها مدیران] (بیپایان))) |
جز (۱ نسخه واردشده) |
||
(یک نسخهٔ میانی ویرایش شده توسط یک کاربر دیگر نشان داده نشد) | |||
خط ۱: | خط ۱: | ||
table.cmbox { | table.cmbox { | ||
margin: 3px 10%; | |||
border-collapse: collapse; | |||
border: 1px solid #a2a9b1; | |||
background-color: #36c; /* Default "notice" blue */ | |||
box-sizing: border-box; | |||
} | } | ||
table.cmbox-notice { | table.cmbox-notice { | ||
background-color: #eaf3ff; /* Blue */ | |||
} | } | ||
table.cmbox-speedy { | table.cmbox-speedy { | ||
margin-top: 4px; | |||
margin-bottom: 4px; | |||
border: 4px solid #b32424; /* Red */ | |||
background-color: #fee7e6; /* Pink */ | |||
} | } | ||
table.cmbox-delete { | table.cmbox-delete { | ||
background-color: #b32424; /* Pink */ | |||
} | } | ||
table.cmbox-content { | table.cmbox-content { | ||
background-color: #FFE7CE; /* Orange */ | |||
} | } | ||
table.cmbox-style { | table.cmbox-style { | ||
background-color: #fc3; /* Yellow */ | |||
} | } | ||
table.cmbox-move { | table.cmbox-move { | ||
background-color: #E4D8FF; /* Purple */ | |||
} | } | ||
table.cmbox-protection { | table.cmbox-protection { | ||
background-color: #a2a9b1; /* Gray-gold */ | |||
} | } |
نسخهٔ کنونی تا ۱ سپتامبر ۲۰۲۱، ساعت ۱۴:۱۴
table.cmbox {
margin: 3px 10%;
border-collapse: collapse;
border: 1px solid #a2a9b1;
background-color: #36c; /* Default "notice" blue */
box-sizing: border-box;
}
table.cmbox-notice {
background-color: #eaf3ff; /* Blue */
}
table.cmbox-speedy {
margin-top: 4px;
margin-bottom: 4px;
border: 4px solid #b32424; /* Red */
background-color: #fee7e6; /* Pink */
}
table.cmbox-delete {
background-color: #b32424; /* Pink */
}
table.cmbox-content {
background-color: #FFE7CE; /* Orange */
}
table.cmbox-style {
background-color: #fc3; /* Yellow */
}
table.cmbox-move {
background-color: #E4D8FF; /* Purple */
}
table.cmbox-protection {
background-color: #a2a9b1; /* Gray-gold */
}