]> dev.renevier.net Git - syp.git/blob - media/common.css
initial commit
[syp.git] / media / common.css
1 /* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD
2    license. */
3
4 body {
5     margin: 4px;
6 }
7
8 label {
9     font-weight: bold;
10     white-space: nowrap;
11 }
12
13 .error {
14     margin: 20px 25% 15px 25%;
15     color: red;
16     font-weight: bold;
17 }
18
19 .warn {
20     margin: 20px 25% 15px 25%;
21     color: #FF8C00;
22     font-weight: bold;
23 }
24
25 .success {
26     margin: 20px 25% 15px 25%;
27     color: green;
28     font-weight: bold;
29 }
30
31 .center {
32     text-align: center;
33 }
34
35 .hidden {
36     display: none;
37 }
38
39 .throbber {
40     color: #888;
41     visibility: hidden;
42 }
43 .throbber img {
44     margin-left: 1em;
45 }
46
47 noscript {
48     text-align: center;
49     color: red;
50     font-weight: bold;
51 }
52 noscript p {
53     margin-top: 4em;
54 }