source: branches/new-search-20050223/ipdb.css@ 197

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

/branches/new-search-20050223

Checkpoint commit:

  • Search functionality copied to separate file/module
  • Initial layout for complex search added in new HTML fragment
File size: 1.1 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: #304E5A;
35 font-family: Verdana, Arial, Helvetica, sans-serif;
36}
37
38tr.header {
39 background-color: #CCCCCC;
40 font-family: Verdana, Arial, Helvetica, sans-serif;
41}
42
43.indent {
44 margin-left: 5%;
45 font-size: 90%;
46}
47
48.regular {
49 font-family: Verdana, Arial, Helvetica, sans-serif;
50 font-size: 90%;
51}
52
53.heading {
54 font-size: 110%;
55 font-weight: bold;
56 font-family: Verdana, Arial, Helvetica, sans-serif;
57}
58
59.small {
60 font-size: 60%;
61}
62
63.center {
64 text-align: center;
65 font-family: Verdana, Arial, Helvetica, sans-serif;
66 font-size: 100%;
67}
68
69.red {
70 font-weight: bold;
71 font-family: Verdana, Arial, Helvetica, sans-serif;
72 font-size:100%;
73 color: red;
74}
Note: See TracBrowser for help on using the repository browser.