Last change
on this file since 237 was 234, checked in by Kris Deugau, 20 years ago |
/trunk
Merge new search capability from /branches/new-search-20050223
r171-197 to trunk.
Changes to header.inc conflicted (minor, patched, expected)
Removals from main.cgi conflicted (not sure why)
search.cgi updated with ACL bits (for header)
Proper permissions set on search.cgi - really!
|
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;
|
---|
[234] | 52 | font-size: 90%;
|
---|
[4] | 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.