|
Last change
on this file since 199 was 199, checked in by Kris Deugau, 21 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
|
| Rev | Line | |
|---|
| [4] | 1 | a:active {
|
|---|
| 2 | text-decoration: underline;
|
|---|
| 3 | color: #ff0000;
|
|---|
| 4 | }
|
|---|
| 5 |
|
|---|
| 6 | a:hover {
|
|---|
| 7 | text-decoration: underline;
|
|---|
| 8 | color: #0000ff;
|
|---|
| 9 | }
|
|---|
| 10 |
|
|---|
| 11 | a:link {
|
|---|
| 12 | text-decoration: underline;
|
|---|
| 13 | color: #000000;
|
|---|
| 14 | }
|
|---|
| 15 |
|
|---|
| 16 | a:visited {
|
|---|
| 17 | text-decoration: underline;
|
|---|
| 18 | color: #683080;
|
|---|
| 19 | }
|
|---|
| 20 |
|
|---|
| 21 | tr.color1 {
|
|---|
| 22 | background-color: #d0e0e0;
|
|---|
| 23 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
|---|
| 24 | font-size: 90%;
|
|---|
| 25 | }
|
|---|
| 26 |
|
|---|
| 27 | tr.color2 {
|
|---|
| 28 | background-color: #A8C4D0;
|
|---|
| 29 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
|---|
| 30 | font-size: 90%;
|
|---|
| 31 | }
|
|---|
| 32 |
|
|---|
| 33 | tr.warning {
|
|---|
| [199] | 34 | background-color: #000000;
|
|---|
| [4] | 35 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
|---|
| [199] | 36 | font-weight: bold;
|
|---|
| 37 | color: red;
|
|---|
| [4] | 38 | }
|
|---|
| 39 |
|
|---|
| 40 | tr.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.