51ff3226 |
1 | body { |
2 | font-size: 8pt; |
3 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
4 | color : white; |
5 | font-size : 9pt; |
6 | text-decoration : none; |
7 | margin : 0; |
8 | background-color: black; |
9 | background-repeat: no-repeat; |
10 | } |
11 | |
12 | |
13 | textarea { |
14 | width : 100%; |
15 | height : 123px; |
16 | border-color: white; |
17 | background-color: transparent; |
18 | overflow: hidden; |
19 | font-color: white; |
20 | color: white; |
21 | } |
22 | |
23 | textarea.small { |
24 | width : 90%; |
25 | height : 42px; |
26 | border-color: white; |
27 | background-color: transparent; |
28 | overflow: hidden; |
29 | font-color: white; |
30 | color: white; |
31 | } |
32 | |
33 | |
34 | a { |
35 | color: white; |
36 | font-size: 9pt; |
37 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
38 | text-decoration: none; |
39 | } |
40 | |
41 | a:hover { |
42 | color: red; |
43 | font-size: 9pt; |
44 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
45 | text-decoration: none; |
46 | } |
47 | |
48 | .bordered { |
49 | border: solid 1pt white; |
50 | } |
51 | |
52 | .bordered2 { |
53 | border-left: solid 1pt white; |
54 | border-right: solid 1pt white; |
55 | border-bottom: solid 1pt white; |
56 | } |
57 | |
58 | td { |
59 | font-size: 8pt; |
60 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
61 | wordwrap: break-word; |
62 | } |
63 | |
64 | |
65 | input { |
66 | color: white; |
67 | font-size: 8pt; |
68 | font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; |
69 | background-color: transparent; |
70 | vertical-align: middle; |
71 | border: solid 1px white; height: 18px |
72 | } |
73 | |
74 | select { |
75 | color: white; |
76 | font-size: 8pt; |
77 | font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; |
78 | background-color: black; |
79 | vertical-align: middle; |
80 | border: solid 1px #white; height: 18px |
81 | } |
82 | |
83 | .header { |
84 | background-color: #white; |
85 | border-bottom: solid 1px white; |
86 | height: 100%; |
87 | width: 100%; |
88 | vertical-align: top; |
89 | align: left; |
90 | padding: 0pt; width: 100%; |
91 | } |
92 | |
93 | .important { |
94 | font-weight: bold; |
95 | text-align: center; |
96 | |
97 | } |
98 | |
99 | .most_important { |
100 | font-weight: bold; |
101 | font-color: red; |
102 | color: red; |
103 | } |
104 | |
105 | .active_users .active_user_img { |
106 | width: 50px; |
107 | float: left; |
108 | } |
109 | |
110 | .active_users .active_user_name { |
111 | text-align: center; |
112 | } |
113 | |