/* Tables should show empty cells. */
table {
empty-cells: show;
}
/* A quote, perhaps from another post. */
.quote {
color: #ffffff;
background-color: #404d50;
border: 1px solid #c0c0c0;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
color: white;
background-color: #707070;
line-height: 1.3em;
border: 1px solid #d0d0d0;
padding: 1px;
font-family: "courier new", helvetica, "times new roman", serif;
font-size: x-small;
width: 99%;
margin: 1px auto 1px auto;
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
color: #ffffff;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
}
