Rev 371 | Rev 374 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
169 | tom | 1 | body { |
2 | background-color: #FFFFFF; |
||
3 | color: #000000; |
||
4 | |||
5 | font-family: Droid Sans, Tahoma, sans-serif; |
||
6 | font-size: 11pt; |
||
339 | tom | 7 | |
8 | margin: 0px; |
||
9 | padding: 0px; |
||
169 | tom | 10 | } |
11 | |||
12 | h1 { |
||
13 | font-size: 28pt; |
||
309 | tom | 14 | margin: 8px; |
169 | tom | 15 | margin-top: 0px; |
321 | tom | 16 | color: #FFFFFF; |
324 | tom | 17 | border-bottom: 1px solid #FFFFFF; |
169 | tom | 18 | } |
19 | |||
20 | h2 { |
||
21 | font-size: 20pt; |
||
309 | tom | 22 | margin: 8px; |
169 | tom | 23 | margin-left: 8px; |
24 | color: #00004B; |
||
25 | } |
||
26 | |||
27 | h3 { |
||
28 | font-size: 16pt; |
||
309 | tom | 29 | margin: 8px; |
169 | tom | 30 | margin-left: 10px; |
31 | color: #000055; |
||
32 | } |
||
33 | |||
34 | h4 { |
||
35 | font-size: 12pt; |
||
309 | tom | 36 | margin: 8px; |
169 | tom | 37 | margin-left: 12px; |
38 | color: #00005F; |
||
39 | } |
||
40 | |||
41 | h5 { |
||
42 | font-size: 10pt; |
||
309 | tom | 43 | margin: 8px; |
169 | tom | 44 | margin-left: 14px; |
45 | color: #000069; |
||
46 | } |
||
47 | |||
48 | p, table, span { |
||
49 | font-size: 11pt; |
||
309 | tom | 50 | margin: 8px; |
169 | tom | 51 | margin-left: 16px; |
52 | } |
||
53 | |||
54 | a { |
||
55 | text-decoration: none; |
||
56 | color: #000050; |
||
57 | } |
||
58 | |||
59 | a:hover { |
||
60 | text-decoration: underline; |
||
61 | } |
||
62 | |||
63 | input { |
||
64 | border: 1px solid #000000; |
||
65 | color: #000000; |
||
66 | background-color: #B5D7FF; |
||
274 | tom | 67 | width: 500px; |
169 | tom | 68 | } |
69 | |||
70 | table { |
||
71 | border: 1px solid #222222; |
||
72 | } |
||
73 | |||
74 | td { |
||
75 | padding: 3px; |
||
76 | border: 1px solid #888888; |
||
77 | } |
||
78 | |||
79 | img { |
||
80 | border: 2px solid #333333; |
||
81 | } |
||
82 | |||
203 | tom | 83 | textarea { |
84 | width: 500px; |
||
85 | height: 300px; |
||
86 | } |
||
87 | |||
169 | tom | 88 | .smiley { |
89 | border: 0px; |
||
90 | vertical-align: middle; |
||
91 | } |
||
92 | |||
93 | .sidebar { |
||
338 | tom | 94 | float: left; |
347 | tom | 95 | width: 146px; |
169 | tom | 96 | padding: 0px; |
97 | padding-left: 32px; |
||
315 | tom | 98 | border-right: 0px solid #000089; |
317 | tom | 99 | background-color: #032865; |
100 | color: #FFFFFF; |
||
169 | tom | 101 | } |
102 | |||
103 | .sidebar-header { |
||
104 | width: 140px; |
||
105 | padding: 6px; |
||
106 | text-align: right; |
||
107 | } |
||
108 | |||
109 | .sidebar-menu { |
||
110 | text-align: right; |
||
111 | padding: 6px; |
||
322 | tom | 112 | color: #FFFFFF; |
169 | tom | 113 | } |
114 | |||
115 | .sidebar-menu h3 { |
||
116 | margin: 6px; |
||
321 | tom | 117 | color: #FFFFFF; |
169 | tom | 118 | } |
119 | |||
120 | .sidebar-menu p { |
||
121 | font-size: 12pt; |
||
122 | margin: 4px; |
||
323 | tom | 123 | } |
124 | |||
125 | .sidebar-menu a { |
||
321 | tom | 126 | color: #FFFFFF; |
169 | tom | 127 | } |
128 | |||
129 | .content { |
||
372 | tom | 130 | top: 0px; |
131 | left: 180px; |
||
132 | position: absolute; |
||
169 | tom | 133 | margin-right: 32px; |
134 | } |
||
135 | |||
136 | .bold { |
||
137 | font-weight: bold; |
||
138 | } |
||
139 | |||
140 | .indent { |
||
141 | margin-left: 14px; |
||
142 | border-left: 1px solid #BBBBBB; |
||
143 | } |
||
144 | |||
145 | .code { |
||
146 | border: 1px solid #333333; |
||
147 | background-color: #DDDDDD; |
||
148 | font-family: Droid Sans Mono, Monospace, Fixed; |
||
149 | } |
||
150 | |||
370 | tom | 151 | .copyright { |
152 | color: #BBBBBB; |
||
153 | text-align: center; |
||
154 | font-size: 9pt; |
||
155 | } |
||
156 | |||
353 | tom | 157 | .recaptchatable .recaptcha_image_cell, #recaptcha_table { |
158 | background-color: #4B9DE0 !important; //reCaptcha widget background color |
||
159 | } |
||
160 | |||
161 | #recaptcha_table { |
||
162 | border-color: #3874A4 !important; //reCaptcha widget border color |
||
163 | } |
||
164 | |||
165 | #recaptcha_response_field { |
||
166 | border-color: #000000 !important; //Text input field border color |
||
167 | background-color:#FFFFFF !important; //Text input field background color |
||
168 | } |
||
169 |