31 lines
415 B
CSS
Raw Permalink Normal View History

2025-01-12 00:52:51 +08:00
.inline {
background-color: #f7f7f7;
border:solid 1px #B0B0B0;
}
.error {
font-weight: bold;
color: #FF0000;
}
.warning {
font-weight: bold;
}
.message {
font-style: italic;
}
.source, .output, .warning, .error, .message {
padding: 0 1em;
border:solid 1px #F7F7F7;
}
.source {
background-color: #F7F7F7;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
}