]> git.donarmstrong.com Git - debbugs.git/blob - cgi/bugs.css
Allow for useless messages to be hidden
[debbugs.git] / cgi / bugs.css
1 html {
2     color: #000; 
3     background: #fefefe;
4     font-family: serif;
5     margin: 1em;
6     border: 0;
7     padding: 0;
8     line-height: 120%;
9 }
10
11 body {
12     margin: 0;
13     border: 0;
14     padding: 0;
15 }
16
17 h1, h2, h3 {
18     text-align: left; 
19     font-family: sans-serif;
20 }
21
22 h1 {
23     font-size: 150%;
24     line-height: 150%;
25 }
26
27 h2 {
28     font-size: 130%;
29 }
30
31 h3 {
32     font-size: 100%;
33 }
34
35 a:link {
36     color: #1b56ce;
37     font-weight: bold;
38 }
39
40 a:visited {
41     color:#1b56ce;
42 }
43
44 a:link:active, a:link:visited {
45     color:#ff0000;
46 }
47
48 a:link:hover, a:visited:hover {
49     color: #d81e1e;
50 }
51
52 a.submitter:link {
53     color: #242424;
54     font-family: sans-serif;
55     font-size: 95%;
56     text-decoration: underline;
57     font-weight: normal;
58 }
59
60 a.submitter:visited, a.submitter:active {
61     color: #6e6e6e;
62     font-family: sans-serif;
63     font-size: 95%;
64 }
65
66 a.submitter:hover, a.submitter:visited:hover {
67     color: #d01414;
68     font-family: sans-serif;
69     font-size: 95%;
70 }
71
72 pre.message {
73     font-family: monospace;
74     padding-top: 0;
75     margin-top: 0;
76     border-top: 0;
77 }
78
79 .sparse li {
80     padding-top: 1ex;
81     margin-top: 1ex;
82     border-top: 1ex;
83 }
84
85 a.bugtitle {
86     font-weight: bold;
87     font-size: 110%;
88 }
89
90
91 pre.headers {
92     font-family: sans-serif;
93     font-size: 95%;
94     color: #3c3c3c;
95     background-color: #f0f0f0;
96     padding: 2px;
97     border: #a7a7a7 1px solid;
98     line-height: 120%
99 }
100
101 pre.mime {
102     font-family: monospace;
103     font-size: 95%;
104     color: #797979;
105 }
106
107 /* This must be separate from the other CSS to make the showing of
108    unimportant messages work in bugreport.cgi. */ 
109 .infmessage { display: none; }
110
111 .infmessage {
112     font-family: sans-serif;
113     font-size: 90%;
114     color: #686868;
115 }
116
117 .msgreceived {
118     font-family: sans-serif;
119     font-size: 90%;
120     color: #686868;
121 }
122
123 pre.tags {
124     color: #a3a3a3;
125     font-size: 90%;
126 }
127
128 hr.thin {
129     color: #a1a1a1;
130 }
131
132 em.severity {
133     color: #c31212;
134 }
135
136 code, address {
137     font-family: sans-serif;
138 }
139
140 p {
141     font-family: sans-serif;
142     font-size: 95%;
143 }
144
145 h2.outstanding {
146     font-family: sans-serif;
147     background-color: #f0f0f0;
148     color: #3c3c3c;
149     border: #a7a7a7 1px solid;
150     padding: 10px;
151 }
152
153 a.options:link, a.options:visited {
154     font-family: sans-serif;
155     background-color: #f0f0f0;
156     color: #3c3c3c;
157     text-decoration: none;
158     border-bottom: #3c3c3c 1px dotted;
159 }
160
161 li {
162     list-style-type: square;
163 }
164
165 .bugs li {
166     margin-top: 5px;
167 }
168
169 input {
170     border: #000 1px solid;
171     margin: 3px;
172 }
173
174 table.forms {
175     font-size: 95%;
176     font-family: sans-serif;
177     margin-left: 10px;
178 }
179
180 select {
181     margin: 3px;
182     border: #000 1px solid;
183 }
184