gaia_login.css revision dc0f95d653279beabeb9817299e2902918ba123e
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.end-aligned {
36  text-align: end;
37}
38
39#gaia-account-text {
40  font-weight: bold;
41}
42
43#email-readonly {
44  display: none;
45  font-size: 10pt;
46  font-weight: bold;
47}
48
49div.errormsg {
50  color: red;
51  display: none;
52  font-size: smaller;
53}
54
55font.errormsg {
56  color: red;
57  font-size: smaller;
58}
59
60div.errormsgspacer {
61  min-height: 1em;
62}
63
64font.errormsgspacer {
65  font-size: smaller;
66}
67
68#gaia-login-form {
69  margin-bottom: 0;
70}
71
72#captcha-wrapper {
73  background: no-repeat;
74  background-color: #e8eefa;
75  background-position: center;
76  background-size: 200px 70px;
77  display: block;
78}
79
80#captcha-image {
81  height: 70px;
82  width: 200px;
83}
84
85#logging-in-throbber {
86  margin: 0 10px;
87}
88
89.bottom-padded-cell {
90  padding-bottom: 3px;
91}
92
93.no-vertical-padding {
94  padding-bottom: 0;
95  padding-top: 0;
96}
97
98#cancel-space-no-captcha {
99  height: 22px;
100}
101
102#top-blurb {
103  font-size: 11pt;
104  line-height: 1.5em;
105}
106
107#top-blurb-error {
108  background-color: #eeb939;
109  border-radius: 4px;
110  display: block;
111  font-size: 11pt;
112  font-weight: bold;
113  margin-bottom: 10px;
114  margin-left: auto;
115  margin-right: auto;
116  padding: 4px 10px;
117  text-align: center;
118  visibility: hidden;
119  width: 70%;
120}
121
122#content-table {
123  background-color: #fff;
124  border: #c3d9ff 1px solid;
125  padding: 2px;
126}
127
128.access-code-row {
129  display: none;
130}
131
132.access-code-row > td {
133  padding-bottom: 1px;
134  text-align: center;
135}
136
137#access-code-label-row > td {
138  padding-top: 6px;
139}
140
141.gaia-le-lbl,
142.gaia-le-val,
143.gaia-le-rem,
144.gaia-captchahtml-desc
145.gaia-captchahtml-cmt {
146  font-size: smaller;
147}
148
149.gaia-captchahtml-cmt {
150  font-style: italic;
151}
152
153.gaia-le-fpwd,
154.gaia-le-chusr {
155  font-size: 70%;
156}
157
158#error-custom {
159  display: none;
160}
161
162#captcha-div {
163  display: none;
164}
165
166#password-row {
167  margin-top: 2px;
168}
169
170#action-area {
171  margin-top: 2px;
172}
173
174#errormsg-0-access-code {
175  text-align: center;
176}
177