الگو:Tmbox/styles.css
ظاهر
/* Talk page message box styles */ table.tmbox {
margin: 4px 10%; border-collapse: collapse; border: 1px solid #a2a9b1; /* Default "notice" gray-brown */ background: #f8f9fa;
} /* Override margins because Chrome browsers fail to render the 10% mragins symmetrically */ .tmbox td table.collapsed {
margin-left: auto; margin-right: auto; width: 90%; /* For Template:WPBannerMeta used in collapsed mdoe inside Template:پتوپ */
} .mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */ width: 100%; /* For Safari and Opera */
} .mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */
line-height: 1.5em; /* also "nested", so reset styles that are */ font-size: 100%; /* set in "mbox-small" above. */
}
table.tmbox-speedy {
border: 2px solid #DD0000; /* Red */ background: #fee7e6; /* Pink */
} table.tmbox-delete {
border: 2px solid #DD0000; /* Red */
} table.tmbox-content {
border: 2px solid #FF5D00; /* Orange */
} table.tmbox-style {
border: 2px solid #fc3; /* Yellow */
} table.tmbox-move {
border: 2px solid #9932cc; /* Purple */
} table.tmbox-protection, table.tmbox-notice {
border: 1px solid #c0c090; /* Gray-brown */
}