gaia_login.css revision 72a454cd3513ac24fbdd0e0cb9ad70b86a99b801
1body {
2  -webkit-user-select: none;
3  background-color: #fff;
4  margin-bottom: 6px;
5  margin-top: 6px;
6}
7
8a:link {
9  color: #00c;
10}
11
12a:visited {
13  color: #551a8b;
14}
15
16a:active {
17  color: #f00;
18}
19
20hr {
21  background-color: #ddd;
22  border: 0;
23  height: 1px;
24  margin: 5px;
25  text-align: left;
26  width: 100%;
27}
28
29input[type='button'],
30input[type='submit'] {
31  min-height: 26px;
32  min-width: 87px;
33}
34
35.form-noindent {
36  background-color: #fff;
37  border: #c3d9ff 1px solid;
38}
39
40.endaligned {
41  text-align: end;
42}
43
44#gaia_account_text {
45  font-weight: bold;
46}
47
48#email_readonly {
49  display: none;
50  font-size: 10pt;
51  font-weight: bold;
52}
53
54div.errormsg {
55  color: red;
56  display: none;
57  font-size: smaller;
58}
59
60font.errormsg {
61  color: red;
62  font-size: smaller;
63}
64
65div.errormsgspacer {
66  min-height: 1em;
67}
68
69font.errormsgspacer {
70  font-size: smaller;
71}
72
73#gaia_loginform {
74  margin-bottom: 0;
75}
76
77#captcha_wrapper {
78  background: no-repeat;
79  background-color: #e8eefa;
80  background-position: center;
81  background-size: 200px 70px;
82  display: block;
83}
84
85.captcha_image {
86  display: block;
87  height: 70px;
88  width: 200px;
89}
90
91#logging_in_throbber {
92  margin: 0 10px;
93}
94
95.toppageverticalspace {
96  height: 15px;
97}
98
99.bottompaddedcell {
100  padding-bottom: 3px;
101}
102
103.noverticalpadding {
104  padding-bottom: 0;
105  padding-top: 0;
106}
107
108.cancelspacenocaptcha {
109  height: 22px;
110}
111
112.cancelspaceforcaptcha {
113  height: 5px;
114}
115
116#top_blurb {
117  font-size: 11pt;
118  line-height: 1.5em;
119}
120
121#top_blurb_error {
122  background-color: #eeb939;
123  border-radius: 4px;
124  display: block;
125  font-size: 11pt;
126  font-weight: bold;
127  margin-bottom: 10px;
128  margin-left: auto;
129  margin-right: auto;
130  padding: 4px 10px;
131  text-align: center;
132  visibility: hidden;
133  width: 70%;
134}
135
136#content_table {
137 padding: 2px;
138}
139
140.access_code_row {
141  display: none;
142}
143
144.access_code_row > td {
145  padding-bottom: 1px;
146  text-align: center;
147}
148
149#access_code_label_row > td {
150  padding-top: 6px;
151}
152
153.centeredtext {
154  text-align: center;
155}
156
157.gaia.le.lbl,
158.gaia.le.val,
159.gaia.le.rem,
160.gaia.captchahtml.desc
161.gaia.captchahtml.cmt {
162  font-size: smaller;
163}
164
165.gaia.captchahtml.cmt {
166  font-style: italic;
167}
168
169.gaia.le.fpwd,
170.gaia.le.chusr {
171  font-size: 70%;
172}
173
174#error_custom {
175  display: none;
176}
177
178#captchadiv {
179  display: none;
180}
181
182#password_row {
183  margin-top: 2px;
184}
185
186#action-area {
187  margin-top: 2px;
188}
189