source: branches/stable/ipdb.css@ 414

Last change on this file since 414 was 414, checked in by Kris Deugau, 14 years ago

/branches/stable

Merge CSS shuffle from r413. Pieces of r412 were needed in
admin.cgi as well. See #13.

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