]> code.citadel.org Git - citadel.git/blob - webcit-ng/static/css/webcit.css
Tinkering with the headers some more
[citadel.git] / webcit-ng / static / css / webcit.css
1 /*
2 Copyright (c) 1996-2021 by Art Cancro and the citadel.org team.
3 This program is open source software.  You can redistribute it and/or
4 modify it under the terms of the GNU General Public License, version 3.
5 */
6
7 html,body,h1,h2,h3,h4,h5 {
8         font-family: verdana, sans-serif
9 }
10
11 .ctdl-msg-reading-pane {
12         background-color: #123456;
13 }
14
15 .ctdl-msg-wrapper {
16         overflow: hidden;
17         border-radius: 25px;
18         background-color: white;
19         margin-left: 4px;
20         margin-top: 4px;
21         margin-bottom: 4px;
22         margin-right: 4px;
23         padding: 4px;           /* inside the box */
24 }
25
26 .ctdl-msg-header {
27         overflow: hidden;
28         padding: 4px;
29         background-color: GhostWhite;
30 }
31
32 .ctdl-msg-header-info {
33         float: left;
34 }
35
36 .ctdl-msg-header-buttons {
37         float: right;
38 }
39
40 .ctdl-msg-button {
41         padding-left: 2px;
42         padding-right: 2px;
43         font-weight: bold;
44 }
45
46 .ctdl-avatar {
47         width: 32px;
48 }
49
50 .ctdl-username {
51         font-weight: bold;
52         color: #000055;
53 }
54
55 .ctdl-username a {
56         text-decoration: none;
57         padding-right: 4px;
58 }
59
60 .ctdl-msgdate {
61         padding-left: 4px;
62 }
63
64 .ctdl-msgsubject {
65         font-weight: bold;
66 }
67
68 .ctdl-msg-content {
69         margin-left: 32px;
70 }
71
72 .ctdl-avatar {
73         float: left;
74         padding-right: 2px;
75 }
76
77 .ctdl-forum-nav {
78         text-align: center;
79         color: #ffff00;
80 }
81
82 .ctdl-forum-nav a {
83         text-decoration: none;
84 }