]> code.citadel.org Git - citadel.git/blob - webcit-ng/static/css/webcit.css
Tweaked the CSS on the forum view. Gave it a little more contrast between messages...
[citadel.git] / webcit-ng / static / css / webcit.css
1 /* Copyright (c) 1996-2021 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         font-family: verdana, sans-serif
8 }
9
10 .ctdl-msg-reading-pane {
11         background-color: #123456;
12 }
13
14 .ctdl-msg-wrapper {
15         border-radius: 25px;
16         background-color: white;
17         margin-left: 4px;
18         margin-top: 4px;
19         margin-bottom: 4px;
20         margin-right: 4px;
21         padding: 4px;           /* inside the box */
22 }
23
24 .ctdl-avatar {
25         width: 32px;
26 }
27
28 .ctdl-username {
29         font-weight: bold;
30         color: #000055;
31 }
32
33 .ctdl-username a {
34         text-decoration: none;
35 }
36
37 .ctdl-msg-content {
38         margin-left: 32px;
39 }
40
41 .ctdl-avatar {
42         float: left;
43         padding-right: 2px;
44 }