meetbot/ircmeeting/css-minutes-default.css
Richard Darst 7c094f8ef8 Big rename and split into python modules
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
2010-11-28 20:03:16 -08:00

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; } */