Hello, you have come here looking for the meaning of the word
Template:Imbox/styles.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Template:Imbox/styles.css, but we will also tell you about its etymology, its characteristics and you will know how to say
Template:Imbox/styles.css in singular and plural. Everything you need to know about the word
Template:Imbox/styles.css you have here. The definition of the word
Template:Imbox/styles.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Template:Imbox/styles.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
/* Image message box styles */
table.imbox {
margin: 4px 10%;
border-collapse: collapse;
border: 3px solid #36c; /* Default "notice" blue */
background-color: #fbfbfb;
box-sizing: border-box;
}
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */
display: block; /* Fix for webkit to force 100% width. */
}
.mbox-inside .imbox { /* For imboxes inside other templates. */
margin: 4px;
}
table.imbox-notice {
border: 3px solid #36c; /* Blue */
}
table.imbox-speedy {
border: 3px solid #b32424; /* Red */
background-color: #fee7e6; /* Pink */
}
table.imbox-delete {
border: 3px solid #b32424; /* Red */
}
table.imbox-content {
border: 3px solid #f28500; /* Orange */
}
table.imbox-style {
border: 3px solid #fc3; /* Yellow */
}
table.imbox-move {
border: 3px solid #9932cc; /* Purple */
}
table.imbox-protection {
border: 3px solid #a2a9b1; /* Gray-gold */
}
table.imbox-license {
border: 3px solid #88a; /* Dark gray */
background-color: #f7f8ff; /* Light gray */
}
table.imbox-featured {
border: 3px solid #cba135; /* Brown-gold */
}
table.imbox-altro {
border: 3px solid #1CB843; /* green */
}