source: branches/stable/ipdb.css@ 394

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

/branches/stable

Basic support for network node references: Add, view, edit nodes and

referencess

Probably excludes a bunch of real use-cases for various reasons

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