source: trunk/ipdb.css@ 199

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

/trunk

Update admin.cgi (such as it was) to newer IPDB backend code.
Add conditional link in "main" interface for specific users.

File size: 1.2 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.color1 {
22 background-color: #d0e0e0;
23 font-family: Verdana, Arial, Helvetica, sans-serif;
24 font-size: 90%;
25}
26
27tr.color2 {
28 background-color: #A8C4D0;
29 font-family: Verdana, Arial, Helvetica, sans-serif;
30 font-size: 90%;
31}
32
33tr.warning {
34 background-color: #000000;
35 font-family: Verdana, Arial, Helvetica, sans-serif;
36 font-weight: bold;
37 color: red;
38}
39
40tr.header {
41 background-color: #CCCCCC;
42 font-family: Verdana, Arial, Helvetica, sans-serif;
43}
44
45.indent {
46 margin-left: 5%;
47 font-size: 90%;
48}
49
50.regular {
51 font-family: Verdana, Arial, Helvetica, sans-serif;
52 font-size: 100%;
53}
54
55.heading {
56 font-size: 110%;
57 font-weight: bold;
58 font-family: Verdana, Arial, Helvetica, sans-serif;
59}
60
61.small {
62 font-size: 60%;
63}
64
65.center {
66 text-align: center;
67 font-family: Verdana, Arial, Helvetica, sans-serif;
68 font-size: 100%;
69}
70
71.red {
72 font-weight: bold;
73 font-family: Verdana, Arial, Helvetica, sans-serif;
74 font-size:100%;
75 color: red;
76}
Note: See TracBrowser for help on using the repository browser.