7c094f8ef8
Ignore-this: 68006fd9b6602ad039904427e7b33daf * Rename the supybot plugin: MeetBot -> Meeting * Split the non-supybot specif parts into the `ircmeeting` Python module. * Code changes to support these changes. * This is a big change so it's expected to be a little bit messy. This patch may depend on others until things get sorted out. darcs-hash:20101129040316-82ea9-e8ce7671c5b765551b98444dc082a9be6011dc4f.gz
35 lines
729 B
CSS
35 lines
729 B
CSS
/* This is for the .html in the HTML2 writer */
|
|
body {
|
|
font-family: Helvetica, sans-serif;
|
|
font-size:14px;
|
|
}
|
|
h1 {
|
|
text-align: center;
|
|
}
|
|
a {
|
|
color:navy;
|
|
text-decoration: none;
|
|
border-bottom:1px dotted navy;
|
|
}
|
|
a:hover {
|
|
text-decoration:none;
|
|
border-bottom: 0;
|
|
color:#0000B9;
|
|
}
|
|
hr {
|
|
border: 1px solid #ccc;
|
|
}
|
|
/* The (nick, time) item pairs, and other body text things. */
|
|
.details {
|
|
font-size: 12px;
|
|
font-weight:bold;
|
|
}
|
|
/* The 'AGREED:', 'IDEA', etc, prefix to lines. */
|
|
.itemtype {
|
|
font-style: normal; /* un-italics it */
|
|
font-weight: bold;
|
|
}
|
|
/* Example: change single item types. Capitalized command name.
|
|
/* .TOPIC { color:navy; } */
|
|
/* .AGREED { color:lime; } */
|