march mode list is loaded and works, now just need to filter it
[citadel.git] / webcit-ng / static / css / webcit.css
1 /* Copyright (c) 1996-2019 by Art Cancro and the citadel.org team.
2 ** This program is open source software.  You can redistribute it and/or
3 ** modify it under the terms of the GNU General Public License, version 3.
4 */
5
6 html,body,h1,h2,h3,h4,h5
7 {
8         font-family: verdana, sans-serif
9 }
10
11 div.ctdl-msg-wrapper
12 {
13         background-color: white;
14         margin-left: 2px;
15         margin-top: 4px;
16         margin-bottom: 4px;
17         margin-right: 2px;
18         padding: 4px;           /* inside the box */
19 }
20
21 div.ctdl-avatar
22 {
23         width: 32px;
24 }
25
26 div.ctdl-msg-content
27 {
28         margin-left: 32px;
29 }
30
31 div.ctdl-avatar
32 {
33         float: left;
34         padding-right: 2px;
35 }