]> dev.renevier.net Git - syj.git/blob - public/css/generic.css
version 0.1
[syj.git] / public / css / generic.css
1 /*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
2     and is published under the AGPL license. */
3
4 /*
5  * generic rules
6  */
7 .message {
8     text-align: center;
9 }
10
11 .disabled {
12     color: #A9A9A9;
13 }
14 noscript {
15     text-align: center;
16     color: red;
17     font-weight: bold;
18 }
19 noscript p {
20     margin-top: 4em;
21 }
22
23 .success {
24     color: green;
25     border-color: green;
26     font-weight: bold;
27     background-color: white;
28 }
29
30 .warn {
31     color: #FF8C00;
32     border-color: #FF8C00;
33     font-weight: bold;
34     background-color: white;
35 }
36
37 .error {
38     border-color: red;
39     font-weight: bold;
40     background-color: #FFFF33;
41     color: red;
42 }
43
44 .info {
45     border-color: black;
46     color: black;
47     background-color: white;
48 }
49
50 .center {
51     text-align: center;
52 }
53 label {
54     font-weight: bold;
55     white-space: nowrap;
56     vertical-align: top;
57 }
58
59 /*
60  * footer
61  */
62 #footer {
63     position: absolute;
64     bottom: 0px;
65     left: 0px; right: 0px;
66     height: 2em;
67     text-align: center;
68     border-top: 1px solid gray;
69     *background-color: white;
70 }
71 #footer-padding {
72     height: 5px;
73 }
74 .footer-link {
75     display: inline;
76     margin: 0px 10px 0px 10px;
77 }
78 .footer-anchor {
79     text-decoration: none;
80 }
81
82 /*
83  * locale switcher
84  */
85 #other-language {
86     float: right;
87     padding: 5px;
88     margin: 10px 10px 20px 20px;
89 }
90 .other-language-anchor:hover {
91     background-color: #BBBBFF;
92 }
93 .other-language-anchor {
94     text-decoration: none;
95     padding-left: 10px;
96     padding-right: 10px;
97     padding-top: 3px;
98     padding-bottom: 3px;
99     border: #1E90FF 1px solid;
100 }