Added SILC Thread Queue API
[silc.git] / public_html / silc.css
1 body {
2   background:      #aaaaaa;
3   color:           #000000;
4   font-family:     Helvetica, Arial, Sans-serif;
5   font-size:       10pt;
6   margin-top:      15px;
7 }
8
9 a.normal {
10   text-decoration: none;
11   background:      none;
12   color:           #2f486f;
13   font-size:       10pt;
14   font-family:     Helvetica, Arial, Sans-serif;
15 }
16
17 a.small {
18   text-decoration: none;
19   background:      none;
20   color:           #2f486f;
21   font-size:       8pt;
22   font-family:     Helvetica, Arial, Sans-serif;
23 }
24
25 td.black {
26   background:      #000000;
27   color:           #ffffff;
28   font-size:       10pt;
29   font-family:     Helvetica, Arial, Sans-serif;
30 }
31
32 td.grey {
33   background:      #e2e2e2;
34   color:           #000000;
35   font-size:       10pt;
36   font-family:     Helvetica, Arial, Sans-serif;
37 }
38
39 td.white {
40   background:      #ffffff;
41   color:           #000000;
42   font-size:       10pt;
43   font-family:     Helvetica, Arial, Sans-serif;
44 }
45
46 td.blackline {
47   background:      #000000;
48   color:           #ffffff;
49   height:          1px;
50 }
51
52 td.greytext {
53   background:      #e2e2e2;
54   color:           #000000;
55   text-align:      justify;
56   font-size:       10pt;
57   font-family:     Helvetica, Arial, Sans-serif;
58 }
59
60 td.whitetext {
61   background:      #ffffff;
62   color:           #000000;
63   text-align:      justify;
64   font-size:       10pt;
65   font-family:     Helvetica, Arial, Sans-serif;
66 }
67
68 small.blue {
69   background:      none;
70   color:           #2f486f;
71   font-size:       8pt;
72   font-family:     Helvetica, Arial, Sans-serif;
73 }
74
75 small.black {
76   background:      none;
77   color:           #000000;
78   font-size:       8pt;
79   font-family:     Helvetica, Arial, Sans-serif;
80 }
81
82 big {
83   background:      none;
84   color:           #000000;
85   font-size:       14pt;
86   font-family:     Helvetica, Arial, Sans-serif;
87 }
88
89 i {
90   background:      none;
91   color:           #2f486f;
92   font-size:       10pt;
93   font-family:     Helvetica, Arial, Sans-serif;
94 }
95
96 tt.blue {
97   background:      none;
98   color:           #2f486f;
99   font-size:       10pt;
100   font-family:     Courier, monospace;
101 }
102
103 tt.black {
104   background:      none;
105   color:           #000000;
106   font-size:       10pt;
107   font-family:     Courier, monospace;
108 }
109
110 samp.blue {
111   background:      none;
112   color:           #2f486f;
113   font-size:       10pt;
114   font-family:     Helvetica, Arial, Sans-serif;
115 }