]> git.stg.codes - stg.git/blob - projects/sgauth/sgauth.css
Merge branch 'stg-2.409-radius'
[stg.git] / projects / sgauth / sgauth.css
1 H3
2 {
3 color: black;
4 }
5
6 body
7 {
8 background-color: silver;
9 }
10
11 #TraffTable
12 {
13 background-color: white;
14 }
15
16 #TraffTableCaptionRow
17 {
18 background-color: silver;
19 }
20
21 #TraffTableCaptionCellC,
22 #TraffTableUMCellC,
23 #TraffTableDMCellC,
24 #TraffTableUSCellC,
25 #TraffTableDSCellC
26 {
27 background-color: silver;
28 }
29
30 #TraffTableDMRow,
31 #TraffTableDSRow
32 {
33 background-color: #f2f0cc;
34 }
35
36 #TraffTableUMRow,
37 #TraffTableUSRow
38 {
39 background-color: white;
40 }
41
42 #ConnectionStateOnline
43 {
44 color: green;
45 font-size: 20px
46 }
47
48 #ConnectionStateOffline
49 {
50 color: red;
51 font-size: 20px
52 }
53
54 p
55 {
56 padding: 2px;
57 margin: 0px;
58 }
59
60 #MessagesTable
61 {
62 background-color: white;
63 }
64
65 #MessagesTableRowC
66 {
67 background-color: silver;
68 }
69
70
71 #MessagesTableRow0,
72 #MessagesTableRow2,
73 #MessagesTableRow4,
74 #MessagesTableRow6,
75 #MessagesTableRow8
76 {
77 background-color: #f2f0cc;
78 }