source: extensions/LCAS/trunk/template/confmail.css @ 8141

Last change on this file since 8141 was 8141, checked in by Whiler, 13 years ago

Initial version

File size: 528 bytes
Line 
1H2.confmail
2{
3  text-align: center;
4  font-size: large;
5  color: orange;
6}
7
8/**
9 * Informations box
10 */
11.errors, .infos{
12  margin: 5px;
13  padding: 50px 50px 10px 10px;
14  font-weight:bold;
15  background-repeat: no-repeat;
16  background-position: 5px 5px;
17  padding:15px 60px 0pt 60px;
18  min-height: 54px;
19}
20
21.errors {
22  color: #f22;
23  background-color: #ffd5dc;
24  background-image: url(icon/errors.png);
25}
26
27.infos {
28  color: #0a0;
29  background-color:#c2f5c2;
30  background-image: url(icon/infos.png);
31}
Note: See TracBrowser for help on using the repository browser.