Initial import

This commit is contained in:
James Vega 2003-09-07 00:30:35 +00:00
parent 50c1749a46
commit bb4290537f
1 changed files with 37 additions and 0 deletions

37
docs/plugins/supybot.css Normal file
View File

@ -0,0 +1,37 @@
body {
background:#fff;
color:#000;
}
tr#headers {
text-align:center;
font-weight:bold;
margin:none;
border:none;
}
td {
padding: 0px 3px 0px 3px;
white-space:nowrap;
}
pre {
border:1px solid black;
padding:3px;
background:#e4eaf2;
color:inherit;
}
.detail {
white-space:normal;
}
.dark {
background:#c2cfdf;
color:inherit;
}
.dark td {
border:1px solid black;
}
.light {
background:#e4eaf2;
color:inherit;
}
.light td {
border:1px solid black;
}