Limnoria/docs/plugins/supybot.css

38 lines
495 B
CSS

body {
background:white;
}
table {
border: 2px solid lightsteelblue;
border-collapse: collapse;
}
tr#headers {
text-align:left;
font-weight:bold;
}
td {
padding: 0px 3px 0px 3px;
border: 1px solid lightsteelblue;
white-space: nowrap;
}
pre {
border:1px solid lightsteelblue;
border-bottom:3px solid lightsteelblue;
padding:3px;
background:floralwhite;
}
.detail {
white-space:normal;
}
.lightyellow {
background:aliceblue;
}
.lightgreen {
background:white;
}