a164fb9543a1a9344dc3f33383201fed26bb30c6
[authserver.git] / authsystem.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 body {
6   font-family: sans-serif;
7 /*  margin: 0; */
8   background-color: #FFFFEE;
9 }
10
11 ul.flat {
12  list-style-type: none;
13  margin: 0em;
14  padding: 0px;
15 }
16 ul.flat li {
17  margin: 0 0 0.2em 0;
18  padding: 0px;
19 }
20 p.flat {
21   border: 0px;
22   margin: 0px;
23   padding: 0px;
24 }
25 form.flat {
26   border: 0px;
27   margin: 0px;
28   padding: 0px;
29 }
30
31 table.border {
32  border-spacing: 0px;
33  border-collapse: collapse;
34  empty-cells: show;
35  border-left: 1px solid #336699;
36  border-top: 1px solid #336699;
37 }
38 table.border th, table.border td {
39  border-bottom: 1px solid #336699;
40  border-right: 1px solid #336699;
41 }
42 table.border td {
43  padding-left: 3px;
44  padding-right: 3px;
45 }
46
47 .small {
48   font-size: 0.75em;
49 }
50 .hidden {
51   display: none;
52 }
53 .warn {
54   color: red;
55 }
56 .donotshow {
57   position: absolute;
58   right: -1000px;
59   opacity: 0;
60 }
61
62 input:invalid {
63   box-shadow: 0 0 2px 1px red;
64 }