source: branches/stable/ipdb.css@ 322

Last change on this file since 322 was 286, checked in by Kris Deugau, 19 years ago

/branches/stable

Merge changes from /trunk revisions:

234
237
254 (ipdb.css only)
261
279
284
285

This merges the new search system (234, 237, 254), cleans up
some display CSS (254, 279), cleans up some leftover code (r261),
and merges the "private data" code (284, 285 - note SWIP hacks conflict).

/trunk should now be almost identical to /branches/stable.

File size: 1.3 KB
Line 
1a:active {
2 text-decoration: underline;
3 color: #ff0000;
4}
5
6a:hover {
7 text-decoration: underline;
8 color: #0000ff;
9}
10
11a:link {
12 text-decoration: underline;
13 color: #000000;
14}
15
16a:visited {
17 text-decoration: underline;
18 color: #683080;
19}
20
21tr.color0 {
22 background-color: #A8C4D0;
23 font-family: Verdana, Arial, Helvetica, sans-serif;
24 font-size: 90%;
25}
26
27tr.color1 {
28 background-color: #d0e0e0;
29 font-family: Verdana, Arial, Helvetica, sans-serif;
30 font-size: 90%;
31}
32
33tr.color2 {
34 background-color: #A8C4D0;
35 font-family: Verdana, Arial, Helvetica, sans-serif;
36 font-size: 90%;
37}
38
39tr.warning {
40 background-color: #000000;
41 font-family: Verdana, Arial, Helvetica, sans-serif;
42 font-weight: bold;
43 color: red;
44}
45
46tr.header {
47 background-color: #CCCCCC;
48 font-family: Verdana, Arial, Helvetica, sans-serif;
49}
50
51.indent {
52 margin-left: 5%;
53 font-size: 90%;
54}
55
56.regular {
57 font-family: Verdana, Arial, Helvetica, sans-serif;
58 font-size: 100%;
59}
60
61.heading {
62 font-size: 110%;
63 font-weight: bold;
64 font-family: Verdana, Arial, Helvetica, sans-serif;
65}
66
67.small {
68 font-size: 60%;
69}
70
71.center {
72 text-align: center;
73 font-family: Verdana, Arial, Helvetica, sans-serif;
74 font-size: 100%;
75}
76
77.red {
78 font-weight: bold;
79 font-family: Verdana, Arial, Helvetica, sans-serif;
80 font-size:100%;
81 color: red;
82}
Note: See TracBrowser for help on using the repository browser.