Oopth, forgot to include this with the Big Fat Honkin Docbook Commit

This commit is contained in:
Daniel DiPaolo 2004-02-26 19:54:02 +00:00
parent d1bb8ce02f
commit 48f40f06ae
1 changed files with 41 additions and 0 deletions

41
docs/DocBook/supybot.css Normal file
View File

@ -0,0 +1,41 @@
.channel {
font-weight: bold;
}
.botcommand {
font-family: monospace;
}
.flag {
font-family: monospace;
}
.nick {
font-style: italic;
}
.plugin {
font-family: monospace;
}
.capability {
font-family: monospace;
}
.registrygroup {
font-family: monospace;
}
.ircsession {
font-family: monospace;
display: block;
background-color: #666666;
}
.script {
font-family: monospace;
}
.channel {
font-weight: bold;
}