forked from rkdarst/MeetBot
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcss-minutes-default.css
More file actions
Latest commit
34 lines (34 loc) · 729 Bytes
/
Copy pathcss-minutes-default.css
File metadata and controls
34 lines (34 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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; } */