Add default CSS files

darcs-hash:20090911013317-82ea9-6f0e03ae26924eaa19ca41eb4aec241b9b7ee60f.gz
This commit is contained in:
Richard Darst 2009-09-10 18:33:17 -07:00
parent 84c0a25915
commit 1d20963681
2 changed files with 49 additions and 0 deletions

15
css-log-default.css Normal file
View File

@ -0,0 +1,15 @@
/* For the .log.html */
pre { /*line-height: 125%;*/
white-space: pre-wrap; }
body { background: #f0f0f0; }
body .tm { color: #007020 } /* time */
body .nk { color: #062873; font-weight: bold } /* nick, regular */
body .nka { color: #007020; font-weight: bold } /* action nick */
body .ac { color: #00A000 } /* action line */
body .hi { color: #4070a0 } /* hilights */
/* Things to make particular MeetBot commands stick out */
body .topic { color: #007020; font-weight: bold }
body .topicline { color: #000080; font-weight: bold }
body .cmd { color: #007020; font-weight: bold }
body .cmdline { font-weight: bold }

34
css-minutes-default.css Normal file
View File

@ -0,0 +1,34 @@
/* 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; } */